Scott M Stark wrote:

The significance of the ordering of the java.naming.factory.url.pkgs is that this defines the order of packages from which url context factories are found, which includes the java: context. This must be the org.jboss.naming.java.javaURLContextFactory to select the server local java: context.


Scott, sorry, one more time if I may. I switched from using this in 2.4.3:


java.naming.factory.url.pkgs=org.jnp.interfaces

to using this (from testsuite) in 3.2.1:

java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces

The second one is working, as I reported in my last message. Are you saying that instead of the second one, I should instead be using:

java.naming.factory.url.pkgs=org.jboss.naming.java.javaURLContextFactory

What is the difference between this last one and the second one? As always, thanks for your time.

--
Guy Rouillier




------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to