Well, I got aggressive with logging
<property name="openjpa.Log"
value="File=\temp\org.apache.openjpa.log, DefaultLevel=TRACE,
Runtime=TRACE, Tool=TRACE, SQL=TRACE" />
and found:
openjpa.Runtime - Setting the following properties from "?" into
configuration:
{openjpa.jdbc.SynchronizeMappings=buildSchema(ForeignKeys=true) etc.
openjpa.jdbc.SynchronizeMappings=buildSchema(ForeignKeys=false) didn't make
a difference, either. Still trying to create OPENJPASEQ
Now I'm looking for a reference on SynchronizeMappings. Found the
JavaDoc...
openjpa.jdbc.SynchronizeMappings=validate did the trick!
--
View this message in context:
http://n2.nabble.com/PK-Problem%2C-mismatched-property-tp1078084p1079872.html
Sent from the OpenJPA Users mailing list archive at Nabble.com.