[jboss-user] [Beginners Corner] - Re: ClassNotFoundException: No ClassLoaders found

2008-05-09 Thread Pramod1234
Can anyone please tell me how to create a shared library in JBOSS which will be accessible to my application (EAR) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149802#4149802 Reply to the post :

[jboss-user] [Beginners Corner] - Re: ClassNotFoundException: No ClassLoaders found

2008-05-07 Thread jaikiran
Please post the output of jar -tf TimeService.jar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149009#4149009 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149009 ___

[jboss-user] [Beginners Corner] - Re: ClassNotFoundException: No ClassLoaders found

2008-05-07 Thread gryffin
jar -tf TimeService.jar META-INF/ META-INF/MANIFEST.MF TimeServiceBean.class TimeServiceRemote.class META-INF/persistence.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149122#4149122 Reply to the post :

[jboss-user] [Beginners Corner] - Re: ClassNotFoundException: No ClassLoaders found

2008-05-07 Thread jaikiran
As can be seen, the packaging is wrong. The TimeServiceBean.class and belong to TimeServiceRemote.class com.boeing.nmt.ejb3 package. So the TimeService.jar should look like: | TimeService.jar | | | |--- META-INF | | | | | |--- MANIFEST.MF | | |--- persistence.xml | | |