RE : Axis2/C 1.6.0 RC1

2009-03-05 Thread Lefrancois, Carl
+1 But Dinesh you did not specify the alternative. However good point that the sources don't go into deploy directory. -Message d'origine- De : Supun Kamburugamuva [mailto:supu...@gmail.com] Envoyé : jeudi, mars 5, 2009 00:16 À : Apache AXIS C Developers List Objet : Re: Axis2/C 1.6.0

RE : RE : Multi-threading

2008-12-16 Thread Lefrancois, Carl
Hello Patrick, But if I signal the main thread from the callback, to free the resources, the callback might be switched out directly after this signal, and the main thread might free the resources before the callback ended and the axis framework used them. Yes, this is a pretty serious

RE : client runtime error

2008-12-04 Thread Lefrancois, Carl
don't forget to escape the slashes in you input it may not like /x... ? -Message d'origine- De : ss ak [mailto:[EMAIL PROTECTED] Envoyé : jeudi, décembre 4, 2008 12:16 À : Apache AXIS C Developers List Objet : Re: client runtime error its a runtime... error pops up...and tha

Discussion: adding support for Polymorphism in ADB C code generator

2008-05-30 Thread Lefrancois, Carl
Now, these global functions would know all the types, and would be able to call the appropriate *_impl functions for them. For serialization to work, we need to store the type name in every structure, per Carl's suggestion. For deserialization to work, we would need to check the type name

RE : Axis2C suggestions

2008-02-27 Thread Lefrancois, Carl
Hi Senaka, group, I am getting very little progress getting visual studio 6 debugging to work. The workspace and projects are created, and the built DLLs support my client application correctly. Debugging still steps into the wrong lines of the DLLs. On my workstation, TortoiseSVN gives the