When I update to 5.4.3 and host on GlassFish the app stalls because it can’t
find the Postgres driver. This is odd because I provide a jdbc4 driver. Anyway
I will copy it to the glassfish modules directory and see what happens. This
same build still fails on jetty:run.
A completely different p
I don't use JPA so I don't have a solution, but in your stack trace most
notable is root exception "java.lang.NoSuchMethodError". Usually such
exception indicates that an incorrect version of a class is on the class
path. This can happen if you have two different JARs of the same library is
on the