Author: slaws
Date: Thu Jan 10 00:43:36 2008
New Revision: 610721
URL: http://svn.apache.org/viewvc?rev=610721&view=rev
Log:
Add reference to JIRA to track the certificate error
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=610721&r1=610720&r2=610721&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 10 00:43:36 2008
@@ -33,10 +33,12 @@
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]