Re: Stateless inheritited bean is not found when Interface is not specified

2008-03-14 Thread David Blevins
On Mar 14, 2008, at 4:29 PM, Karsten Ohme wrote: David Blevins schrieb: On Mar 13, 2008, at 10:41 AM, <[EMAIL PROTECTED]> <[EMAIL PROTECTED] > wrote: Hello, NetworkStorageServiceImpl is a Stateless Local Bean. AsyncNetworkStorageServiceImpl also, but extends this bean. When I do this:

Re: Stateless inheritited bean is not found when Interface is not specified

2008-03-14 Thread Karsten Ohme
David Blevins schrieb: On Mar 13, 2008, at 10:41 AM, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote: Hello, NetworkStorageServiceImpl is a Stateless Local Bean. AsyncNetworkStorageServiceImpl also, but extends this bean. When I do this: public class AsyncNetworkStorageServiceImpl extends

Re: Stateless inheritited bean is not found when Interface is not specified

2008-03-14 Thread David Blevins
On Mar 13, 2008, at 10:41 AM, <[EMAIL PROTECTED]> <[EMAIL PROTECTED] > wrote: Hello, NetworkStorageServiceImpl is a Stateless Local Bean. AsyncNetworkStorageServiceImpl also, but extends this bean. When I do this: public class AsyncNetworkStorageServiceImpl extends NetworkStorageServic

Re: AccessControl exception in JNDIContext.lookup

2008-03-14 Thread David Blevins
It may not be possible, but if you can send a tiny sample applet example I can run, I'll take a stab at adding at getting it running. -David On Mar 13, 2008, at 9:59 AM, molinemc wrote: Hi, I'm trying to use the OpenEJB in an applet, and I encounter the following exception in JNDIContex