0 Replies Latest reply on Mar 2, 2006 5:15 AM by gemmeric

    Locking Connection of ManagedConnectionPool with spring Appl

    gemmeric

      Hello

      We try to put several J2EE applications in a cluster of four Jboss4.0.3 sp1
      Some in EJB2 Struts
      Some in Hibernate Struts
      And some in Spring Jsf Hibernate

      All of these applications work in default deployement but when we deploy in all configuration for cluster we have problem with spring applications.
      The EJB2 or Hibernate + struts work well
      With the spring application we lock 2 connections on each transaction of all of these application and the available connectioncount drop to 0 very fast.

      Anyone already meet this problem ?
      Thank you