This is way Off Topic. I have an object that implements Serializable in order to be sent to JMS Queue destination. This object contains org.w3c.dom.Document as private member and creates a new DOM document in it's constructor. It also has other methods to access document.createElement(...), createTextNode(...) etc.
Now, I am getting an error "MQJMS1060: Unable to serialize object". I found out that this is because Document is not Serializable inside the message object. Can anyone tell me if there is an implementation of org.w3c.dom.Document that is Serializable? OR is this the wrong design and I should just build another type of JMS message? Any direction to solve this problem or better design will be helpful. ---------- Reddy Pingili --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]