Re: AW: Sending POJOs on Message Queues?

2010-09-06 Thread Glen Mazza
Thanks, Christian. It turned out I do need to have the JAXB objects implement the Serializable marker interface (like here[1], but I didn't need toString() as it suggests) if I'm going to be sending them or reading them from a jms queue. But I don't need Serializable if I'm using the "direct"

AW: Sending POJOs on Message Queues?

2010-09-06 Thread Schneider Christian
Hi Glen, if you use jaxb then your classes do not have to implement Serializable. Instead they of course need to be serializeable by jaxb. Btw. if you want to call a webservice with the jaxb object (Seems so as you add the soap by using xslt) then you should take a look at the camel soap dataf