Eventually, I got it working by adding the following to my oracle-ds.xml file:
| <use-java-context>false</use-java-context>
|
and changing the lookup code to:
| DataSource dataSource = (DataSource)new
InitialContext().lookup("OracleDS");
|
thanks,
barry
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142895#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...