I can make a successful connection to my database using HTML connection test with the right JNDI, but when I put the same JNDI url into my JAVA connection pool object, it throws a null pointer exception error. Why? Is this on the Java side or something else in the WAR. I'm assuming my server.xml is correct...and the stack trace points right at the Datasource as the problem...