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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
