Hi all, I have scheduled to tasks in jboss the first one executes every five seconds and the other executes every 8 seconds.
In the second task there is an attemt to connect to ftp server which is tried for few user difined times if it fails to connect in the first ateempt. I have thread.sleep(30) seconds betwee each ateemt. The problem is when the second is retrying ,the first component which is scheduled to run at every 5 seconds does not come up . Can any one tell me what the problem is . The first component comes up only when the second component finishes all its retries and comes back. I want to know why this sequentiol behaviour is occuring. please help View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941157#3941157 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941157 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
