|
From discussions with Dain and David, openejb-core is what they preffered. Also looks like there is a classloading issue by using managementHome as the home interface directly, when the proxy is attempted to be created for it, it uses the classloader of the homeinterface which does not contain org.apache.openejb.core.ivm.IntraVmProxy. But by creating a dummy home interface that simply extending ManagementHome, in the same package as the beanclass it seemed like the problem went away.
This patch should be used, not the other attachement.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
I can fix all these, but am not certain where to apply it to.