This is an automated email from the ASF dual-hosted git repository.

ffang pushed a commit to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.5.x-fixes by this push:
     new 4a226f20c6 [CXF-9021]Warning "Could not resolve Schema for 
datatypes.dtd" when file was found
4a226f20c6 is described below

commit 4a226f20c6c00cd8bc334f0b56b4c5d835a2299e
Author: Freeman Fang <[email protected]>
AuthorDate: Wed Nov 20 12:03:27 2024 -0500

    [CXF-9021]Warning "Could not resolve Schema for datatypes.dtd" when file 
was found
    
    (cherry picked from commit d123bca291a073ba85acab5b7511c3baf5b70c7d)
    (cherry picked from commit cc6a99bdcee7fb493af97eb60b09a0f0896e6b24)
    (cherry picked from commit 82bc20049258888dd2f52948c46fd873cd927b72)
---
 .../main/java/org/apache/cxf/ws/addressing/EndpointReferenceUtils.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/core/src/main/java/org/apache/cxf/ws/addressing/EndpointReferenceUtils.java 
b/core/src/main/java/org/apache/cxf/ws/addressing/EndpointReferenceUtils.java
index a01e58b9dc..93c9e84446 100644
--- 
a/core/src/main/java/org/apache/cxf/ws/addressing/EndpointReferenceUtils.java
+++ 
b/core/src/main/java/org/apache/cxf/ws/addressing/EndpointReferenceUtils.java
@@ -203,6 +203,7 @@ public final class EndpointReferenceUtils {
                         impl.setByteStream(source.getByteStream());
                         impl.setSystemId(source.getSystemId());
                         impl.setPublicId(source.getPublicId());
+                        return impl;
                     }
                 }
                 LOG.warning("Could not resolve Schema for " + systemId);

Reply via email to