I am trying to use jndiName attribute in db-data-config.xml. This works great
in tomcat. However having issues in websphere. 

Following exception is thrown 

"Make sure that a J2EE application does not execute JNDI operations on
"java:" names within static code blocks or in threads created by that J2EE
application.  Such code does not necessarily run on the thread of a server
application request and therefore is not supported by JNDI operations on
"java:" names. [Root exception is javax.naming.NameNotFoundException: Name
comp/env/jdbc not found in context "java:"."


It seems like websphere has issues accessing jndi resource from Static code.
Has anyone experienced this ?

Thanks & Regards


--
View this message in context: 
http://lucene.472066.n3.nabble.com/JNDI-in-db-data-config-xml-websphere-tp3884787p3884787.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to