Hi, > <property name="url" value="jdbc:h2:tcp://localhost:9092/ > jbpm4;MVCC=TRUE" />
> org.h2.jdbc.JdbcSQLException: Cannot change the setting "MVCC" when > the database is already open; SQL statement: > SET MVCC TRUE [90133-147] Well, that means the database is already open using a different database URL (without the MVCC setting, or with the setting set to false). Why? Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
