[JBoss-user] [EJB/JBoss] - Re: NoClassDefFoundError with Proxy classes on AIX

2006-03-03 Thread jasonb2
Do you know of what kind of JDK issue might cause this? I'd like to report it as a bug for IBM's AIX JDK, but I don't really know what it's not doing correctly. Seems like a classloading thing - maybe it's not using the context classloader when it needs to or something like that? View the ori

[JBoss-user] [EJB/JBoss] - NoClassDefFoundError with Proxy classes on AIX

2006-03-02 Thread jasonb2
I'm running into a problem on AIX when looking up EJB's. I get a NoClassDefFoundError on a $Proxy class when I look up EJB's either in the same JBoss instance or in a remote instance. Below are links to a few posts up to 4 years old where people have had the same problem but no resolution, wor

[JBoss-user] [EJB/JBoss] - Re: java.lang.NoClassDefFoundError: $Proxy246

2006-02-14 Thread jasonb2
I've got the same issue running on AIX 5.3, JRE 1.5.0. In my case, though, JBoss is running on AIX and one EJB is invoking a method on another EJB within the same instance of JBoss. The same thing works when I run it on Windows. Anyone know what could be causing this? View the original po