Hi
I will explain the steps which i did
Before starting I changed the value of "-Djbpm.console.directory" present in build.xml
Actual:
<arg value="-Djbpm.console.directory=${install.home}/workspace/evaluation/src/main/resources" />
Changed to:
<arg value="-Djbpm.console.directory=${install.home}/workspace/HelloJai/src/main/resources" />
1) I ran ant start.demo which starts the H2 database, starts the JBOSS, starts the eclipse framework.
2) I logged in BPMN Console , I saw HelloWorld in the processes list , My Process Name is SampleJai.bpmn, Why its showing HelloWorld?
3) Once i tried to start a new instance , it throws the below error.
[ERROR] <ul><li>URL: 'http://localhost:8080/gwt-console-server/rs/process/definition/com.sample.bpmn.hello/new_instance'
<li>Action: 'org.jboss.bpm.console.client.process.StartNewInstanceAction'
<li>Exception: 'class com.google.gwt.http.client.RequestException'</ul>
HTTP 500: Unknown error
com.google.gwt.http.client.RequestException:
HTTP 500: Unknown error
at Unknown.qP(Unknown source:0)
at Unknown.gzc(Unknown source:0)
at Unknown.BO(Unknown source:0)
at Unknown.gP(Unknown source:0)
at Unknown.(Unknown source:0)
at Unknown.HA(Unknown source:0)
at Unknown.onreadystatechange(Unknown source:0)
Help me out,Am i missing some steps?
Regards
Jaiya