[jbpm-commits] JBoss JBPM SVN: r3730 - jbpm3/trunk/modules/enterprise/src/main/resources/META-INF.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jan 29 05:58:14 EST 2009


Author: alex.guizar at jboss.com
Date: 2009-01-29 05:58:11 -0500 (Thu, 29 Jan 2009)
New Revision: 3730

Modified:
   jbpm3/trunk/modules/enterprise/src/main/resources/META-INF/ejb-jar.xml
Log:
JBPM-1990 ejb-jar.xml spelling error in res-type element

Modified: jbpm3/trunk/modules/enterprise/src/main/resources/META-INF/ejb-jar.xml
===================================================================
--- jbpm3/trunk/modules/enterprise/src/main/resources/META-INF/ejb-jar.xml	2009-01-29 07:36:26 UTC (rev 3729)
+++ jbpm3/trunk/modules/enterprise/src/main/resources/META-INF/ejb-jar.xml	2009-01-29 10:58:11 UTC (rev 3730)
@@ -76,7 +76,7 @@
           Required for processes that contain asynchronous continuations.
         </description>
         <res-ref-name>jms/JbpmConnectionFactory</res-ref-name>
-        <res-type>javax.jms.ConnnectionFactory</res-type>
+        <res-type>javax.jms.ConnectionFactory</res-type>
         <res-auth>Container</res-auth>
       </resource-ref>
 




More information about the jbpm-commits mailing list