So, I am having ClassLoader issues with plugins. It seems that the
PluginRepository does some wierd class loading (PluginClassLoader)
when it starts up. Does this mean that my plugin will not inherit the
classpath of my web application that it is loaded within?

A simple example is that my webapp contains spring-2.0.jar. But when I
try to call a spring class from within my plugin, I get a
"NoClassDefFound" error.  So....

But the real issue is that I need to have my plugins to have access to
some business classes that are deployed within my web application.
How does one go about this in a nice way?

--
"Concious decisions by concious minds are what make reality real"

Reply via email to