Re: [cglib-devel] IllegalAccessError in fastclass

2006-02-27 Thread Chris Nokleberg
On Tue, 14 Feb 2006 18:16:24 -0800, Jason Dillon wrote: > I've added definitions for ejbRemove() which call super.ejbRemove() to > get around this. Do you know when the fix will make it into a CGLIB > release that would be usable by G? CGLIB CVS HEAD has the necessary fixes now. We'll probably cu

Re: [cglib-devel] IllegalAccessError in fastclass

2006-02-14 Thread Jason Dillon
Weird... I did not notice that org.springframework.ejb.support.AbstractSessionBean was package private. It makes a little sense that is is package private because you only expect users to extend from one of its direct subclasses for MDB or a SB. Thanks for taking a look :-) I've added definition

Re: [cglib-devel] IllegalAccessError in fastclass

2006-02-14 Thread Chris Nokleberg
> >On Tue, Feb 14, 2006 at 12:31:45PM -0800, Dain Sundstrom wrote: > >>I'm getting an IllegalAccessError when using fastclass to invoke a > >>method on an instance where the method is inherited from a parent > >>class. I've reproduced the bug. It is caused because the method is actually defined

Re: [cglib-devel] IllegalAccessError in fastclass

2006-02-14 Thread Dain Sundstrom
I'm copying Geronimo dev on this so, Jason Dillon can respond with more specifics. To get the ball rolling, here is the top of the stack trace we are seeing: java.lang.IllegalAccessError: tried to access class org.springframework.ejb.support.AbstractEnterpriseBean from class com.solidusnetwo