summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/contribution-import-export
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/itest/contribution-import-export')
-rw-r--r--java/sca/itest/contribution-import-export/export-composite/src/main/java/hello/Hello.java2
-rw-r--r--java/sca/itest/contribution-import-export/export-composite/src/main/java/hello/HelloImpl.java2
-rw-r--r--java/sca/itest/contribution-import-export/export-java/src/main/java/helloworld/HelloWorldService.java2
-rw-r--r--java/sca/itest/contribution-import-export/import-composite/src/main/java/helloworld/HelloWorldImpl.java4
-rw-r--r--java/sca/itest/contribution-import-export/import-composite/src/main/java/helloworld/HelloWorldService.java2
-rw-r--r--java/sca/itest/contribution-import-export/import-java/src/main/java/helloworld/HelloWorldImpl.java2
-rw-r--r--java/sca/itest/contribution-import-export/import-wsdl/src/main/java/helloworld/HelloWorldImpl.java2
-rw-r--r--java/sca/itest/contribution-import-export/import-wsdl/src/main/java/helloworld/HelloWorldService.java2
8 files changed, 9 insertions, 9 deletions
diff --git a/java/sca/itest/contribution-import-export/export-composite/src/main/java/hello/Hello.java b/java/sca/itest/contribution-import-export/export-composite/src/main/java/hello/Hello.java
index e65422136f..32b024bccb 100644
--- a/java/sca/itest/contribution-import-export/export-composite/src/main/java/hello/Hello.java
+++ b/java/sca/itest/contribution-import-export/export-composite/src/main/java/hello/Hello.java
@@ -18,7 +18,7 @@
*/
package hello;
-import org.osoa.sca.annotations.Remotable;
+import org.oasisopen.sca.annotation.Remotable;
/**
* This is the business interface of the Hello service.
diff --git a/java/sca/itest/contribution-import-export/export-composite/src/main/java/hello/HelloImpl.java b/java/sca/itest/contribution-import-export/export-composite/src/main/java/hello/HelloImpl.java
index 5369c18497..0c60e62d35 100644
--- a/java/sca/itest/contribution-import-export/export-composite/src/main/java/hello/HelloImpl.java
+++ b/java/sca/itest/contribution-import-export/export-composite/src/main/java/hello/HelloImpl.java
@@ -18,7 +18,7 @@
*/
package hello;
-import org.osoa.sca.annotations.Service;
+import org.oasisopen.sca.annotation.Service;
/**
* This class implements the HelloWorld service.
diff --git a/java/sca/itest/contribution-import-export/export-java/src/main/java/helloworld/HelloWorldService.java b/java/sca/itest/contribution-import-export/export-java/src/main/java/helloworld/HelloWorldService.java
index 74d22ed830..134da7e34b 100644
--- a/java/sca/itest/contribution-import-export/export-java/src/main/java/helloworld/HelloWorldService.java
+++ b/java/sca/itest/contribution-import-export/export-java/src/main/java/helloworld/HelloWorldService.java
@@ -18,7 +18,7 @@
*/
package helloworld;
-import org.osoa.sca.annotations.Remotable;
+import org.oasisopen.sca.annotation.Remotable;
/**
* This is the business interface of the HelloWorld greetings service.
diff --git a/java/sca/itest/contribution-import-export/import-composite/src/main/java/helloworld/HelloWorldImpl.java b/java/sca/itest/contribution-import-export/import-composite/src/main/java/helloworld/HelloWorldImpl.java
index 966f56d7d5..05bd7b7138 100644
--- a/java/sca/itest/contribution-import-export/import-composite/src/main/java/helloworld/HelloWorldImpl.java
+++ b/java/sca/itest/contribution-import-export/import-composite/src/main/java/helloworld/HelloWorldImpl.java
@@ -20,8 +20,8 @@ package helloworld;
import hello.Hello;
-import org.osoa.sca.annotations.Reference;
-import org.osoa.sca.annotations.Service;
+import org.oasisopen.sca.annotation.Reference;
+import org.oasisopen.sca.annotation.Service;
/**
* This class implements the HelloWorld service.
diff --git a/java/sca/itest/contribution-import-export/import-composite/src/main/java/helloworld/HelloWorldService.java b/java/sca/itest/contribution-import-export/import-composite/src/main/java/helloworld/HelloWorldService.java
index 74d22ed830..134da7e34b 100644
--- a/java/sca/itest/contribution-import-export/import-composite/src/main/java/helloworld/HelloWorldService.java
+++ b/java/sca/itest/contribution-import-export/import-composite/src/main/java/helloworld/HelloWorldService.java
@@ -18,7 +18,7 @@
*/
package helloworld;
-import org.osoa.sca.annotations.Remotable;
+import org.oasisopen.sca.annotation.Remotable;
/**
* This is the business interface of the HelloWorld greetings service.
diff --git a/java/sca/itest/contribution-import-export/import-java/src/main/java/helloworld/HelloWorldImpl.java b/java/sca/itest/contribution-import-export/import-java/src/main/java/helloworld/HelloWorldImpl.java
index 4cdcc1fd0b..2186c00e57 100644
--- a/java/sca/itest/contribution-import-export/import-java/src/main/java/helloworld/HelloWorldImpl.java
+++ b/java/sca/itest/contribution-import-export/import-java/src/main/java/helloworld/HelloWorldImpl.java
@@ -18,7 +18,7 @@
*/
package helloworld;
-import org.osoa.sca.annotations.Service;
+import org.oasisopen.sca.annotation.Service;
/**
* This class implements the HelloWorld service.
diff --git a/java/sca/itest/contribution-import-export/import-wsdl/src/main/java/helloworld/HelloWorldImpl.java b/java/sca/itest/contribution-import-export/import-wsdl/src/main/java/helloworld/HelloWorldImpl.java
index 4cdcc1fd0b..2186c00e57 100644
--- a/java/sca/itest/contribution-import-export/import-wsdl/src/main/java/helloworld/HelloWorldImpl.java
+++ b/java/sca/itest/contribution-import-export/import-wsdl/src/main/java/helloworld/HelloWorldImpl.java
@@ -18,7 +18,7 @@
*/
package helloworld;
-import org.osoa.sca.annotations.Service;
+import org.oasisopen.sca.annotation.Service;
/**
* This class implements the HelloWorld service.
diff --git a/java/sca/itest/contribution-import-export/import-wsdl/src/main/java/helloworld/HelloWorldService.java b/java/sca/itest/contribution-import-export/import-wsdl/src/main/java/helloworld/HelloWorldService.java
index 74d22ed830..134da7e34b 100644
--- a/java/sca/itest/contribution-import-export/import-wsdl/src/main/java/helloworld/HelloWorldService.java
+++ b/java/sca/itest/contribution-import-export/import-wsdl/src/main/java/helloworld/HelloWorldService.java
@@ -18,7 +18,7 @@
*/
package helloworld;
-import org.osoa.sca.annotations.Remotable;
+import org.oasisopen.sca.annotation.Remotable;
/**
* This is the business interface of the HelloWorld greetings service.