The error stack trace points to some sort of configuration mistake. The
possible causes/resolutions are
a) persistence.xml (and hence the connection details) is not visible by the
runtime. Append the unit name as anchor. For example,
org.apache.openjpa.jdbc.kernel.TableJDBCSeq -p
${project_path}/src/META-INF/persistence.xml#XYZ
where XYZ is the persistence unit name.
b) Ensure that the requiste JDBC driver does exist in the runtime classpath.
Can not see a Derby Driver in
-classpath /home/webautomator/openjpa-all-2.0.0-beta3.jar
(or are we now packaging Derby driver in openjpa-all.jar?)
-----
Pinaki
--
View this message in context:
http://openjpa.208410.n2.nabble.com/Still-not-working-tp5049761p5051307.html
Sent from the OpenJPA Developers mailing list archive at Nabble.com.