Hi folks,

I have been working on a POJO-based application to be run under Axis2.  (I
am currently using release 1.4.)

I have encountered the following problem:  I compile the service using Ant
to an .aar and deploy it (using code modified from the sample
WeatherSpringService).  I am using a vanilla service.xml file and letting
Axis2 do its magic and generate the WSDL.  This all works fine.  But then I
changed the name of one of the methods and added some others.  When I
redeploy the service Axis2 listServices still lists the old method name and
none of the new methods are shown.  When I look at the WSDL it is correct
for the old service.
Have you turn on the hot update flag. if you have not then your changes will not be applied until you restart the system.
I have confirmed that the new .aar has been deployed correctly, shut down
and restarted Tomcat, (tried other variations like shutting down Tomcat,
deleting the .aar, starting up Tomcat, then redeploying the .aar), shut down
and restarted Apache, and cleared the browser caches.  None of this has
helped.  Shutting down Tomcat, deleting the Axis2 service, and reinstalling
the .war fixes this.
hmm, please create a JIRA and attached two versions of your services aar file. Then I will looking to that and get back tou you soon.

Thank you!
Deepal


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to