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 "Barry Books (JIRA)" <ji...@apache.org> on 2007/12/14 23:29:43 UTC

[jira] Commented: (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:comment-tabpanel#action_12551965 ] 

Barry Books commented on RAMPART-76:
------------------------------------

In the build.xml file under webapps  axis2-codegen-1.3.jar  is excluded from the war file 

	<war destfile="dist/cchuatServices.war" webxml="webapp/WEB-INF/web.xml">
			<lib dir="lib">
				<include name="**" />
				<exclude name="**servlet**" />
				<exclude name="ant*.jar" />
				<exclude name="axis2-adb-codegen*.jar"/>
				<!--<exclude name="axis2-codegen*.jar"/>-->
				<exclude name="jibx-bind*.jar"/>
			</lib>
			<webinf dir="${temp}/WEB-INF" />
			<fileset dir="${temp}">
				<include name="**/axis2-web/**" />
			</fileset>
		</war>

commenting out the exclude fixed the problem for me

> 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.