[jboss-jira] [JBoss JIRA] Created: (JBMETA-137) An anonymous EJB reference must contain the class name

Carlo de Wolf (JIRA) jira-events at lists.jboss.org
Mon Oct 27 09:45:30 EDT 2008


An anonymous EJB reference must contain the class name
------------------------------------------------------

                 Key: JBMETA-137
                 URL: https://jira.jboss.org/jira/browse/JBMETA-137
             Project: JBoss Metadata
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 1.0.0.CR3
            Reporter: Carlo de Wolf
            Assignee: Carlo de Wolf
            Priority: Critical
             Fix For: 1.0.0.CR4


For:

package com.acme.example;
@Stateless public class ExampleBean implements Example {
     ...
     @EJB private ShoppingCart myCart;
     ...
}

The enterprise bean reference will have the name java:comp/env/com.acme.example.ExampleBean/myCart in the referencing bean's naming context.

(From EJB 3.0 16.5.1.1)


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

        



More information about the jboss-jira mailing list