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:

<settings
    lazyLoadingEnabled="false"
    enhancementEnabled="false"
    [ whatever else your config needs ]
/>
   
If that doesn't fix the problem, please post the full exception so we have more details.

Cheers,
Chris

-----Original Message-----
From: Javier Leyba [mailto:[EMAIL PROTECTED]]
Sent: Mon 9/4/2006 6:32 AM
To: user-java@ibatis.apache.org
Subject: List and Axis

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 results ?

Thanks in advance


--
Javier Leyba
Barcelona - Spain
http://blog.leyba.com.ar

Reply via email to