[
https://jira.jboss.org/jira/browse/JBPM-2380?page=com.atlassian.jira.plug...
]
Osvaldo Pina commented on JBPM-2380:
------------------------------------
I have a workaround for this issue:
1- Get the source
svn co
http://anonsvn.jboss.org/repos/jbpm/jbpm4/tags/jbpm-4.0/ jbpm-4.0-src
2-Get the attached patch
3- Apply the patch
cd jbpm-4.0-src
patch -p0 -i ../jbpm_Jboss-4.2.3_patch.diff
4-Build the sources
mvn clean install
5-Go to the previous directory and unizp the Jbpm 4.0 installation
7-Copy artifacts generated by maven to the installation lib directory:
cp jbpm-4.0-src/modules/integration/jboss4/target/jbpm-jboss4-4.0.jar jbpm-4.0/lib
cp jbpm-4.0-src/modules/integration/spi/target/jbpm-spi-4.0.jar jbpm-4.0/lib
8-Copy the attached build.xml to the installation jboss directory
cp build.xml jbpm-4.0/jboss
9-Copy the attached jboss-service.xml to the installation jboss 4 configuration
directory:
cp jboss-service.xml
jbpm-4.0/jboss/config.jboss4/deploy/jbpm/jbpm-service.sar/META-INF
10-Go the the jboss directory and run installation script:
ant demo.setup
I testes only against jboss 4.2.3.GA, for other versions of jboss 4 you have to change the
build.xml file by adding other <equals> with the other version numbers:
<condition property="jboss.version.4">
<or>
<equals arg1="${jboss.version}" arg2="4.2.3.GA" />
</or>
</condition>
I'm posting this as a workaround because I'm not a specialist on JBoss JMX
Microkernel, so I'm not aware of all consequences of this solution.
Installation issues on JBoss 4.2.3
----------------------------------
Key: JBPM-2380
URL:
https://jira.jboss.org/jira/browse/JBPM-2380
Project: JBoss jBPM
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: jBPM 4.0.CR1
Environment: jBPM 4.0.CR1
JBoss AS 4.2.3 (default configuration)
Reporter: Thomas Küstermann
Attachments: build.xml, error.txt, jboss-service.xml,
jbpm_Jboss-4.2.3_patch.diff
As posted on forum reference, neither the jBPM deployer is 'deployed' nor the
ProcessEngine is bound to the JNDI in JBoss 4.2.3 environment.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira