]
Jozef Hartinger reassigned WFLY-3329:
-------------------------------------
Assignee: Martin Kouba (was: Stuart Douglas)
EJBs with same Java class name not intercepted by CDI interceptors
------------------------------------------------------------------
Key: WFLY-3329
URL:
https://issues.jboss.org/browse/WFLY-3329
Project: WildFly
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: CDI / Weld
Affects Versions: JBoss AS7 7.1.1.Final, JBoss AS7 7.2.0.Final, 8.0.0.Final
Reporter: Maxim Frolov
Assignee: Martin Kouba
Labels: ejb, ejb3.1, interceptor
h3. Given
Two or more EJBs with the same Java class name but from different Java deployments.
h3. Problem
Interceptor intercepts method calls to only one of the EJBs.
An EJB to be intercepted seems to be chosen randomly after each redeployment.