[jboss-jira] [JBoss JIRA] Assigned: (JBMETA-137) An anonymous EJB reference must contain the class name
Emanuel Muckenhuber (JIRA)
jira-events at lists.jboss.org
Mon Oct 27 10:32:21 EDT 2008
[ https://jira.jboss.org/jira/browse/JBMETA-137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
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
More information about the jboss-jira
mailing list