|
I'am trying to run an EJB
client but i get an NoInitialContextException,...root exception is:
ClassNotFoundException
(I include all the jars in
the client and the lib dirs )
Are this the correct jnidi
properties ?
Properties props = new
Properties();
props.put( Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory" ); props.put( Context.PROVIDER_URL, "localhost:1099" ); Context context = new InitialContext( props ); Does anyone known which jars are
needed by a out of the box client ?
|
