Hi,
I am trying to install install JBPM-4.4 to JBoss 6.0.0.Final. And I got error as follow:
Deployment "vfs:///D:/jboss-as-distribution-6.0.0.Final/jboss-6.0.0.Final/server/XX/deploy/jbpm/jbpm-destinations-service.xml" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.jms.server.destination.QueueService from BaseClassLoader@180aa467
{vfs:///D:/jboss-as-distribution-6.0.0.Final/jboss-6.0.0.Final/server/XX/deploy/jbpm/jbpm-destinations-service.xml} at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:1228) [:2.2.0.GA]
at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:905) [:2.2.0.GA]
at org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.checkComplete(MainDeployerPlugin.java:87) [:6.0.0.Final]
at org.jboss.profileservice.deployment.ProfileDeployerPluginRegistry.checkAllComplete(ProfileDeployerPluginRegistry.java:107) [:0.2.2]
at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:135) [:6.0.0.Final]
at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:56) [:6.0.0.Final]
at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(AbstractServer.java:827) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:417) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
at java.lang.Thread.run(Thread.java:662) [:1.6.0_22]
I know Jboss 6 has changed their messging implementation, is there a way for me to configure JBPM and install it on JBoss. Thank you in advance.