Author: boisvert
Date: Wed Aug 30 18:29:47 2006
New Revision: 438741
URL: http://svn.apache.org/viewvc?rev=438741&view=rev
Log:
Fix WSDL imports -- compiler is now stricter on location
Modified:
incubator/ode/trunk/jbi-examples/src/examples/PingPong/ping/Ping.bpel
incubator/ode/trunk/jbi-examples/src/examples/PingPong/pong/Pong.bpel
Modified: incubator/ode/trunk/jbi-examples/src/examples/PingPong/ping/Ping.bpel
URL:
http://svn.apache.org/viewvc/incubator/ode/trunk/jbi-examples/src/examples/PingPong/ping/Ping.bpel?rev=438741&r1=438740&r2=438741&view=diff
==============================================================================
--- incubator/ode/trunk/jbi-examples/src/examples/PingPong/ping/Ping.bpel
(original)
+++ incubator/ode/trunk/jbi-examples/src/examples/PingPong/ping/Ping.bpel Wed
Aug 30 18:29:47 2006
@@ -10,11 +10,11 @@
xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0">
- <import location="urn:/Ping.wsdl"
+ <import location="Ping.wsdl"
namespace="urn:/Ping.wsdl"
importType="http://schemas.xmlsoap.org/wsdl/" />
- <import location="urn:/Pong.wsdl"
+ <import location="Pong.wsdl"
namespace="urn:/Pong.wsdl"
importType="http://schemas.xmlsoap.org/wsdl/" />
Modified: incubator/ode/trunk/jbi-examples/src/examples/PingPong/pong/Pong.bpel
URL:
http://svn.apache.org/viewvc/incubator/ode/trunk/jbi-examples/src/examples/PingPong/pong/Pong.bpel?rev=438741&r1=438740&r2=438741&view=diff
==============================================================================
--- incubator/ode/trunk/jbi-examples/src/examples/PingPong/pong/Pong.bpel
(original)
+++ incubator/ode/trunk/jbi-examples/src/examples/PingPong/pong/Pong.bpel Wed
Aug 30 18:29:47 2006
@@ -9,11 +9,11 @@
xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0">
- <import location="urn:/Pong.wsdl"
+ <import location="Pong.wsdl"
namespace="urn:/Pong.wsdl"
importType="http://schemas.xmlsoap.org/wsdl/" />
- <import location="urn:/Pong.wsdl"
+ <import location="Pong.wsdl"
namespace="urn:/Pong.wsdl"
importType="http://schemas.xmlsoap.org/wsdl/" />