-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
7.1.0.DR11
-
None
CDI injection of JMSContext is not possible.
According to TCK and also to my own reproducer folowing command is not working and JMScontext is null.
@Inject
@JMSConnectionFactory("jms/CF")
JMSContext context;
- is related to
-
JBEAP-11081 JTA ejb propagated transaction does not fail when the target server restarted during transaction lifetime
- Closed