I've been searching through mentions of this earlier in the list.. but I
haven't found a solution yet. My code that works fine under 0.9.4 is failing
under 0.9.7 with the following exception:
java.lang.RuntimeException: OJB ERROR: Dont know how to autoincrement field
class com.kiwiplan.jtss.Place.id
at
org.apache.ojb.broker.metadata.ClassDescriptor.getAutoIncrementValue(Unknown
Source)
at
org.apache.ojb.broker.metadata.ClassDescriptor.getKeyValues(Unknown Source)
at org.apache.ojb.broker.Identity.<init>(Unknown Source)
at
org.apache.ojb.broker.singlevm.PersistenceBrokerImpl.store(Unknown Source)
at
org.apache.ojb.broker.singlevm.PersistenceBrokerImpl.store(Unknown Source)
I'm using the default hi/lo sequence manager mapped to an INTEGER column,
I've updated the OJB.properties file and the repository_internal.xml to the
new version.
What have I missed?
Thanks
Gareth.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>