[
http://jira.jboss.com/jira/browse/JBESB-661?page=comments#action_12368081 ]
Bernard Tison commented on JBESB-661:
-------------------------------------
This is a classpath issue. The bsh.jar
(jboss_esb/product/services/jbpm/lib/ext/build-time/bsh.jar) should be on the classpath in
standalone mode.
If you add
<target name="quickstart-specific-dependencies">
<path id="quickstart-dependencies-classpath">
<fileset dir="${product.dir}/services/jbpm/lib/ext/build-time/"
includes="bsh.jar"/>
</path>
</target>
to the build.xml of the quickstart, it works
The jBPM service does not work in "bootstrapper" mode
-----------------------------------------------------
Key: JBESB-661
URL:
http://jira.jboss.com/jira/browse/JBESB-661
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: BPM
Affects Versions: 4.2 Milestone Release 2
Reporter: Burr Sutter
Assigned To: Mark Little
Priority: Minor
Fix For: 5.0
Review quickstart: bpm_orchestration2.
Comment out the run and runtest targets in the build.xml so that those are inherited from
the base-build.xml
Then following the instructions in the readme.txt for standalone bootstrapper.
You will see the error during the "runtest" operation.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira