Oracle Oc4j 10i JNDI Datasource lookup problem
I am facing a JNDI Datasource lookup problem in Or开发者_开发技巧acle OC4JAS 10i deployment. This problem occurs only in quartz scheduler job. any ideas?
Just add "-userThreads" switch in the command which starts OC4J.
For eg : java -jar oc4j.jar -userThreads
精彩评论