You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Rajith Attapattu <ra...@gmail.com> on 2006/09/08 21:32:53 UTC

Re: [Axis2]Cannot deploy sandesha2 with the current Axis2

for sandesha 2 it's refering to class in apache neethi which does not seem
to exist anymore.
Again I will open a JIRA.

SEVERE: StandardWrapper.Throwable
java.lang.NoClassDefFoundError: org/apache/ws/policy/XorCompositeAssertion
 at org.apache.sandesha2.policy.RMPolicyProcessor.processPolicy(
RMPolicyProcessor.java:127)
 at
org.apache.sandesha2.util.PropertyManager.loadPropertiesFromModuleDescPolicy
(PropertyManager.java:172)
 at org.apache.sandesha2.SandeshaModule.init(SandeshaModule.java:50)
 at org.apache.axis2.context.ConfigurationContextFactory.initModules(
ConfigurationContextFactory.java:209)
 at org.apache.axis2.context.ConfigurationContextFactory.init(
ConfigurationContextFactory.java:185)
 at
org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext
(ConfigurationContextFactory.java:70)
 at org.apache.axis2.transport.http.AxisServlet.initConfigContext(
AxisServlet.java:345)
 at org.apache.axis2.transport.http.AxisServlet.init(AxisServlet.java:271)
 at org.apache.catalina.core.StandardWrapper.loadServlet(
StandardWrapper.java:1105)

Re: [Axis2]Cannot deploy sandesha2 with the current Axis2

Posted by Chamikara Jayalath <ch...@gmail.com>.
Hi Rajith,

I assume ur trying to use Sandesha 1.0 with the latest Axis2 snapshot.
Sandesha2 1.0 was compatible with Axis2 1.0. But due to a refactoring that
happened in Neethi sometime back (XorCompositeAssertion to ExactlyOne etc.)
Sandesha2 1.0 will not work with a latest Axis2 SNAPSHOT.

So you will have to build the latest Sandesha2 SNAPSHOT mar or get it from
http://people.apache.org/repository/sandesha2/mars/ to work with a SNAPSHOT
of Axis2.

Chamikara


On 9/9/06, Rajith Attapattu <ra...@gmail.com> wrote:
>
> for sandesha 2 it's refering to class in apache neethi which does not seem
> to exist anymore.
> Again I will open a JIRA.
>
> SEVERE: StandardWrapper.Throwable
> java.lang.NoClassDefFoundError: org/apache/ws/policy/XorCompositeAssertion
>  at org.apache.sandesha2.policy.RMPolicyProcessor.processPolicy(
> RMPolicyProcessor.java:127)
>  at
> org.apache.sandesha2.util.PropertyManager.loadPropertiesFromModuleDescPolicy(
> PropertyManager.java:172)
>  at org.apache.sandesha2.SandeshaModule.init(SandeshaModule.java:50)
>  at org.apache.axis2.context.ConfigurationContextFactory.initModules(
> ConfigurationContextFactory.java:209)
>  at org.apache.axis2.context.ConfigurationContextFactory.init (
> ConfigurationContextFactory.java:185)
>  at
> org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext
> (ConfigurationContextFactory.java:70)
>  at org.apache.axis2.transport.http.AxisServlet.initConfigContext (
> AxisServlet.java:345)
>  at org.apache.axis2.transport.http.AxisServlet.init(AxisServlet.java:271)
>  at org.apache.catalina.core.StandardWrapper.loadServlet(
> StandardWrapper.java:1105)
>
>