zhouhuaian / bot-test-repo

0 stars 0 forks source link

bpm_orchestration1 quickstart does not deploy in beta2 build #107

Open zhouhuaian opened 3 months ago

zhouhuaian commented 3 months ago

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 54 55 56 57 58 BPM_Orchestration_ResultsService 59 ResultsService 60 61 62 63 64 65 66