Lower the dependency on Xalan(XPath)
------------------------------------
Key: MUSE-49
URL: http://issues.apache.org/jira/browse/MUSE-49
Project: Muse
Issue Type: Bug
Components: WSRF WSRP ResourcePropertyCollection and Capabilities
Affects Versions: 2.0.0 M1
Environment: Noticed on JDK 1.5, on Apache Tomcat
Reporter: Balan Subramanian
Assigned To: Dan Jemiolo
The dependency on Xalan(XPath) should be restricted to only Query RP
operations. This will allow us to keep the dependencies, potential conflicts
and deployable app size minimal. as of now I get the following exception:
java.lang.NoClassDefFoundError: org/apache/xpath/XPathAPI
at
org.apache.muse.util.xml.XPathUtils.selectNodeList(XPathUtils.java:143)
at
org.apache.muse.ws.resource.properties.schema.impl.SimpleResourcePropertiesSchema.getAllPropertyElements(SimpleResourcePropertiesSchema.java:152)
at
org.apache.muse.ws.resource.properties.schema.impl.SimpleResourcePropertiesSchema.<init>(SimpleResourcePropertiesSchema.java:113)
at
org.apache.muse.ws.resource.impl.SimpleWsResource.createPropertiesSchema(SimpleWsResource.java:116)
at
org.apache.muse.ws.resource.impl.SimpleWsResource.initialize(SimpleWsResource.java:180)
at
org.apache.muse.core.routing.FilePersistence.createResource(FilePersistence.java:78)
at
org.apache.muse.core.routing.FilePersistence.createResources(FilePersistence.java:103)
at
org.apache.muse.core.routing.FilePersistence.createResources(FilePersistence.java:121)
at
org.apache.muse.core.routing.SimpleResourceRouter.initialize(SimpleResourceRouter.java:224)
at
org.apache.muse.core.platform.AbstractIsolationLayer.initialize(AbstractIsolationLayer.java:167)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]