[jboss-svn-commits] JBL Code SVN: r37990 - labs/jbossesb/trunk/product/samples/quickstarts/bpm5processor.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sun Apr 8 11:30:26 EDT 2012


Author: tcunning
Date: 2012-04-08 11:30:21 -0400 (Sun, 08 Apr 2012)
New Revision: 37990

Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/bpm5processor/readme.txt
Log:
JBESB-3761 
Add directions to bpm5processor quickstart.


Modified: labs/jbossesb/trunk/product/samples/quickstarts/bpm5processor/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/bpm5processor/readme.txt	2012-04-06 14:36:26 UTC (rev 37989)
+++ labs/jbossesb/trunk/product/samples/quickstarts/bpm5processor/readme.txt	2012-04-08 15:30:21 UTC (rev 37990)
@@ -14,8 +14,59 @@
 
   The session and process ID information are stored within the message
   context.
-  
 
+
+Setting up the Human Task server
+=======================================
+Unzip the jbpm installer:
+
+sh% unzip jbpm-5.2.0.Final-installer-full.zip
+sh% cd jbpm-installer
+
+Edit the build.properties file.     Change the AS7 specific settings to JBoss AS 5.1.0.GA settings.     In particular, you should look for "drools.guvnor.url", "jboss.server.version", "jboss.home" (point it to your jboss-5.1.0.GA application server), "jboss.server.configuration", "jboss.server.deploy", "jboss.server.data.dir".
+
+sh% ant install.jBPM.runtime
+sh% ant start.human.task
+
+
+How to get the jBPM GWT console running
+=========================================
+
+Edit db/persistence.xml, comment out :
+
+      <property name="hibernate.transaction.manager_lookup_class" value="org.jbpm.integration.console.JBPMTransactionManager" />
+
+Uncomment : 
+
+      <!-- <property name="hibernate.transaction.manager_lookup_class" value="org.hibernate.transaction.JBossTransactionManagerLookup" /> --> 
+
+Install the demo :
+
+sh% ant install.demo
+
+
+You now need to change the name of the jbpm5-gwt-console.war.
+
+sh% mkdir jbpm-gwt-console
+sh% cd jbpm-gwt-console
+sh% unzip ../jbpm-gwt-console.war
+
+Edit WEB-INF/jboss-web.xml.     Change the following line :
+
+   <context-root>jbpm-console</context-root>
+
+to 
+   <context-root>jbpm5-console</context-root>
+
+sh% cd .. ; rm jbpm-gwt-console.war
+sh% mv jbpm-gwt-console jbpm-gwt-console.war
+
+
+Remove the drools-guvnor.war
+
+sh% rm jboss-5.1.0.GA/server/default/deploy/drools-guvnor.war
+
+
 To Run:
 ===========================
   1. In a command terminal window in this folder ("Window1"), type 'ant deploy'.



More information about the jboss-svn-commits mailing list