Hi there,
Developing a plugin, I have stumbled over an exception which also has been reported here: http://www.jivesoftware.com/jivespace/docs/DOC-3438 - but not been resolved!
I have attached the stack trace as well as the plugin (not ready at all, but throws this exception when logging in (after the checkMail part has worked successfully).
When I alter the Spring class ClassUtils, I can see that the interface is loaded by a different classloader than the implementation class; this seems to be leading to the root cause - just that I don't have a clue why this is the case.
The problem comes up when the struts action is handled as an implicit spring bean and the framework prepares the injection of the manager class.
This is a showstopper at the moment!
Thanks in advance
Detlev