You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ru...@apache.org on 2005/08/29 17:23:08 UTC

svn commit: r264156 - in /webservices/axis/trunk/java/modules/security/interop/org/apache/axis2/security: InteropScenarioClient.java PWCallback.java

Author: ruchithf
Date: Mon Aug 29 08:23:01 2005
New Revision: 264156

URL: http://svn.apache.org/viewcvs?rev=264156&view=rev
Log:
Oops... The UtilServer does not stop ... FIXED svn status! :-)

Modified:
    webservices/axis/trunk/java/modules/security/interop/org/apache/axis2/security/InteropScenarioClient.java
    webservices/axis/trunk/java/modules/security/interop/org/apache/axis2/security/PWCallback.java

Modified: webservices/axis/trunk/java/modules/security/interop/org/apache/axis2/security/InteropScenarioClient.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/security/interop/org/apache/axis2/security/InteropScenarioClient.java?rev=264156&r1=264155&r2=264156&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/security/interop/org/apache/axis2/security/InteropScenarioClient.java (original)
+++ webservices/axis/trunk/java/modules/security/interop/org/apache/axis2/security/InteropScenarioClient.java Mon Aug 29 08:23:01 2005
@@ -51,7 +51,7 @@
 		PingResponse pingRes = pingResDoc.getPingResponse();
 		
 		System.out.println(pingRes.getText());
-		System.exit(0);
+		
 		
 	}
     

Modified: webservices/axis/trunk/java/modules/security/interop/org/apache/axis2/security/PWCallback.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/security/interop/org/apache/axis2/security/PWCallback.java?rev=264156&r1=264155&r2=264156&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/security/interop/org/apache/axis2/security/PWCallback.java (original)
+++ webservices/axis/trunk/java/modules/security/interop/org/apache/axis2/security/PWCallback.java Mon Aug 29 08:23:01 2005
@@ -1,3 +1,18 @@
+/*
+* Copyright 2004,2005 The Apache Software Foundation.
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*      http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
 package org.apache.axis2.security;