Does Axis2/c support UTF-8 or Unicode?

2009-06-09 Thread LeeZoil
Hi, Does Axis2/c support UTF-8 or Unicode? I met some problems when the content contain © , ® and some Russian charactor. Who knows how to resolve this problem? Thanks! Zoil _ Messenger安全保护中心,免费修复系统漏洞,保护Messenger安全!

Re: soap in client call contains gabage character -- A critical bug in guththila writer

2009-06-09 Thread Uthaiyashankar
Hi Gordon, I'll have a look. Can you create a jira and attach the patch and the test code? Regards, Shankar On Mon, Jun 8, 2009 at 11:40 PM, Gordon Browngordonw.br...@yahoo.com wrote: Can anyone in the development team please take a look at this one bug in Guththila component? At least the

RE : soap in client call contains gabage character -- A critical bug in guththila writer

2009-06-09 Thread Lefrancois, Carl
Frank Zhou create JIRA AXIS2C-1375 for this already HTH -Message d'origine- De : uthaiyashan...@gmail.com [mailto:uthaiyashan...@gmail.com] De la part de Uthaiyashankar Envoyé : 9 juin 2009 10:34 À : Apache AXIS C User List Cc : axis-c-...@ws.apache.org Objet : Re: soap in client call

Re: soap in client call contains gabage character -- A critical bug in guththila writer

2009-06-09 Thread Gordon Brown
Hi Shankar, Thanks much for paying attention to this. My colleague Frank Zhou has already filed a jila report with the input data and testing code. It also contains the suggested fix. The jila bug is AXIS2C-1375. We believe this is a blocker, as the soap message in pure English and it is

RE: nightly build failing? (trying to solve some memory leaks)

2009-06-09 Thread Haszlakiewicz, Eric
-Original Message- From: Supun Kamburugamuva [mailto:supu...@gmail.com] Sent: Wednesday, June 03, 2009 11:04 PM To: Apache AXIS C User List Subject: Re: nightly build failing? (trying to solve some memory leaks) Hi Eric, You need to go inside modules/tool/axis2-aar-maven-plugin,

RE: nightly build failing? (trying to solve some memory leaks)

2009-06-09 Thread Haszlakiewicz, Eric
-Original Message- From: uthaiyashan...@gmail.com On Wed, Jun 3, 2009 at 9:09 PM, Haszlakiewicz, Eric ehas...@transunion.com wrote: I'm trying to track down some memory leaks I'm seeing (just a axis2_stub_create_foo() immediately followed by axis2_stub_free() leaks memory), Can

core dumps in axis2_raw_xml_in_out_msg_recv_invoke_business_logic_sync()

2009-06-09 Thread Haszlakiewicz, Eric
I'm running axis as a module in Apache httpd 2.2.9, running in pre-fork mode. Occasionally, when I start up the server, the first request sent causes the httpd process to crash. Has anyone seen anything like this before? I don't have much time to debug this right now, but here's some possibly

Re: core dumps in axis2_raw_xml_in_out_msg_recv_invoke_business_logic_sync()

2009-06-09 Thread Manjula Peiris
Hi Eric, What is the Axis2/C version are you using? And is your service storing and accessing any data between requests? Thanks, -Manjula. On Tue, 2009-06-09 at 13:32 -0500, Haszlakiewicz, Eric wrote: I'm running axis as a module in Apache httpd 2.2.9, running in pre-fork mode. Occasionally,

Re : Re : Re : Re : ClassCastException when enabling MTOM

2009-06-09 Thread Julien HENRY
Hi Andreas, I've started to look at the source code but unfortunatly, Axis2 code is tighly dependent on OMStAXWrapper especially in ConverterUtil.java. I will try to checkout Axiom code and see if there is a way to avoid that. Also,

Re: Re : Re : Re : Re : ClassCastException when enabling MTOM

2009-06-09 Thread Andreas Veithen
On Tue, Jun 9, 2009 at 09:04, Julien HENRYhenr...@yahoo.fr wrote: Hi Andreas, I've started to look at the source code but unfortunatly, Axis2 code is tighly dependent on OMStAXWrapper especially in ConverterUtil.java. I will try to checkout Axiom code and see if there is a way to avoid that.

Re: [IDE:deployment error]

2009-06-09 Thread Chinmoy Chakraborty
I realised you are trying to deploy your service programatically...if so, try to deploy in the directory format...don't make aar just provide the directory path where your class and sercices.xml files are present..it should work.. Chinmoy On Tue, Jun 9, 2009 at 11:31 AM, Vaibhav Arya

Cannot deploy Axis2 on Resin

2009-06-09 Thread Claire Loto
Hi, I am using Resin and was attempting to deploy axis2 to it. However, when I dropped the axis2.rar in resin/webapps directory and tried to start the server using start.bat, I got the below error: [15:47:41.656] WebApp[http://localhost:90/axis] starting [15:47:42.812]

Re: Storage of intercepted parameters in a MySql Data Base

2009-06-09 Thread maalej
Hi all i have sent 3 days ago the below mail, but i didn't receive up to now any response neither idea. as regards Data Base's information storage, it just has been resolved, however i didn't until now find any solution for making client side handler. i wait impatiently for any helpful

[ANNOUNCE] Axis2 1.5

2009-06-09 Thread Glen Daniels
Hi all: The Apache Axis2 team is pleased to announce the release of Axis2 version 1.5. Major Changes Since 1.4.1: - Refactored, pluggable transports (separate jars, with deployer) - Clustering improvements (works with EC2) - Over 100 JIRA issues resolved You can find the new version at the

Re: addAnonymousOperations() in Stubs ?

2009-06-09 Thread linaservice
pierre betz wrote: Hi everyone, I'm using wsdl2java to create some web services. The creation of the stubs and skeletons was working with axis2 1.3, but I had some problems, like some OMElements/Objects[].. So I tried to use the axis2 1.4 nightly built, but I have another problem.

Re: addAnonymousOperations() in Stubs ?

2009-06-09 Thread ibrahim demir
Just delete or comment out that line. It has no side-effect. Everything works fine without it. Yours Ibrahim DEMIR CyberSoft Yazilim Muh. http://www.ibrahimdemir.org From: linaservice sunziheng198...@163.com To: