Dear jgallimore

Thanks a lot for your detailed example

Just a question the datasource lookup should be as per the below?

Context initContext = new InitialContext(); 
DataSource ds = (DataSource) initContext.lookup("java:comp/env/services"); 
this.ConnectDataSource = ds; 


And [1] is where the datasource should be available under java:comp/env is
equal to "java:comp/env/services"

Thanks

Best Regard



--
Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Users-f979441.html

Reply via email to