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

<all> router incorrectly calls a jax-ws endpoint

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

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Cannot Reproduce
  • Affects Version/s: 3.2.0
  • Fix Version/s: 3.2.3 (EE only), 3.3.0
  • Component/s: Core: Routing / Filters, Modules: CXF
  • Labels:
    None
  • Environment:

    Eclipse IDE

  • User impact:
    Medium
  • Migration Impact:
    This used to work in 3.1.2
  • Similar Issues:
    None

Description

When using
<all>
...
<http:outbound-endpoint address="http://localhost:8081/united" exchange-pattern="request-response" >
<cxf:jaxws-client serviceClass="com.mulesoft.ticketing.TicketPriceService" operation="getPrice" />
</http:outbound-endpoint>

...
</all>

The service is called incorrectly and has XML errors in the SOAP envelope. However when you use a VM endpoint to call a flow with the exact same http:outbound-endpoint it works just fine

so the example would be

<all>
...
<vm:outbound-endpoint path="FrontierRequest" exchange-pattern="request-response" />

...
</all>

<flow name="xyzflow">
<vm:inbound-endpoint path="FrontierRequest" exchange-pattern="request-response" />
<http:outbound-endpoint address="http://localhost:8081/united" exchange-pattern="request-response" >
<cxf:jaxws-client serviceClass="com.mulesoft.ticketing.TicketPriceService" operation="getPrice" />
</http:outbound-endpoint>
</flow>

<flow name="unitedFlow">
<http:inbound-endpoint exchange-pattern="request-response"
address="http://localhost:8081/united" >
<cxf:jaxws-service serviceClass="com.mulesoft.ticketing.TicketPriceService" />
</http:inbound-endpoint>
<component class="com.mulesoft.ticketing.TicketPriceServiceImpl"></component>
<response>
<append-string-transformer message=" United"/>
</response>
</flow>

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
  • Transitions
  • Commits
  • Source
  • Builds
Hide
Permalink
Mike Schilling added a comment - 03/Nov/11 11:00 AM

Please construct a test case and attach it to the bug.

Show
Mike Schilling added a comment - 03/Nov/11 11:00 AM Please construct a test case and attach it to the bug.
Mike Schilling made changes - 03/Nov/11 11:01 AM
Field Original Value New Value
Priority To be reviewed [ 6 ] Critical [ 2 ]
Hide
Permalink
Daniel Feist added a comment - 30/Nov/11 12:30 PM

Any chance you can attach a test case Jameson?

Show
Daniel Feist added a comment - 30/Nov/11 12:30 PM Any chance you can attach a test case Jameson?
Daniel Feist made changes - 19/Jan/12 10:57 AM
Status Open [ 1 ] Pending 3rd-Party [ 10000 ]
Daniel Feist made changes - 02/Feb/12 07:11 AM
Assignee Evangelina Martinez Ruiz Moreno [ evangelinamrm ]
Evangelina Martinez Ruiz Moreno made changes - 28/Jun/12 02:22 PM
Priority Critical [ 2 ] Major [ 3 ]
Evangelina Martinez Ruiz Moreno made changes - 06/Jul/12 08:54 PM
Status Pending 3rd-Party [ 10000 ] Open [ 1 ]
Hide
Permalink
Evangelina Martinez Ruiz Moreno added a comment - 06/Jul/12 09:00 PM

Cannot reproduce in Mule 3.2.3 or 3.3.0. Please reopen and attach a test case if the problem persists.

Show
Evangelina Martinez Ruiz Moreno added a comment - 06/Jul/12 09:00 PM Cannot reproduce in Mule 3.2.3 or 3.3.0. Please reopen and attach a test case if the problem persists.
Evangelina Martinez Ruiz Moreno made changes - 06/Jul/12 09:00 PM
Resolution Cannot Reproduce [ 5 ]
Fix Version/s 3.3.0 [ 11110 ]
Fix Version/s 3.2.3 (EE only) [ 11130 ]
Status Open [ 1 ] Closed [ 6 ]
Transition Time In Source Status Execution Times Last Executer Last Execution Date
Open Open Pending 3rd-Party Pending 3rd-Party
83d 22h 53m 1 Daniel Feist 19/Jan/12 10:57 AM
Pending 3rd-Party Pending 3rd-Party Open Open
169d 8h 57m 1 Evangelina Martinez Ruiz Moreno 06/Jul/12 08:54 PM
Open Open Closed Closed
5m 59s 1 Evangelina Martinez Ruiz Moreno 06/Jul/12 09:00 PM
This list may be incomplete, as errors occurred whilst retrieving source from linked applications:
  • Repository mule on http://foo.bar/ failed: Error in remote call to 'FishEye 0 (http://foo.bar/)' (http://foo.bar) [AbstractRestCommand{path='/rest-service-fe/changeset-v1/listChangesets/', params={expand=changesets[-21:-1].revisions[0:29], comment=MULE-5857, p4JobFixed=MULE-5857, rep=mule}, methodType=GET}] : java.net.UnknownHostException: foo.bar

People

  • Assignee:
    Evangelina Martinez Ruiz Moreno
    Reporter:
    Jameson Triplett
Vote (0)
Watch (0)

Dates

  • Created:
    27/Oct/11 01:03 PM
    Updated:
    06/Jul/12 09:00 PM
    Resolved:
    06/Jul/12 09:00 PM

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.