[
http://jira.jboss.com/jira/browse/JBESB-1503?page=all ]
Mark Little updated JBESB-1503:
-------------------------------
Description:
Description of problem:
The bpm_orchestraton1 quickstart fails to deploy on both the standalone and embedded beta2
build servers.
Version-Release number of selected component (IR or RC #, component ver)
soa-4.2.0.beta2.zip, standalone-soa-4.2.0.beta2.zip
How reproducible:
100%
Steps to Reproduce:
1. Start the server
2. in quickstarts/bmp_orchestration1, ant deploy
Actual results:
This exception is raised:
Caused by: org.jbpm.jpdl.JpdlException: [[ERROR] line 57: cvc-complex-type.2.4.a: Invalid
content was found starting with element 'action'. One of
'{"urn:jbpm.org:jpdl-3.2":description,
"urn:jbpm.org:jpdl-3.2":event,
"urn:jbpm.org:jpdl-3.2":exception-handler,
"urn:jbpm.org:jpdl-3.2":timer,
"urn:jbpm.org:jpdl-3.2":transition}' is expected.]
Expected results:
No exceptions/errors.
Additional info: (e.g., stack trace)
(Complete server log is attached)
Where - in which file - is the error at line 57 being seen? The processdefinition.xml
file looks OK:
53 <node name="Send Results">
54 <event type="node-enter">
55 <action name="action1"
class="org.jboss.soa.esb.samples.quickstarts.bpm_orchestration1.process_actions.MyBPMActionHandler"
config-type="bean"></action>
56 </event>
57 <action name="action2"
class="org.jboss.soa.esb.services.jbpm.actionhandlers.EsbActionHandler">
58 <esbCategoryName>BPM_Orchestration_ResultsService</esbCategoryName>
59 <esbServiceName>ResultsService</esbServiceName> 60 <bpmToEsbVars>
61 <mapping bpm="theBody" esb="BODY_CONTENT" />
62 </bpmToEsbVars>
63 <esbToBpmVars>
64 <mapping esb="BODY_CONTENT" bpm="theBody"/>
65 </esbToBpmVars>
66 </action>
bpm_orchestration1 quickstart does not deploy in beta2 build
------------------------------------------------------------
Key: JBESB-1503
URL:
http://jira.jboss.com/jira/browse/JBESB-1503
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Examples
Affects Versions: 4.2.1 CP1
Reporter: Mark Little
Assigned To: Mark Little
Fix For: 4.2.1 CP1
Description of problem:
The bpm_orchestraton1 quickstart fails to deploy on both the standalone and embedded
beta2 build servers.
Version-Release number of selected component (IR or RC #, component ver)
soa-4.2.0.beta2.zip, standalone-soa-4.2.0.beta2.zip
How reproducible:
100%
Steps to Reproduce:
1. Start the server
2. in quickstarts/bmp_orchestration1, ant deploy
Actual results:
This exception is raised:
Caused by: org.jbpm.jpdl.JpdlException: [[ERROR] line 57: cvc-complex-type.2.4.a: Invalid
content was found starting with element 'action'. One of
'{"urn:jbpm.org:jpdl-3.2":description,
"urn:jbpm.org:jpdl-3.2":event,
"urn:jbpm.org:jpdl-3.2":exception-handler,
"urn:jbpm.org:jpdl-3.2":timer,
"urn:jbpm.org:jpdl-3.2":transition}' is expected.]
Expected results:
No exceptions/errors.
Additional info: (e.g., stack trace)
(Complete server log is attached)
Where - in which file - is the error at line 57 being seen? The processdefinition.xml
file looks OK:
53 <node name="Send Results">
54 <event type="node-enter">
55 <action name="action1"
class="org.jboss.soa.esb.samples.quickstarts.bpm_orchestration1.process_actions.MyBPMActionHandler"
config-type="bean"></action>
56 </event>
57 <action name="action2"
class="org.jboss.soa.esb.services.jbpm.actionhandlers.EsbActionHandler">
58 <esbCategoryName>BPM_Orchestration_ResultsService</esbCategoryName>
59 <esbServiceName>ResultsService</esbServiceName> 60 <bpmToEsbVars>
61 <mapping bpm="theBody" esb="BODY_CONTENT" />
62 </bpmToEsbVars>
63 <esbToBpmVars>
64 <mapping esb="BODY_CONTENT" bpm="theBody"/>
65 </esbToBpmVars>
66 </action>
--
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