"grdzeli_kaci" wrote : thanks for your quick reply jaikiran.
|
| is it correct to use timertask for file change listeners from my ejb3 application ?
|
| i had already some problems with threads into my ejb application.
|
|
| i thought maybe there is some abstract class for listening configs into jboss.
|
|
| i could do this by timertask.
|
|
| thank you very much again.
|
|
|
I don't exactly know the requirements of your application. But, you need not do this
logic in your EJBs. See this documentation
http://www.jboss.org/file-access/default/members/jbossas/freezone/docs/Se...
for one possible way of scheduling tasks to handle this.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152097#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...