users@glassfish.java.net

Re: Always using DerbyPool

From: <forums_at_java.net>
Date: Mon, 21 Oct 2013 08:18:20 -0500 (CDT)

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