RE: java.lang.OutOfMemoryError in the client

2004-09-07 Thread Janarthanan Poornavel
Sandeep, Do you have any objects ,with circular references which are getting serialized and deserialized And regarding the recovery,is more because of the jvm (u might be using 1.4) I suppose Regards, Jana http://www.orangescape.com -Original Message- From: sandeep arshanapal

RE: Newbie: Using Axis for serializing/deserializing only

2004-09-04 Thread Janarthanan Poornavel
The Encoding and Decoding module(axis conventions ,I suppose) is not independent enough to be used as standalone piece. If you could see there is one class called SerilializationContextImpl which does the ground job of s*zng and des*zng the objects, which should definitely suit the position of bei

RE: Newbie: Using Axis for serializing/deserializing only

2004-08-24 Thread Janarthanan Poornavel
Hi Google and look for skaringa.net ,its quite simple and effective Regards, jana -Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 24, 2004 9:01 PM To: [EMAIL PROTECTED] Subject: Newbie: Using Axis for serializing/deserializing only Hello! I won

RE: interface typemapping

2004-08-24 Thread Janarthanan Poornavel
Hi all, Well first is not the case, I have done the type mapping part through and not through the client-config.wsdd. i don't see the necessity to Write custom serializers, because the bean-serializers when registered with Types it doesn't seem to throw any problems, but only upon calling

interface typemapping

2004-08-24 Thread Janarthanan Poornavel
Hi people, I have this situation, where when I try to send a soapmessage ,with data objects added in the message body, it results in {http://xml.apache.org/axis/}stackTrace: java.io.IOException: No serializer found for class a.b.c Would there be any suggestion about how to say implem