You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Norman Maurer (JIRA)" <ji...@apache.org> on 2010/11/15 14:05:24 UTC

[jira] Updated: (AMQ-3037) ActiveMQMapMessage.getInt(..) does throw an Exception when try to access Long

     [ https://issues.apache.org/activemq/browse/AMQ-3037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Maurer updated AMQ-3037:
-------------------------------

    Description: 
When use a ActiveMQMapMessage.setLong("key", 200) and then use ActiveMQMapMessage.getInt("key") it will throw an Exception.

Exceptions is;
javax.jms.MessageFormatException:  cannot read an int from java.lang.Long
	at org.apache.activemq.command.ActiveMQMapMessage.getInt(ActiveMQMapMessage.java:320)


  was:When use a ActiveMQMapMessage.setLong("key", 200) and then use ActiveMQMapMessage.getInt("key") it will throw an Exception 

        Summary: ActiveMQMapMessage.getInt(..) does throw an Exception when try to access Long  (was: ActiveMQMapMessage.getInt(..) does work with Long values)

> ActiveMQMapMessage.getInt(..) does throw an Exception when try to access Long
> -----------------------------------------------------------------------------
>
>                 Key: AMQ-3037
>                 URL: https://issues.apache.org/activemq/browse/AMQ-3037
>             Project: ActiveMQ
>          Issue Type: Bug
>         Environment: Current trunk
>            Reporter: Norman Maurer
>         Attachments: AMQ-3037.diff
>
>
> When use a ActiveMQMapMessage.setLong("key", 200) and then use ActiveMQMapMessage.getInt("key") it will throw an Exception.
> Exceptions is;
> javax.jms.MessageFormatException:  cannot read an int from java.lang.Long
> 	at org.apache.activemq.command.ActiveMQMapMessage.getInt(ActiveMQMapMessage.java:320)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.