Antonio Goncalves wrote:
> 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
Good catch. I changed it to be a duplicate of the other one.
-marina
> * 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