[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1394) Null @Out attributes for stateless bean before/after method invocations

H K (JIRA) jira-events at lists.jboss.org
Mon Jun 4 19:41:37 EDT 2007


Null @Out attributes for stateless bean before/after method invocations
-----------------------------------------------------------------------

                 Key: JBSEAM-1394
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1394
             Project: JBoss Seam
          Issue Type: Feature Request
          Components: Core
            Reporter: H K
            Priority: Optional


Adding the ability to null @Out attributes for stateless session beans before/after method invocations should eliminate the chances of sharing the @Out instance variables when the stateless bean is being reused by the EJB container. 

Perhaps the tricky part here might be dealing with exceptions thrown by the intercepted methods. A possible solution might be to null the @Out attributes not only after the invocation but also before the invocation.  Of course, this should be done only for stateless session bean.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list