It could be a problem with the newer package based class loading index if somehown the inner class is not resolving to the same class loader as the outer class.
xxxxxxxxxxxxxxxxxxxxxxxx Scott Stark Chief Technology Officer JBoss Group, LLC xxxxxxxxxxxxxxxxxxxxxxxx ----- Original Message ----- From: "David Jencks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 23, 2002 11:23 AM Subject: Re: [JBoss-dev] problems with JBossMQ > Hmmm, I was getting similar errors yesterday when > JBossManagedConnectionPool tried to access its inner classes. All I could > find to to was make the inner classes public. Anyone have any ideas what's > going on? Are there 2 copies of these classes loaded which is interfering > with package visibility??? > > david jencks ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
