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

Cleanup the org.jboss.ejb.plugins.cmp.jdbc.WrappedStatement

XMLWordPrintable

    • 0
    • 0% 0%

      Need to understand why this trivial interface:

      package org.jboss.ejb.plugins.cmp.jdbc;

      import java.sql.Statement;

      public interface WrappedStatement {
      public Statement getUnderlyingStatement();
      }

      is in the ejb deployment jboss.jar and only implemented in the non-ejb dependent connector module. It seems that this should be moved to the org.jboss.resource.adapter.jdbc package and connector module. The org.jboss.ejb.plugins.cmp.jdbc.WrappedStatement interface could subclass the org.jboss.resource.adapter.jdbc.WrappedStatement for the unlikely backward compatibility requirement of a thirdparty implementation.

            starksm64 Scott Stark (Inactive)
            starksm64 Scott Stark (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: