Re: getEJBObject() of a stateless container

2005-01-13 Thread David Blevins
Fixed. On Jan 12, 2005, at 11:34 AM, David Blevins wrote: On Jan 12, 2005, at 8:44 AM, Alan D. Cabrera wrote: This works:     Remote obj = container.getProxyFactory().getEJBObject(null); This does not work:     Remote obj = container.getEJBObject(null); I get an UnsupportedOperati

Re: getEJBObject() of a stateless container

2005-01-12 Thread David Blevins
On Jan 12, 2005, at 8:44 AM, Alan D. Cabrera wrote: This works:     Remote obj = container.getProxyFactory().getEJBObject(null); This does not work:     Remote obj = container.getEJBObject(null); I get an UnsupportedOperationException.  This is because the CGLIB method proxy’s su

getEJBObject() of a stateless container

2005-01-12 Thread Alan D. Cabrera
This works:       Remote obj = container.getProxyFactory().getEJBObject(null);   This does not work:       Remote obj = container.getEJBObject(null);   I get an UnsupportedOperationException.  This is because the CGLIB method proxy’s super index does not index into a