Re: Need help in running tests

2011-08-03 Thread Rick Hillegas
Hi Brett, You can also run the tests outside of ant. Here's what I do: 1) Set up my classpath to include the following: - the jars in tools/java (including the junit jar) - the derby jars which I have built - the xalan jars 2) Then issue the following command: java

[jira] [Commented] (DERBY-5352) Derby table functions stored in a jar file inside the database which implement VTICosting or RestrictedVTI fail with ClassNotFoundException

2011-08-03 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13078734#comment-13078734 ] Rick Hillegas commented on DERBY-5352: -- I see Brett's CLA on file. Committed

[jira] [Commented] (DERBY-5352) Derby table functions stored in a jar file inside the database which implement VTICosting or RestrictedVTI fail with ClassNotFoundException

2011-08-03 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13078739#comment-13078739 ] Rick Hillegas commented on DERBY-5352: -- Ported 1153474 from the trunk to the 10.8

[jira] [Issue Comment Edited] (DERBY-5371) Database fails to boot, complaining that the getProcedureColumns() system procedure already exists

2011-08-03 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13078391#comment-13078391 ] Rick Hillegas edited comment on DERBY-5371 at 8/3/11 1:50 PM: --

Re: BUG

2011-08-03 Thread Rick Hillegas
Hi Mani, I have posted a question on https://issues.apache.org/jira/browse/DERBY-5371 : does the ess_Prism directory have a service.properties file? Thanks, -Rick On 8/2/11 7:48 AM, Rick Hillegas wrote: Thanks for including this zip file, Mani. I have created a jira to track this issue:

Regression Test Report - Daily 1153172 - Sun DBTG

2011-08-03 Thread Ole . Solberg
[Auto-generated mail] *Daily* 1153172/2011-08-02 18:00:23 MEST Failed TestsOK Skip Duration Suite --- *Jvm: 1.6* lin 01421214212 0 1557.31% suitesAll 01515 0 .% jdbcapiAutoLoad 0

Re: using old nabble to search for derby messages

2011-08-03 Thread Dag H. Wanvik
Rick Hillegas rick.hille...@oracle.com writes: I am having trouble using old Nabble to search derby mail: http://old.nabble.com/Apache-Database-f105.html I get no results along with a diagnostic which says that Nabble is rebuilding its indexes. Anyone else seeing this problem? Worked for me

Re: using old nabble to search for derby messages

2011-08-03 Thread Rick Hillegas
On 8/3/11 9:28 AM, dag.wan...@oracle.com wrote: Rick Hillegasrick.hille...@oracle.com writes: I am having trouble using old Nabble to search derby mail: http://old.nabble.com/Apache-Database-f105.html I get no results along with a diagnostic which says that Nabble is rebuilding its indexes.

Re: Need help in running tests

2011-08-03 Thread Dag H. Wanvik
This is a comment from build.xml, maybe it will help: target name=junit-init depends=junit-init-nocp !-- Set up the default classpath to use with JUnit tests. junit tasks should include the following entries in the order specified in their nested classpath structure:

[jira] [Commented] (DERBY-5164) Provide a framework to test upgrade between point releases. Currently, the upgrade testing happens between two major versions.

2011-08-03 Thread Mamta A. Satoor (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13078910#comment-13078910 ] Mamta A. Satoor commented on DERBY-5164: We have a checkin in the 10.7 codeline

[jira] [Updated] (DERBY-5164) Provide a framework to test upgrade between point releases. Currently, the upgrade testing happens between two major versions.

2011-08-03 Thread Mamta A. Satoor (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mamta A. Satoor updated DERBY-5164: --- Fix Version/s: 10.7.1.4 Provide a framework to test upgrade between point releases.

[jira] [Resolved] (DERBY-5164) Provide a framework to test upgrade between point releases. Currently, the upgrade testing happens between two major versions.

2011-08-03 Thread Mamta A. Satoor (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mamta A. Satoor resolved DERBY-5164. Resolution: Fixed Provide a framework to test upgrade between point releases. Currently,

Re: Unable to run a java file

2011-08-03 Thread siddharth srivastava
Hi From the same window where you get the ClassNotFoundException, try running org.apache.derby.tools.**sysinfo, and paste the output into an email reply so we can see it. Here is the output: -- Java Information -- Java Version:1.6.0_25 Java Vendor:

[jira] [Updated] (DERBY-5003) NPE in ReplicationRun_Local_3_p5 when stopping slave after purposely crashing master

2011-08-03 Thread Dag H. Wanvik (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dag H. Wanvik updated DERBY-5003: - Attachment: db_slave-derby.log.2 NPE in ReplicationRun_Local_3_p5 when stopping slave after

[jira] [Issue Comment Edited] (DERBY-5003) NPE in ReplicationRun_Local_3_p5 when stopping slave after purposely crashing master

2011-08-03 Thread Dag H. Wanvik (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13078946#comment-13078946 ] Dag H. Wanvik edited comment on DERBY-5003 at 8/3/11 7:37 PM: --

RE: Need help in running tests

2011-08-03 Thread Bergquist, Brett
I seem to have had to build the target derbytestingjar first. This is mentioned in the document (on my system): file:///Users/brett/Development/derby/10.8/java/testing/README.htm#intro but it is mentioned after the Quickstart and Running Test section. I am also a little confused about

Re: Unable to run a java file

2011-08-03 Thread Bryan Pendleton
On 08/03/2011 11:54 AM, siddharth srivastava wrote: Java classpath: C:\Users\siddharth\workspace\derbytrunk\jars\sane\derby.jar;C:\ Users\siddharth\workspace\derbytrunk\jars\sane\derbytools.jar;C:\Users\siddharth \workspace\derbytrunk\jars\sane\derbyTesting.jar;C:\Users\siddharth\workspace\de