[
https://jira.jboss.org/jira/browse/JBMETA-137?page=com.atlassian.jira.plu...
]
Emanuel Muckenhuber reassigned JBMETA-137:
------------------------------------------
Assignee: Emanuel Muckenhuber (was: Carlo de Wolf)
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: Emanuel Muckenhuber
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