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 "Daniel John Debrunner (JIRA)" <de...@db.apache.org> on 2004/12/07 01:28:08 UTC

[jira] Created: (DERBY-91) XA .sql tests fail with jar files

XA .sql tests fail with jar files
---------------------------------

         Key: DERBY-91
         URL: http://nagoya.apache.org/jira/browse/DERBY-91
     Project: Derby
        Type: Bug
  Components: Tools  
    Versions: 10.0.2.1    
    Reporter: Daniel John Debrunner
 Assigned to: Daniel John Debrunner 


A handful of SQL tests such as jdbcapi/xaAnotherTest.sql fail when run against the jar files.

The output contains lines like

JAVA ERROR: java.lang.NullPointerException

for the ij XA testing commands like xa_datasource

Looks like the derbytools.jar is missing the class
org.apache.derby.impl.tools.ij.xaHelper
since it is loaded indirectly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Commented: (DERBY-91) XA .sql tests fail with jar files

Posted by "Samuel Andrew McIntyre (JIRA)" <de...@db.apache.org>.
     [ http://nagoya.apache.org/jira/browse/DERBY-91?page=comments#action_56295 ]
     
Samuel Andrew McIntyre commented on DERBY-91:
---------------------------------------------

The class org.apache.derby.impl.tools.ij.ijXid should also be added to tools/jar/tools.properties as well.

> XA .sql tests fail with jar files
> ---------------------------------
>
>          Key: DERBY-91
>          URL: http://nagoya.apache.org/jira/browse/DERBY-91
>      Project: Derby
>         Type: Bug
>   Components: Tools
>     Versions: 10.0.2.1
>     Reporter: Daniel John Debrunner
>     Assignee: Daniel John Debrunner

>
> A handful of SQL tests such as jdbcapi/xaAnotherTest.sql fail when run against the jar files.
> The output contains lines like
> JAVA ERROR: java.lang.NullPointerException
> for the ij XA testing commands like xa_datasource
> Looks like the derbytools.jar is missing the class
> org.apache.derby.impl.tools.ij.xaHelper
> since it is loaded indirectly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Updated: (DERBY-91) XA .sql tests fail with jar files

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

Daniel John Debrunner updated DERBY-91:
---------------------------------------

    Description: 
A handful of SQL tests such as jdbcapi/xaAnotherTest.sql fail when run against the jar files.

The output contains lines like

JAVA ERROR: java.lang.NullPointerException

for the ij XA testing commands like xa_datasource

Looks like the derbytools.jar is missing the class
org.apache.derby.impl.tools.ij.xaHelper
since it is loaded indirectly.

  was:
A handful of SQL tests such as jdbcapi/xaAnotherTest.sql fail when run against the jar files.

The output contains lines like

JAVA ERROR: java.lang.NullPointerException

for the ij XA testing commands like xa_datasource

Looks like the derbytools.jar is missing the class
org.apache.derby.impl.tools.ij.xaHelper
since it is loaded indirectly.

    Fix Version: 10.0.2.2

Sending        tools\jar\tools.properties
Transmitting file data .
Committed revision 111575.
(Merge of 111300)

> XA .sql tests fail with jar files
> ---------------------------------
>
>          Key: DERBY-91
>          URL: http://nagoya.apache.org/jira/browse/DERBY-91
>      Project: Derby
>         Type: Bug
>   Components: Tools
>     Versions: 10.0.2.1
>     Reporter: Daniel John Debrunner
>     Assignee: Daniel John Debrunner
>      Fix For: 10.1.0.0, 10.0.2.2

>
> A handful of SQL tests such as jdbcapi/xaAnotherTest.sql fail when run against the jar files.
> The output contains lines like
> JAVA ERROR: java.lang.NullPointerException
> for the ij XA testing commands like xa_datasource
> Looks like the derbytools.jar is missing the class
> org.apache.derby.impl.tools.ij.xaHelper
> since it is loaded indirectly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Commented: (DERBY-91) XA .sql tests fail with jar files

Posted by "Daniel John Debrunner (JIRA)" <de...@db.apache.org>.
     [ http://nagoya.apache.org/jira/browse/DERBY-91?page=comments#action_56292 ]
     
Daniel John Debrunner commented on DERBY-91:
--------------------------------------------

Adding org.apache.derby.impl.tools.ij.xaHelper as an entry in

tools/jars/tools.properties

seems to fix the problem. I will commit once I've run derbyall test suite.

> XA .sql tests fail with jar files
> ---------------------------------
>
>          Key: DERBY-91
>          URL: http://nagoya.apache.org/jira/browse/DERBY-91
>      Project: Derby
>         Type: Bug
>   Components: Tools
>     Versions: 10.0.2.1
>     Reporter: Daniel John Debrunner
>     Assignee: Daniel John Debrunner

>
> A handful of SQL tests such as jdbcapi/xaAnotherTest.sql fail when run against the jar files.
> The output contains lines like
> JAVA ERROR: java.lang.NullPointerException
> for the ij XA testing commands like xa_datasource
> Looks like the derbytools.jar is missing the class
> org.apache.derby.impl.tools.ij.xaHelper
> since it is loaded indirectly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (DERBY-91) XA .sql tests fail with jar files

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

     Resolution: Fixed
    Fix Version: 10.1.0.0

Sending        tools/jar/tools.properties
Transmitting file data .
Committed revision 111300.

Only xaHelper is required to be added to tools.properties.

> XA .sql tests fail with jar files
> ---------------------------------
>
>          Key: DERBY-91
>          URL: http://nagoya.apache.org/jira/browse/DERBY-91
>      Project: Derby
>         Type: Bug
>   Components: Tools
>     Versions: 10.0.2.1
>     Reporter: Daniel John Debrunner
>     Assignee: Daniel John Debrunner
>      Fix For: 10.1.0.0

>
> A handful of SQL tests such as jdbcapi/xaAnotherTest.sql fail when run against the jar files.
> The output contains lines like
> JAVA ERROR: java.lang.NullPointerException
> for the ij XA testing commands like xa_datasource
> Looks like the derbytools.jar is missing the class
> org.apache.derby.impl.tools.ij.xaHelper
> since it is loaded indirectly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (DERBY-91) XA .sql tests fail with jar files

Posted by "Samuel Andrew McIntyre (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-91?page=all ]
     
Samuel Andrew McIntyre closed DERBY-91:
---------------------------------------


> XA .sql tests fail with jar files
> ---------------------------------
>
>          Key: DERBY-91
>          URL: http://issues.apache.org/jira/browse/DERBY-91
>      Project: Derby
>         Type: Bug
>   Components: Tools
>     Versions: 10.0.2.1
>     Reporter: Daniel John Debrunner
>     Assignee: Daniel John Debrunner
>      Fix For: 10.0.2.2, 10.1.0.0

>
> A handful of SQL tests such as jdbcapi/xaAnotherTest.sql fail when run against the jar files.
> The output contains lines like
> JAVA ERROR: java.lang.NullPointerException
> for the ij XA testing commands like xa_datasource
> Looks like the derbytools.jar is missing the class
> org.apache.derby.impl.tools.ij.xaHelper
> since it is loaded indirectly.

-- 
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