You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by "Ruchith Udayanga Fernando (JIRA)" <ji...@apache.org> on 2007/08/25 09:17:31 UTC

[jira] Resolved: (RAMPART-76) Rampart 1.3.mar throws error with Axis2 1.3

     [ https://issues.apache.org/jira/browse/RAMPART-76?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ruchith Udayanga Fernando resolved RAMPART-76.
----------------------------------------------

    Resolution: Invalid

Seems like you are missing the axis2-codegen-1.3.jar in your classpath.

Please see below :

axis2-1.3/lib$ jar -tvf axis2-codegen-1.3.jar |grep PolicyExtension
   254 Fri Aug 10 16:45:52 LKT 2007 org/apache/axis2/wsdl/codegen/extension/ModulePolicyExtension.class
   343 Fri Aug 10 16:45:52 LKT 2007 org/apache/axis2/wsdl/codegen/extension/PolicyExtension.class
  1433 Fri Aug 10 16:45:54 LKT 2007 org/apache/axis2/wsdl/codegen/extension/PolicyEvaluator$MTOMPolicyExtension.class
  1305 Fri Aug 10 16:45:54 LKT 2007 org/apache/axis2/wsdl/codegen/extension/PolicyEvaluator$EncodePolicyExtension.class
  4986 Fri Aug 10 16:45:50 LKT 2007 org/apache/axis2/wsdl/template/java/PolicyExtensionTemplate.xsl

Also it is possible that you have set your AXIS2_HOME environment variable to an older axis2 release.

> Rampart 1.3.mar throws error with Axis2 1.3
> -------------------------------------------
>
>                 Key: RAMPART-76
>                 URL: https://issues.apache.org/jira/browse/RAMPART-76
>             Project: Rampart
>          Issue Type: Bug
>    Affects Versions: 1.3
>         Environment: Windows XP running apache-tomcat-6.0.14 and Axis2-1.3
>            Reporter: Jon Hanshew
>             Fix For: 1.3
>
>
> Downloaded and installed Rampart 1.3 from http://people.apache.org/~ruchithf/rampart/1_3/  as suggested by "dims".  
> Copied latest jars to C:\apache-tomcat-6.0.14\webapps\axis2\WEB-INF\lib.
> Copied rampart-1.3.mar to C:\apache-tomcat-6.0.14\webapps\axis2\WEB-INF\modules
> Started Tomcat.
> Got following error.
> [INFO] Deploying module: ping-1.3
> [ERROR] The rampart-1.3.mar module, which is not valid, caused org/apache/axis2/wsdl/codegen/extension/ModulePolicyExtension
> java.lang.NoClassDefFoundError: org/apache/axis2/wsdl/codegen/extension/ModulePolicyExtension
>         at java.lang.ClassLoader.defineClass1(Native Method)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.