RE: JMS and MDB (James Law vacation)

2002-07-24 Thread Jon Skeet
> I'm on vacation until July 31. Doh - apologies for approving this post... will look more closely next time :) Sorry folks... Jon -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: JMS and MDB (James Law vacation)

2002-07-24 Thread James Law
I'm on vacation until July 31. -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: JMS and MDB

2002-07-24 Thread Torben Bruun
Hi, Yes I'm using the method you mention. I'm using log4j 1.2.5 br Torben Bruun ___ Denne mail er sendt via Mail på Opasia. Få en gratis freemail mailboks på http://mail.opasia.dk Følg med i de danske nyhedsgrupper på http://nyhedsgrupper

Re: JMS and MDB

2002-07-23 Thread torben . bruun
Hi, Well my hope/idea was that I could log any kind of Object (that was serializable) and then I could deside at JMS receiver side what to do with the logged object. Write it to DB or something else determined by the object/class type. But this doesn't seem to be possible. It looks like it wou

Re: JMS and MDB

2002-07-23 Thread Ceki Gülcü
The reason for this exception is because log4j transforms the message object into String before serialization, i.e. transmission on the wire. This precautionary step avoids the serialization of potentially very large message objects. Moreover, the advantage of serializing message objects remains