Hi,
I have created own scheduler task. When first time I deployed application everything was ok(scheduler task worked fine). But when I changed implementation of my scheduler task class, and deployed par file, class loader still load old scheduler task class (not new class, where i did some changes). But when I restart server, everything is ok. (new scheduler task class is load). Could You tell me how to configure portalapp.xml and <project-name>.cc.xml to load new scheduler task class every time i deploy application?
Thanks in advance for any help in this regard.
Jakub Krecicki