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: