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 ke...@apache.org on 2008/12/14 10:50:08 UTC

svn commit: r726405 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/AxisEndpoint.java

Author: keithc
Date: Sun Dec 14 01:50:07 2008
New Revision: 726405

URL: http://svn.apache.org/viewvc?rev=726405&view=rev
Log:
reverting change that caused build break. Will look into how we should fix this

Modified:
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/AxisEndpoint.java

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/AxisEndpoint.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/AxisEndpoint.java?rev=726405&r1=726404&r2=726405&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/AxisEndpoint.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/AxisEndpoint.java Sun Dec 14 01:50:07 2008
@@ -57,8 +57,9 @@
     private String transportInDescName;
 
     public String getEndpointURL() {
-        AxisService axisServce = (AxisService) this.getParent();
-        if ((axisServce!= null && axisServce.isModifyUserWSDLPortAddress()) || endpointURL == null) {
+//        AxisService axisServce = (AxisService) this.getParent();
+//        if ((axisServce!= null && axisServce.isModifyUserWSDLPortAddress()) || endpointURL == null) {
+        if (endpointURL == null) {
             endpointURL = calculateEndpointURL();
         }
 		return endpointURL;