[jboss-svn-commits] JBL Code SVN: r37898 - in labs/jbossesb/trunk/product: services/jbpm/as6 and 2 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Feb 27 12:31:57 EST 2012


Author: tcunning
Date: 2012-02-27 12:31:56 -0500 (Mon, 27 Feb 2012)
New Revision: 37898

Modified:
   labs/jbossesb/trunk/product/install/build.xml
   labs/jbossesb/trunk/product/services/jbpm/as6/jbpm-identity-3.2.7.jar
   labs/jbossesb/trunk/product/services/jbpm/src/main/resources/hibernate.cfg.xml
   labs/jbossesb/trunk/product/services/jbpm/src/test/resources/hibernate.cfg.xml
Log:
JBESB-3670
Update namespace pointer. 


Modified: labs/jbossesb/trunk/product/install/build.xml
===================================================================
--- labs/jbossesb/trunk/product/install/build.xml	2012-02-24 10:29:49 UTC (rev 37897)
+++ labs/jbossesb/trunk/product/install/build.xml	2012-02-27 17:31:56 UTC (rev 37898)
@@ -504,9 +504,11 @@
 
 	<!-- Remove old jbpm-identity.jar, replace with the one 
 	     built against hibernate-3.6.0 			-->
-	<delete file="${deploy.dir}/jbpm.esb/jbpm-identity.jar"/>
+	<delete file="${deploy.dir}/jbpm.esb/jbpm-identity-*.jar"/>
 	<copy todir="${deploy.dir}/jbpm.esb"
 		file="${org.jboss.esb.dist}/install/as6-extras/jbpm/jbpm-identity-3.2.7.jar"/>
+	<copy todir="${deploy.dir}/jbpm.esb"
+                file="${org.jboss.esb.dist}/install/as6-extras/jbpm/jbpm-identity-config.jar"/>
 
 	<!-- Need to copy the velocity JAR into the ws deployer -->
 	<copy todir="${deployers.dir}/jbossws.deployer"

Modified: labs/jbossesb/trunk/product/services/jbpm/as6/jbpm-identity-3.2.7.jar
===================================================================
(Binary files differ)

Modified: labs/jbossesb/trunk/product/services/jbpm/src/main/resources/hibernate.cfg.xml
===================================================================
--- labs/jbossesb/trunk/product/services/jbpm/src/main/resources/hibernate.cfg.xml	2012-02-24 10:29:49 UTC (rev 37897)
+++ labs/jbossesb/trunk/product/services/jbpm/src/main/resources/hibernate.cfg.xml	2012-02-27 17:31:56 UTC (rev 37898)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='utf-8'?>
 <!DOCTYPE hibernate-configuration PUBLIC
   "-//Hibernate/Hibernate Configuration DTD 3.0//EN"
-  "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
+  "http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">
 
 <hibernate-configuration>
   <session-factory>
@@ -54,9 +54,11 @@
     <!-- ############################################ -->
 
     <!-- Additional mappings defined per module go here -->
+    <!--
     <mapping resource="hibernate.extra.hbm.xml" />
     <mapping resource="hibernate.identity.hbm.xml" />
-    
+    -->   
+ 
     <!-- ###################### -->
     <!-- # jbpm mapping files # -->
     <!-- ###################### -->

Modified: labs/jbossesb/trunk/product/services/jbpm/src/test/resources/hibernate.cfg.xml
===================================================================
--- labs/jbossesb/trunk/product/services/jbpm/src/test/resources/hibernate.cfg.xml	2012-02-24 10:29:49 UTC (rev 37897)
+++ labs/jbossesb/trunk/product/services/jbpm/src/test/resources/hibernate.cfg.xml	2012-02-27 17:31:56 UTC (rev 37898)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='utf-8'?>
 <!DOCTYPE hibernate-configuration PUBLIC
   "-//Hibernate/Hibernate Configuration DTD 3.0//EN"
-  "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
+  "http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">
 
 <hibernate-configuration>
   <session-factory>



More information about the jboss-svn-commits mailing list