I'm at home now, so no checking for me.  Thank God.

Am I sure? As sure as I can be. Previously the aar had "com" at the root. I moved the entire com tree to WEB-INF/classes/... as per your suggestion. I ASSume WEB-INF should be at the root of the aar...

Using the latest and greatest Axis2 and Jetspeed.

On Sep 25, 2009, at 6:08 PM, robert lazarski wrote:

On Fri, Sep 25, 2009 at 6:30 PM, ANTHONY ENNIS <tony.en...@insightbb.com > wrote:
I moved my classes under WEB-INF/classes and the application no longer deploys. I get

org.apache.axis2.deployment.DeploymentException: Processing Operations Modules with an error of The following error occurred during schema generation: java.lang.ClassNotFoundException: Class Not found : com.company.snapshot.webservice.MyWebService


Are you 100% sure that class
"com.company.snapshot.webservice.MyWebService" is under
WEB-INF/classes ? Try logging this in your class to make sure - make
it static and reference it if need be so that its loaded and logs:

this.getClass().getProtectionDomain().getCodeSource().getLocation());

You could try putting _only_ your MyWebService class in the aar,
though that shouldn't be needed.

What version of axis2 and servlet container are you using ?

- R

Reply via email to