Mule

All requests should be executed through a TransactionTemplate

Details

  • Type: Task Task
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Won't Fix or Usage Issue
  • Affects Version/s: 1.3.3
  • Fix Version/s: None
  • Component/s: Core: Transports
  • Labels:
    None
  • Similar Issues:
    MULE-5958 Refactor TransactionTemplate to make it cleaner
    MULE-1402 HttpMessageReceiver should not route HEAD requests
    MULE-4259 NullPointerException in CxfMessageDispatcher when executing loanbroker [cxf, asynchrounous] for 100 requests
    MULE-3284 We should really have renamed <outbound-pass-through-router> to <pass-through-router>
    MULE-3591 jBPM transport does not support forks in the process execution
    MULE-3626 Inconsistent handling of invalid HTTP requests
    MULE-1856 TXT files should not be executable in distro
    MULE-4590 java.lang.IllegalStateException: Phase 'dispose' has already been executed
    MULE-4589 java.lang.IllegalStateException: Phase 'start' has already been executed
    MULE-2216 Request Merge transition is available even when not logged in

Description

Right now, transactions cannot be used on Nested-Router endpoints if the inbound endpoint is not transacted. In the inbound endpoint is not executed through a TransactionTemplate any transactions in Nested-Endpoints cannot be commited properly.

There will be no overhead (2 method calls) of wrapping every call in a Transaction Template. Need to test the effects of using outbound only transactions.

Issue Links

Activity

Hide
Andrew Perepelytsya added a comment - 24/Apr/07 12:42 PM

Descoping the 1.4.1, unset Fix Version for some issues.

Show
Andrew Perepelytsya added a comment - 24/Apr/07 12:42 PM Descoping the 1.4.1, unset Fix Version for some issues.
Hide
Ross Mason added a comment - 29/Nov/08 06:01 PM

This is actually fixed in many areas. I think we need to take individual cases if they crop up

Show
Ross Mason added a comment - 29/Nov/08 06:01 PM This is actually fixed in many areas. I think we need to take individual cases if they crop up

People

Vote (0)
Watch (0)

Dates

  • Created:
    26/Feb/07 05:40 PM
    Updated:
    29/Nov/08 06:01 PM
    Resolved:
    29/Nov/08 06:01 PM