This is an automated email from the ASF dual-hosted git repository.
ffang pushed a commit to branch 4.0.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/4.0.x-fixes by this push:
new cc6a99bdce [CXF-9021]Warning "Could not resolve Schema for
datatypes.dtd" when file was found
cc6a99bdce is described below
commit cc6a99bdcee7fb493af97eb60b09a0f0896e6b24
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)
---
.../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);