Hello,

i am rather new to Axis and Soap, but the first impression is great ...

But I am puzzled by the "Hot Update"-Feature. I have searched the Archiv
but the postings I found didn't solve my problem.

Here is what i tried to do:

- First I have an Webservice deployed in an Tomcat Server. It is up an
running fine.
- When I start Tomcat i can see the log messages of my service being
deployed and the log messages i have put in the constructer of my
Webservice Pojo. This is what appears in my logfile:

2007-02-09 12:36:00,780 INFO
org.apache.axis2.deployment.DeploymentEngine - Deploying module :
addressing-1.1.1
2007-02-09 12:36:00,802 INFO
org.apache.axis2.deployment.DeploymentEngine - Deploying module :
soapmonitor-1.1.1
2007-02-09 12:36:01,279 INFO
org.apache.axis2.deployment.DeploymentEngine - Deploying Web service
version.aar
2007-02-09 12:36:01,347 INFO
org.apache.axis2.deployment.DeploymentEngine - Deploying Web service
WeatherService.aar
2007-02-09 12:36:01,371 INFO
org.apache.axis2.deployment.DeploymentEngine - Deploying Web service
MobileClientDataService.aar
2007-02-09 12:36:01,401 INFO
de.evision.axis2.gueter.service.MobileClientDataService - Bin da

- Then I change something in the Code and use the Axis Web
Admin-Application to hot update the Service. Certainly i have Hot Update
enabled in axis2.xml. When i upload the new aar-File i can see the
service being undeployed and newly deployed:

2007-02-09 12:54:42,556 INFO
org.apache.axis2.deployment.DeploymentEngine - Undeploying Web service
MobileClientDataService.aar
2007-02-09 12:54:42,587 INFO
org.apache.axis2.deployment.DeploymentEngine - Deploying Web service
MobileClientDataService.aar

- But no new Instance of the Service is generated. If i access the
Service after updating, i am still getting the old behaviour.

I have to reload the whole Axis2-App to get the new behaviour.

Have i forgotten something?

Regards,

Tobias

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

Reply via email to