[jbpm-commits] JBoss JBPM SVN: r6731 - jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/java/org/jbpm/ejb.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Oct 4 08:53:47 EDT 2010


Author: bradsdavis
Date: 2010-10-04 08:53:46 -0400 (Mon, 04 Oct 2010)
New Revision: 6731

Modified:
   jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/java/org/jbpm/ejb/CommandServiceBean.java
Log:
Should have removed the comma after the last property.

Modified: jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/java/org/jbpm/ejb/CommandServiceBean.java
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/java/org/jbpm/ejb/CommandServiceBean.java	2010-10-04 12:49:40 UTC (rev 6730)
+++ jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/java/org/jbpm/ejb/CommandServiceBean.java	2010-10-04 12:53:46 UTC (rev 6731)
@@ -91,7 +91,7 @@
 @Resources(value = {
   @Resource(name = "jdbc/JbpmDataSource", type = DataSource.class, shareable = true),
   @Resource(name = "jms/JbpmConnectionFactory", type = ConnectionFactory.class, shareable = true),
-  @Resource(name = "jms/JobQueue", type = Queue.class),
+  @Resource(name = "jms/JobQueue", type = Queue.class)
 })
 public class CommandServiceBean implements LocalCommandService {
 



More information about the jbpm-commits mailing list