1. Seems to be using the latest. I have a separate pom for the webapp
using this:
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-webapp</artifactId>
<version>1.5.1</version>
<type>war</type>
</dependency>
2. It’s packaged in the aar by the plugin and it’s not complaining about
not finding the file.
From: ceri tandogan [mailto:[email protected]]
Sent: Tuesday, May 18, 2010 12:03 PM
To: [email protected]
Subject: Re: Weird problem
Hello,
Which application server or servlet container are you using?
1)try to update wsdl.jar of app server common lib directory
2)Check if schemaorg_apache_xmlbeans.system.* is in your classpath.
CT