[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-1479) Remove ThreadLocalStack<SerializableMethod> in favor of CurrentInvocation
Andrew Lee Rubinger (JIRA)
jira-events at lists.jboss.org
Fri Aug 29 05:47:38 EDT 2008
Remove ThreadLocalStack<SerializableMethod> in favor of CurrentInvocation
-------------------------------------------------------------------------
Key: EJBTHREE-1479
URL: https://jira.jboss.org/jira/browse/EJBTHREE-1479
Project: EJB 3.0
Issue Type: Task
Components: core
Reporter: Andrew Lee Rubinger
Assignee: Andrew Lee Rubinger
SessionContext and remove() implementations rely on a ThreadLocalStack<SerializableMethod> to determine the invocation context. With the new releases of EJB3 Interceptors this should no longer be necessary, so remove the @Deprecated references to the ThreadLocalStack and replace with the CurrentInvocation Interceptors (aspectized) implementation.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list