[jboss-jira] [JBoss JIRA] Closed: (EJBTHREE-625) Embeddable EJB3 sets up two copies of interceptor declared in ejb-jar.xml
Bill Burke (JIRA)
jira-events at jboss.com
Mon Sep 11 16:03:30 EDT 2006
[ http://jira.jboss.com/jira/browse/EJBTHREE-625?page=all ]
Bill Burke closed EJBTHREE-625.
-------------------------------
Resolution: Done
> Embeddable EJB3 sets up two copies of interceptor declared in ejb-jar.xml
> -------------------------------------------------------------------------
>
> Key: EJBTHREE-625
> URL: http://jira.jboss.com/jira/browse/EJBTHREE-625
> Project: EJB 3.0
> Issue Type: Bug
> Affects Versions: EJB 3.0 RC8 - FD
> Reporter: Gavin King
> Assigned To: Bill Burke
> Priority: Critical
> Fix For: EJB 3.0 RC9 - FD
>
>
> My session beans have interceptors attached via:
> <ejb-jar>
> <assembly-descriptor>
> <interceptor-binding>
> <ejb-name>*</ejb-name>
> <interceptor-class>org.jboss.seam.ejb.SeamInterceptor</interceptor-class>
> </interceptor-binding>
> </assembly-descriptor>
> </ejb-jar>
> And (only) when running in embeddable EJB3, they get two instances of SeamInterceptor.
--
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 jboss-jira
mailing list