Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 52733 invoked from network); 28 Jun 2002 07:22:45 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by 209.66.108.5 with SMTP; 28 Jun 2002 07:22:45 -0000 Received: (qmail 15438 invoked by uid 97); 28 Jun 2002 07:23:02 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 15357 invoked by uid 97); 28 Jun 2002 07:23:01 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 15338 invoked by uid 50); 28 Jun 2002 07:23:00 -0000 Date: 28 Jun 2002 07:23:00 -0000 Message-ID: <20020628072300.15337.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: ant-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 10313] New: - ejbc does not recognise valid descriptors for MDBs X-Spam-Rating: 209.66.108.5 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10313 ejbc does not recognise valid descriptors for MDBs Summary: ejbc does not recognise valid descriptors for MDBs Product: Ant Version: 1.4.1 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Optional Tasks AssignedTo: ant-dev@jakarta.apache.org ReportedBy: william_ferguson@versata.com When using ejbc to generate MDBs for Weblogic 6.1, ejbc requires that the env entry values for 'acknowledge-mode' and 'subscription-durability' start with lower case letters. I belive the spec actually defines the allowed values for these entries, all of which start with an upper ase value. Eg 'Auto-acknowledge', 'Dups-ok-acknowledge' and 'Durable' (for subscriptions). This occurs for Ant 1.4.1 and Ant 1.5 Beta 3. Here is the output for 1.5 Beta3 make-ejb-jar: [ejbjar] Unable to load dependency analyzer: org.apache.tools.ant.util.depend.bcel.AncestorAnalyzer [ejbjar] building ple-internal-beans-ejb-20.jar with 5 files [ejbc] ERROR: Error processing 'ejb-jar.xml': .ejb-jar.enterprise- beans.message-driven.message-driven-destination.s ubscription-durability. must be one of the values: durable,nondurable [ejbc] ERROR: ejbc found errors In this case the ejb descriptor defined the 'subscription-durability' entry to be 'Durable'. This is directly causing me problems because I am using XDoclet to generate the EJB descriptor, and XDoclet will barf if I attempt to specify a value that is not correct (as it probably should). -- To unsubscribe, e-mail: For additional commands, e-mail: