Hello,

Firstly my apologies if this is not the best place to ask this question but
I thought that I would not get a response from the users list.

I am using the Java Plugin Framework to create plugins for a website and
everything worked well until recently. I think the upgrade to Struts 2.3.15
is the reason for my problem. The plugins contains both Spring and Struts 2
configuration files. I have a modified the:

ClassLoaderUtil.loadClass(String className, Class callingClass)

method so that if it can't find the Class in the standard Struts2 fashion it
will look into the classloaders of my plugins. This used to work but I am
now finding that the className that is being passed into the loadClass
method is in fact the id of the Spring bean and not the className. I have
been unable to track down where this problem begins and was wondering if
anyone could tell me how Struts interacts with Spring to convert the Spring
bean id's into a className. 

Thank you.

Gavin.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to