Re: Problem using OpenJPAEntityManager#createInstance

2008-11-13 Thread Pinaki Poddar
persistence.xml. But please report if that is not the case. -- View this message in context: http://n2.nabble.com/Problem-using-OpenJPAEntityManager-createInstance-tp1493116p1494927.html Sent from the OpenJPA Users mailing list archive at Nabble.com.

Re: Problem using OpenJPAEntityManager#createInstance

2008-11-13 Thread Benjamin
Try creating the OPENJPA_SEQUENCE_TABLE separately. The instructions to > create this table is available in main() method's JavaDoc in [1] > > [1] > http://openjpa.apache.org/builds/latest/docs/javadoc/org/apache/openjpa/jdbc/kernel/TableJDBCSeq.html > > -- View this

Re: Problem using OpenJPAEntityManager#createInstance

2008-11-13 Thread Pinaki Poddar
available in main() method's JavaDoc in [1] [1] http://openjpa.apache.org/builds/latest/docs/javadoc/org/apache/openjpa/jdbc/kernel/TableJDBCSeq.html -- View this message in context: http://n2.nabble.com/Problem-using-OpenJPAEntityManager-createInstance-tp1493116p1493503.html Sent fro

Problem using OpenJPAEntityManager#createInstance

2008-11-12 Thread Benjamin Renaud
Hi everyone, I'm using 1.2.0, Glassfish (latest version), Java 6. I am experimenting with the createInstance feature of OpenJPA. Specifically, I wrote a stateless session bean (source code below) and ran into two problems: 1. the basic, simple case of simply calling TestPerstInterface i =