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

Key: MULE-3172
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Daniel Feist
Reporter: Travis Carlson
Votes: 0
Watchers: 0
Operations

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

Unable to declare an in-line transformer on an inbound endpoint

Created: 28/Mar/08 12:16 AM   Updated: 22/Apr/08 10:17 AM
Component/s: Core: Configuration
Affects Version/s: 2.0.0-RC3
Fix Version/s: 2.0.1

Time Tracking:
Not Specified

Issue Links:
Related
 

Labels:
User impact: Medium


 Description  « Hide
The following configuration is not currently possible for 2.0 without having previously declared the transformer and referencing it:

<file:inbound-endpoint>
<file:file-to-byte-array-transformer/>
</file:inbound-endpoint>



 All   Comments   Work Log   Change History   Transitions   FishEye      Sort Order: Ascending order - Click to sort in descending order
Daniel Feist - 21/Apr/08 11:51 PM
This is not a schema issue but is rather caused because the wrong type of DefinitionParser is being used for many transformers in their respective NamespaceHandler's.

TransformerDefinitionParser should be used not OrphanDefintionBuilder



Daniel Feist - 22/Apr/08 10:17 AM