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

jaikiran do-not-reply at jboss.com
Wed May 7 09:56:42 EDT 2008


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
  |  |
  |  |
  |  |--- com
  |  |	|
  |  |	|--- boeing
  |  |	|	|
  |  |	|	|---   nmt
  |  |	|	|	|
  |  |	|	|	|--- ejb3
  |  |	|	|	|	|
  |  |	|	|	|	|--- TimeServiceBean.class
  |  |	|	|	|	|--- TimeServiceRemote.class
  |  

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149127#4149127

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149127



More information about the jboss-user mailing list