Java Marshalling Service

Hi,

When I create a java marshallin in class exactly as described in “Messaging Programmer’s Guide”, when message from Broker is received and passed to marshalling the following error is thrown:

[2]2007-09-25 08:21:59 CEST [ISC.0076.0007W] XMLCoder decode invalid data type: com.webMethods.jms.impl.WmMapMessageImplswapRows();
writeTDnowrap(“row-l”);[1]2007-09-25 08:21:59 CEST [ISC.0076.0007W] XMLCoder decode invalid data type: com.webMethods.jms.impl.WmTopicImpl

Do you have any idea how to solve it?

Bart

Ok, I found the reason for error, it was savePipelineToFile which was causing it, but still message is not marshalled.