[cdi-dev] [JBoss JIRA] (CDI-121) TransactionScope

Reza Rahman (JIRA) jira-events at lists.jboss.org
Thu Feb 16 17:54:36 EST 2012


    [ https://issues.jboss.org/browse/CDI-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12668761#comment-12668761 ] 

Reza Rahman edited comment on CDI-121 at 2/16/12 5:54 PM:
----------------------------------------------------------

Only @Transactional is being defined in JTA. The older EJB CMT annotations will remain in EJB. @TransactionScoped would belong in CDI. As far as dependencies of @TransactionScoped, there is only the existing JTA API (both for implementation and TCK) -- that's certainly the case for the Resin prototype mentioned above.
                
      was (Author: rezarahman):
    Only @Transactional is being defined in JTA. The older EJB CMT annotations will remain in JTA. @TransactionScoped would belong in CDI. As far as dependencies of @TransactionScoped, there is only the existing JTA API (both for implementation and TCK).
                  
> TransactionScope
> ----------------
>
>                 Key: CDI-121
>                 URL: https://issues.jboss.org/browse/CDI-121
>             Project: CDI Specification Issues
>          Issue Type: Feature Request
>          Components: Contexts
>         Environment: Java EE
>            Reporter: Richard Hightower
>            Assignee: Richard Hightower
>            Priority: Minor
>             Fix For: 1.1 (Proposed)
>
>   Original Estimate: 3 days
>  Remaining Estimate: 3 days
>
> Add TransctionalScope as a standard scope to define beans whose lifecycle is the same as a given transaction.
> This scope should start automatically when a transaction starts (but lazily when actually needed).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the cdi-dev mailing list