[jboss-user] [EJB 3.0] - Re: Deploy Problem

jaikiran do-not-reply at jboss.com
Mon Feb 11 04:11:59 EST 2008


anonymous wrote : Caused by: javax.naming.NoInitialContextException: Cannot instantiate class: org
  | .jnp.interface.NamingContextFactory [Root exception is java.lang.ClassNotFoundException: org.jnp.interface.NamingContextFactory]

OK, now it makes sense. You will have to include the jbossall-client.jar (which you can find in %JBOSS_HOME%/client) folder in the classpath of the client application. Since you are running the application as a jar, you will have to add the jbossall-client.jar file in the classpath by adding an Classpath entry in the Manifest.MF file of the CS-app-client.jar.


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

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



More information about the jboss-user mailing list