From ant-dev-return-22252-qmlist-jakarta-archive-ant-dev=jakarta.apache.org@jakarta.apache.org Thu Jan 03 22:46:50 2002 Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 86358 invoked from network); 3 Jan 2002 22:46:50 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 3 Jan 2002 22:46:50 -0000 Received: (qmail 8498 invoked by uid 97); 3 Jan 2002 22:46:34 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 8413 invoked by uid 97); 3 Jan 2002 22:46:32 -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 8351 invoked by uid 50); 3 Jan 2002 22:46:32 -0000 Date: 3 Jan 2002 22:46:32 -0000 Message-ID: <20020103224632.8346.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: ant-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 5682] New: - ejbc doesn't recognize bean name X-Spam-Rating: daedalus.apache.org 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=5682 ejbc doesn't recognize bean name Summary: ejbc doesn't recognize bean name Product: Ant Version: 1.4.1 Platform: Sun OS/Version: Solaris Status: NEW Severity: Normal Priority: Other Component: Optional Tasks AssignedTo: ant-dev@jakarta.apache.org ReportedBy: barbaram@fedex.com CC: barbaram@fedex.com I'm trying to run ejbc on WebLogic 6.1 SP2 and am getting "Unable to load a class specified in your ejb-jar.xml". Sorry for the long email, but I thought it's best to include all possible info. Is there a solution for this or do I have to rename my bean? I noticed that the WebLogic example build.xml has the bean name without any extraneous characters. IS this a WebLogic or ANT requirement? I have the following files in my input jar file (GenesisReportingBean.jar): =========================================================================== GenesisReportingBean.class - Remote interface GenesisReportingBeanEJB.class - Stateless Session Bean GenesisReportingBeanHome.class - Home interface META-INF/ejb-jar.xml META-INF/weblogic-ejb-jar.xml and some other files. Here is the section of my build.xml that calls ejbc: ==================================================== Here's my ejb-jar.xml that the error references: ================================================ GenesisReportingBeanHome com.fedex.crs.gui.Genesis.GenesisReportingBeanHome com.fedex.crs.gui.Genesis.GenesisReportingBean com.fedex.crs.gui.Genesis.GenesisReportingBeanEJB Stateless Container GenesisReportingBeanHome Remote * Never Here's the error: ================= buildGenesis: [copy] Copying 9 files to /crs/com/fedex/crs/gui/Genesis/temp [jar] Building jar: /crs/com/fedex/crs/gui/jarFiles/GenesisReportingBean.jar [java] [java] ERROR: Error from ejbc: Unable to load a class specified in your ejb-jar.xml: com.fedex.crs.gui.Genesis.GenesisReportingBeanEJB [java] ERROR: ejbc found errors [java] Java Result: 1 -- To unsubscribe, e-mail: For additional commands, e-mail: