On Thu, 25 Apr 2002, David Ward wrote:
> > Simply: I have a session bean UserManager and I want it to access
> > entity bean LocalRegion (through the local interface).
> >
> > Unfortunatelly, I'm getting just an exception saying
> > "LocalRegion not bound".
>
> David> Well first of all, you sh
So where can you find your bean if you take a look at JNDI-view on
:8082 ?
Regards,
Burkhard
- Original Message -
From: "Pavel Kolesnikov" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 25, 2002 12:37 PM
Subject: [JBoss-user] EJB refere
David Ward wrote:
> Also know that with local interfaces you can cast the looked-up
> object right to it's home interface type. You only have to use
> PortableRemoteObject.narrow(x,x) with remote interfaces.
To clarify what I meant to say:
Also know that with local interfaces you can cast the
Comments injected below:
--
Pavel Kolesnikov wrote:
> Hello,
>
> another problems during switching to JBoss 3.0 (RC1 with Tomcat):
>
> Simply: I have a session bean UserManager and I want it to access
> entity bean LocalRegion (through the local interface).
>
> Unfortunatelly, I'm getting jus
Hello,
another problems during switching to JBoss 3.0 (RC1 with Tomcat):
Simply: I have a session bean UserManager and I want it to access
entity bean LocalRegion (through the local interface).
Unfortunatelly, I'm getting just an exception saying
"LocalRegion not bound".
My ejb-jar.xml: