Re: List and Axis

2006-09-05 Thread Chris Lamey
On Tue, 2006-09-05 at 09:11 +0200, Javier Leyba wrote: > org.apache.axis.encoding.ser.ArrayDeserializer$ArrayListExtension to > bean field 'notificationDescription', type [Ljava.lang.Object; > - Exception: > java.lang.ArrayStoreException >From the J2SE Javadoc for ArrayStoreException: Thrown to

Re: List and Axis

2006-09-05 Thread Javier Leyba
On 9/4/06, Chris Lamey <[EMAIL PROTECTED]> wrote: You probably need to disable GCLIB and Lazy Loading in the sqlmap config if you want to use the model object directly in any kind of de/serialization. Something like: If that doesn't fix the problem, please post the full exception so we ha

RE: List and Axis

2006-09-04 Thread Chris Lamey
Title: RE: List and Axis You probably need to disable GCLIB and Lazy Loading in the sqlmap config if you want to use the model object directly in any kind of de/serialization.  Something like:     lazyLoadingEnabled="false"     enhancementEnabled="false"     [ whate

Re: List and Axis

2006-09-04 Thread Clinton Begin
If you turn off lazy loading in iBATIS, the problem may go away...Cheers,ClintonOn 9/4/06, Javier Leyba < [EMAIL PROTECTED]> wrote:HiI´m using iBatis to fill my beans with data and those beans are part of an Axis web service.Everything is ok except that Axis has problems with Listserialization/dese

List and Axis

2006-09-04 Thread Javier Leyba
Hi I´m using iBatis to fill my beans with data and those beans are part of an Axis web service. Everything is ok except that Axis has problems with List serialization/deserialization. Is there a way to use Axis with this kind of data or an alternative way to avoid the use of List with iBatis re