You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2008/01/10 09:43:40 UTC

svn commit: r610721 - /incubator/tuscany/branches/sca-java-1.1/samples/helloworld-ws-reference-secure/src/main/java/helloworld/HelloWorldClient.java

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: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org