History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: MULE-3255
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Daniel Feist
Reporter: Daniel Feist
Votes: 0
Watchers: 0
Operations

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

Inbound and response transformers configured on CXF endpoints are ignored

Created: 18/Apr/08 07:02 PM   Updated: 29/Apr/08 01:14 PM
Component/s: Transport: CXF / XFire
Affects Version/s: 2.0.0
Fix Version/s: 2.0.1

Time Tracking:
Not Specified

Labels:
User impact: High



 All   Comments   Work Log   Change History   Transitions   FishEye      Sort Order: Ascending order - Click to sort in descending order
Daniel Feist - 18/Apr/08 09:43 PM
These changesets fix some issues in the CxfNamespaceHander and add a test which now passed for the response endpoints failure.

r11607,r11607

I still need to implement a test and ensure inbound endpoint is ok.


Daniel Feist - 18/Apr/08 10:18 PM
Committed a, currently failing, test case for inbound transformers with CXF in r11608

Daniel Feist - 22/Apr/08 08:30 AM
Inbound transformers are ignored because the CXFMessageAdaptor returns an array rather than a single object.

Daniel Feist - 29/Apr/08 01:14 PM
  • MessageAdaptor now return payload rather than array when there is just one item in array.
  • Switched endpoint that transformers/filters/security is aplied on. Now inner CXF endpoint rather than outer http endpoint.

http://svn.mule.codehaus.org/changelog/mule/?cs=11657