If you have deploy your service inside tomcat (or an application server)
please goto axis2 page
(localhost:8080/axis2) and goto listservice page there you can be able to
see your faulty services , and if you click on it you will be able to see
the deploy time error, it will give you the full stack trace so that you can
figure out the problem.
Thanks,
Deepal
................................................................
~Future is Open~
----- Original Message -----
From: "Steve Loughran" <[EMAIL PROTECTED]>
To: "Axis-Dev" <[email protected]>
Sent: Tuesday, September 27, 2005 7:31 PM
Subject: [Axis2] Why does 0.92 upgrade make my .aar files invalid?
Upgrading to 0.92 has made all my service declaration files -including
version.aar invalid-.
1212 INFO org.apache.axis2.deployment.DeploymentEngine - adding new
module
1212 INFO org.apache.axis2.deployment.DeploymentEngine - Deploying
module : addressing
1215 INFO org.apache.axis2.deployment.DeploymentEngine - Invalid service
CVS
1220 INFO org.apache.axis2.deployment.DeploymentEngine - Invalid service
version.aar
1224 INFO org.apache.axis2.deployment.DeploymentEngine - Invalid service
system.aar
1235 INFO org.apache.axis2.deployment.DeploymentEngine - Invalid service
portal.aar
1. what has changed?
2. why are they invalid. Or to be precise, why are there no hints that
anything is wrong.
I suspect the service group update may have caused this problem, because
the docs dont hint about anything changing in how services are defined.