Issue Details (XML | Word | Printable)

Key: MULE-3800
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Ross Mason
Reporter: Ross Mason
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Mule

The DefaultMuleMessage constructor that accepts a single Object argument will wrap a MessageAdapter inside another if a MuleMessage is passed it

Created: 08/Oct/08 03:32 AM   Updated: 09/Oct/08 03:37 PM
Component/s: Core: API
Affects Version/s: 2.1.0
Fix Version/s: 2.1.1

Time Tracking:
Not Specified

Labels:
User impact: Medium


 Description  « Hide
In most coses we call the correct constructor in Mule so this problem hasn't popped up on the radar, however, in the AstractService for 2.0.1 it is called incorrectly: http://fisheye.codehaus.org/browse/mule/branches/mule-2.x/core/src/main/java/org/mule/service/AbstractService.java?r=12151#l901

This is an easy mistake to make so I think we need to tighten up the DefaultMuleMessage constructor to not allow this to happen.



 All   Comments   Work Log   Change History   Transitions   FishEye      Sort Order: Ascending order - Click to sort in descending order
Daniel Feist added a comment - 09/Oct/08 03:37 PM