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

ClassCastException in SpyXAConnection.createSession()

XMLWordPrintable

      Starting at line 70:
      public Session createSession(boolean transacted, int acknowledgeMode) throws JMSException
      {
      return (QueueSession) createXASession();
      }

      Line 72 is a bug. The cast should be to Session, not QueueSession.

            adrian.brock Adrian Brock (Inactive)
            javajedi_jira Tim McCune (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: