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 few seconds
> before tearing into a newly-deployed EJB package?

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.

Toby.


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to