[
http://jira.jboss.com/jira/browse/JBESB-1252?page=all ]
Kevin Conner closed JBESB-1252.
-------------------------------
Resolution: Done
Both XML and serialised formats now defer the deserialisation of attachments, properties
and body values until accessed.
Fixed in revision 17275 as part of the work for JBESB-880.
Message Deserializer fails on attachments
-----------------------------------------
Key: JBESB-1252
URL:
http://jira.jboss.com/jira/browse/JBESB-1252
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Rosetta
Reporter: Kurt Stam
Assigned To: Kevin Conner
Fix For: 4.2.1 CP1
I got the following stack trace while running the aggregator quickstart.
10:14:52,078 WARN [MessageImpl] MessageImpl.fromXML caught unexpected exception:
java.lang.NullPointerException
at
org.jboss.internal.soa.esb.message.format.xml.AttachmentImpl.listFromXml(AttachmentImpl.java:210)
at
org.jboss.internal.soa.esb.message.format.xml.AttachmentImpl.fromXML(AttachmentImpl.java:195)
at
org.jboss.internal.soa.esb.message.format.xml.MessageImpl.fromXML(MessageImpl.java:209)
at org.jboss.soa.esb.util.Util.deserialize(Util.java:226)
at org.jboss.internal.soa.esb.couriers.helpers.JmsComposer.compose(JmsComposer.java:74)
at org.jboss.internal.soa.esb.couriers.JmsCourier.pickup(JmsCourier.java:393)
at
org.jboss.internal.soa.esb.couriers.TwoWayCourierImpl.pickup(TwoWayCourierImpl.java:223)
at
org.jboss.internal.soa.esb.couriers.TwoWayCourierImpl.pickup(TwoWayCourierImpl.java:205)
at
org.jboss.soa.esb.listeners.message.MessageAwareListener.waitForEventAndProcess(MessageAwareListener.java:269)
at
org.jboss.soa.esb.listeners.message.MessageAwareListener.doRun(MessageAwareListener.java:253)
at
org.jboss.soa.esb.listeners.lifecycle.AbstractThreadedManagedLifecycle.run(AbstractThreadedManagedLifecycle.java:115)
at java.lang.Thread.run(Thread.java:595)
10:14:52,140 ERROR [JmsComposer] Object in JMS message is not a Serializeable
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira