Author: scamp
Date: Thu May 26 08:58:03 2005
New Revision: 178647

URL: http://svn.apache.org/viewcvs?rev=178647&view=rev
Log:
removed the setting of the underlying member field in getXmlObject(namespace) 
to avoid a mismatch between what was originally created and the special 
circumstance when we need the epr in a different version.

Modified:
    
incubator/apollo/trunk/src/java/org/apache/ws/addressing/XmlBeansEndpointReference.java

Modified: 
incubator/apollo/trunk/src/java/org/apache/ws/addressing/XmlBeansEndpointReference.java
URL: 
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/java/org/apache/ws/addressing/XmlBeansEndpointReference.java?rev=178647&r1=178646&r2=178647&view=diff
==============================================================================
--- 
incubator/apollo/trunk/src/java/org/apache/ws/addressing/XmlBeansEndpointReference.java
 (original)
+++ 
incubator/apollo/trunk/src/java/org/apache/ws/addressing/XmlBeansEndpointReference.java
 Thu May 26 08:58:03 2005
@@ -214,16 +214,12 @@
        {
            
if(org.apache.ws.addressing.v2003_03.AddressingConstants.NSURI_ADDRESSING_SCHEMA.equals(namespace))
            {
-               EndpointReferenceType endpointReferenceType = 
build2003_03_EPR();
-
-               m_xmlObjectEPR = endpointReferenceType;
+               EndpointReferenceType endpointReferenceType = 
build2003_03_EPR();               
                epr = endpointReferenceType;
            }
            else 
if(org.apache.ws.addressing.v2004_08_10.AddressingConstants.NSURI_ADDRESSING_SCHEMA.equals(namespace))
            {
                
org.xmlsoap.schemas.ws.x2004.x08.addressing.EndpointReferenceType 
endpointReferenceType = build2004_08_EPR();
-
-               m_xmlObjectEPR = endpointReferenceType;
                epr = endpointReferenceType;
            }
        }



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to