1 Reply Latest reply on Dec 13, 2005 2:48 PM by genman

    Can scheduler locate classes from WAR file?

      My scheduler complains about not finding the class. If I put the suporting class jar file in /default/lib it works fine but I don't want to do that. I want it to pickup the classes from the war deployment.

      I saw some postings about deploying my scheduler and the supporting classes as sar but that forces me to deploy two copies of my classes. One in war other in sar. This could create problems for us later on.

      So is there any way I can make my scheduler to load after my war deploys then load the classes from the war?