I am trying to deploy an ear file with the following structure, but failed. The ejb will uses classes in /lib/ojb.jar but failed. From the stack trace as shown below, it seems like the classes in ejb.jar was not able to load classes in /lib/ojb.jar. I m using Jboss 3.2.3. Can someone please help?
Thanks /ejb.jar/ ...EJBs ...META-INF/ ......ejb-jar.xml ......jboss.xml ......MANIFEST.MF [Class-Path: ./lib/ojb.jar] /web-app.war/ ...JSP ...WEB-INF/ ......web.xml [ejb-refs to EJBs] /META-INF/ ...application.xml /lib/ojb.jar /OJB.properties /repository.xml /repository_sys1.xml /repository_database1.xml 2004-04-21 11:13:02,626 INFO [org.jboss.deployment.EARDeployer] Init J2EE application: file:/G:/jboss/jboss-3.2.3-n/server/default/deploy/eplyPortal.ear 2004-04-21 11:13:03,970 WARN [org.jboss.ejb.EJBDeployer] Verify failed; continuing java.lang.NoClassDefFoundError: org/apache/ojb/broker/PersistenceBrokerException at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Class.java:1647) at java.lang.Class.privateGetPublicMethods(Class.java:1770) at java.lang.Class.getMethods(Class.java:824) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831713#3831713 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831713 ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user