Re: [JBoss-user] EJB references problem

2002-04-26 Thread Pavel Kolesnikov
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

Re: [JBoss-user] EJB references problem

2002-04-25 Thread Burkhard Vogel
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

Re: [JBoss-user] EJB references problem

2002-04-25 Thread David Ward
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

Re: [JBoss-user] EJB references problem

2002-04-25 Thread David Ward
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

[JBoss-user] EJB references problem

2002-04-25 Thread Pavel Kolesnikov
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: