Mantis - Resin
Viewing Issue Advanced Details
3506 major always 05-12-09 17:01 06-01-09 16:38
skot  
ferg  
normal  
closed 4.0.1  
fixed  
none    
none 4.0.1  
0003506: EJB3 SessionContext Not Injectable
The SessionContext doesn't seem to be exist in resin, and isn't injectable.

Take this code as an example:

@Stateless
public class EmployeeBean {
  @Current //or @Resource
  private SessionContext ctx;
Is there another way to get an ejbcontext?

Notes
(0004047)
ferg   
06-01-09 16:38   
ejb/0ff0, ejb/0fg0