Re: [JBoss-user] Slowing down the AutoDeployer

2001-04-30 Thread Åsmund Hjulstad
On Saturday 28 April 2001 02:13, you wrote: > > Yes, edit the code and insert a delay. I would suggest instead that you > > build the jat file somewhere else and copy (or better yet, move) it into > > place when it is done. > > I would suggest the latter... adding a delay would be the wrong thin

Re: [JBoss-user] Slowing down the AutoDeployer

2001-04-27 Thread Jason Dillon
> > Yes, edit the code and insert a delay. I would suggest instead that you > build the jat file somewhere else and copy (or better yet, move) it into > place when it is done. > I would suggest the latter... adding a delay would be the wrong thing to do IMHO. --jason

Re: [JBoss-user] Slowing down the AutoDeployer

2001-04-27 Thread Toby Allsopp
Ed Swierk wrote: > When using JBoss with the automatic Jar creation feature of JBuilder, I > often encounter the race condition where the AutoDeployer attempts to > redeploy the EJB package before JBuilder has completed building it. > > Is there some way to force the AutoDeployer to wait for a f

[JBoss-user] Slowing down the AutoDeployer

2001-04-27 Thread Ed Swierk
When using JBoss with the automatic Jar creation feature of JBuilder, I often encounter the race condition where the AutoDeployer attempts to redeploy the EJB package before JBuilder has completed building it. Is there some way to force the AutoDeployer to wait for a few seconds before tearing in