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
Hide
Permalink
Pablo Kraan added a comment - 27/May/12 09:51 AM

Fix 3.3.x
http://fisheye.codehaus.org/changelog/mule/?cs=24418

Fix 3.x
http://fisheye.codehaus.org/changelog/mule/?cs=24419

Show
Pablo Kraan added a comment - 27/May/12 09:51 AM Fix 3.3.x http://fisheye.codehaus.org/changelog/mule/?cs=24418 Fix 3.x http://fisheye.codehaus.org/changelog/mule/?cs=24419
Hide
Permalink
Pablo Kraan added a comment - 27/May/12 04:57 PM

Rollback 3.3.x:
http://fisheye.codehaus.org/changelog/mule/?cs=24420

Rollback 3.x
http://fisheye.codehaus.org/changelog/mule/?cs=24421

Show
Pablo Kraan added a comment - 27/May/12 04:57 PM Rollback 3.3.x: http://fisheye.codehaus.org/changelog/mule/?cs=24420 Rollback 3.x http://fisheye.codehaus.org/changelog/mule/?cs=24421
Hide
Permalink
Pablo Kraan added a comment - 28/May/12 11:33 AM

Fix 3.3.x
http://fisheye.codehaus.org/changelog/mule/?cs=24423

Fix 3.x
http://fisheye.codehaus.org/changelog/mule/?cs=24428

Show
Pablo Kraan added a comment - 28/May/12 11:33 AM Fix 3.3.x http://fisheye.codehaus.org/changelog/mule/?cs=24423 Fix 3.x http://fisheye.codehaus.org/changelog/mule/?cs=24428

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.