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-5044

A dynamic endpoints contaioning a template does not work as a target of a FilteringOutboundRouter

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

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Blocker Blocker
  • Resolution: Fixed
  • Affects Version/s: 3.0.0-RC2
  • Fix Version/s: 3.0.0-RC3
  • Component/s: Core: Routing / Filters
  • Labels:
    • 30ce_blck
  • User impact:
    High
  • Similar Issues:
    None

Description

http://forums.mulesoft.org/thread.jspa?threadID=3910&tstart=0

Here is my outbound endpoint configuration looks:

<outbound>
<filtering-router>
<outbound-endpoint address="http://xxxx:8080#[header:http.request]"
transformer-refs="xxxx"
exchange-pattern="request-response"/>
<custom-filter name="ServiceGroupRoutingFilter" class="com.xxxx">
<spring:property name="service" value="xxx"/>
</custom-filter>
</filtering-router>
</outbound>

Here is the exception stacktrace
********************************************************************************
Message : Failed to route event via endpoint: org.mule.routing.outbound.FilteringOutboundRouter@2f54. Message payload is of type: String
Code : MULE_ERROR-39999
--------------------------------------------------------------------------------
Exception stack is:
1. null (java.lang.NullPointerException)
org.mule.routing.outbound.FilteringOutboundRouter:176 (null)
2. Failed to route event via endpoint: org.mule.routing.outbound.FilteringOutboundRouter@2f54. Message payload is of type: String (org.mule.api.routing.RoutingException)
org.mule.routing.outbound.AbstractOutboundRouter:109 (http://www.mulesource.org/docs/site/current2/apidocs/org/mule/api/routing/RoutingException.html)
--------------------------------------------------------------------------------
Root Exception stack trace:
java.lang.NullPointerException
at org.mule.routing.outbound.FilteringOutboundRouter.getRoute(FilteringOutboundRouter.java:176)
at org.mule.routing.outbound.FilteringOutboundRouter.route(FilteringOutboundRouter.java:76)
at org.mule.routing.outbound.AbstractOutboundRouter$1.doInTransaction(AbstractOutboundRouter.java:96)

Activity

  • All
  • Comments
  • Work Log
  • History
  • Activity
  • Transitions
  • Commits
  • Source
  • Builds
Transition Time In Source Status Execution Times Last Executer Last Execution Date
Open Open Closed Closed
3d 6h 5m 1 Mike Schilling 05/Sep/10 12:26 AM

People

  • Assignee:
    Mike Schilling
    Reporter:
    Mike Schilling
Vote (1)
Watch (1)

Dates

  • Created:
    01/Sep/10 06:21 PM
    Updated:
    07/Sep/10 03:13 PM
    Resolved:
    05/Sep/10 12:26 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.