[jboss-jira] [JBoss JIRA] Updated: (EJBTHREE-2011) Create Session Manager for EJB3 Stateful Session Beans
Shelly McGowan (JIRA)
jira-events at lists.jboss.org
Tue Sep 21 13:37:28 EDT 2010
[ https://jira.jboss.org/browse/EJBTHREE-2011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Shelly McGowan updated EJBTHREE-2011:
-------------------------------------
This is a BLOCKER for CDI integration in AS. Is there an estimate or a Fix Version that this is targeted for?
> Create Session Manager for EJB3 Stateful Session Beans
> ------------------------------------------------------
>
> Key: EJBTHREE-2011
> URL: https://jira.jboss.org/browse/EJBTHREE-2011
> Project: EJB 3.0
> Issue Type: Task
> Components: sessionmanager
> Reporter: Andrew Rubinger
> Assignee: Andrew Rubinger
>
> EJB 2.x has the notion of an EJB "Home", which can destroy bean instances (sessions) without invoking any business logic. CDI demands the same "backdoor" removal from EJB3, and we must provide a remotable, replicable mechanism.
> Additionally, SFSB injection is not a great idea. Sessions can time out or be removed by the container entirely, leading invocations upon the injected reference to throw NoSuchEJBException. Instead we can leverage a "SessionManager" to be injected, which may create/destroy bean instances as instructed by the bean provider.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list