2 Replies Latest reply on Jul 17, 2003 4:45 AM by kar2000

    connection problem

    gcomo01

      I am having thrown an exception which says..This Connection is participating in a distributed transaction. Maybe the connection is tried to be used again but somehow is blocked waiting..There is no distributed transaction basically going on..Just the connections are used over and over..any help appreciated

        • 1. Re: connection problem
          davidjencks

          Are you calling commit or rollback on the connection? that would do it. If not, give some context.

          • 2. Re: connection problem
            kar2000

            Well, I have a doubt in this regard - is there any means of finding in the jboss server side and not in the Oracle database server side,

            how many connections are there in the pool,

            how many connections are in use and

            how many connections are being returned at a given point of time?