]
jaikiran pai reassigned AS7-944:
--------------------------------
Assignee: Stuart Douglas (was: jaikiran pai)
I'm involved in some higher priority work for EJB3 security integration in AS7 and
won't be able to finish this JIRA in time for 7.0.CR1. I have asked Stuart whether he
can take this up and he's willingly agreed to work on this. Thanks Stuart!
EJB lifecycle interceptors that are not included in the deployment
are not applied
----------------------------------------------------------------------------------
Key: AS7-944
URL:
https://issues.jboss.org/browse/AS7-944
Project: Application Server 7
Issue Type: Bug
Components: EJB
Affects Versions: 7.0.0.Beta3
Reporter: Marius Bogoevici
Assignee: Stuart Douglas
Suppose that we have a class
{code}
@Startup @Singleton @Interceptors(A.class, B.class)
public class MyEJB {
}
{code}
Where A.class is included with the deployment and B.class is included in a module that is
visible to the deployment.
B will be identified correctly as an interceptor for MyEJB, but
LifecycleAnnotationParsingProcessor will not process it (as it apparently handles only
components found within the deployment). Therefore, B will be ignored when creating the
interceptor set for MyEJB, since ComponentInstallProcessor will treat it as a class that
has no lifecycle methods.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: