Little update:
When I check http://localhost:8080/gwt-console-server/rs/process/definitions, I get:
{"definitions":[{"id":"com.sample.evaluation","name":"Evaluation","version":0,"packageName":"defaultPackage","deploymentId":"N/A","suspended":false,"formUrl":"http://localhost:8080/gwt-console-server/rs/form/process/com.sample.evaluation/render","diagramUrl":"vfszip:/C:/Tobias/jbpm/jboss-5.1.0.GA/server/default/deploy/jbpm-gwt-console-server.war/WEB-INF/lib/jbpm-gwt-graph-5.1.0.Final.jar/com.sample.evaluation.png"}]}
The process definition is obviously there. However, the deploymentId is not available.
When I check http://localhost:8080/gwt-console-server/rs/engine/deployments, I get an empty page.
I checked in the console, there the process is existent and I could start it.
When I try: http://localhost:8080/gwt-console-server/rs/process/definition/com.sample.evaluation/new_instance with a little html form, I get:
HTTP Status 404 - Could not find resource for full path: http://localhost:8080/gwt-console-server/rs/process/definition/com.sample.evaluation/new_instance
How can the process be accessible in the console, if it does not seem to be deployed?