[
https://issues.jboss.org/browse/JBWS-3788?page=com.atlassian.jira.plugin....
]
R Searls commented on JBWS-3788:
--------------------------------
These warning messages, "WARNING [org.apache.cxf.catalog.OASISCatalogManager]"
are
occurring because the module dependencies for org.apache.xml-resolver is not declared
in modules/system/layers/base/org/apache/cxf/main/module.xml. The dependency is
declared in modules/system/layers/base/org/apache/cxf/impl/main/module.xml but does
not appear to be needed by this module.
I've created
https://issues.jboss.org/browse/JBWS-3810 to address these warnings.
Add catalog testcase
--------------------
Key: JBWS-3788
URL:
https://issues.jboss.org/browse/JBWS-3788
Project: JBoss Web Services
Issue Type: Task
Security Level: Public(Everyone can see)
Components: jbossws-cxf
Reporter: Alessio Soldano
Assignee: R Searls
Fix For: jbossws-cxf-5.0
We need a testcase that explicitly verifies usage of jaxws catalog both in the
jbossws-cxf-client jar / jaxws-client module and in a user deployment.
As a consequence of having moved to Apache CXF 3.0.0 (JBWS-3686), I'm seeing warnings
like the following because of the change at [1]:
{noformat}
10:48:16,235 WARNING [org.apache.cxf.catalog.OASISCatalogManager] (MSC service thread
1-4) Catalog found at
jar:file:/dati/jboss-as-7.2.0.Final/build/target/jboss-as-7.2.0.Final/modules/system/layers/base/org/jboss/ws/jaxws-client/main/jbossws-cxf-client.jar!/META-INF/jax-ws-catalog.xml
but no org.apache.xml.resolver.CatalogManager was found. Check the classpatch for an
xmlresolver jar.
10:48:16,235 WARNING [org.apache.cxf.catalog.OASISCatalogManager] (MSC service thread
1-4) Catalog found at
jar:file:/dati/jboss-as-7.2.0.Final/build/target/jboss-as-7.2.0.Final/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-wsdlto-frontend-jaxws.jar!/META-INF/jax-ws-catalog.xml
but no org.apache.xml.resolver.CatalogManager was found. Check the classpatch for an
xmlresolver jar.
{noformat}
We need to clarify this a bit.
[1]
https://github.com/apache/cxf/commit/7823e995
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)