[
https://jira.jboss.org/jira/browse/JBPM-1287?page=com.atlassian.jira.plug...
]
Alejandro Guizar commented on JBPM-1287:
----------------------------------------
The properties that were manipulated by the old build file are currently located in
modules/jpdl/core/src/main/resources/hibernate.properties.hsqldb.xml:
<!-- JDBC connection properties (begin) -->
<property
name="hibernate.connection.driver_class">org.hsqldb.jdbcDriver</property>
<property
name="hibernate.connection.url">jdbc:hsqldb:mem:jbpm</property>
<property name="hibernate.connection.username">sa</property>
<property name="hibernate.connection.password"></property>
<property name="hibernate.hbm2ddl.auto">create</property>
<!-- JDBC connection properties (end) -->
<!-- DataSource properties (begin) ===
<property
name="hibernate.connection.datasource">java:comp/env/jdbc/JbpmDataSource</property>
==== DataSource properties (end) -->
<!-- JTA transaction properties
<property
name="hibernate.transaction.factory_class">org.hibernate.transaction.JTATransactionFactory</property>
<property
name="hibernate.transaction.manager_lookup_class">org.hibernate.transaction.JBossTransactionManagerLookup</property>
-->
The preceding properties along with the following ones are database agnostic and should be
placed in a separate file.
<property name="hibernate.hbm2ddl.auto">create</property>
<property
name="hibernate.cache.provider_class">org.hibernate.cache.HashtableCacheProvider</property>
<!-- logging properties -->
<property name="hibernate.show_sql">true</property>
<property name="hibernate.format_sql">true</property>
<property name="hibernate.use_sql_comments">true</property>
Integrate enterprise tests in automated testrun
-----------------------------------------------
Key: JBPM-1287
URL:
https://jira.jboss.org/jira/browse/JBPM-1287
Project: JBoss jBPM
Issue Type: Task
Security Level: Public(Everyone can see)
Components: jPDL 3
Reporter: Thomas Diesler
Assignee: Thomas Diesler
Fix For: jBPM 3.3.0 CR1
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira