[jboss-jira] [JBoss JIRA] Closed: (JBMESSAGING-278) JMSXDeliveryCount support
Ovidiu Feodorov (JIRA)
jira-events at jboss.com
Tue Sep 19 14:56:58 EDT 2006
[ http://jira.jboss.com/jira/browse/JBMESSAGING-278?page=all ]
Ovidiu Feodorov closed JBMESSAGING-278.
---------------------------------------
> JMSXDeliveryCount support
> -------------------------
>
> Key: JBMESSAGING-278
> URL: http://jira.jboss.com/jira/browse/JBMESSAGING-278
> Project: JBoss Messaging
> Issue Type: Task
> Components: JMS Facade
> Reporter: Ovidiu Feodorov
> Assigned To: Alex Fu
> Fix For: 1.0.0
>
>
> While running TCK, tests fail because the current TCK version doesn't handle well JMSXDeliveryCount. The temporary solution is to disable Messaging support for it (JBossMessage.gettPropertyNames() just doesn't return it anymore).
> This happens because TCK thinks all properties returned by Message.getPropertyNames() as String properties, tries to getStringProperty("JMSXDeliveryCount"), gets null because the correct way to retrieve JMSXDeliveryCount is getIntProperty() and dies with NullPointerException.
--
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
More information about the jboss-jira
mailing list