summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/samples/helloworld-ws-service
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-13 01:42:27 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-13 01:42:27 +0000
commit3c7c4a749baafcf375f4785a7668d3a25c9063e3 (patch)
treea66b8b031c5dc6c7744f44b44b6bcd371bd0b8df /branches/sca-java-1.x/samples/helloworld-ws-service
parenteb03ff672236cddf65533f39b83ddd5e2984a2bb (diff)
Moving 1.x trunk
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835700 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service-jms/README (renamed from branches/sca-java-1.x/samples/helloworld-ws-service-jms/README)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service-jms/build.xml (renamed from branches/sca-java-1.x/samples/helloworld-ws-service-jms/build.xml)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service-jms/helloworld-ws-service.png (renamed from branches/sca-java-1.x/samples/helloworld-ws-service-jms/helloworld-ws-service.png)bin6531 -> 6531 bytes
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service-jms/helloworld-ws-service.svg (renamed from branches/sca-java-1.x/samples/helloworld-ws-service-jms/helloworld-ws-service.svg)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service-jms/pom.xml (renamed from branches/sca-java-1.x/samples/helloworld-ws-service-jms/pom.xml)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service-jms/src/main/java/helloworld/HelloWorldImpl.java (renamed from branches/sca-java-1.x/samples/helloworld-ws-service-jms/src/main/java/helloworld/HelloWorldImpl.java)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service-jms/src/main/java/helloworld/HelloWorldServer.java (renamed from branches/sca-java-1.x/samples/helloworld-ws-service-jms/src/main/java/helloworld/HelloWorldServer.java)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service-jms/src/main/java/helloworld/HelloWorldService.java (renamed from branches/sca-java-1.x/samples/helloworld-ws-service-jms/src/main/java/helloworld/HelloWorldService.java)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service-jms/src/main/resources/definitions.xml (renamed from branches/sca-java-1.x/samples/helloworld-ws-service-jms/src/main/resources/definitions.xml)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service-jms/src/main/resources/helloworldwsjms.composite (renamed from branches/sca-java-1.x/samples/helloworld-ws-service-jms/src/main/resources/helloworldwsjms.composite)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service-jms/src/main/resources/helloworldwsjmspolicy.composite (renamed from branches/sca-java-1.x/samples/helloworld-ws-service-jms/src/main/resources/helloworldwsjmspolicy.composite)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service-jms/src/main/resources/wsdl/helloworld.wsdl (renamed from branches/sca-java-1.x/samples/helloworld-ws-service-jms/src/main/resources/wsdl/helloworld.wsdl)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service-jms/src/test/java/helloworld/HelloWorldJmsPolicyServerTestCase.java (renamed from branches/sca-java-1.x/samples/helloworld-ws-service-jms/src/test/java/helloworld/HelloWorldJmsPolicyServerTestCase.java)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service-jms/src/test/java/helloworld/HelloWorldJmsServerTestCase.java (renamed from branches/sca-java-1.x/samples/helloworld-ws-service-jms/src/test/java/helloworld/HelloWorldJmsServerTestCase.java)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service-secure/README (renamed from branches/sca-java-1.x/samples/helloworld-ws-service-secure/README)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service-secure/build.xml (renamed from branches/sca-java-1.x/samples/helloworld-ws-service-secure/build.xml)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service-secure/helloworld-ws-service-secure.png (renamed from branches/sca-java-1.x/samples/helloworld-ws-service-secure/helloworld-ws-service-secure.png)bin158 -> 158 bytes
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service-secure/helloworld-ws-service-secure.svg (renamed from branches/sca-java-1.x/samples/helloworld-ws-service-secure/helloworld-ws-service-secure.svg)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service-secure/pom.xml (renamed from branches/sca-java-1.x/samples/helloworld-ws-service-secure/pom.xml)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/java/helloworld/HelloWorldImpl.java (renamed from branches/sca-java-1.x/samples/helloworld-ws-service-secure/src/main/java/helloworld/HelloWorldImpl.java)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/java/helloworld/HelloWorldServer.java (renamed from branches/sca-java-1.x/samples/helloworld-ws-service-secure/src/main/java/helloworld/HelloWorldServer.java)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/java/helloworld/HelloWorldService.java (renamed from branches/sca-java-1.x/samples/helloworld-ws-service-secure/src/main/java/helloworld/HelloWorldService.java)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/java/helloworld/ServerPWCBHandler.java (renamed from branches/sca-java-1.x/samples/helloworld-ws-service-secure/src/main/java/helloworld/ServerPWCBHandler.java)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/resources/definitions.xml (renamed from branches/sca-java-1.x/samples/helloworld-ws-service-secure/src/main/resources/definitions.xml)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/resources/helloworldKeys.jks (renamed from branches/sca-java-1.x/samples/helloworld-ws-service-secure/src/main/resources/helloworldKeys.jks)bin1354 -> 1354 bytes
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/resources/helloworldws.composite (renamed from branches/sca-java-1.x/samples/helloworld-ws-service-secure/src/main/resources/helloworldws.composite)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/resources/wsdl/helloworld.wsdl (renamed from branches/sca-java-1.x/samples/helloworld-ws-service-secure/src/main/resources/wsdl/helloworld.wsdl)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/test/java/helloworld/HelloWorldServerTestCase.java (renamed from branches/sca-java-1.x/samples/helloworld-ws-service-secure/src/test/java/helloworld/HelloWorldServerTestCase.java)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service-webapp/README (renamed from branches/sca-java-1.x/samples/helloworld-ws-service-webapp/README)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service-webapp/build.xml (renamed from branches/sca-java-1.x/samples/helloworld-ws-service-webapp/build.xml)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service-webapp/pom.xml (renamed from branches/sca-java-1.x/samples/helloworld-ws-service-webapp/pom.xml)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service-webapp/src/main/java/helloworld/HelloWorldImpl.java (renamed from branches/sca-java-1.x/samples/helloworld-ws-service-webapp/src/main/java/helloworld/HelloWorldImpl.java)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service-webapp/src/main/java/helloworld/HelloWorldService.java (renamed from branches/sca-java-1.x/samples/helloworld-ws-service-webapp/src/main/java/helloworld/HelloWorldService.java)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service-webapp/src/main/resources/wsdl/helloworld.wsdl (renamed from branches/sca-java-1.x/samples/helloworld-ws-service-webapp/src/main/resources/wsdl/helloworld.wsdl)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service-webapp/src/main/webapp/META-INF/sca-deployables/helloworldws.composite (renamed from branches/sca-java-1.x/samples/helloworld-ws-service-webapp/src/main/webapp/META-INF/sca-deployables/helloworldws.composite)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/geronimo-web.xml (renamed from branches/sca-java-1.x/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/geronimo-web.xml)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/web.xml (renamed from branches/sca-java-1.x/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/web.xml)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service/README (renamed from branches/sca-java-1.x/samples/helloworld-ws-service/README)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service/build.xml (renamed from branches/sca-java-1.x/samples/helloworld-ws-service/build.xml)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service/helloworld-ws-service.png (renamed from branches/sca-java-1.x/samples/helloworld-ws-service/helloworld-ws-service.png)bin6531 -> 6531 bytes
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service/helloworld-ws-service.svg (renamed from branches/sca-java-1.x/samples/helloworld-ws-service/helloworld-ws-service.svg)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service/pom.xml (renamed from branches/sca-java-1.x/samples/helloworld-ws-service/pom.xml)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldImpl.java (renamed from branches/sca-java-1.x/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldImpl.java)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldServer.java (renamed from branches/sca-java-1.x/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldServer.java)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldService.java (renamed from branches/sca-java-1.x/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldService.java)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service/src/main/resources/META-INF/sca-deployables/helloworldws.composite (renamed from branches/sca-java-1.x/samples/helloworld-ws-service/src/main/resources/META-INF/sca-deployables/helloworldws.composite)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service/src/main/resources/wsdl/helloworld.wsdl (renamed from branches/sca-java-1.x/samples/helloworld-ws-service/src/main/resources/wsdl/helloworld.wsdl)0
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-service/src/test/java/helloworld/HelloWorldServerTestCase.java (renamed from branches/sca-java-1.x/samples/helloworld-ws-service/src/test/java/helloworld/HelloWorldServerTestCase.java)0
48 files changed, 0 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-jms/README b/sca-java-1.x/trunk/samples/helloworld-ws-service-jms/README
index 26272b1d91..26272b1d91 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-jms/README
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-jms/README
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-jms/build.xml b/sca-java-1.x/trunk/samples/helloworld-ws-service-jms/build.xml
index 330de7f7e5..330de7f7e5 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-jms/build.xml
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-jms/build.xml
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-jms/helloworld-ws-service.png b/sca-java-1.x/trunk/samples/helloworld-ws-service-jms/helloworld-ws-service.png
index eab29d0bcd..eab29d0bcd 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-jms/helloworld-ws-service.png
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-jms/helloworld-ws-service.png
Binary files differ
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-jms/helloworld-ws-service.svg b/sca-java-1.x/trunk/samples/helloworld-ws-service-jms/helloworld-ws-service.svg
index 8d2ae98c82..8d2ae98c82 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-jms/helloworld-ws-service.svg
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-jms/helloworld-ws-service.svg
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-jms/pom.xml b/sca-java-1.x/trunk/samples/helloworld-ws-service-jms/pom.xml
index a241d69006..a241d69006 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-jms/pom.xml
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-jms/pom.xml
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-jms/src/main/java/helloworld/HelloWorldImpl.java b/sca-java-1.x/trunk/samples/helloworld-ws-service-jms/src/main/java/helloworld/HelloWorldImpl.java
index 4cdcc1fd0b..4cdcc1fd0b 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-jms/src/main/java/helloworld/HelloWorldImpl.java
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-jms/src/main/java/helloworld/HelloWorldImpl.java
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-jms/src/main/java/helloworld/HelloWorldServer.java b/sca-java-1.x/trunk/samples/helloworld-ws-service-jms/src/main/java/helloworld/HelloWorldServer.java
index 5454487ff6..5454487ff6 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-jms/src/main/java/helloworld/HelloWorldServer.java
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-jms/src/main/java/helloworld/HelloWorldServer.java
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-jms/src/main/java/helloworld/HelloWorldService.java b/sca-java-1.x/trunk/samples/helloworld-ws-service-jms/src/main/java/helloworld/HelloWorldService.java
index 4b019b21bf..4b019b21bf 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-jms/src/main/java/helloworld/HelloWorldService.java
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-jms/src/main/java/helloworld/HelloWorldService.java
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-jms/src/main/resources/definitions.xml b/sca-java-1.x/trunk/samples/helloworld-ws-service-jms/src/main/resources/definitions.xml
index f4083f02b8..f4083f02b8 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-jms/src/main/resources/definitions.xml
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-jms/src/main/resources/definitions.xml
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-jms/src/main/resources/helloworldwsjms.composite b/sca-java-1.x/trunk/samples/helloworld-ws-service-jms/src/main/resources/helloworldwsjms.composite
index 00fc4e4cb6..00fc4e4cb6 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-jms/src/main/resources/helloworldwsjms.composite
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-jms/src/main/resources/helloworldwsjms.composite
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-jms/src/main/resources/helloworldwsjmspolicy.composite b/sca-java-1.x/trunk/samples/helloworld-ws-service-jms/src/main/resources/helloworldwsjmspolicy.composite
index 10faf374f3..10faf374f3 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-jms/src/main/resources/helloworldwsjmspolicy.composite
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-jms/src/main/resources/helloworldwsjmspolicy.composite
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-jms/src/main/resources/wsdl/helloworld.wsdl b/sca-java-1.x/trunk/samples/helloworld-ws-service-jms/src/main/resources/wsdl/helloworld.wsdl
index 3f9e00689e..3f9e00689e 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-jms/src/main/resources/wsdl/helloworld.wsdl
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-jms/src/main/resources/wsdl/helloworld.wsdl
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-jms/src/test/java/helloworld/HelloWorldJmsPolicyServerTestCase.java b/sca-java-1.x/trunk/samples/helloworld-ws-service-jms/src/test/java/helloworld/HelloWorldJmsPolicyServerTestCase.java
index c433261b3a..c433261b3a 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-jms/src/test/java/helloworld/HelloWorldJmsPolicyServerTestCase.java
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-jms/src/test/java/helloworld/HelloWorldJmsPolicyServerTestCase.java
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-jms/src/test/java/helloworld/HelloWorldJmsServerTestCase.java b/sca-java-1.x/trunk/samples/helloworld-ws-service-jms/src/test/java/helloworld/HelloWorldJmsServerTestCase.java
index 409b975736..409b975736 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-jms/src/test/java/helloworld/HelloWorldJmsServerTestCase.java
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-jms/src/test/java/helloworld/HelloWorldJmsServerTestCase.java
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-secure/README b/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/README
index f32eb08b05..f32eb08b05 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-secure/README
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/README
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-secure/build.xml b/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/build.xml
index 29bbae0173..29bbae0173 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-secure/build.xml
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/build.xml
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-secure/helloworld-ws-service-secure.png b/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/helloworld-ws-service-secure.png
index 6f7d9dd450..6f7d9dd450 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-secure/helloworld-ws-service-secure.png
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/helloworld-ws-service-secure.png
Binary files differ
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-secure/helloworld-ws-service-secure.svg b/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/helloworld-ws-service-secure.svg
index 53eb552923..53eb552923 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-secure/helloworld-ws-service-secure.svg
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/helloworld-ws-service-secure.svg
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-secure/pom.xml b/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/pom.xml
index e04aaa9bd0..e04aaa9bd0 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-secure/pom.xml
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/pom.xml
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-secure/src/main/java/helloworld/HelloWorldImpl.java b/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/java/helloworld/HelloWorldImpl.java
index 4cdcc1fd0b..4cdcc1fd0b 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-secure/src/main/java/helloworld/HelloWorldImpl.java
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/java/helloworld/HelloWorldImpl.java
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-secure/src/main/java/helloworld/HelloWorldServer.java b/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/java/helloworld/HelloWorldServer.java
index 3d43290380..3d43290380 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-secure/src/main/java/helloworld/HelloWorldServer.java
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/java/helloworld/HelloWorldServer.java
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-secure/src/main/java/helloworld/HelloWorldService.java b/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/java/helloworld/HelloWorldService.java
index 4b019b21bf..4b019b21bf 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-secure/src/main/java/helloworld/HelloWorldService.java
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/java/helloworld/HelloWorldService.java
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-secure/src/main/java/helloworld/ServerPWCBHandler.java b/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/java/helloworld/ServerPWCBHandler.java
index ded02f09d6..ded02f09d6 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-secure/src/main/java/helloworld/ServerPWCBHandler.java
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/java/helloworld/ServerPWCBHandler.java
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-secure/src/main/resources/definitions.xml b/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/resources/definitions.xml
index 10fa7b8652..10fa7b8652 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-secure/src/main/resources/definitions.xml
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/resources/definitions.xml
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-secure/src/main/resources/helloworldKeys.jks b/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/resources/helloworldKeys.jks
index e2184ad3c6..e2184ad3c6 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-secure/src/main/resources/helloworldKeys.jks
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/resources/helloworldKeys.jks
Binary files differ
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-secure/src/main/resources/helloworldws.composite b/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/resources/helloworldws.composite
index a078067e9a..a078067e9a 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-secure/src/main/resources/helloworldws.composite
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/resources/helloworldws.composite
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-secure/src/main/resources/wsdl/helloworld.wsdl b/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/resources/wsdl/helloworld.wsdl
index 32ad8325e9..32ad8325e9 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-secure/src/main/resources/wsdl/helloworld.wsdl
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/main/resources/wsdl/helloworld.wsdl
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-secure/src/test/java/helloworld/HelloWorldServerTestCase.java b/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/test/java/helloworld/HelloWorldServerTestCase.java
index 4a14afcd9d..4a14afcd9d 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-secure/src/test/java/helloworld/HelloWorldServerTestCase.java
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-secure/src/test/java/helloworld/HelloWorldServerTestCase.java
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-webapp/README b/sca-java-1.x/trunk/samples/helloworld-ws-service-webapp/README
index 66040004f8..66040004f8 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-webapp/README
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-webapp/README
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-webapp/build.xml b/sca-java-1.x/trunk/samples/helloworld-ws-service-webapp/build.xml
index 0a4be34c47..0a4be34c47 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-webapp/build.xml
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-webapp/build.xml
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-webapp/pom.xml b/sca-java-1.x/trunk/samples/helloworld-ws-service-webapp/pom.xml
index 2399c4f29c..2399c4f29c 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-webapp/pom.xml
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-webapp/pom.xml
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-webapp/src/main/java/helloworld/HelloWorldImpl.java b/sca-java-1.x/trunk/samples/helloworld-ws-service-webapp/src/main/java/helloworld/HelloWorldImpl.java
index 0de3c70303..0de3c70303 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-webapp/src/main/java/helloworld/HelloWorldImpl.java
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-webapp/src/main/java/helloworld/HelloWorldImpl.java
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-webapp/src/main/java/helloworld/HelloWorldService.java b/sca-java-1.x/trunk/samples/helloworld-ws-service-webapp/src/main/java/helloworld/HelloWorldService.java
index 268d90e910..268d90e910 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-webapp/src/main/java/helloworld/HelloWorldService.java
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-webapp/src/main/java/helloworld/HelloWorldService.java
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-webapp/src/main/resources/wsdl/helloworld.wsdl b/sca-java-1.x/trunk/samples/helloworld-ws-service-webapp/src/main/resources/wsdl/helloworld.wsdl
index 0b95fbd14f..0b95fbd14f 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-webapp/src/main/resources/wsdl/helloworld.wsdl
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-webapp/src/main/resources/wsdl/helloworld.wsdl
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-webapp/src/main/webapp/META-INF/sca-deployables/helloworldws.composite b/sca-java-1.x/trunk/samples/helloworld-ws-service-webapp/src/main/webapp/META-INF/sca-deployables/helloworldws.composite
index 114608e4d8..114608e4d8 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-webapp/src/main/webapp/META-INF/sca-deployables/helloworldws.composite
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-webapp/src/main/webapp/META-INF/sca-deployables/helloworldws.composite
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/geronimo-web.xml b/sca-java-1.x/trunk/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/geronimo-web.xml
index dea8c1cb23..dea8c1cb23 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/geronimo-web.xml
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/geronimo-web.xml
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/web.xml b/sca-java-1.x/trunk/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/web.xml
index 3f3c92fa78..3f3c92fa78 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/web.xml
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/web.xml
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service/README b/sca-java-1.x/trunk/samples/helloworld-ws-service/README
index 44dc7ab4e8..44dc7ab4e8 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service/README
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service/README
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service/build.xml b/sca-java-1.x/trunk/samples/helloworld-ws-service/build.xml
index 46678febc3..46678febc3 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service/build.xml
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service/build.xml
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service/helloworld-ws-service.png b/sca-java-1.x/trunk/samples/helloworld-ws-service/helloworld-ws-service.png
index eab29d0bcd..eab29d0bcd 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service/helloworld-ws-service.png
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service/helloworld-ws-service.png
Binary files differ
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service/helloworld-ws-service.svg b/sca-java-1.x/trunk/samples/helloworld-ws-service/helloworld-ws-service.svg
index 61cd93ead9..61cd93ead9 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service/helloworld-ws-service.svg
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service/helloworld-ws-service.svg
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service/pom.xml b/sca-java-1.x/trunk/samples/helloworld-ws-service/pom.xml
index 97b8ff27ab..97b8ff27ab 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service/pom.xml
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service/pom.xml
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldImpl.java b/sca-java-1.x/trunk/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldImpl.java
index 0de3c70303..0de3c70303 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldImpl.java
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldImpl.java
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldServer.java b/sca-java-1.x/trunk/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldServer.java
index c37bfcda65..c37bfcda65 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldServer.java
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldServer.java
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldService.java b/sca-java-1.x/trunk/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldService.java
index 7245513b2a..7245513b2a 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldService.java
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldService.java
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service/src/main/resources/META-INF/sca-deployables/helloworldws.composite b/sca-java-1.x/trunk/samples/helloworld-ws-service/src/main/resources/META-INF/sca-deployables/helloworldws.composite
index d767625ae7..d767625ae7 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service/src/main/resources/META-INF/sca-deployables/helloworldws.composite
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service/src/main/resources/META-INF/sca-deployables/helloworldws.composite
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service/src/main/resources/wsdl/helloworld.wsdl b/sca-java-1.x/trunk/samples/helloworld-ws-service/src/main/resources/wsdl/helloworld.wsdl
index 454763410c..454763410c 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service/src/main/resources/wsdl/helloworld.wsdl
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service/src/main/resources/wsdl/helloworld.wsdl
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service/src/test/java/helloworld/HelloWorldServerTestCase.java b/sca-java-1.x/trunk/samples/helloworld-ws-service/src/test/java/helloworld/HelloWorldServerTestCase.java
index 189332be91..189332be91 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service/src/test/java/helloworld/HelloWorldServerTestCase.java
+++ b/sca-java-1.x/trunk/samples/helloworld-ws-service/src/test/java/helloworld/HelloWorldServerTestCase.java