I've just configured a jboss-4.2.2.GA and jbossesb-4.4.GA.
All works OK..... but when I try to deploy a processdefinition.xml at jbpm-console ....
I'm getting: "Error deploying process: An exception of type
"org.jbpm.jpdl.JpdlException" was thrown. The message is: [[ERROR] no
processdefinition.xml inside process archive]"
This is the processdefinition.xml:
<?xml version="1.0" encoding="UTF-8"?>
|
| <process-definition xmlns="" name="TEST">
|
|
| <start-state name="start-state1">
| <transition to="end-state1"></transition>
| </start-state>
|
|
| <end-state name="end-state1"></end-state>
|
|
| </process-definition>
No exceptions at the log file, no other errors.
I've run several tests, all stuff seems to be Ok and working (my own applications
included).
What 's happening ?
Thanks in advance,
Eric
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171401#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...