yes it starts with 0
i was also looking in that direction to find a solution, but unfortunately i
could not find how to make it start with another value. (the tables should
be automatically generated by persistence.xml)

FYI: I run HSQLDB as follows. Write it down for maybe in the future, because
it also took me more then an hour to find it out. 
    - start database server:
C:\java_libs\hsqldb-2.0.0-rc9\hsqldb-2.0.0-rc9\hsqldb>java -cp
./lib/hsqldb.jar org.hsqldb.server.Server -database.0 file:mydb -dbname.0
xdb
    - start database manager:
C:\java_libs\hsqldb-2.0.0-rc9\hsqldb-2.0.0-rc9\hsqldb>java -cp
./lib/hsqldb.jar org.hsqldb.util.DatabaseManager
      and connect to the above started database server with URL:
jdbc:hsqldb:hsql://localhost/xdb
-- 
View this message in context: 
http://openjpa.208410.n2.nabble.com/An-object-of-type-src-StatusUpdate-with-oid-0-already-exists-in-this-context-another-cannot-be-persi-tp5030272p5037540.html
Sent from the OpenJPA Users mailing list archive at Nabble.com.

Reply via email to