Author: svkrish
Date: Thu Jan 17 09:42:11 2008
New Revision: 612886
URL: http://svn.apache.org/viewvc?rev=612886&view=rev
Log:
uncommenting since this has been fixed with new keystore generated
Modified:
incubator/tuscany/branches/sca-java-1.1/samples/helloworld-ws-reference-secure/src/main/java/helloworld/HelloWorldClient.java
Modified:
incubator/tuscany/branches/sca-java-1.1/samples/helloworld-ws-reference-secure/src/main/java/helloworld/HelloWorldClient.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.1/samples/helloworld-ws-reference-secure/src/main/java/helloworld/HelloWorldClient.java?rev=612886&r1=612885&r2=612886&view=diff
==============================================================================
---
incubator/tuscany/branches/sca-java-1.1/samples/helloworld-ws-reference-secure/src/main/java/helloworld/HelloWorldClient.java
(original)
+++
incubator/tuscany/branches/sca-java-1.1/samples/helloworld-ws-reference-secure/src/main/java/helloworld/HelloWorldClient.java
Thu Jan 17 09:42:11 2008
@@ -33,12 +33,10 @@
String value = helloWorldService.getGreetings("World");
System.out.println(value);
-/* THe certificates are not currently configured correctly to allow integrity
to work
- see TUSCANY-1959
helloWorldService = scaDomain.getService(HelloWorldService.class,
"HelloWorldWsPolicyServiceComponent");
value = helloWorldService.getGreetings("WsPolicyWorld");
System.out.println(value);
-*/
+
scaDomain.close();
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]