Ville Itämaa [https://community.jboss.org/people/villeit] created the discussion
"JBPM Demo - MySQL db config + multiple JBOSS AS instances"
To view the discussion, visit: https://community.jboss.org/message/760986#760986
--------------------------------------------------------------
Hi,
I have been running and testing and exploring the JBPM demo successfully and setup the MySQL database according to the http://docs.jboss.org/jbpm/v5.3/userguide/ch.installer.html#d0e559 guide (Sections 3.7.2 and 3.7.3).
All went well until I started fiddle with the MySQL datastore (And I'm quite confident all of that is correct).
In the troubleshooting tips, it states that ensure you don't have multiple JBOSS AS running.
>From the Ant output it looks like JBOSS AS 5 and JBOSS AS 7 are running in parallel (See output below).
So how do I turn one instance off (I guess JBOSS AS5 is the one I want to turn off)?
(My Java/Linux skills are not the strongest).
Greatful for any help!
ant start.demo.db
Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-7-openjdk-i386/lib/tools.jar
Buildfile: /home/vilita/Downloads/jbpm-installer/build.xml
check.jboss.version:
download.db.driver.check: https://community.jboss.org/message/760986#760986#760986/echo JBPM Demo - MySQL db config + multiple JBOSS AS instances Checking if db driver jar has been downloaded ...
download.mysql.driver:
install.db.files:
https://community.jboss.org/message/760986#760986#760986/mkdir JBPM Demo - MySQL db config + multiple JBOSS AS instances Created dir: /home/vilita/Downloads/jbpm-installer/jboss-as-7.0.2.Final/modules/com/mysql/main
https://community.jboss.org/message/760986#760986#760986/copy JBPM Demo - MySQL db config + multiple JBOSS AS instances Copying 1 file to /home/vilita/Downloads/jbpm-installer/jboss-as-7.0.2.Final/modules/com/mysql/main
https://community.jboss.org/message/760986#760986#760986/copy JBPM Demo - MySQL db config + multiple JBOSS AS instances Copying 1 file to /home/vilita/Downloads/jbpm-installer/jboss-as-7.0.2.Final/modules/com/mysql/main
start.jboss:
check.jboss.version:
start.jboss5:
check.jboss.version:
start.jboss7:
start.human.task:
https://community.jboss.org/message/760986#760986#760986/javac JBPM Demo - MySQL db config + multiple JBOSS AS instances /home/vilita/Downloads/jbpm-installer/build.xml:844: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
BUILD FAILED
/home/vilita/Downloads/jbpm-installer/build.xml:844: Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK.
It is currently set to "/usr/lib/jvm/java-7-openjdk-i386/jre"
// Ville
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/760986#760986]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
Swaminathan Bhaskar [https://community.jboss.org/people/swaminathan.bhaskar] created the discussion
"Advanced Work Item Definition"
To view the discussion, visit: https://community.jboss.org/message/760966#760966
--------------------------------------------------------------
Hello,
For domain specific tasks, we have the ability to extend by adding a new work item definition file and having a corresponding work item handler for the task. The parameters for the custom work item definition seems fixed (defined in the work item definition conf file under parameters). Is there a way to define a parameter that would allow us to launch a dialog box to dynamically add a set of parameters ? This will allow for cases where we would not know the parameters in advance. Any suggestions ?
Rgds
Bhaskar
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/760966#760966]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
Abdoul Cisse [https://community.jboss.org/people/acisser] created the discussion
"Re: Please help me solve this problem i have with hibernate tools.Thanks"
To view the discussion, visit: https://community.jboss.org/message/760962#760962
--------------------------------------------------------------
I ran into the same trouble and found the solution of https://community.jboss.org/people/dgolovin Denis Golovin is working for me. I selected Hibernate 3.5 in the Edit Launch Configuration Properties window. Aditionally I took hibernate3.jar and hibernate-tools.jar (If you are using reverse configuration control) from plugins to resolve compilation problems on my project. I test it with JPA 2 Type Console. And voila everything workins as ever.
Thanks you all.
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/760962#760962]
Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]