Seems that Oracle 10g and the hibernate mapping for ODE are a bit at
odds:
9031 [ProcessStoreImpl-1] WARN org.hibernate.util.JDBCExceptionReporter
- SQL Error: 904, SQLState: 42000
9031 [ProcessStoreImpl-1] ERROR org.hibernate.util.JDBCExceptionReporter
- ORA-00904: "PROPERTIES0_"."PROPID": invalid identifier
Caused by: java.util.concurrent.ExecutionException:
org.hibernate.exception.SQLGrammarException: could not initialize a
collection:
[org.apache.ode.store.hib.ProcessConfDaoImpl.properties_#{urn:bpel:BpelM
ock}BPELMock-2]
at
java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:205)
This ode 1.2 with the following configuration:
ode-axis2.dao.factory=org.apache.ode.daohib.bpel.BpelDAOConnectionFactor
yImpl
org.hibernate.dialect.Dialect=org.hibernate.dialect.Oracle9Dialect
Any pointers?