JIRA

  • Log In Access more options
    • Online Help
    • GreenHopper Help
    • Agile Answers
    • Use Agile By Default
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What’s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Agile Access more options (Alt+g)
  • Create Issue
  • Mule
  • MULE-6247

Custom transformers are not registered on mule context

  • Agile Board
  • More Actions
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Blocker Blocker
  • Resolution: Fixed
  • Affects Version/s: 3.3 RC4
  • Fix Version/s: 3.3.0
  • Component/s: Core: Transformers
  • Labels:
    None
  • User impact:
    Medium
  • Configuration:
    Hide

    <?xml version="1.0" encoding="UTF-8"?>
    <mule xmlns="http://www.mulesoft.org/schema/mule/core"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:vm="http://www.mulesoft.org/schema/mule/vm"
    xsi:schemaLocation="
    http://www.mulesoft.org/schema/mule/core http://www.mulesoft.org/schema/mule/core/current/mule.xsd
    http://www.mulesoft.org/schema/mule/vm http://www.mulesoft.org/schema/mule/vm/current/mule-vm.xsd">

    <custom-transformer name="AtoBConverter" class="AtoBConverter"/>

    <custom-transformer name="BtoCConverter" class="BtoCConverter"/>

    <flow name="StringEchoService">
    <vm:inbound-endpoint path="testInput" exchange-pattern="request-response"/>
    <auto-transformer returnClass="C"/>
    <echo-component/>
    </flow>
    </mule>

    Show
    <?xml version="1.0" encoding="UTF-8"?> <mule xmlns="http://www.mulesoft.org/schema/mule/core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:vm="http://www.mulesoft.org/schema/mule/vm" xsi:schemaLocation=" http://www.mulesoft.org/schema/mule/core http://www.mulesoft.org/schema/mule/core/current/mule.xsd http://www.mulesoft.org/schema/mule/vm http://www.mulesoft.org/schema/mule/vm/current/mule-vm.xsd"> <custom-transformer name="AtoBConverter" class="AtoBConverter"/> <custom-transformer name="BtoCConverter" class="BtoCConverter"/> <flow name="StringEchoService"> <vm:inbound-endpoint path="testInput" exchange-pattern="request-response"/> <auto-transformer returnClass="C"/> <echo-component/> </flow> </mule>
  • Similar Issues:
    None

Description

Custom transformers defined via Spring config are not registered in the mule context.
This affects the proper resolution of composite converters as those transformers has to be manually registered in the mule context in order to be found during the graph transformer resolution.

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
  • Transitions
  • Commits
  • Source
  • Builds
Pablo Kraan made changes - 27/May/12 09:19 AM
Field Original Value New Value
Priority To be reviewed [ 6 ] Blocker [ 1 ]
Pablo Kraan made changes - 27/May/12 09:51 AM
Resolution Fixed [ 1 ]
Fix Version/s 3.3.0 [ 11110 ]
Status Open [ 1 ] Closed [ 6 ]
Pablo Kraan made changes - 27/May/12 09:51 AM
Link This issue relates to EE-2738 [ EE-2738 ]
Pablo Kraan made changes - 27/May/12 04:55 PM
Status Closed [ 6 ] Reopened [ 4 ]
Resolution Fixed [ 1 ]
Pablo Kraan made changes - 28/May/12 11:33 AM
Resolution Fixed [ 1 ]
Status Reopened [ 4 ] Closed [ 6 ]

People

  • Assignee:
    Pablo Kraan
    Reporter:
    Pablo Kraan
Vote (0)
Watch (0)

Dates

  • Created:
    27/May/12 09:17 AM
    Updated:
    28/May/12 11:33 AM
    Resolved:
    28/May/12 11:33 AM

Agile

  • View on Board
  • Atlassian JIRA (v5.0.7#734-sha1:8ad78a6)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for MuleForge. Try JIRA - bug tracking software for your team.