0 Replies Latest reply on Dec 18, 2013 9:53 PM by joe.chuah

    Persistence with OpenJPA

    joe.chuah

      Hi,

       

      I was trying to setup persistence in IBM environment on WAS 8 and encountered a problem with

      "org.drools.persistence.info.SessionInfo.id" declares generator name "sessionInfoIdSeq", but uses the AUTO generation type. The only valid generator names under AUTO are "uuid-hex" and "uuid-string".

       

      And came across this

      https://github.com/droolsjbpm/jbpm/pull/160

      Which states that work is being done on compatibility with OpenJPA.

       

      Was wondering if anyone knows a workaround or which release would be compatible with OpenJPA?

       

      Thanks.