You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Myrna van Lunteren (JIRA)" <de...@db.apache.org> on 2006/09/28 18:49:52 UTC

[jira] Created: (DERBY-1897) junit test jdbcapi/_Suite fails with wctme5.7_foundation (j9 -jcl:foun) with NoClassDefFoundError: javax.sql.PooledConnection

junit test jdbcapi/_Suite fails with wctme5.7_foundation (j9 -jcl:foun) with NoClassDefFoundError: javax.sql.PooledConnection
-----------------------------------------------------------------------------------------------------------------------------

                 Key: DERBY-1897
                 URL: http://issues.apache.org/jira/browse/DERBY-1897
             Project: Derby
          Issue Type: Bug
          Components: Test
    Affects Versions: 10.2.1.5, 10.3.0.0
         Environment: windows with wctme5.7's jcl:foun implementation of JSR 169 - j9_foundation or wctme5.7_foundation.
            Reporter: Myrna van Lunteren
            Priority: Minor


Running the jdbcapi/_Suite with the test harness with wctme5.7_foundation results in the following error:

0 add
> Failed to invoke suite():java.lang.NoClassDefFoundError: javax.sql.PooledConnection
Test Failed.

This is the only information available.

This error is especially strange because wctme5.7_foundation should support javax.sql.PooledConnection (in contrast to wctme5.7, which is not JDBC3.0 complient).




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DERBY-1897) junit test jdbcapi/_Suite fails with wctme5.7_foundation (j9 -jcl:foun) with NoClassDefFoundError: javax.sql.PooledConnection

Posted by "Deepa Remesh (JIRA)" <de...@db.apache.org>.
    [ http://issues.apache.org/jira/browse/DERBY-1897?page=comments#action_12442995 ] 
            
Deepa Remesh commented on DERBY-1897:
-------------------------------------

I too don't see this class in the jdbc.jar for wctme5.7/foundation. JSR169 is a subset of JDBC3.0.  javax.sql.PooledConnection is not listed in the JSR169 API here: http://developers.sun.com/techtopics/mobility/configurations/articles/cdc/jdbc/

I think we will have to exclude tests which use above class from running in this environment.


> junit test jdbcapi/_Suite fails with wctme5.7_foundation (j9 -jcl:foun) with NoClassDefFoundError: javax.sql.PooledConnection
> -----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-1897
>                 URL: http://issues.apache.org/jira/browse/DERBY-1897
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.2.1.6, 10.3.0.0
>         Environment: windows with wctme5.7's jcl:foun implementation of JSR 169 - j9_foundation or wctme5.7_foundation.
>            Reporter: Myrna van Lunteren
>            Priority: Minor
>
> Running the jdbcapi/_Suite with the test harness with wctme5.7_foundation results in the following error:
> 0 add
> > Failed to invoke suite():java.lang.NoClassDefFoundError: javax.sql.PooledConnection
> Test Failed.
> This is the only information available.
> This error is especially strange because wctme5.7_foundation should support javax.sql.PooledConnection (in contrast to wctme5.7, which is not JDBC3.0 complient).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (DERBY-1897) junit test jdbcapi/_Suite fails with wctme5.7_foundation (j9 -jcl:foun) with NoClassDefFoundError: javax.sql.PooledConnection

Posted by "Daniel John Debrunner (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-1897?page=all ]

Daniel John Debrunner resolved DERBY-1897.
------------------------------------------

    Resolution: Fixed
      Assignee: Daniel John Debrunner

Committed revision 465020.

DataSourcePropertiesTest required PooledConnection when loading it, made it only be loaded in the _Suite file if JDBC 3 was supported.

suites.All passes for me on wctme 5.7 foundation on windows.

> junit test jdbcapi/_Suite fails with wctme5.7_foundation (j9 -jcl:foun) with NoClassDefFoundError: javax.sql.PooledConnection
> -----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-1897
>                 URL: http://issues.apache.org/jira/browse/DERBY-1897
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.2.1.6, 10.3.0.0
>         Environment: windows with wctme5.7's jcl:foun implementation of JSR 169 - j9_foundation or wctme5.7_foundation.
>            Reporter: Myrna van Lunteren
>         Assigned To: Daniel John Debrunner
>            Priority: Minor
>
> Running the jdbcapi/_Suite with the test harness with wctme5.7_foundation results in the following error:
> 0 add
> > Failed to invoke suite():java.lang.NoClassDefFoundError: javax.sql.PooledConnection
> Test Failed.
> This is the only information available.
> This error is especially strange because wctme5.7_foundation should support javax.sql.PooledConnection (in contrast to wctme5.7, which is not JDBC3.0 complient).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (DERBY-1897) junit test jdbcapi/_Suite fails with wctme5.7_foundation (j9 -jcl:foun) with NoClassDefFoundError: javax.sql.PooledConnection

Posted by "Myrna van Lunteren (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-1897?page=all ]

Myrna van Lunteren resolved DERBY-1897.
---------------------------------------

    Fix Version/s: 10.2.1.8
                   10.3.0.0
       Resolution: Fixed

svn merge -r 465019:465020 https://svn.apache.org/repos/asf/db/derby/code/trunk
and committed with: http://svn.apache.org/viewvc?view=rev&revision=476838
M    java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/_Suite.java

> junit test jdbcapi/_Suite fails with wctme5.7_foundation (j9 -jcl:foun) with NoClassDefFoundError: javax.sql.PooledConnection
> -----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-1897
>                 URL: http://issues.apache.org/jira/browse/DERBY-1897
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.2.1.6, 10.3.0.0
>         Environment: windows with wctme5.7's jcl:foun implementation of JSR 169 - j9_foundation or wctme5.7_foundation.
>            Reporter: Myrna van Lunteren
>         Assigned To: Daniel John Debrunner
>            Priority: Minor
>             Fix For: 10.2.1.8, 10.3.0.0
>
>
> Running the jdbcapi/_Suite with the test harness with wctme5.7_foundation results in the following error:
> 0 add
> > Failed to invoke suite():java.lang.NoClassDefFoundError: javax.sql.PooledConnection
> Test Failed.
> This is the only information available.
> This error is especially strange because wctme5.7_foundation should support javax.sql.PooledConnection (in contrast to wctme5.7, which is not JDBC3.0 complient).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DERBY-1897) junit test jdbcapi/_Suite fails with wctme5.7_foundation (j9 -jcl:foun) with NoClassDefFoundError: javax.sql.PooledConnection

Posted by "Myrna van Lunteren (JIRA)" <de...@db.apache.org>.
    [ http://issues.apache.org/jira/browse/DERBY-1897?page=comments#action_12442977 ] 
            
Myrna van Lunteren commented on DERBY-1897:
-------------------------------------------

The same problem occurs without the 'old' test harness, i.e. when I run:

j9 -jcl:foun10 -Xbootclasspath/a:c:\wctme5.7\ive\lib\jdbc.jar junit.textui.TestRunner org.apache.derbyTesting.functionTests.tests.jdbcapi._Suite 

I see the same error:

Failed to invoke suite():java.lang.NoClassDefFoundError: javax.sql.PooledConnection

In actual fact, indeed the javax.sql.PooledConnection isn't in the jdbc.jar I have for/from this product.
Should it be there? 

Myrna



> junit test jdbcapi/_Suite fails with wctme5.7_foundation (j9 -jcl:foun) with NoClassDefFoundError: javax.sql.PooledConnection
> -----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-1897
>                 URL: http://issues.apache.org/jira/browse/DERBY-1897
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.2.1.6, 10.3.0.0
>         Environment: windows with wctme5.7's jcl:foun implementation of JSR 169 - j9_foundation or wctme5.7_foundation.
>            Reporter: Myrna van Lunteren
>            Priority: Minor
>
> Running the jdbcapi/_Suite with the test harness with wctme5.7_foundation results in the following error:
> 0 add
> > Failed to invoke suite():java.lang.NoClassDefFoundError: javax.sql.PooledConnection
> Test Failed.
> This is the only information available.
> This error is especially strange because wctme5.7_foundation should support javax.sql.PooledConnection (in contrast to wctme5.7, which is not JDBC3.0 complient).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (DERBY-1897) junit test jdbcapi/_Suite fails with wctme5.7_foundation (j9 -jcl:foun) with NoClassDefFoundError: javax.sql.PooledConnection

Posted by "Myrna van Lunteren (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-1897?page=all ]

Myrna van Lunteren closed DERBY-1897.
-------------------------------------


> junit test jdbcapi/_Suite fails with wctme5.7_foundation (j9 -jcl:foun) with NoClassDefFoundError: javax.sql.PooledConnection
> -----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-1897
>                 URL: http://issues.apache.org/jira/browse/DERBY-1897
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.2.1.6, 10.3.0.0
>         Environment: windows with wctme5.7's jcl:foun implementation of JSR 169 - j9_foundation or wctme5.7_foundation.
>            Reporter: Myrna van Lunteren
>         Assigned To: Daniel John Debrunner
>            Priority: Minor
>             Fix For: 10.3.0.0, 10.2.1.8
>
>
> Running the jdbcapi/_Suite with the test harness with wctme5.7_foundation results in the following error:
> 0 add
> > Failed to invoke suite():java.lang.NoClassDefFoundError: javax.sql.PooledConnection
> Test Failed.
> This is the only information available.
> This error is especially strange because wctme5.7_foundation should support javax.sql.PooledConnection (in contrast to wctme5.7, which is not JDBC3.0 complient).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Reopened: (DERBY-1897) junit test jdbcapi/_Suite fails with wctme5.7_foundation (j9 -jcl:foun) with NoClassDefFoundError: javax.sql.PooledConnection

Posted by "Myrna van Lunteren (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-1897?page=all ]

Myrna van Lunteren reopened DERBY-1897:
---------------------------------------

             
need to set fixed in and port to 10.2

> junit test jdbcapi/_Suite fails with wctme5.7_foundation (j9 -jcl:foun) with NoClassDefFoundError: javax.sql.PooledConnection
> -----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-1897
>                 URL: http://issues.apache.org/jira/browse/DERBY-1897
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.2.1.6, 10.3.0.0
>         Environment: windows with wctme5.7's jcl:foun implementation of JSR 169 - j9_foundation or wctme5.7_foundation.
>            Reporter: Myrna van Lunteren
>         Assigned To: Daniel John Debrunner
>            Priority: Minor
>
> Running the jdbcapi/_Suite with the test harness with wctme5.7_foundation results in the following error:
> 0 add
> > Failed to invoke suite():java.lang.NoClassDefFoundError: javax.sql.PooledConnection
> Test Failed.
> This is the only information available.
> This error is especially strange because wctme5.7_foundation should support javax.sql.PooledConnection (in contrast to wctme5.7, which is not JDBC3.0 complient).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira