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

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


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

commit 82bc20049258888dd2f52948c46fd873cd927b72
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)
---
 .../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