Duncan Doyle created JBESB-3773:
-----------------------------------
Summary: MessageRedeliverer sets 'classification' instance variable
in 'process' method.
Key: JBESB-3773
URL:
https://issues.jboss.org/browse/JBESB-3773
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Rosetta
Affects Versions: 4.10 CP1, 4.10
Environment: Fedora 16, JBoss SOA-P 5.2, HornetQ Tech Previes
Reporter: Duncan Doyle
If the MessageRedeliverer class' 'process(Message message)' method receives a
message with a non-null MessageStore.CLASSIFICATION property, the 'classification'
variable is set to that value. However, the 'classification' variable is an
instance variable, not a local variable. This is not thread-safe. Solution is to define
the 'classification' variable as a local variable.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira