Ivan Pazmino [
http://community.jboss.org/people/iapazmino] created the discussion
"Errors instaling JBPM 4.3 in JBoss 4.2.3"
To view the discussion, visit:
http://community.jboss.org/message/546140#546140
--------------------------------------------------------------
Hi everyone,
I need some help with jbpm 4.3 installation over a JBoss 4.2.3
I downloaded jbpm-4.3.zip and unzipped it. Then installed the database without trouble.
Problems arouse with the app server installation. I changed build.xml properties regarding
JBoss version and location
<property name="jboss.version" value="4.2.3.GA" />
<property name="jboss.parent.dir" value="/usr/local/java" />
Then run ant -Ddatabase=mysql install.jbpm.into.jboss
The execution went without problems, but when starting the app server i got the following
exception:
20:14:24,231 ERROR [MainDeployer] Could not create deployment:
file:/usr/local/java/jboss-4.2.3.GA/server/jbpm4/deploy/jbpm/jbpm-destinations-service.xml
org.jboss.deployment.DeploymentException: No ClassLoaders found for:
org.jboss.jms.server.destination.QueueService; - nested throwable:
(java.lang.ClassNotFoundException: No ClassLoaders found for:
org.jboss.jms.server.destination.QueueService)
I've read some post that report having issues with installations over 4.2.x, but none
says anything about adding extra jars to the server's lib.
Any idea what would be wrong?
Thanks in advance.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/546140#546140]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]