On Mar 8, 2009, at 7:26 AM, Karan Malhi wrote:

It needed a ServletContext, I passed in null and worked fine. However, there are some class loading issues. Struts throws an exception when it tries to load an already loaded class, and then it stops right there, i.e. does not go on to process other classes. Trying to see if I can find other options.

That's very puzzling. The only possible "already loaded" issue that I can think of is if the class is loaded in two different classloaders and conflicts occur when attempting to use them as the same class as they are technically not the same class anymore. Certainly asking for a class to be loaded that has already been loaded in that classloader is going to work.

-David

Reply via email to