-
Bug
-
Resolution: Won't Do
-
Major
-
2.8.0.Final
-
None
-
None
When using Oracle10g, starting from an empty schema with the JPA connector with autoGenerateSchema=update fails.
Steps to reproduce:
- make sure you have an Oracle 10g Thin Driver into your Maven repository
- from the modeshape parent pom, activate the Oracle 10g profile
- set the comode:autoGenerateSchema="update" property on the JPA source
- run the org.modeshape.test.integration.jpa.JcrRepositoryWithJpaSourceTest#shouldAllowCreatingWorkspaces test (or any other test from the JpaSourceTest)