[jbpm-commits] JBoss JBPM SVN: r3944 - in jbpm4/trunk: modules/enterprise and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Feb 19 05:26:11 EST 2009


Author: heiko.braun at jboss.com
Date: 2009-02-19 05:26:11 -0500 (Thu, 19 Feb 2009)
New Revision: 3944

Added:
   jbpm4/trunk/modules/enterprise/README.txt
Removed:
   jbpm4/trunk/modules/enterprise/README
Modified:
   jbpm4/trunk/pom.xml
   jbpm4/trunk/profiles.xml.example
Log:
Remove Hsql properties from profiles.xml

Deleted: jbpm4/trunk/modules/enterprise/README
===================================================================
--- jbpm4/trunk/modules/enterprise/README	2009-02-19 10:22:20 UTC (rev 3943)
+++ jbpm4/trunk/modules/enterprise/README	2009-02-19 10:26:11 UTC (rev 3944)
@@ -1,15 +0,0 @@
-Tests in the enterprise module are integration tests. The maven surefire plugin
-runs tests during the 'test' phase by default. This module is configured to
-skip test execution during the 'test' phase, allowing the build to reach the
-'package' phase and assemble the ejb jar.
-
-Enterprise tests are associated to the 'integration-test' phase that occurs
-after 'package' but before 'install'. In order to run properly, enterprise
-tests require a running JBoss application server. The address to which the
-server is bound must be specified in the Maven property 'jboss.bind.address',
-otherwise the tests will be skipped.
-
-mvn -Djboss.bind.address=127.0.0.1 integration-test
-
-Because several databases do not allow DDL in JTA transactions, the database
-schema has to be created prior to executing the tests for the first time.
\ No newline at end of file

Copied: jbpm4/trunk/modules/enterprise/README.txt (from rev 3934, jbpm4/trunk/modules/enterprise/README)
===================================================================
--- jbpm4/trunk/modules/enterprise/README.txt	                        (rev 0)
+++ jbpm4/trunk/modules/enterprise/README.txt	2009-02-19 10:26:11 UTC (rev 3944)
@@ -0,0 +1,16 @@
+Tests in the enterprise module are integration tests. The maven surefire plugin
+runs tests during the 'test' phase by default. This module is configured to
+skip test execution during the 'test' phase, allowing the build to reach the
+'package' phase and assemble the ejb jar.
+
+Enterprise tests are associated to the 'integration-test' phase that occurs
+after 'package' but before 'install'. In order to run properly, enterprise
+tests require a running JBoss application server. The address to which the
+server is bound must be specified in the Maven property 'jboss.bind.address',
+otherwise the tests will be skipped.
+
+mvn -Djboss.bind.address=127.0.0.1 test
+
+Because several databases do not allow DDL in JTA transactions, the database
+schema has to be created prior to executing the tests for the first time,
+unless you've chosen Hsql as the target database when running the installer.

Modified: jbpm4/trunk/pom.xml
===================================================================
--- jbpm4/trunk/pom.xml	2009-02-19 10:22:20 UTC (rev 3943)
+++ jbpm4/trunk/pom.xml	2009-02-19 10:26:11 UTC (rev 3944)
@@ -36,8 +36,7 @@
     <module>modules/pvm</module>
     <module>modules/examples</module>
     <module>modules/jpdl</module>
-    <module>modules/enterprise</module>    
-    <module>modules/integration</module>
+    <module>modules/enterprise</module>     
     <module>modules/test-base</module>
     <module>modules/test-db</module>
     <module>modules/test-pojo</module>
@@ -367,6 +366,7 @@
     <profile>
       <id>distro</id>
       <modules>
+        <module>modules/integration</module>
         <module>modules/devguide</module>
         <module>modules/distro</module>
         <module>modules/userguide</module>

Modified: jbpm4/trunk/profiles.xml.example
===================================================================
--- jbpm4/trunk/profiles.xml.example	2009-02-19 10:22:20 UTC (rev 3943)
+++ jbpm4/trunk/profiles.xml.example	2009-02-19 10:26:11 UTC (rev 3944)
@@ -25,15 +25,7 @@
 
         <!--
           DEFAULT CONNECTION SETTINGS FOR THE JBPM QA ENV
-        -->
-
-        <jdbc.hsql.server>localhost</jdbc.hsql.server>
-        <jdbc.hsql.port>3306</jdbc.hsql.port>
-        <jdbc.hsql.database>jbpmtest</jdbc.hsql.database>
-        <jdbc.hsql.url>jdbc:hsqldb:mem:.</jdbc.hsql.url>
-        <jdbc.hsql.username>sa</jdbc.hsql.username>
-        <jdbc.hsql.password></jdbc.hsql.password>
-
+        -->       
         <jdbc.mysql.server>localhost</jdbc.mysql.server>
         <jdbc.mysql.port>3306</jdbc.mysql.port>
         <jdbc.mysql.database>jbpm4</jdbc.mysql.database>




More information about the jbpm-commits mailing list