Re: [xstream-user] Re: configuring HibernateProxyConverter

2012-05-11 Thread Michael Teixeira
Thanks, yes, that seems to work. So basically the requirement is that two converters shouldn't run at the same priority - one should go ahead of another? Thanks for your help though, it's great, things are working. Michael On Thu, May 10, 2012 at 2:44 PM, Jörg Schaible wrote: > Jörg Schaible w

[xstream-user] Re: configuring HibernateProxyConverter

2012-05-10 Thread Jörg Schaible
Jörg Schaible wrote: > Hi Michael, > > Michael Teixeira wrote: > >> Jorg, Jaime, >> >> Thanks for your time, thanks for your responses. >> >> I did try also registering JavaBeanConverter. The result was unexpected; >> String properties weren't serialized. Just Strings were omitted, the >> ot

[xstream-user] Re: configuring HibernateProxyConverter

2012-05-10 Thread Jörg Schaible
Hi Michael, Michael Teixeira wrote: > Jorg, Jaime, > > Thanks for your time, thanks for your responses. > > I did try also registering JavaBeanConverter. The result was unexpected; > String properties weren't serialized. Just Strings were omitted, the > other types, boolean, Boolean, user def

[xstream-user] Re: configuring HibernateProxyConverter

2012-05-08 Thread Jörg Schaible
Hi Michael, Michael Teixeira wrote: > As part of going from xstream 1.3.1 to xstream 1.4.2, I'm trying to make > use of HibernateProxyConverter. > > So I've changed the xstream configuration from, in 1.3.1: > > this.xstream = new XStream(); > xstream.registerConverter(new > Jav