Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.0-alpha-2
-
None
Description
The separation between contextual and non-contextual is wrong/harmful and unnecessary.
- We should be managing a CreationalContext for the lifetime of the interceptor instance and using that for dependent instanes
- We should not rely on the thread-locals beyond @PostConstruct
- Method invocations on non-contextual EJB's must be decoratable