[jbpm-commits] JBoss JBPM SVN: r6547 - projects/jsf-console/branches/jsf-console-3.2-soa/console/src/main/webapp/WEB-INF and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Aug 6 20:50:19 EDT 2010


Author: alex.guizar at jboss.com
Date: 2010-08-06 20:50:18 -0400 (Fri, 06 Aug 2010)
New Revision: 6547

Modified:
   jbpm3/branches/jbpm-3.2-soa/pom.xml
   projects/jsf-console/branches/jsf-console-3.2-soa/console/src/main/webapp/WEB-INF/web.xml
Log:
JBPM-2916 unlink jms/JobQueue as the jsf console is now deployed separate from the enterprise beans;
bump jsf console dependency to 3.2.10-SNAPSHOT

Modified: jbpm3/branches/jbpm-3.2-soa/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/pom.xml	2010-08-06 20:20:55 UTC (rev 6546)
+++ jbpm3/branches/jbpm-3.2-soa/pom.xml	2010-08-07 00:50:18 UTC (rev 6547)
@@ -67,7 +67,7 @@
     <jboss.gravel.version>1.0.0.GA</jboss.gravel.version>
     <jboss.j2ee.version>4.0.2</jboss.j2ee.version>
     <jbpm.designer.version>3.1.7</jbpm.designer.version>
-    <jbpm.jsf-console.version>3.2.9</jbpm.jsf-console.version>
+    <jbpm.jsf-console.version>3.2.10-SNAPSHOT</jbpm.jsf-console.version>
     <jsf.facelets.version>1.1.15</jsf.facelets.version>
     <jta.version>1.1</jta.version>
     <junit.version>3.8.1</junit.version>

Modified: projects/jsf-console/branches/jsf-console-3.2-soa/console/src/main/webapp/WEB-INF/web.xml
===================================================================
--- projects/jsf-console/branches/jsf-console-3.2-soa/console/src/main/webapp/WEB-INF/web.xml	2010-08-06 20:20:55 UTC (rev 6546)
+++ projects/jsf-console/branches/jsf-console-3.2-soa/console/src/main/webapp/WEB-INF/web.xml	2010-08-07 00:50:18 UTC (rev 6547)
@@ -134,13 +134,11 @@
   </ejb-local-ref>
 
   <message-destination-ref>
-    <description>The message service sends job messages to the queue referenced here. To ensure
-      this is the same queue from which the JobListenerBean receives messages, the
-      message-destination-link element points to a common logical destination, JobQueue.</description>
+    <description>The message service sends job messages to the queue referenced here.
+      This must be the same queue from which the JobListenerBean receives messages.</description>
     <message-destination-ref-name>jms/JobQueue</message-destination-ref-name>
     <message-destination-type>javax.jms.Queue</message-destination-type>
     <message-destination-usage>Produces</message-destination-usage>
-    <message-destination-link>JobQueue</message-destination-link>
   </message-destination-ref>
 
 </web-app>



More information about the jbpm-commits mailing list