Author: dkulp
Date: Mon Apr 21 07:39:32 2008
New Revision: 650160
URL: http://svn.apache.org/viewvc?rev=650160&view=rev
Log:
Remove the last of the yoko package names
Added:
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank/src/cxf/
- copied from r650138,
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank/src/yoko/
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank_ws_addressing/src/cxf/
- copied from r650138,
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank_ws_addressing/src/yoko/
incubator/cxf/trunk/distribution/src/main/release/samples/corba/hello_world/src/cxf/
- copied from r650138,
incubator/cxf/trunk/distribution/src/main/release/samples/corba/hello_world/src/yoko/
incubator/cxf/trunk/maven-plugins/corba/src/main/java/org/apache/cxf/
incubator/cxf/trunk/maven-plugins/corba/src/main/java/org/apache/cxf/maven_plugin/
incubator/cxf/trunk/maven-plugins/corba/src/main/java/org/apache/cxf/maven_plugin/corba/
- copied from r650138,
incubator/cxf/trunk/maven-plugins/corba/src/main/java/org/apache/yoko/
Removed:
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank/src/yoko/
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank_ws_addressing/src/yoko/
incubator/cxf/trunk/distribution/src/main/release/samples/corba/hello_world/src/yoko/
incubator/cxf/trunk/maven-plugins/corba/src/main/java/org/apache/yoko/
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank/build.xml
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank/src/cxf/client/Client.java
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank/src/cxf/server/BankImpl.java
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank/src/cxf/server/Server.java
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank_ws_addressing/BankWS-corba.wsdl
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank_ws_addressing/build.xml
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank_ws_addressing/src/cxf/client/Client.java
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank_ws_addressing/src/cxf/server/AccountImpl.java
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank_ws_addressing/src/cxf/server/BankImpl.java
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank_ws_addressing/src/cxf/server/Server.java
incubator/cxf/trunk/distribution/src/main/release/samples/corba/hello_world/build.xml
incubator/cxf/trunk/distribution/src/main/release/samples/corba/hello_world/src/cxf/client/Client.java
incubator/cxf/trunk/distribution/src/main/release/samples/corba/hello_world/src/cxf/server/HelloWorldImpl.java
incubator/cxf/trunk/distribution/src/main/release/samples/corba/hello_world/src/cxf/server/Server.java
incubator/cxf/trunk/distribution/src/main/release/samples/corba/resources/BankWS.wsdl
incubator/cxf/trunk/distribution/src/main/release/samples/corba/resources/HelloWorld.wsdl
incubator/cxf/trunk/distribution/src/main/release/samples/corba/resources/bank.idl
incubator/cxf/trunk/distribution/src/main/release/samples/corba/resources/bank.wsdl
incubator/cxf/trunk/maven-plugins/corba/src/main/java/org/apache/cxf/maven_plugin/corba/maven/plugins/IDLToWSDLOption.java
incubator/cxf/trunk/maven-plugins/corba/src/main/java/org/apache/cxf/maven_plugin/corba/maven/plugins/IDLToWSDLPlugin.java
incubator/cxf/trunk/maven-plugins/corba/src/main/java/org/apache/cxf/maven_plugin/corba/maven/plugins/WSDLToIDLOption.java
incubator/cxf/trunk/maven-plugins/corba/src/main/java/org/apache/cxf/maven_plugin/corba/maven/plugins/WSDLToIDLPlugin.java
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank/build.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank/build.xml?rev=650160&r1=650159&r2=650160&view=diff
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank/build.xml
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank/build.xml
Mon Apr 21 07:39:32 2008
@@ -29,9 +29,9 @@
<target name="cxf.client" depends="build">
- <cxfrun classname="yoko.client.Client"/>
+ <cxfrun classname="cxf.client.Client"/>
</target>
<target name="cxf.server" depends="build">
- <cxfrun classname="yoko.server.Server"/>
+ <cxfrun classname="cxf.server.Server"/>
</target>
</project>
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank/src/cxf/client/Client.java
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank/src/cxf/client/Client.java?rev=650160&r1=650138&r2=650160&view=diff
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank/src/cxf/client/Client.java
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank/src/cxf/client/Client.java
Mon Apr 21 07:39:32 2008
@@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
-package yoko.client;
+package cxf.client;
import java.net.URL;
import javax.xml.namespace.QName;
@@ -30,7 +30,7 @@
public final class Client {
private static final QName SERVICE_NAME
- = new QName("http://schemas.apache.org/yoko/idl/bank",
"BankCORBAService");
+ = new QName("http://cxf.apache.org/schemas/cxf/idl/bank",
"BankCORBAService");
private Client() {
}
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank/src/cxf/server/BankImpl.java
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank/src/cxf/server/BankImpl.java?rev=650160&r1=650138&r2=650160&view=diff
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank/src/cxf/server/BankImpl.java
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank/src/cxf/server/BankImpl.java
Mon Apr 21 07:39:32 2008
@@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
-package yoko.server;
+package cxf.server;
import java.util.HashMap;
import java.util.Map;
@@ -29,7 +29,7 @@
import bank.common.Bank;
@javax.jws.WebService(portName = "BankCORBAPort", serviceName =
"BankCORBAService",
- targetNamespace =
"http://schemas.apache.org/yoko/idl/bank",
+ targetNamespace =
"http://cxf.apache.org/schemas/cxf/idl/bank",
wsdlLocation = "file:../resources/bank.wsdl",
endpointInterface = "bank.common.Bank")
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank/src/cxf/server/Server.java
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank/src/cxf/server/Server.java?rev=650160&r1=650138&r2=650160&view=diff
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank/src/cxf/server/Server.java
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank/src/cxf/server/Server.java
Mon Apr 21 07:39:32 2008
@@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
-package yoko.server;
+package cxf.server;
import javax.xml.ws.Endpoint;
@@ -27,7 +27,7 @@
Object implementor = new BankImpl();
String address = "file:./build/bank.ref";
- Endpoint endpoint =
Endpoint.create("http://schemas.apache.org/yoko/bindings/corba",
+ Endpoint endpoint =
Endpoint.create("http://cxf.apache.org/bindings/corba",
implementor);
endpoint.publish(address);
}
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank_ws_addressing/BankWS-corba.wsdl
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank_ws_addressing/BankWS-corba.wsdl?rev=650160&r1=650159&r2=650160&view=diff
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank_ws_addressing/BankWS-corba.wsdl
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank_ws_addressing/BankWS-corba.wsdl
Mon Apr 21 07:39:32 2008
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
-<wsdl:definitions targetNamespace="http://schemas.apache.org/yoko/idl/Bank"
xmlns:tns="http://schemas.apache.org/yoko/idl/Bank"
xmlns:wsa="http://www.w3.org/2005/08/addressing"
xmlns:corba="http://cxf.apache.org/bindings/corba"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
- <corba:typeMapping
targetNamespace="http://schemas.apache.org/yoko/idl/Bank/typemap">
- <corba:object xmlns:ns4="http://www.w3.org/2005/08/addressing"
xmlns="http://schemas.apache.org/yoko/idl/Bank" binding="AccountCORBABinding"
repositoryID="IDL:Account:1.0" type="ns4:EndpointReferenceType" name="Account"
/>
+<wsdl:definitions targetNamespace="http://cxf.apache.org/schemas/cxf/idl/Bank"
xmlns:tns="http://cxf.apache.org/schemas/cxf/idl/Bank"
xmlns:wsa="http://www.w3.org/2005/08/addressing"
xmlns:corba="http://cxf.apache.org/bindings/corba"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
+ <corba:typeMapping
targetNamespace="http://cxf.apache.org/schemas/cxf/idl/Bank/typemap">
+ <corba:object xmlns:ns4="http://www.w3.org/2005/08/addressing"
xmlns="http://cxf.apache.org/schemas/cxf/idl/Bank"
binding="AccountCORBABinding" repositoryID="IDL:Account:1.0"
type="ns4:EndpointReferenceType" name="Account" />
<corba:object xmlns="http://www.w3.org/2005/08/addressing"
repositoryID="IDL:omg.org/CORBA/Object/1.0" type="EndpointReferenceType"
name="CORBA.Object" />
</corba:typeMapping>
<wsdl:types>
- <xs:schema attributeFormDefault="unqualified"
elementFormDefault="unqualified"
targetNamespace="http://schemas.apache.org/yoko/idl/Bank"
xmlns="http://schemas.apache.org/yoko/idl/Bank"
xmlns:wsa="http://www.w3.org/2005/08/addressing"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
+ <xs:schema attributeFormDefault="unqualified"
elementFormDefault="unqualified"
targetNamespace="http://cxf.apache.org/schemas/cxf/idl/Bank"
xmlns="http://cxf.apache.org/schemas/cxf/idl/Bank"
xmlns:wsa="http://www.w3.org/2005/08/addressing"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:import namespace="http://www.w3.org/2005/08/addressing"
schemaLocation="http://www.w3.org/2005/08/addressing/ws-addr.xsd">
</xs:import>
<xs:element name="get_balance">
@@ -289,7 +289,7 @@
<wsdl:operation name="create_account">
<corba:operation name="create_account">
<corba:param mode="in" name="account_name"
idltype="corba:string" />
- <corba:return
xmlns="http://schemas.apache.org/yoko/idl/Bank/typemap" name="return"
idltype="Account" />
+ <corba:return
xmlns="http://cxf.apache.org/schemas/cxf/idl/Bank/typemap" name="return"
idltype="Account" />
</corba:operation>
<wsdl:input name="create_accountRequest">
</wsdl:input>
@@ -299,7 +299,7 @@
<wsdl:operation name="create_epr_account">
<corba:operation name="create_epr_account">
<corba:param mode="in" name="account_name"
idltype="corba:string" />
- <corba:return
xmlns="http://schemas.apache.org/yoko/idl/Bank/typemap" name="return"
idltype="CORBA.Object" />
+ <corba:return
xmlns="http://cxf.apache.org/schemas/cxf/idl/Bank/typemap" name="return"
idltype="CORBA.Object" />
</corba:operation>
<wsdl:input name="create_epr_accountRequest">
</wsdl:input>
@@ -309,7 +309,7 @@
<wsdl:operation name="get_account">
<corba:operation name="get_account">
<corba:param mode="in" name="account_name"
idltype="corba:string" />
- <corba:return
xmlns="http://schemas.apache.org/yoko/idl/Bank/typemap" name="return"
idltype="Account" />
+ <corba:return
xmlns="http://cxf.apache.org/schemas/cxf/idl/Bank/typemap" name="return"
idltype="Account" />
</corba:operation>
<wsdl:input name="get_accountRequest">
</wsdl:input>
@@ -319,7 +319,7 @@
<wsdl:operation name="get_epr_account">
<corba:operation name="get_epr_account">
<corba:param mode="in" name="account_name"
idltype="corba:string" />
- <corba:return
xmlns="http://schemas.apache.org/yoko/idl/Bank/typemap" name="return"
idltype="CORBA.Object" />
+ <corba:return
xmlns="http://cxf.apache.org/schemas/cxf/idl/Bank/typemap" name="return"
idltype="CORBA.Object" />
</corba:operation>
<wsdl:input name="get_epr_accountRequest">
</wsdl:input>
@@ -329,7 +329,7 @@
<wsdl:operation name="get_account_epr_with_no_use_attribute">
<corba:operation name="get_account_epr_with_no_use_attribute">
<corba:param mode="in" name="account_name"
idltype="corba:string" />
- <corba:return
xmlns="http://schemas.apache.org/yoko/idl/Bank/typemap" name="return"
idltype="CORBA.Object" />
+ <corba:return
xmlns="http://cxf.apache.org/schemas/cxf/idl/Bank/typemap" name="return"
idltype="CORBA.Object" />
</corba:operation>
<wsdl:input name="get_account_epr_with_no_use_attributeRequest">
</wsdl:input>
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank_ws_addressing/build.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank_ws_addressing/build.xml?rev=650160&r1=650159&r2=650160&view=diff
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank_ws_addressing/build.xml
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank_ws_addressing/build.xml
Mon Apr 21 07:39:32 2008
@@ -39,7 +39,7 @@
<target name="generate.ws.code">
<echo level="info" message="Generating ws code using wsdl2java..."/>
- <wsdl2java dir="${basedir}" file="BankWS-corba.wsdl"
package="yoko.common"/>
+ <wsdl2java dir="${basedir}" file="BankWS-corba.wsdl"
package="cxf.common"/>
</target>
<target name="generate.corba.code">
@@ -49,7 +49,7 @@
<target name="cxf.client" depends="build">
- <cxfrun classname="yoko.client.Client"/>
+ <cxfrun classname="cxf.client.Client"/>
</target>
<target name="corba.client" depends="build">
<java classname="corba.client.Client" fork="yes">
@@ -61,7 +61,7 @@
</target>
<target name="cxf.server" depends="build">
- <cxfrun classname="yoko.server.Server"/>
+ <cxfrun classname="cxf.server.Server"/>
</target>
<target name="corba.server" depends="build">
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank_ws_addressing/src/cxf/client/Client.java
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank_ws_addressing/src/cxf/client/Client.java?rev=650160&r1=650138&r2=650160&view=diff
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank_ws_addressing/src/cxf/client/Client.java
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank_ws_addressing/src/cxf/client/Client.java
Mon Apr 21 07:39:32 2008
@@ -17,17 +17,17 @@
* under the License.
*/
-package yoko.client;
+package cxf.client;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.xml.ws.wsaddressing.W3CEndpointReference;
-import yoko.common.Account;
-import yoko.common.AccountCORBAService;
-import yoko.common.Bank;
-import yoko.common.BankCORBAService;
+import cxf.common.Account;
+import cxf.common.AccountCORBAService;
+import cxf.common.Bank;
+import cxf.common.BankCORBAService;
public final class Client {
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank_ws_addressing/src/cxf/server/AccountImpl.java
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank_ws_addressing/src/cxf/server/AccountImpl.java?rev=650160&r1=650138&r2=650160&view=diff
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank_ws_addressing/src/cxf/server/AccountImpl.java
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank_ws_addressing/src/cxf/server/AccountImpl.java
Mon Apr 21 07:39:32 2008
@@ -17,15 +17,15 @@
* under the License.
*/
-package yoko.server;
+package cxf.server;
-import yoko.common.Account;
+import cxf.common.Account;
@javax.jws.WebService(portName = "AccountCORBAPort",
serviceName = "AccountCORBAService",
- targetNamespace =
"http://schemas.apache.org/yoko/idl/Bank",
+ targetNamespace =
"http://cxf.apache.org/schemas/cxf/idl/Bank",
wsdlLocation = "file:./BankWS-corba.wsdl",
- endpointInterface = "yoko.common.Account")
+ endpointInterface = "cxf.common.Account")
public class AccountImpl implements Account {
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank_ws_addressing/src/cxf/server/BankImpl.java
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank_ws_addressing/src/cxf/server/BankImpl.java?rev=650160&r1=650138&r2=650160&view=diff
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank_ws_addressing/src/cxf/server/BankImpl.java
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank_ws_addressing/src/cxf/server/BankImpl.java
Mon Apr 21 07:39:32 2008
@@ -17,7 +17,7 @@
* under the License.
*/
-package yoko.server;
+package cxf.server;
import java.util.HashMap;
import java.util.Map;
@@ -25,13 +25,13 @@
import javax.xml.ws.Endpoint;
import javax.xml.ws.wsaddressing.W3CEndpointReference;
-import yoko.common.Bank;
+import cxf.common.Bank;
@javax.jws.WebService(portName = "BankCORBAPort",
serviceName = "BankCORBAService",
- targetNamespace =
"http://schemas.apache.org/yoko/idl/Bank",
+ targetNamespace =
"http://cxf.apache.org/schemas/cxf/idl/Bank",
wsdlLocation = "file:./BankWS-corba.wsdl",
- endpointInterface = "yoko.common.Bank")
+ endpointInterface = "cxf.common.Bank")
public class BankImpl implements Bank {
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank_ws_addressing/src/cxf/server/Server.java
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank_ws_addressing/src/cxf/server/Server.java?rev=650160&r1=650138&r2=650160&view=diff
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank_ws_addressing/src/cxf/server/Server.java
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/corba/bank_ws_addressing/src/cxf/server/Server.java
Mon Apr 21 07:39:32 2008
@@ -17,7 +17,7 @@
* under the License.
*/
-package yoko.server;
+package cxf.server;
import javax.xml.ws.Endpoint;
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/corba/hello_world/build.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/corba/hello_world/build.xml?rev=650160&r1=650159&r2=650160&view=diff
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/corba/hello_world/build.xml
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/corba/hello_world/build.xml
Mon Apr 21 07:39:32 2008
@@ -28,7 +28,7 @@
<wsdl2corba extraArgs="-a corbaname::localhost:1050#HelloWorld"
file="../resources/HelloWorld.wsdl" />
<echo level="info" message="Generating server code using
wsdl2java..."/>
- <wsdl2java dir="build" file="HelloWorld-corba.wsdl"
package="yoko.common" />
+ <wsdl2java dir="build" file="HelloWorld-corba.wsdl"
package="cxf.common" />
<echo level="info" message="Generating client code using idlj..."/>
<exec executable="idlj" dir=".">
@@ -42,7 +42,7 @@
</target>
<target name="cxf.client" depends="build">
- <cxfrun classname="yoko.client.Client"/>
+ <cxfrun classname="cxf.client.Client"/>
</target>
<target name="corba.client" depends="build">
<java classname="corba.client.Client" fork="yes">
@@ -54,7 +54,7 @@
</target>
<target name="cxf.server" depends="build">
- <cxfrun classname="yoko.server.Server"/>
+ <cxfrun classname="cxf.server.Server"/>
</target>
<target name="corba.server" depends="build">
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/corba/hello_world/src/cxf/client/Client.java
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/corba/hello_world/src/cxf/client/Client.java?rev=650160&r1=650138&r2=650160&view=diff
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/corba/hello_world/src/cxf/client/Client.java
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/corba/hello_world/src/cxf/client/Client.java
Mon Apr 21 07:39:32 2008
@@ -17,11 +17,11 @@
* under the License.
*/
-package yoko.client;
+package cxf.client;
-import yoko.common.HelloWorld;
-import yoko.common.HelloWorldCORBAService;
+import cxf.common.HelloWorld;
+import cxf.common.HelloWorldCORBAService;
public final class Client {
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/corba/hello_world/src/cxf/server/HelloWorldImpl.java
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/corba/hello_world/src/cxf/server/HelloWorldImpl.java?rev=650160&r1=650138&r2=650160&view=diff
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/corba/hello_world/src/cxf/server/HelloWorldImpl.java
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/corba/hello_world/src/cxf/server/HelloWorldImpl.java
Mon Apr 21 07:39:32 2008
@@ -16,15 +16,15 @@
* specific language governing permissions and limitations
* under the License.
*/
-package yoko.server;
+package cxf.server;
-import yoko.common.HelloWorld;
+import cxf.common.HelloWorld;
@javax.jws.WebService(portName = "HelloWorldCORBAPort", serviceName =
"HelloWorldCORBAService",
- targetNamespace =
"http://schemas.apache.org/yoko/idl/HelloWorld",
+ targetNamespace =
"http://cxf.apache.org/schemas/cxf/idl/HelloWorld",
wsdlLocation = "file:./build/HelloWorld-corba.wsdl",
- endpointInterface = "yoko.common.HelloWorld")
+ endpointInterface = "cxf.common.HelloWorld")
public class HelloWorldImpl implements HelloWorld {
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/corba/hello_world/src/cxf/server/Server.java
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/corba/hello_world/src/cxf/server/Server.java?rev=650160&r1=650138&r2=650160&view=diff
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/corba/hello_world/src/cxf/server/Server.java
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/corba/hello_world/src/cxf/server/Server.java
Mon Apr 21 07:39:32 2008
@@ -17,7 +17,7 @@
* under the License.
*/
-package yoko.server;
+package cxf.server;
import javax.xml.ws.Endpoint;
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/corba/resources/BankWS.wsdl
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/corba/resources/BankWS.wsdl?rev=650160&r1=650159&r2=650160&view=diff
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/corba/resources/BankWS.wsdl
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/corba/resources/BankWS.wsdl
Mon Apr 21 07:39:32 2008
@@ -19,16 +19,15 @@
-->
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
- xmlns:tns="http://schemas.apache.org/yoko/idl/Bank"
+ xmlns:tns="http://cxf.apache.org/schemas/cxf/idl/Bank"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- xmlns:corba="http://schemas.apache.org/yoko/bindings/corba"
-
xmlns:corbatm="http://schemas.apache.org/yoko/idl/Bank/corba/typemap"
+
xmlns:corbatm="http://cxf.apache.org/schemas/cxf/idl/Bank/corba/typemap"
xmlns:wsa="http://www.w3.org/2005/08/addressing"
- targetNamespace="http://schemas.apache.org/yoko/idl/Bank">
+ targetNamespace="http://cxf.apache.org/schemas/cxf/idl/Bank">
<types>
<schema attributeFormDefault="unqualified"
elementFormDefault="unqualified"
- targetNamespace="http://schemas.apache.org/yoko/idl/Bank"
+ targetNamespace="http://cxf.apache.org/schemas/cxf/idl/Bank"
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:wsa="http://www.w3.org/2005/08/addressing">
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/corba/resources/HelloWorld.wsdl
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/corba/resources/HelloWorld.wsdl?rev=650160&r1=650159&r2=650160&view=diff
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/corba/resources/HelloWorld.wsdl
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/corba/resources/HelloWorld.wsdl
Mon Apr 21 07:39:32 2008
@@ -17,18 +17,17 @@
* specific language governing permissions and limitations
* under the License.
-->
-<wsdl:definitions
targetNamespace="http://schemas.apache.org/yoko/idl/HelloWorld"
- xmlns:tns="http://schemas.apache.org/yoko/idl/HelloWorld"
- xmlns:corba="http://schemas.apache.org/yoko/bindings/corba"
- xmlns:ns1="http://schemas.apache.org/yoko/idl/HelloWorld/corba/typemap/"
+<wsdl:definitions
targetNamespace="http://cxf.apache.org/schemas/cxf/idl/HelloWorld"
+ xmlns:tns="http://cxf.apache.org/schemas/cxf/idl/HelloWorld"
+ xmlns:ns1="http://cxf.apache.org/schemas/cxf/idl/HelloWorld/corba/typemap/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:types>
<xs:schema attributeFormDefault="unqualified"
elementFormDefault="unqualified"
- targetNamespace="http://schemas.apache.org/yoko/idl/HelloWorld"
- xmlns="http://schemas.apache.org/yoko/idl/HelloWorld"
+ targetNamespace="http://cxf.apache.org/schemas/cxf/idl/HelloWorld"
+ xmlns="http://cxf.apache.org/schemas/cxf/idl/HelloWorld"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="greetMeResponse" type="xs:string"/>
<xs:element name="greetMe" type="xs:string"/>
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/corba/resources/bank.idl
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/corba/resources/bank.idl?rev=650160&r1=650159&r2=650160&view=diff
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/corba/resources/bank.idl
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/corba/resources/bank.idl
Mon Apr 21 07:39:32 2008
@@ -17,7 +17,7 @@
* under the License.
*/
-module yoko {
+module cxf {
//change this to an interface once we support corba:object & wsa
references.
struct Account {
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/corba/resources/bank.wsdl
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/corba/resources/bank.wsdl?rev=650160&r1=650159&r2=650160&view=diff
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/corba/resources/bank.wsdl
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/corba/resources/bank.wsdl
Mon Apr 21 07:39:32 2008
@@ -17,27 +17,27 @@
* specific language governing permissions and limitations
* under the License.
-->
-<wsdl:definitions targetNamespace="http://schemas.apache.org/yoko/idl/bank"
- xmlns:tns="http://schemas.apache.org/yoko/idl/bank"
+<wsdl:definitions targetNamespace="http://cxf.apache.org/schemas/cxf/idl/bank"
+ xmlns:tns="http://cxf.apache.org/schemas/cxf/idl/bank"
xmlns:corba="http://cxf.apache.org/bindings/corba"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
- <corba:typeMapping
targetNamespace="http://schemas.apache.org/yoko/idl/bank/typemap">
- <corba:struct xmlns:ns4="http://schemas.apache.org/yoko/idl/bank"
xmlns="http://schemas.apache.org/yoko/idl/bank/typemap"
repositoryID="IDL:Account:1.0" name="Account" type="ns4:Account">
+ <corba:typeMapping
targetNamespace="http://cxf.apache.org/schemas/cxf/idl/bank/typemap">
+ <corba:struct xmlns:ns4="http://cxf.apache.org/schemas/cxf/idl/bank"
xmlns="http://cxf.apache.org/schemas/cxf/idl/bank/typemap"
repositoryID="IDL:Account:1.0" name="Account" type="ns4:Account">
<corba:member name="name" idltype="corba:string" />
<corba:member name="balance" idltype="corba:long" />
</corba:struct>
- <corba:exception xmlns:ns4="http://schemas.apache.org/yoko/idl/bank"
xmlns="http://schemas.apache.org/yoko/idl/bank/typemap"
repositoryID="IDL:AccountNotFoundException:1.0" name="AccountNotFoundException"
type="ns4:AccountNotFoundExceptionType">
+ <corba:exception
xmlns:ns4="http://cxf.apache.org/schemas/cxf/idl/bank"
xmlns="http://cxf.apache.org/schemas/cxf/idl/bank/typemap"
repositoryID="IDL:AccountNotFoundException:1.0" name="AccountNotFoundException"
type="ns4:AccountNotFoundExceptionType">
<corba:member name="name" idltype="corba:string" />
</corba:exception>
- <corba:exception xmlns:ns4="http://schemas.apache.org/yoko/idl/bank"
xmlns="http://schemas.apache.org/yoko/idl/bank/typemap"
repositoryID="IDL:AccountAlreadyExistsException:1.0"
name="AccountAlreadyExistsException"
type="ns4:AccountAlreadyExistsExceptionType">
+ <corba:exception
xmlns:ns4="http://cxf.apache.org/schemas/cxf/idl/bank"
xmlns="http://cxf.apache.org/schemas/cxf/idl/bank/typemap"
repositoryID="IDL:AccountAlreadyExistsException:1.0"
name="AccountAlreadyExistsException"
type="ns4:AccountAlreadyExistsExceptionType">
<corba:member name="name" idltype="corba:string" />
</corba:exception>
</corba:typeMapping>
<wsdl:types>
- <xs:schema attributeFormDefault="unqualified"
elementFormDefault="unqualified"
targetNamespace="http://schemas.apache.org/yoko/idl/bank"
xmlns="http://schemas.apache.org/yoko/idl/bank"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
+ <xs:schema attributeFormDefault="unqualified"
elementFormDefault="unqualified"
targetNamespace="http://cxf.apache.org/schemas/cxf/idl/bank"
xmlns="http://cxf.apache.org/schemas/cxf/idl/bank"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType name="Account">
<xs:sequence>
<xs:element name="name" type="xs:string">
@@ -156,12 +156,12 @@
</wsdl:operation>
</wsdl:binding>
<wsdl:binding name="BankCORBABinding" type="tns:Bank">
- <corba:binding repositoryID="IDL:yoko/Bank:1.0" />
+ <corba:binding repositoryID="IDL:cxf/Bank:1.0" />
<wsdl:operation name="getAccount">
<corba:operation name="getAccount">
<corba:param mode="in" name="name" idltype="corba:string" />
- <corba:return
xmlns="http://schemas.apache.org/yoko/idl/bank/typemap" name="return"
idltype="Account" />
- <corba:raises
xmlns="http://schemas.apache.org/yoko/idl/bank/typemap"
exception="AccountNotFoundException" />
+ <corba:return
xmlns="http://cxf.apache.org/schemas/cxf/idl/bank/typemap" name="return"
idltype="Account" />
+ <corba:raises
xmlns="http://cxf.apache.org/schemas/cxf/idl/bank/typemap"
exception="AccountNotFoundException" />
</corba:operation>
<wsdl:input name="getAccountRequest">
</wsdl:input>
@@ -173,9 +173,9 @@
<wsdl:operation name="createAccount">
<corba:operation name="createAccount">
<corba:param mode="in" name="name" idltype="corba:string" />
- <corba:param
xmlns="http://schemas.apache.org/yoko/idl/bank/typemap" mode="out"
name="account" idltype="Account" />
+ <corba:param
xmlns="http://cxf.apache.org/schemas/cxf/idl/bank/typemap" mode="out"
name="account" idltype="Account" />
<corba:return name="return" idltype="corba:boolean" />
- <corba:raises
xmlns="http://schemas.apache.org/yoko/idl/bank/typemap"
exception="AccountAlreadyExistsException" />
+ <corba:raises
xmlns="http://cxf.apache.org/schemas/cxf/idl/bank/typemap"
exception="AccountAlreadyExistsException" />
</corba:operation>
<wsdl:input name="createAccountRequest">
</wsdl:input>
Modified:
incubator/cxf/trunk/maven-plugins/corba/src/main/java/org/apache/cxf/maven_plugin/corba/maven/plugins/IDLToWSDLOption.java
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/maven-plugins/corba/src/main/java/org/apache/cxf/maven_plugin/corba/maven/plugins/IDLToWSDLOption.java?rev=650160&r1=650138&r2=650160&view=diff
==============================================================================
---
incubator/cxf/trunk/maven-plugins/corba/src/main/java/org/apache/cxf/maven_plugin/corba/maven/plugins/IDLToWSDLOption.java
(original)
+++
incubator/cxf/trunk/maven-plugins/corba/src/main/java/org/apache/cxf/maven_plugin/corba/maven/plugins/IDLToWSDLOption.java
Mon Apr 21 07:39:32 2008
@@ -17,7 +17,7 @@
* under the License.
*/
-package org.apache.yoko.maven.plugins;
+package org.apache.cxf.maven_plugin.corba.maven.plugins;
import java.util.List;
Modified:
incubator/cxf/trunk/maven-plugins/corba/src/main/java/org/apache/cxf/maven_plugin/corba/maven/plugins/IDLToWSDLPlugin.java
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/maven-plugins/corba/src/main/java/org/apache/cxf/maven_plugin/corba/maven/plugins/IDLToWSDLPlugin.java?rev=650160&r1=650138&r2=650160&view=diff
==============================================================================
---
incubator/cxf/trunk/maven-plugins/corba/src/main/java/org/apache/cxf/maven_plugin/corba/maven/plugins/IDLToWSDLPlugin.java
(original)
+++
incubator/cxf/trunk/maven-plugins/corba/src/main/java/org/apache/cxf/maven_plugin/corba/maven/plugins/IDLToWSDLPlugin.java
Mon Apr 21 07:39:32 2008
@@ -17,7 +17,7 @@
* under the License.
*/
-package org.apache.yoko.maven.plugins;
+package org.apache.cxf.maven_plugin.corba.maven.plugins;
import java.io.File;
import java.util.ArrayList;
Modified:
incubator/cxf/trunk/maven-plugins/corba/src/main/java/org/apache/cxf/maven_plugin/corba/maven/plugins/WSDLToIDLOption.java
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/maven-plugins/corba/src/main/java/org/apache/cxf/maven_plugin/corba/maven/plugins/WSDLToIDLOption.java?rev=650160&r1=650138&r2=650160&view=diff
==============================================================================
---
incubator/cxf/trunk/maven-plugins/corba/src/main/java/org/apache/cxf/maven_plugin/corba/maven/plugins/WSDLToIDLOption.java
(original)
+++
incubator/cxf/trunk/maven-plugins/corba/src/main/java/org/apache/cxf/maven_plugin/corba/maven/plugins/WSDLToIDLOption.java
Mon Apr 21 07:39:32 2008
@@ -17,7 +17,7 @@
* under the License.
*/
-package org.apache.yoko.maven.plugins;
+package org.apache.cxf.maven_plugin.corba.maven.plugins;
import java.util.List;
Modified:
incubator/cxf/trunk/maven-plugins/corba/src/main/java/org/apache/cxf/maven_plugin/corba/maven/plugins/WSDLToIDLPlugin.java
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/maven-plugins/corba/src/main/java/org/apache/cxf/maven_plugin/corba/maven/plugins/WSDLToIDLPlugin.java?rev=650160&r1=650138&r2=650160&view=diff
==============================================================================
---
incubator/cxf/trunk/maven-plugins/corba/src/main/java/org/apache/cxf/maven_plugin/corba/maven/plugins/WSDLToIDLPlugin.java
(original)
+++
incubator/cxf/trunk/maven-plugins/corba/src/main/java/org/apache/cxf/maven_plugin/corba/maven/plugins/WSDLToIDLPlugin.java
Mon Apr 21 07:39:32 2008
@@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
-package org.apache.yoko.maven.plugins;
+package org.apache.cxf.maven_plugin.corba.maven.plugins;
import java.io.File;
import java.net.MalformedURLException;