[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1944) Nothing inject to SessionContext by @Resource in session bean

zheng duan (JIRA) jira-events at lists.jboss.org
Fri Sep 21 03:00:21 EDT 2007


Nothing inject to SessionContext by @Resource in session bean
-------------------------------------------------------------

                 Key: JBSEAM-1944
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1944
             Project: JBoss Seam
          Issue Type: Bug
          Components: EJB3
    Affects Versions: 2.0.0.CR1
         Environment: Tomcat 6.0.x + embedded-jboss beta2 + jdk 5.0.x
            Reporter: zheng duan
            Priority: Critical


the code is:

@Stateless
@Name("xxx")
public XxxBean implement Xxx {
...
@javax.annotation.Resource private javax.ejb.SessionContext session;
...

The value of session is null,  but it was well whithout seam.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list