updating a bit system.properties for hibernate
diff --git a/src/test/tomee/conf/system.properties b/src/test/tomee/conf/system.properties
index f39cce2..fb8484b 100644
--- a/src/test/tomee/conf/system.properties
+++ b/src/test/tomee/conf/system.properties
@@ -14,6 +14,18 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 #
+javax.persistence.provider=org.hibernate.ejb.HibernatePersistence
+
+PERSISTENCEUNIT.CTS-EM.hibernate.transaction.manager_lookup_class=org.apache.openejb.hibernate.TransactionManagerLookup
+PERSISTENCEUNIT.CTS-EM.hibernate.dialect=org.hibernate.dialect.DerbyDialect
+PERSISTENCEUNIT.CTS-EM.hibernate.jdbc.batch_size=1
+
+PERSISTENCEUNIT.CTS-EM-NOTX.hibernate.transaction.manager_lookup_class=org.apache.openejb.hibernate.TransactionManagerLookup
+PERSISTENCEUNIT.CTS-EM-NOTX.hibernate.dialect=org.hibernate.dialect.DerbyDialect
+PERSISTENCEUNIT.CTS-EM-NOTX.hibernate.jdbc.batch_size=1
+PERSISTENCEUNIT.CTS-EM-NOTX.current_session_context_clas=jta
+PERSISTENCEUNIT.CTS-EM-NOTX.hibernate.transaction.factory_class=org.hibernate.transaction.JTATransactionFactory
+
 RESOURCE.whitebox-notx-param|poolMaxSize=100
 RESOURCE.whitebox-notx|poolMaxSize=100
 RESOURCE.whitebox-tx-param|poolMaxSize=100
@@ -57,15 +69,6 @@
 openejb.web.xml.major=3
 jsp_config_general_web.openejb.web.xml.major=2
 
-PERSISTENCEUNIT.CTS-EM.openjpa.Specification=JPA 2.0
-PERSISTENCEUNIT.CTS-EM.openjpa.jdbc.SchemaFactory=native(ForeignKeys=true)
-PERSISTENCEUNIT.CTS-EM.openjpa.jdbc.SynchronizeMappings=buildSchema(IgnoreErrors=true)
-PERSISTENCEUNIT.CTS-EM.openjpa.Compatibility=StrictIdentityValues=true,NonDefaultMappingAllowed=true,ConvertPositionalParametersToNamed=true
-PERSISTENCEUNIT.CTS-EM-NOTX.openjpa.Specification=JPA 2.0
-PERSISTENCEUNIT.CTS-EM-NOTX.openjpa.jdbc.SchemaFactory=native(ForeignKeys=true)
-PERSISTENCEUNIT.CTS-EM-NOTX.openjpa.jdbc.SynchronizeMappings=buildSchema(IgnoreErrors=true)
-PERSISTENCEUNIT.CTS-EM-NOTX.openjpa.Compatibility=StrictIdentityValues=true,NonDefaultMappingAllowed=true,ConvertPositionalParametersToNamed=true
-
 old-dd-whitebox-notx-param.rar.moduleId=oldwhitebox-notx-param
 old-dd-whitebox-notx.rar.moduleId=oldwhitebox-notx
 old-dd-whitebox-tx-param.rar.moduleId=oldwhitebox-tx-param