users@javaee-spec.java.net

[javaee-spec users] [jsr342-experts] Re: _at_Transactional, _at_Schedule, @Startup... where are we

From: Bill Shannon <bill.shannon_at_oracle.com>
Date: Tue, 04 Dec 2012 21:04:19 -0800

We previously talked about transactional interceptors. You'll see the results
of that discussion in a Maintenance Release of the JTA spec
<http://java.net/projects/jta-spec/>.

Antonio Goncalves wrote on 12/04/2012 01:07 PM:
> Hi all,
>
> I was looking at the latest early draft and checkin a few JIRAs :
>
> * Decoupling the @TransactionAttribute annotation from the EJB component model
> : http://java.net/jira/browse/EJB_SPEC-8
> * support for container-managed transactions independent of (decoupled from)
> EJB : http://java.net/jira/browse/JTA_SPEC-5
>
> and I was wondering where we were in terms of taking out some EJB services
> (transactions, startup and schedule) and allow them in Managed Beans. I don't
> see any "official" writing and any closed JIRA (maybe I'm mistaken).
>
> Will this be possible ? Will these services evolve in seperate specs ? Managed
> Bean spec ? Somewhere else ?
>
> Antonio