I have a seam component which has a method I would like to invoke on a scheduled basis.
All the jboss scheduler docs I can find seem to say the scheduled code has to be deployed
in a .sar.
1) I'd really like to avoid having to put a .sar next to my .jar and .war just for one
class.
2) I'm not even sure if I could make seam lookups/calls between my .jar and .sar...
right?
Any suggestions on how I can get my code called on a schedule?
Regards,
Modoc
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981570#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...