RE : early env cleanup in asynchronous mode

2008-10-27 Thread Lefrancois, Carl
Thanks for your reply, Supun I am hesitant to raise a Jira right away for two reasons: my version of Axis2/C is a few months old and I believe this behaviour may be right, and it is me who is calling the wrong function. Are we sure there is a bug here? Has anyone on the list made a client

Crash on axiom_document_build_all of axis2.xml

2008-10-27 Thread Lefrancois, Carl
Hello all, Since updating to the latest SVN revision of Axis2/C this morning my application crashes on the call to stub_create() Further tracing reveals that this function call eventually crashes while parsing the Axis2.xml file. The only change in my Axis2.xml file is the following line:

Re: Crash on axiom_document_build_all of axis2.xml

2008-10-27 Thread Lefrancois, Carl
minor update: after enabling LibXml2 there is no crash during stub creation. I have no idea why it crashes when guththila is left enabled. _ Ce message est confidentiel, a l'usage exclusif du destinataire ci-dessus et son contenu ne represente en aucun cas un engagement de la part de

RE : RE : early env cleanup in asynchronous mode

2008-10-27 Thread Lefrancois, Carl
I am (now) using the latest SVN version of Axis2/C. Unfortunately my workstation is not equipped with a profiling tool. Maybe I can try a trial version of BoundsChecker or some similar windows tool. Does anyone have an idea how I can delay the unloading of my DLL until my code finishes

Re: AXIS2/Java ICU BCEL Build Error

2008-10-27 Thread Samisa Abeysinghe
You are on the wrong list, you should be asking the Java list. Samisa... David Taylor (Lowell) wrote: I am trying to build AXIS2/Java version 1.4.1 but I am getting a build failure from the BCEL JarAnalyzer on the ICU 2.6.1 JAR file. I'd appreciate any suggestions on how to work past this.

Re: RE : RE : early env cleanup in asynchronous mode

2008-10-27 Thread Supun Kamburugamuva
Your service DLL gets unloaded only when you free the axis2_svc_client_t Supun. On Tue, Oct 28, 2008 at 1:59 AM, Lefrancois, Carl [EMAIL PROTECTED] wrote: I am (now) using the latest SVN version of Axis2/C. Unfortunately my workstation is not equipped with a profiling tool. Maybe I can

Re: Crash on axiom_document_build_all of axis2.xml

2008-10-27 Thread Supun Kamburugamuva
Hi Carl, This is a little strange and an unexpected error. I have being using Guththila with settings like that. But it never crashed. May be there is a DLL conflict or some error like that. Supun. On Tue, Oct 28, 2008 at 1:50 AM, Lefrancois, Carl [EMAIL PROTECTED] wrote: minor update: