Hi Tezcan,

 

I copied axis2-codegen-1.3.jar to WEB-INF/lib and now it works.

 

There is a bug in the axis2-1.3\webapp\build.xml file I used to create 
axis2.war file. The "create.war" target excludes "axis2-codegen*.jar" file:

 

      <target depends="init,prepare.repo" name="create.war">

            <war destfile="dist/axis2.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>

            <delete dir="${temp}" />

      </target>

 

Thank you very much for help.

 

Victor

 

   _____  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 02, 2008 3:32 AM
To: axis-user@ws.apache.org
Subject: AW: {AXIS2] Rampart 1.3.mar throws error with Axis2 1.3

 

Hi Victor

Is axis2-codegen-1.3.jar is in the class path?

In my case I have it under WEB-INF/lib with rest of the axis2 jars.

One other thing I had this error but I was using axis2 v1.3 with rampart v1.1 
so I replaced rampart with v1.3 and the error is now resolved.

Also the error is not there whe I try out samples with rampart v1.4 and axis2 
v1.4 (both RC) 

 

Hope it helps?

 

cheers

Tezcan

-----Ursprüngliche Nachricht-----
Von: Victor Solakhian [mailto:[EMAIL PROTECTED] 
Gesendet: Mittwoch, 30. April 2008 18:13
An: axis-user@ws.apache.org
Betreff: {AXIS2] Rampart 1.3.mar throws error with Axis2 1.3

When I start Tomcat with Axis2 1.3 (includes Rampant 1.3) I get the following 
error:

 

[ERROR] The rampart-1.3.mar module, which is not valid, caused 
org/apache/axis2/wsdl/codegen/extension/ModulePolicyExten

sion

java.lang.NoClassDefFoundError: 
org/apache/axis2/wsdl/codegen/extension/ModulePolicyExtension

 

I found many references on the web and in this mailing list about this error 
and one of them is

 

HYPERLINK 
"https://issues.apache.org/jira/browse/RAMPART-76?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522580"https://issues.apache.org/jira/browse/RAMPART-76?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522580

 

assuring that this bug is RESOLVED.

 

I downloaded Axis2 1.3 a week ago and this bug is still there. Question: where 
can I get the fixed version?

 

Thanks,

 

Victor

 

 

No virus found in this outgoing message.
Checked by AVG.
Version: 7.5.524 / Virus Database: 269.23.6/1407 - Release Date: 4/30/2008 
11:35 AM


No virus found in this incoming message.
Checked by AVG.
Version: 7.5.524 / Virus Database: 269.23.7/1411 - Release Date: 5/2/2008 8:02 
AM



No virus found in this outgoing message.
Checked by AVG. 
Version: 7.5.524 / Virus Database: 269.23.7/1411 - Release Date: 5/2/2008 8:02 
AM
 

Reply via email to