[jboss-user] [JBoss jBPM] - Re: BPEL Problem
alex.guizar@jboss.com
do-not-reply at jboss.com
Mon Jan 14 08:12:44 EST 2008
Hi Arman,
jBPM BPEL 1.1.GA supports (a subset of) the final version of the BPEL 2 standard. The process document you posted has namespace URIs that corresponds to an old specification draft.
You can find the final BPEL 2 specification at:
http://docs.oasis-open.org/wsbpel/2.0/wsbpel-v2.0.html.
Try changing the following namespaces in your BPEL and WSDL documents.
Find text:
Replace with:
http://schemas.xmlsoap.org/ws/2004/03/business-process/
http://docs.oasis-open.org/wsbpel/2.0/process/executable
http://schemas.xmlsoap.org/ws/2004/03/partner-link/
http://docs.oasis-open.org/wsbpel/2.0/plnktype
http://schemas.xmlsoap.org/ws/2004/03/business-process/property
http://docs.oasis-open.org/wsbpel/2.0/varprop
urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0
urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119616#4119616
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4119616
More information about the jboss-user
mailing list