Session
> Actors
> ActorsHome
> Actors
>
>
>
> - Original Message -
> From: "Fredrik Ålund" <[EMAIL PROTECTED]>
> To: "Jboss-User" <[EMAIL PROTECTED]>
> Sent: Monday,
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
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
Å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
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