[jbpm-commits] JBoss JBPM SVN: r3933 - in jbpm3/branches/jpdl-3.2.2-SOA-4.2: jpdl/examples and 2 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Feb 19 01:38:44 EST 2009


Author: alex.guizar at jboss.com
Date: 2009-02-19 01:38:44 -0500 (Thu, 19 Feb 2009)
New Revision: 3933

Modified:
   jbpm3/branches/jpdl-3.2.2-SOA-4.2/build/build.properties
   jbpm3/branches/jpdl-3.2.2-SOA-4.2/jpdl/examples/build.xml
   jbpm3/branches/jpdl-3.2.2-SOA-4.2/jpdl/jar/src/main/java/org/jbpm/db/hibernate/HibernateHelper.java
   jbpm3/branches/jpdl-3.2.2-SOA-4.2/jpdl/jar/src/test/config/readme.txt
Log:
JBPM-2043: recall jpdl-jar testsuite

Modified: jbpm3/branches/jpdl-3.2.2-SOA-4.2/build/build.properties
===================================================================
--- jbpm3/branches/jpdl-3.2.2-SOA-4.2/build/build.properties	2009-02-19 00:36:21 UTC (rev 3932)
+++ jbpm3/branches/jpdl-3.2.2-SOA-4.2/build/build.properties	2009-02-19 06:38:44 UTC (rev 3933)
@@ -44,7 +44,7 @@
 # BROWSER PROPERTIES
 windows.browser=C:/Program Files/Internet Explorer/IEXPLORE.EXE
 macos.browser=/usr/bin/open
-linux.browser=mozilla
+linux.browser=firefox
 
 # The remainder section of this configuration file should 
 # typically not be customized.

Modified: jbpm3/branches/jpdl-3.2.2-SOA-4.2/jpdl/examples/build.xml
===================================================================
--- jbpm3/branches/jpdl-3.2.2-SOA-4.2/jpdl/examples/build.xml	2009-02-19 00:36:21 UTC (rev 3932)
+++ jbpm3/branches/jpdl-3.2.2-SOA-4.2/jpdl/examples/build.xml	2009-02-19 06:38:44 UTC (rev 3933)
@@ -138,7 +138,7 @@
     <!-- define the jbpm tasks with the hibernate configurations in the classpath -->
     <taskdef resource="org/jbpm/ant/jbpm.ant.tasks.properties">
       <classpath>
-        <pathelement path="target/dbconfig" />
+        <pathelement location="target/dbconfig" />
         <pathelement location="${lib.jbpm.jpdl.jar.local}"/>
         <pathelement location="${lib.jbpm.identity.jar.local}"/>
         <path refid="libs.classpath"/>

Modified: jbpm3/branches/jpdl-3.2.2-SOA-4.2/jpdl/jar/src/main/java/org/jbpm/db/hibernate/HibernateHelper.java
===================================================================
--- jbpm3/branches/jpdl-3.2.2-SOA-4.2/jpdl/jar/src/main/java/org/jbpm/db/hibernate/HibernateHelper.java	2009-02-19 00:36:21 UTC (rev 3932)
+++ jbpm3/branches/jpdl-3.2.2-SOA-4.2/jpdl/jar/src/main/java/org/jbpm/db/hibernate/HibernateHelper.java	2009-02-19 06:38:44 UTC (rev 3933)
@@ -100,7 +100,7 @@
       // load the properties
       Properties properties = loadPropertiesFromResource(propertiesResource);
       // and overwrite the properties with the specified properties
-      configuration.setProperties(properties);
+      configuration.addProperties(properties);
     }
 
     return configuration;

Modified: jbpm3/branches/jpdl-3.2.2-SOA-4.2/jpdl/jar/src/test/config/readme.txt
===================================================================
--- jbpm3/branches/jpdl-3.2.2-SOA-4.2/jpdl/jar/src/test/config/readme.txt	2009-02-19 00:36:21 UTC (rev 3932)
+++ jbpm3/branches/jpdl-3.2.2-SOA-4.2/jpdl/jar/src/test/config/readme.txt	2009-02-19 06:38:44 UTC (rev 3933)
@@ -1,8 +1,8 @@
 This directory contains a template for the database test 
 configuration properties.  
 
-To get started, copy this directory to ${user.home}/jbpm/dbtests  
-so all the database dirs are then located in ${user.home}/jbpm/dbtests/config
+To get started, copy this directory to ${user.home}/jbpm/dbtests/
+so that the database dirs are located in ${user.home}/jbpm/dbtests/config
 
 Usage is as follows:
 
@@ -14,5 +14,5 @@
 the default configurations as in jpdl/jar/src/main/config for the test run
 
 3) Put the driver jar files for the database in 
-${user.home}/jbpm/dbtests/config/${custom.db.config}/*.jar  So e.g. the oracle driver jar 
-file could have the following location: ${user.home}/jbpm/dbtests/config/oracle/classes12.jar 
\ No newline at end of file
+${user.home}/jbpm/dbtests/driver/${custom.db.config}/*.jar  e.g. the oracle driver jar 
+would have the following location: ${user.home}/jbpm/dbtests/driver/oracle/classes12.jar




More information about the jbpm-commits mailing list