Hi.
I'm trying to achieve Jboss integration as per documentation here:
http://docs.jboss.com/jbpm/v4/devguide/html_single/#jbossintegration
Unfortunately when I copy my *.jpdl jar into deploy directory jboss complains about not finding the deployer:
{code}
--- Packages waiting for a deployer ---
org.jboss.deployment.DeploymentInfo@27f14cd4 { url=file:/D:/Tools/jboss-4.2.3/server/jbpm/deploy/jbpm-process-1.2.46-SNAPSHOT.jpdl }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/D:/Tools/jboss-4.2.3/server/jbpm/deploy/jbpm-process-1.2.46-SNAPSHOT.jpdl
altDD: null
lastDeployed: 1282825190506
lastModified: 1282825190506
mbeans:
--- Incompletely deployed packages ---
org.jboss.deployment.DeploymentInfo@27f14cd4 { url=file:/D:/Tools/jboss-4.2.3/server/jbpm/deploy/jbpm-process-1.2.46-SNAPSHOT.jpdl }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/D:/Tools/jboss-4.2.3/server/jbpm/deploy/jbpm-process-1.2.46-SNAPSHOT.jpdl
altDD: null
lastDeployed: 1282825190506
lastModified: 1282825190506
mbeans:
{code}
How do I get it working?