[jboss-user] [JBoss jBPM] - Re: Process Definition XML Validation Problems
apdo
do-not-reply at jboss.com
Fri Dec 14 11:29:10 EST 2007
As is is written in the exception, you must add a name to the process definition.
form the todo example:
<process-definition
| name="todo"
| xmlns="urn:jbpm.org:jpdl-3.1"
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
| xsi:schemaLocation="urn:jbpm.org:jpdl-3.1 http://jbpm.org/xsd/jpdl-3.1.xsd"
| >
at least, add the name="[a name here]" and the validation should pass
Phong
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113001#4113001
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113001
More information about the jboss-user
mailing list