Hello,

I'm just trying to work with the andromda ejb cartridge (I'm using AndroMDA
3.0M1).
I have a <<Service>> Kinoservice, an Entity <<Kino>> and a <<EntityRef>>
Dependency from Kinoservice to Kino.
In KinoserviceBean a method getKinoLocalHome() is generated which tries to
lookup "java:/comp/env/ejb/KinoBeanRef", and there's a class level XDoclet
tag:
 * @ejb.ejb-ref
 *     ejb-name="Kino"
 *     view-type=""
 *     ref-name="ejb/KinoBeanRef"

but when I try to call getKinoLocalHome() in my KinoserviceBeanImpl class,
a "javax.naming.NameNotFoundException: ejb not bound" occurs.

I haven't found an ejb-local-ref in the ejb-jar.xml.

In jboss.xml there's only the following tag for Kino:
      <entity>
         <ejb-name>Kino</ejb-name>

<local-jndi-name>ejb/de.moviepalace.entities/Kino/Local</local-jndi-name>
      </entity>

Can anyone help me with this problem?

Regards
Stefan




-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
_______________________________________________
Andromda-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to