2 Replies Latest reply on Mar 31, 2004 11:59 PM by tsrmohan

    Behaviour of jboss during hot deployment

    tsrmohan

      Hi,

      I am using Jboss 3.2.2
      I am curious to know about what would be the behaviour of jboss during hot deployment of a bean. To put it more clearly how would the clients behave if they look up for the bean and call methods on it during hot deployment (I am talking about the small period when the bean is getting hot deployed).

      Thanks in advance,
      Mohan

        • 1. Re: JBoss Production Deployment Issues
          tsrmohan

          dont believe I have any background processes (cron jobs) running besides the app server and the database server.

          the Jboss server is installed as a Windows Service using a wrapper from Tanukisoftware.com

          WOuld this have anything to do with the problem?

          • 2. Re: Behaviour of jboss during hot deployment
            starksm64

            The calls can fail due to the fact that the invocation layer is decoupled from the ejb container. You would have to customize the invoker mbean to listen for undeployment/deployment events and queue requests targeted at the ejb container when it was not deployed.