Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-526

Conn Mgr closes open connections in violation EJB spec.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • None
    • JBossAS-3.2.6 Final
    • None
    • None

    Description

      SourceForge Submitter: mmalynn .
      JBoss build: 3.2.0 (build: CVSTag=JBoss_3_2_0
      date=200304110033)

      Java version: 1.3.1_05,Sun Microsystems Inc.
      Java VM: Java HotSpot(TM) Client VM 1.3.1_05-b02,
      Sun Microsystems Inc.
      OS-System: Windows 2000 5.0,x86

      Sections 7.4 and 7.4.1 of the EJB 2.0 specification, make it
      clear that it is ok for stateful session beans to hold open
      connections across bean method calls (we just can't hold
      onto the connections when they are passivated).

      Note that it is important for our application to hold onto the
      connections because it uses database cursors to fetch only
      a portion of the rows per bean method call. We do this
      within a bean-managed transaction so that we can use
      ResultSet.updateRow().

      Our application DOES NOT run into this problem when
      running on WebLogic, WebSphere, Borland Application
      Server and Oracle's OC4J.

      To reproduce the problem, follow the README instructions
      in the attached zip file.

      Attachments

        Activity

          People

            starksm64 Scott Stark (Inactive)
            sourceforge-user SourceForge legacy user (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: