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

ffang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


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

commit d123bca291a073ba85acab5b7511c3baf5b70c7d
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
---
 .../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 6ca1344731..7912092d62 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