1 Reply Latest reply on Aug 2, 2005 9:56 AM by remopeter

    Very slow after redeploy

    remopeter

      Hi

      I use the MyEclipse IDE. if i deploy the EAR and start jboss it works fine. if i don't stop jbos and redeploy the EAR, the application go slow. if i redeploy again, the application go slower again.

      in the EAR are two Projects a WEB-project with Struts and a EJB-project with hibernate.

      on the server-output it looks like the server do something twice ore more.

      if i stop jbos it takes a very long time.

      what could be the reason of this behaviour?

      cheers from swizerland, Remo

        • 1. Re: Very slow after redeploy
          remopeter

          Hi

          i found the problem!

          if i start a DB-query over Hibernate, i don't close the Hibernate-session. so i have many session's open. now i give back the session. the performance is much better!

          cheers