[
https://issues.apache.org/jira/browse/ARTEMIS-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16467391#comment-16467391
]
Martyn Taylor commented on ARTEMIS-1780:
----------------------------------------
It took me a while to hunt down the relevant commit for this JIRA.
[~clebertsuconic] I am looking at your closes commit:
6ec375bdbe91efefe1d397632d9b75ce1005848c
Can you confirm that this commit refers to this JIRA. As the original commit
was not merged, not commit message is present and closes commit doesn';t
reference any JIRA.
> AMQP: NPE when dispatching ObjectMessage that was handled as a Large Message
> ----------------------------------------------------------------------------
>
> Key: ARTEMIS-1780
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1780
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: AMQP
> Affects Versions: 2.5.0
> Reporter: Timothy Bish
> Assignee: Timothy Bish
> Priority: Major
> Fix For: 2.5.1
>
>
> When JMS ObjectMessage is sent which end up being treated as a large message
> and is converted to / from Core the dispatch of the message throws an NPE
> seemingly because the ServerJMSObjectMessage and converter code is calling
> the wrong method to get the underlying buffer. The other message types go
> through a getDataBuffer method while the ObjectMessage handler code uses a
> getBodyBuffer that doesn't account for the case of the message being "Large"
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)