[jbpm-commits] JBoss JBPM SVN: r6704 - jbpm3/branches/jbpm-3.2-soa/enterprise-jee5.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Sep 30 07:45:50 EDT 2010


Author: bradsdavis
Date: 2010-09-30 07:45:50 -0400 (Thu, 30 Sep 2010)
New Revision: 6704

Modified:
   jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/pom.xml
Log:
Enterprise is supposed to be used only by SOA-P, which has the Commons Lang.  

This is to use ReflectionToStringBuilder to reflect commands coming into the CommandListenerBean.  This is needed because we need to be able to associate a command with a message, incase the command fails and the message is sent to the DLQ.  

Modified: jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/pom.xml	2010-09-30 04:32:10 UTC (rev 6703)
+++ jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/pom.xml	2010-09-30 11:45:50 UTC (rev 6704)
@@ -74,5 +74,12 @@
       <version>1.0</version>
       <scope>provided</scope>
     </dependency>
+    <dependency>
+    	<groupId>commons-lang</groupId>
+    	<artifactId>commons-lang</artifactId>
+    	<version>2.4</version>
+    	<type>jar</type>
+    	<scope>provided</scope>
+    </dependency>
   </dependencies>
 </project>



More information about the jbpm-commits mailing list