Has anybody tried this before?

I've got all the client classes copied over and installed along with a 
test servlet in the websphere env.  When I try to do a lookup for a 
resource managed by JBoss, I catch a NamingException, in which all of the 
detail fields are null (getMessage(), getExplanation(), etc).  I printed 
out the InitialContext's environment, which is as follows:

java.naming.factory.initial = org.jnp.interfaces.NamingContextFactory
java.naming.provider.url = <myservername>
java.naming.factory.url.pkgs = 
org.jboss.naming:org.jnp.interfaces:com.ibm.ws.naming

Websphere seems to be tacking a package on the end of 
java.naming.factory.url.pkgs (I didn't explicitly place that one in the 
Properties I passed in to create the Context).  Could that interfere with 
the lookup?

I know the server should run under JDK1.3 (which it is), but this 
websphere environment is running under 1.2 (with the naming packages 
included, of course).

-Jason

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to