Hey

[EMAIL PROTECTED] wrote:
> It's a bootstrapping problem.  Your client needs to have
> an initial starting point to start doing lookups on home
> interfaces.  To do this, include the following on your
> java command line:
> 
> -Djava.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
> -Djava.naming.provider.url=localhost
> -Djava.naming.factory.url.pkgs=org.jboss.naming
> 
> Alternately you could include these in a jndi.properties
> file and make sure that the file is in the CLASSPATH.  If
> you go with the file route, leave out the -D's.

If you look at his trace you'll see that he's already done this since
it's called looking for NamingContextFactory. The problem is that he
didn't include jnp-client.jar in classpath.

/Rickard

-- 
Rickard �berg

@home: +46 13 177937
Email: [EMAIL PROTECTED]
http://www.telkel.com
http://www.jboss.org
http://www.dreambean.com


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to