[jbpm-commits] JBoss JBPM SVN: r6764 - in jbpm3/branches/jbpm-3.2-soa: core/src/main/resources and 2 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Sat Oct 16 09:44:03 EDT 2010


Author: alex.guizar at jboss.com
Date: 2010-10-16 09:44:02 -0400 (Sat, 16 Oct 2010)
New Revision: 6764

Removed:
   jbpm3/branches/jbpm-3.2-soa/core/src/main/resources/hibernate.properties.firebird.xml
   jbpm3/branches/jbpm-3.2-soa/core/src/main/resources/hibernate.properties.ingres.xml
   jbpm3/branches/jbpm-3.2-soa/core/src/main/resources/hibernate.properties.interbase.xml
   jbpm3/branches/jbpm-3.2-soa/core/src/main/resources/hibernate.properties.mckoi.xml
   jbpm3/branches/jbpm-3.2-soa/core/src/main/resources/hibernate.properties.sapdb.xml
Modified:
   jbpm3/branches/jbpm-3.2-soa/core/scripts/antrun-config.xml
   jbpm3/branches/jbpm-3.2-soa/db/scripts/antrun-jbpmschema.xml
   jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/java/org/jbpm/jms/JmsConnectorServiceFactory.java
Log:
remove configuration for databases not under continuous integration

Modified: jbpm3/branches/jbpm-3.2-soa/core/scripts/antrun-config.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/core/scripts/antrun-config.xml	2010-10-16 13:21:11 UTC (rev 6763)
+++ jbpm3/branches/jbpm-3.2-soa/core/scripts/antrun-config.xml	2010-10-16 13:44:02 UTC (rev 6764)
@@ -63,16 +63,11 @@
   <target name="gen-hibernate-config" description="generate hibernate configuration">
     <cat-hibernate-config database="db2" />
     <cat-hibernate-config database="derby" />
-    <cat-hibernate-config database="firebird" />
     <cat-hibernate-config database="hsqldb" />
-    <cat-hibernate-config database="ingres" />
-    <cat-hibernate-config database="interbase" />
-    <cat-hibernate-config database="mckoi" />
     <cat-hibernate-config database="mssql" />
     <cat-hibernate-config database="mysql" />
     <cat-hibernate-config database="oracle" />
     <cat-hibernate-config database="postgresql" />
-    <cat-hibernate-config database="sapdb" />
     <cat-hibernate-config database="sybase" />
 
     <copy file="${project.output.dir}/hibernate.cfg.${database}.xml"

Deleted: jbpm3/branches/jbpm-3.2-soa/core/src/main/resources/hibernate.properties.firebird.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/core/src/main/resources/hibernate.properties.firebird.xml	2010-10-16 13:21:11 UTC (rev 6763)
+++ jbpm3/branches/jbpm-3.2-soa/core/src/main/resources/hibernate.properties.firebird.xml	2010-10-16 13:44:02 UTC (rev 6764)
@@ -1,12 +0,0 @@
-
-    <!-- hibernate dialect -->
-    <property name="hibernate.dialect">org.hibernate.dialect.FirebirdDialect</property>
-
-    <!-- JDBC connection properties (begin) -->
-    <!-- fetch driver from http://firebird.sourceforge.net/ -->
-    <property name="hibernate.connection.driver_class">org.firebirdsql.jdbc.FBDriver</property>
-    <property name="hibernate.connection.url">jdbc:firebirdsql:localhost:jbpmtest</property>
-    <property name="hibernate.connection.username"></property>
-    <property name="hibernate.connection.password"></property>
-    <!-- JDBC connection properties (end) -->
-

Deleted: jbpm3/branches/jbpm-3.2-soa/core/src/main/resources/hibernate.properties.ingres.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/core/src/main/resources/hibernate.properties.ingres.xml	2010-10-16 13:21:11 UTC (rev 6763)
+++ jbpm3/branches/jbpm-3.2-soa/core/src/main/resources/hibernate.properties.ingres.xml	2010-10-16 13:44:02 UTC (rev 6764)
@@ -1,12 +0,0 @@
-
-    <!-- hibernate dialect -->
-    <property name="hibernate.dialect">org.hibernate.dialect.IngresDialect</property>
-
-    <!-- JDBC connection properties (begin) -->
-    <!-- fetch driver from http://google.com -->
-    <property name="hibernate.connection.driver_class"></property>
-    <property name="hibernate.connection.url"></property>
-    <property name="hibernate.connection.username"></property>
-    <property name="hibernate.connection.password"></property>
-    <!-- JDBC connection properties (end) -->
-

Deleted: jbpm3/branches/jbpm-3.2-soa/core/src/main/resources/hibernate.properties.interbase.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/core/src/main/resources/hibernate.properties.interbase.xml	2010-10-16 13:21:11 UTC (rev 6763)
+++ jbpm3/branches/jbpm-3.2-soa/core/src/main/resources/hibernate.properties.interbase.xml	2010-10-16 13:44:02 UTC (rev 6764)
@@ -1,12 +0,0 @@
-
-    <!-- hibernate dialect -->
-    <property name="hibernate.dialect">org.hibernate.dialect.InterbaseDialect</property>
-
-    <!-- JDBC connection properties (begin) -->
-    <!-- fetch driver from http://google.com -->
-    <property name="hibernate.connection.driver_class"></property>
-    <property name="hibernate.connection.url"></property>
-    <property name="hibernate.connection.username"></property>
-    <property name="hibernate.connection.password"></property>
-    <!-- JDBC connection properties (end) -->
-

Deleted: jbpm3/branches/jbpm-3.2-soa/core/src/main/resources/hibernate.properties.mckoi.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/core/src/main/resources/hibernate.properties.mckoi.xml	2010-10-16 13:21:11 UTC (rev 6763)
+++ jbpm3/branches/jbpm-3.2-soa/core/src/main/resources/hibernate.properties.mckoi.xml	2010-10-16 13:44:02 UTC (rev 6764)
@@ -1,12 +0,0 @@
-
-    <!-- hibernate dialect -->
-    <property name="hibernate.dialect">org.hibernate.dialect.MckoiDialect</property>
-
-    <!-- JDBC connection properties (begin) -->
-    <!-- fetch driver from http://google.com -->
-    <property name="hibernate.connection.driver_class"></property>
-    <property name="hibernate.connection.url"></property>
-    <property name="hibernate.connection.username"></property>
-    <property name="hibernate.connection.password"></property>
-    <!-- JDBC connection properties (end) -->
-

Deleted: jbpm3/branches/jbpm-3.2-soa/core/src/main/resources/hibernate.properties.sapdb.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/core/src/main/resources/hibernate.properties.sapdb.xml	2010-10-16 13:21:11 UTC (rev 6763)
+++ jbpm3/branches/jbpm-3.2-soa/core/src/main/resources/hibernate.properties.sapdb.xml	2010-10-16 13:44:02 UTC (rev 6764)
@@ -1,12 +0,0 @@
-
-    <!-- hibernate dialect -->
-    <property name="hibernate.dialect">org.hibernate.dialect.SAPDBDialect</property>
-
-    <!-- JDBC connection properties (begin) -->
-    <!-- fetch driver from http://google.com -->
-    <property name="hibernate.connection.driver_class"></property>
-    <property name="hibernate.connection.url"></property>
-    <property name="hibernate.connection.username"></property>
-    <property name="hibernate.connection.password"></property>
-    <!-- JDBC connection properties (end) -->
-

Modified: jbpm3/branches/jbpm-3.2-soa/db/scripts/antrun-jbpmschema.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/db/scripts/antrun-jbpmschema.xml	2010-10-16 13:21:11 UTC (rev 6763)
+++ jbpm3/branches/jbpm-3.2-soa/db/scripts/antrun-jbpmschema.xml	2010-10-16 13:44:02 UTC (rev 6764)
@@ -22,21 +22,9 @@
     <jbpmschema output="${project.output.dir}/jbpm.jpdl.derby.sql"
                 config="hibernate.cfg.derby.xml"
                 action="create" />
-    <jbpmschema output="${project.output.dir}/jbpm.jpdl.firebird.sql"
-                config="hibernate.cfg.firebird.xml"
-                action="create" />
     <jbpmschema output="${project.output.dir}/jbpm.jpdl.hsqldb.sql"
                 config="hibernate.cfg.hsqldb.xml"
                 action="create" />
-    <jbpmschema output="${project.output.dir}/jbpm.jpdl.ingres.sql"
-                config="hibernate.cfg.ingres.xml"
-                action="create" />
-    <jbpmschema output="${project.output.dir}/jbpm.jpdl.interbase.sql"
-                config="hibernate.cfg.interbase.xml"
-                action="create" />
-    <jbpmschema output="${project.output.dir}/jbpm.jpdl.mckoi.sql"
-                config="hibernate.cfg.mckoi.xml"
-                action="create" />
     <jbpmschema output="${project.output.dir}/jbpm.jpdl.mssql.sql"
                 config="hibernate.cfg.mssql.xml"
                 action="create" />
@@ -49,9 +37,6 @@
     <jbpmschema output="${project.output.dir}/jbpm.jpdl.postgresql.sql"
                 config="hibernate.cfg.postgresql.xml"
                 action="create" />
-    <jbpmschema output="${project.output.dir}/jbpm.jpdl.sapdb.sql"
-                config="hibernate.cfg.sapdb.xml"
-                action="create" />
     <jbpmschema output="${project.output.dir}/jbpm.jpdl.sybase.sql"
                 config="hibernate.cfg.sybase.xml"
                 action="create"

Modified: jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/java/org/jbpm/jms/JmsConnectorServiceFactory.java
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/java/org/jbpm/jms/JmsConnectorServiceFactory.java	2010-10-16 13:21:11 UTC (rev 6763)
+++ jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/java/org/jbpm/jms/JmsConnectorServiceFactory.java	2010-10-16 13:44:02 UTC (rev 6764)
@@ -28,6 +28,7 @@
 import org.jbpm.JbpmConfiguration;
 import org.jbpm.JbpmContext;
 import org.jbpm.JbpmException;
+import org.jbpm.ejb.JobListenerBean;
 import org.jbpm.svc.Service;
 import org.jbpm.svc.ServiceFactory;
 import org.jbpm.util.JndiUtil;



More information about the jbpm-commits mailing list