Re: NPE while lookup resource in tomcat JNDI

2020-11-10 Thread Arnaud Mergey
Hello Christopher, Thanks for the reply, digging more into this, I found that the cause of my issue was a classloader issue. Lookup for ResourceLink must be done in same classloader tomcat uses to register resources, otherwise 

Re: NPE while lookup resource in tomcat JNDI

2020-11-09 Thread Christopher Schultz
Arnaud, Apologies for the top-post. Could you please: 1. Re-post preserving whitespace? Your code+config were unreadable when they made it to the mailing list. 2. Post the full (redacted if necessary) stack trace of the NPE. 3. Annotate your code with some line-numbers so we can match #1

NPE while lookup resource in tomcat JNDI

2020-11-09 Thread Arnaud Mergey
Hello, I have a tomcat app that is trying to list available JDBC Datasources it can find in tomcat JNDI Context It fails with NPE when there is a ResourceLink in my app context. It seems to be a bug in org.apache.naming.NamingContextBindingsEnumeration to me, but I may be wrong. A minimal test