Re: [JBoss-user] JNDI name for EJB from another EJB

2001-04-29 Thread Guy Rouillier
Session > Actors > ActorsHome > Actors > > > > - Original Message - > From: "Fredrik Ålund" <[EMAIL PROTECTED]> > To: "Jboss-User" <[EMAIL PROTECTED]> > Sent: Monday,

Re: [JBoss-user] JNDI name for EJB from another EJB

2001-04-09 Thread Scott M Stark
TECTED] [mailto:[EMAIL PROTECTED]]För Scott M Stark Skickat: den 9 april 2001 12:27 Till: [EMAIL PROTECTED] Ämne: Re: [JBoss-user] JNDI name for EJB from another EJB Your not declaring an ejb-ref in your ejb-jar.xml descriptor as required: ejb/Actors

SV: [JBoss-user] JNDI name for EJB from another EJB

2001-04-09 Thread Fredrik Ålund
Scott M Stark Skickat: den 9 april 2001 12:27 Till: [EMAIL PROTECTED] Ämne: Re: [JBoss-user] JNDI name for EJB from another EJB Your not declaring an ejb-ref in your ejb-jar.xml descriptor as required: ejb/Actors Session

Re: [JBoss-user] JNDI name for EJB from another EJB

2001-04-09 Thread Scott M Stark
Ålund" <[EMAIL PROTECTED]> To: "Jboss-User" <[EMAIL PROTECTED]> Sent: Monday, April 09, 2001 2:31 AM Subject: [JBoss-user] JNDI name for EJB from another EJB Hi, As I understand it, when calling an EJB from another EJB you should use java:comp/env/ejb/EJBNAME, but this

[JBoss-user] JNDI name for EJB from another EJB

2001-04-09 Thread Fredrik Ålund
Hi, As I understand it, when calling an EJB from another EJB you should use java:comp/env/ejb/EJBNAME, but this doesn't work for me. I have one EnityBean called Actor and a SessionBean called ActorSB. From within the ActorSB I want to invoke Actor. When I use the non commented pease of code belo