Issue Details (XML | Word | Printable)

Key: MULE-3554
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Dirk Olmes
Reporter: Travis Carlson
Votes: 0
Watchers: 0
Operations

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

FilteringXmlMessageSplitter does not handle W3C Documents

Created: 16/Jul/08 09:38 AM   Updated: 08/Oct/08 09:48 AM
Component/s: Modules: XML, XSLT, XPath
Affects Version/s: 2.0.1, 2.0.2
Fix Version/s: 2.0 ITR8, 2.1.1

Time Tracking:
Original Estimate: 15 minutes
Original Estimate - 15 minutes
Remaining Estimate: 0 minutes
Time Spent - 15 minutes
Time Spent: 15 minutes
Time Spent - 15 minutes

Issue Links:
Related
 

Labels:
User impact: Medium
Effort points: 0


 Description  « Hide
The FilteringXmlMessageSplitter now handles all XML message types except for org.w3c.dom.Document
See FilteringXmlMessageSplitterTestCase.testW3CDocumentPayloadXmlMessageSplitter() in mule-module-xml
Note that DOM4J Documents (org.dom4j.Document) are handled ok.

 All   Comments   Work Log   Change History   Transitions   FishEye      Sort Order: Ascending order - Click to sort in descending order
Ross Mason added a comment - 04/Sep/08 12:58 AM
TC, wasn't this updated when you fixed up the XML file type support?

Travis Carlson added a comment - 15/Sep/08 09:59 AM
No, I created this issue specifically while fixing up the XML type support because it's the one remaining test I couldn't get to work for some reason. Would be a good one for Dan D. to take a look at.

Ross Mason added a comment - 20/Sep/08 12:11 PM
ok, I have done some work on the XML splitter impl, I'll try and fix this as part of it

Ross Mason added a comment - 05/Oct/08 07:15 AM
This was a quick fix so I added it in: http://fisheye.codehaus.org/changelog/mule/?cs=12907

Dirk Olmes added a comment - 07/Oct/08 03:25 AM

Dirk Olmes added a comment - 07/Oct/08 03:32 AM
Seems like I was too fast - this is going into 2.1.1 not into 2.1.0

Dirk Olmes added a comment - 08/Oct/08 08:57 AM

Dirk Olmes added a comment - 08/Oct/08 09:47 AM
Reopen to log some work