Bug 745452

Summary: NullPointerException in org.apache.qpid.client.AMQTopic.hashcode()
Product: Red Hat Enterprise MRG Reporter: Jiri Sedlacek <jsedlace>
Component: qpid-javaAssignee: messaging-bugs <messaging-bugs>
Status: NEW --- QA Contact: MRG Quality Engineering <mrgqe-bugs>
Severity: high Docs Contact:
Priority: high    
Version: 2.0CC: jross, oskutka
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Jiri Sedlacek 2011-10-12 12:30:41 UTC
Description of problem:

NullPointerException is thrown when hashcode() is called on org.apache.qpid.ra.admin.QpidTopic, which inherits from AMQTopic. 

How reproducible:

Topic is deployed on eap-5.1.1 by mbean with 

destinationAddress=topic.AA;{create:always,node:{type:topic}}
destinationType=topic

and then got by client from JNDI, then is called hashcode and nullpointerexception is thrown.

Comment 1 Weston M. Price 2011-10-13 12:52:14 UTC
This is a JMS client bug. As such I am changing the component.