How to unload a service from Axis2???

2006-11-21 Thread Michael Moser
I have installed Axis2 in Geronimo. Now I am developing a service using axis2, so from time to time I have to deplpy/upload a new version of my .aar file using the Axis2 admin page. But apparently, when a service is already loaded, uploading a service with the same name "does nothing", i.e. I g

Re: How to unload a service from Axis2???

2006-11-21 Thread Michael Moser
That did the trick! Thanks! Michael "Deepal Jayasinghe" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi Michael ; In your axis2.xml there is a parameter called "hotupdate" make the value of that to true , then it will do the right thing. true Thanks Deepal

Re: WSDL2Java: generates code with compile error

2006-11-17 Thread Michael Moser
not exist ... --- I assume that should read "addHeader(env)" instead. Michael "Michael Moser" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] When running WSDL2Java I am getting two classes on which the compiler yells: ClassifiedServiceMessageRece

Re: WSDL2Java: generates code with compile error

2006-11-17 Thread Michael Moser
Sorry - I have to take my last append back - the errors still DO exist (and are also regenerated, if one deletes the code and regenerates again). I had been looking using the wrong eclipse "perspective"... Michael "Michael Moser" <[EMAIL PROTECTED]> wrote in mess

Re: WSDL2Java: generates code with compile error

2006-11-17 Thread Michael Moser
Strange - since I tried again (and to verify I tried a few more times) the code generated is now always OK. Beats me, what went wrong the first time... Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

WSDL2Java: generates code with compile error

2006-11-17 Thread Michael Moser
When running WSDL2Java I am getting two classes on which the compiler yells: ClassifiedServiceMessageReceiverInOnly.java line 296 The method getNamespaceURI() is undefined for the type OMNamespace ClassifiedServiceMessageReceiverInOut.java line 343 The method getNamespaceURI() is undefined for

Re: [Axis2] Is Axis2 1.1 working for you?

2006-11-15 Thread Michael Moser
The wsdl2java.bat does not work for me. I spiced it up with several more "echo ..." statements and all names, the paths and the command line looks fine to me, but all it ever produced so far was: "An error occured while generating codejava.lang.ClassNotFoundException: org.dailymoon.classifieds

Re: [ANN] Apache AXIOM 1.2 Released !!

2006-11-14 Thread Michael Moser
yeah - I know - but wouldn't one assume that apache's search also brings up a few pages? After all, it's an apache project - isn't it? Michael "Davanum Srinivas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] http://www.google.com/search?hl=en&q=apache+axiom&btnG=Google+Search ...

org.apache.axiom.attachments.utils.ImageIO?

2006-11-14 Thread Michael Moser
Axis2 1.0 had a utility class org.apache.axiom.attachments.utils.ImageIO - what's the suggested replacement in V1.1? Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [ANN] Apache AXIOM 1.2 Released !!

2006-11-14 Thread Michael Moser
When searching the apache website for "AXIOM" I get: Search Apache Sites no results ??!!?? Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How to force axis2 library to send out all pending requests?

2006-11-14 Thread Michael Moser
I just ran into some problem with fireAndForget(...)-requests. These obviously get buffered inside AxisEngine. Thus, if the application terminates immediately after posting the last request(s) these request get never sent. I stumbled over this, when experimenting with a command line code snippet