It was that! Somebody had messed with my properties file. I wonder who that
was... Sorry about that!

>Hello and thanks for trying to help me out. But it's not that. I do
something like this to connect to the JNDI provider:
>
>               Properties props=loadProps();
>
props.put("java.naming.factory.initial",props.getProperty("NamingFactory"));
>               props.put("java.naming.provider.url",props.getProperty("NamingURL"));
>
props.put("java.naming.factory.url.pkgs",props.getProperty("NamingPKGS"));
>               return new InitialContext(props);
>
>And it's been working fine until I added security.

>Regards,
>Pelle Poluha
>
>>How is the jndi.properties file provided to the client? The exception your
>>getting appears to be a simple failure to connect to the JNDI provider.


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

Reply via email to