[jboss-user] [JBoss jBPM] - Re: How to use faultVariable in fault handler?
alex.guizar@jboss.com
do-not-reply at jboss.com
Fri Jul 14 13:50:02 EDT 2006
In BPEL 1.1, the fault variable is not local to the fault handler; it references a variable in the enclosing scope. That is why you don't see a faultMessageType attribute there.
If you want a document to be parsed under 2.0 rules, change the namespace of your BPEL elements from
http://schemas.xmlsoap.org/ws/2003/03/business-process/
to
http://schemas.xmlsoap.org/ws/2004/03/business-process/
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958169#3958169
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958169
More information about the jboss-user
mailing list