You helped me fix the problem! Well, it was not a typo in my case (the exact
same code was working - also in production - in GF 3.1.2.2). I was injecting
the datasource using @Resource(name="jdbc/myDs"). After reading your post, I
changed it to @Resource(lookup="jdbc/myDs"). and magic happened! Thanks!
--
[Message sent by forum member 'akutovoy']
View Post: http://forums.java.net/node/897298