[jboss-jira] [JBoss JIRA] Commented: (EJBTHREE-1246) Interceptor instances must be per EJB, not per container
Carlo de Wolf (JIRA)
jira-events at lists.jboss.org
Wed Jul 30 11:02:26 EDT 2008
[ https://jira.jboss.org/jira/browse/EJBTHREE-1246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12423067#action_12423067 ]
Carlo de Wolf commented on EJBTHREE-1246:
-----------------------------------------
The ejb3-interceptors can run in multiple modes, two of which are AOP weaved interception (basic) and Container managed interception (direct, proxy and indirect). For EJB lifecycle callbacks to be properly handled in 'basic' mode InterceptorsFactory and InjectInterceptorsFactory are used. Both of which do nothing if used in 'container' mode and will give out a warning as such.
For a bean developer this warning can be safely ignored.
> Interceptor instances must be per EJB, not per container
> --------------------------------------------------------
>
> Key: EJBTHREE-1246
> URL: https://jira.jboss.org/jira/browse/EJBTHREE-1246
> Project: EJB 3.0
> Issue Type: Bug
> Components: interceptors
> Reporter: Carlo de Wolf
> Assignee: Carlo de Wolf
> Priority: Blocker
> Fix For: AS 5.0.0.CR1
>
>
--
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