[jira] Resolved: (DERBY-3099) Possible bug in interaction with buffer manager causing pages not to be freed on rollback to savepoint

2007-10-11 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen resolved DERBY-3099. --- Resolution: Fixed Fix Version/s: 10.4.0.0 Derby Info: (was: [Patch

[jira] Updated: (DERBY-3099) Possible bug in interaction with buffer manager causing pages not to be freed on rollback to savepoint

2007-10-11 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-3099: -- Affects Version/s: 10.3.1.4 The bug is also present on the 10.3 branch (I applied the

Re: Derby Workbench or other GUI

2007-10-11 Thread Bernt M. Johnsen
Hi, Siamak Sarmady wrote (2007-10-11 11:34:08): Rick, Thank you for the information and ideas. I will look at that project carefully before deciding about the architecture of the software. I'm working on http://issues.apache.org/jira/browse/DERBY-1387 and would be delighted to have an

Re: jvm crash in OnlineBackupTest4.sql with jdk 1.5?

2007-10-11 Thread Knut Anders Hatlen
Knut Anders Hatlen [EMAIL PROTECTED] writes: Myrna van Lunteren [EMAIL PROTECTED] writes: Hi, Now that the failures in suites.All for windows/vista are fixed (Thx Knut Anders!) I noticed that there's been a failure reported - almost every day - in store/OnlineBackupTest4.sql with jdk 1.5,

[jira] Commented: (DERBY-3117) Adjust master build script to require the Java 5 compiler to build Derby

2007-10-11 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534029 ] Knut Anders Hatlen commented on DERBY-3117: --- Thanks Rick! No further comments from me. +1 to commit!

[jira] Commented: (DERBY-2911) Implement a buffer manager using java.util.concurrent classes

2007-10-11 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534027 ] Knut Anders Hatlen commented on DERBY-2911: --- Now that the mystery with the failure in T_RawStoreFactory is

[jira] Commented: (DERBY-2212) Add Unique where not null to create index

2007-10-11 Thread Anurag Shekhar (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534035 ] Anurag Shekhar commented on DERBY-2212: --- thanks Øystein, for the review and trying out the patch. 1. I do not

[jira] Commented: (DERBY-3121) The description of CONSTRAINT clause in reference manual seems to have error

2007-10-11 Thread Tomohito Nakayama (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534036 ] Tomohito Nakayama commented on DERBY-3121: -- I read the patch and think OK. I will commit it. The

[jira] Commented: (DERBY-3117) Adjust master build script to require the Java 5 compiler to build Derby

2007-10-11 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534039 ] Rick Hillegas commented on DERBY-3117: -- Thanks, Knut. Committed derby-3117-01-enforceJava5-ac.diff at

[jira] Commented: (DERBY-3107) On client, Clob.free() does not release locators.

2007-10-11 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534044 ] Knut Anders Hatlen commented on DERBY-3107: --- The patch looks good to me (but it adds two lines with

[Fwd: Build Report - tinderbox_trunk16 583824 build failed - Sun DBTG [Auto-generated mail]]

2007-10-11 Thread Rick Hillegas
It looks like the automated build needs to use a Java 5 or Java 6 compiler. Regards, -Rick ---BeginMessage--- ant ant.properties.jdk16: j14lib=/usr/local/java/jdk1.4/jre/lib j13lib=/usr/local/java/jdk1.3/jre/lib jdk16=/usr/local/java/jdk1.6.0 proceed=false sane=false

[jira] Updated: (DERBY-3071) Replication: Modify logging subsystem for slave replication mode

2007-10-11 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jørgen Løland updated DERBY-3071: - Attachment: derby-3071_continuous-recovery_1b.diff Patch 1b supersedes 1a. All tests pass. The

Build Report - tinderbox_trunk16 583824 build failed - Sun DBTG [Auto-generated mail]

2007-10-11 Thread Ole . Solberg
ant ant.properties.jdk16: j14lib=/usr/local/java/jdk1.4/jre/lib j13lib=/usr/local/java/jdk1.3/jre/lib jdk16=/usr/local/java/jdk1.6.0 proceed=false sane=false debug=false

[jira] Created: (DERBY-3122) Remove dead code in Clob

2007-10-11 Thread Knut Anders Hatlen (JIRA)
Remove dead code in Clob Key: DERBY-3122 URL: https://issues.apache.org/jira/browse/DERBY-3122 Project: Derby Issue Type: Improvement Components: Network Client Affects Versions: 10.4.0.0

Java 5 (or higher) compiler now required to build Derby

2007-10-11 Thread Rick Hillegas
I have committed the patch attached to DERBY-3117. After you sync with the mainline, you will need to use the Java 5 (or later) compiler to build Derby. This implements the community's consensus to move to an advanced compiler, as recorded in the following vote:

[jira] Commented: (DERBY-3121) The description of CONSTRAINT clause in reference manual seems to have error

2007-10-11 Thread Tomohito Nakayama (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534041 ] Tomohito Nakayama commented on DERBY-3121: -- Committed. Sendingsrc/ref/rrefsqlj13590.dita

[jira] Updated: (DERBY-3122) Remove dead code in Clob

2007-10-11 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-3122: -- Attachment: d3122.diff d3122.diff removes the variable and the code that uses it. I

Re: Should BrokeredStatement.isClosed() be public?

2007-10-11 Thread Kathey Marsden
Knut Anders Hatlen wrote: Kathey Marsden [EMAIL PROTECTED] writes: I am not sure why the jvm is accessing the parent class's method during runtime, is that a JVM bug that it does? I think so. FWIW, I don't see the error when I run your test program in my environment (OpenSolaris, Sun Java

[jira] Created: (DERBY-3123) Style sheet (CSS) references in demo HTML files are incorrect

2007-10-11 Thread John H. Embretsen (JIRA)
Style sheet (CSS) references in demo HTML files are incorrect - Key: DERBY-3123 URL: https://issues.apache.org/jira/browse/DERBY-3123 Project: Derby Issue Type: Bug

[jira] Subscription: Derby: JIRA issues with patch available

2007-10-11 Thread jira
Issue Subscription Filter: Derby: JIRA issues with patch available (24 issues) Subscriber: derby-dev Key Summary DERBY-223 Change programs under demo directory use consistent package names so IDEs do not report errors https://issues.apache.org/jira/browse/DERBY-223

Regression Test Report - Daily 583523 - Sun DBTG

2007-10-11 Thread Henri . Vandescheur
[Auto-generated mail] *Daily* 583523/2007-10-10 18:00:14 CEST Failed TestsOK Skip Duration Suite --- *Jvm: 1.6* lin 0288288 073.27% derbyall 096849684 0 1145.34% suitesAll sles 0

[jira] Closed: (DERBY-2177) derbyall/derbyall.fail:tools/importExportThruIJ.sql fails on zOs with ibm15SR(3)

2007-10-11 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden closed DERBY-2177. - Resolution: Cannot Reproduce derbyall/derbyall.fail:tools/importExportThruIJ.sql fails on zOs

[jira] Reopened: (DERBY-2177) derbyall/derbyall.fail:tools/importExportThruIJ.sql fails on zOs with ibm15SR(3)

2007-10-11 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden reopened DERBY-2177: --- reopen to close CNR derbyall/derbyall.fail:tools/importExportThruIJ.sql fails on zOs with

[jira] Closed: (DERBY-2178) derbyall/derbynetclientmats/derbynetmats.fail:derbynet/DerbyNetAutoStart.java fails on zOs with ibm 15 (SR3)

2007-10-11 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden closed DERBY-2178. - Resolution: Cannot Reproduce

[jira] Reopened: (DERBY-2178) derbyall/derbynetclientmats/derbynetmats.fail:derbynet/DerbyNetAutoStart.java fails on zOs with ibm 15 (SR3)

2007-10-11 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden reopened DERBY-2178: --- Reopen to close CNR

25 fixes so far for the maintenance release

2007-10-11 Thread Kathey Marsden
https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=truepid=10594fixfor=12312671fixfor=12312670resolution=1sorter/field=issuekeysorter/order=DESC Contributions from Myrna van Lunteren, Kathey Marsden, A B, Dag Wanvik, Bryan Pendleton, Mamta A. Satoor, Knut Anders Hatlen, Laura

[jira] Created: (DERBY-3124) Exception when calling DatabaseMetaData.getTables with non null fourth parameter types)

2007-10-11 Thread Juergen Key (JIRA)
Exception when calling DatabaseMetaData.getTables with non null fourth parameter types) --- Key: DERBY-3124 URL: https://issues.apache.org/jira/browse/DERBY-3124

[jira] Reopened: (DERBY-589) hang on shutdown on zOS (os/390) with Network Server when starting and shutting down networkserver from the same class

2007-10-11 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden reopened DERBY-589: -- reopen to close as cnr hang on shutdown on zOS (os/390) with Network Server when starting and

[jira] Closed: (DERBY-589) hang on shutdown on zOS (os/390) with Network Server when starting and shutting down networkserver from the same class

2007-10-11 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden closed DERBY-589. Resolution: Cannot Reproduce hang on shutdown on zOS (os/390) with Network Server when starting

Re: jvm crash in OnlineBackupTest4.sql with jdk 1.5?

2007-10-11 Thread Myrna van Lunteren
On 10/11/07, Knut Anders Hatlen [EMAIL PROTECTED] wrote: Knut Anders Hatlen [EMAIL PROTECTED] writes: Myrna van Lunteren [EMAIL PROTECTED] writes: Hi, Now that the failures in suites.All for windows/vista are fixed (Thx Knut Anders!) I noticed that there's been a failure reported -

Re: [jira] Updated: (DERBY-3099) Possible bug in interaction with buffer manager causing pages not to be freed on rollback to savepoint

2007-10-11 Thread Myrna van Lunteren
On 10/10/07, Knut Anders Hatlen (JIRA) [EMAIL PROTECTED] wrote: [ https://issues.apache.org/jira/browse/DERBY-3099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-3099: -- Affects Version/s:

[jira] Commented: (DERBY-3124) Exception when calling DatabaseMetaData.getTables with non null fourth parameter types)

2007-10-11 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534083 ] Kathey Marsden commented on DERBY-3124: --- I wonder if this is DERBY-3000? Can you look at the JDBC code there

[jira] Assigned: (DERBY-2073) Inserting BigDecimal value in PreparedStatement into double column loses fractional digits

2007-10-11 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden reassigned DERBY-2073: - Assignee: Kathey Marsden Inserting BigDecimal value in PreparedStatement into double

[jira] Commented: (DERBY-2073) Inserting BigDecimal value in PreparedStatement into double column loses fractional digits

2007-10-11 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534105 ] Kathey Marsden commented on DERBY-2073: --- I noticed this commented out code in NetStatementRequest.java I think

[jira] Updated: (DERBY-2967) Single character does not match high value unicode character with collation TERRITORY_BASED

2007-10-11 Thread Mamta A. Satoor (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mamta A. Satoor updated DERBY-2967: --- Derby Info: [Patch Available] Single character does not match high value unicode character

[jira] Updated: (DERBY-2967) Single character does not match high value unicode character with collation TERRITORY_BASED

2007-10-11 Thread Mamta A. Satoor (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mamta A. Satoor updated DERBY-2967: --- Attachment: DERBY2967_Oct11_07_stat.txt DERBY2967_Oct11_07_diff.txt I am

[jira] Closed: (DERBY-3122) Remove dead code in Clob

2007-10-11 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen closed DERBY-3122. - Resolution: Fixed Fix Version/s: 10.4.0.0 The tests passed. Committed revision

[jira] Updated: (DERBY-3099) Possible bug in interaction with buffer manager causing pages not to be freed on rollback to savepoint

2007-10-11 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-3099: -- Fix Version/s: 10.3.1.5 Committed to 10.3 with revision 583956. Possible bug in

[jira] Closed: (DERBY-3099) Possible bug in interaction with buffer manager causing pages not to be freed on rollback to savepoint

2007-10-11 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen closed DERBY-3099. - Possible bug in interaction with buffer manager causing pages not to be freed on rollback

[jira] Closed: (DERBY-2891) Clob.getCharacterStream(long,long) ignores position parameter for large (32k) CLOBs

2007-10-11 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen closed DERBY-2891. - Clob.getCharacterStream(long,long) ignores position parameter for large (32k) CLOBs

[jira] Closed: (DERBY-2878) Scan protection handle could be cached in BasePage

2007-10-11 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen closed DERBY-2878. - Scan protection handle could be cached in BasePage

[jira] Closed: (DERBY-2885) Wrong connection object used in EmbedConnection.clearLOBMapping()

2007-10-11 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen closed DERBY-2885. - Wrong connection object used in EmbedConnection.clearLOBMapping()

[jira] Closed: (DERBY-2890) Simplify handling of maxPos in UpdatableBlobStream and ClobUpdatableReader

2007-10-11 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen closed DERBY-2890. - Simplify handling of maxPos in UpdatableBlobStream and ClobUpdatableReader

[jira] Closed: (DERBY-2935) DDMReader.readLengthAndCodePoint() decodes long integer incorrectly

2007-10-11 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen closed DERBY-2935. - DDMReader.readLengthAndCodePoint() decodes long integer incorrectly

[jira] Closed: (DERBY-3041) Merge the separate JDBC 2.0 and JDBC 3.0 implementations in the ij code (Main/Main14 and utilMain/utilMain14)

2007-10-11 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen closed DERBY-3041. - Merge the separate JDBC 2.0 and JDBC 3.0 implementations in the ij code (Main/Main14 and

[jira] Closed: (DERBY-3004) Get rid of the finalizer in EmbedResultSet

2007-10-11 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen closed DERBY-3004. - Get rid of the finalizer in EmbedResultSet --

[jira] Closed: (DERBY-2936) Use java.nio.ByteBuffer for buffering in DDMWriter

2007-10-11 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen closed DERBY-2936. - Use java.nio.ByteBuffer for buffering in DDMWriter

Re: Derby Workbench or other GUI

2007-10-11 Thread Laura Stewart
On 10/11/07, Bernt M. Johnsen [EMAIL PROTECTED] wrote: Hi, I'm working on http://issues.apache.org/jira/browse/DERBY-1387 and would be delighted to have an dialogue with someone working on an GUI for Derby. Presently, I'm using a generic JMX tool, JConsole, for testing purposes, but input

[jira] Created: (DERBY-3125) registerOutputParameter with a specified scale does not adjust the scale of the output parameter

2007-10-11 Thread Kathey Marsden (JIRA)
registerOutputParameter with a specified scale does not adjust the scale of the output parameter Key: DERBY-3125 URL:

[jira] Created: (DERBY-3126) Inserting BigDecimal value in PreparedStatement with setBigDecimal into double column loses fractional digits

2007-10-11 Thread Kathey Marsden (JIRA)
Inserting BigDecimal value in PreparedStatement with setBigDecimal into double column loses fractional digits - Key: DERBY-3126 URL:

[jira] Created: (DERBY-3127) Inserting BigDecimal value in PreparedStatement with setObject into double column loses fractional digits

2007-10-11 Thread Kathey Marsden (JIRA)
Inserting BigDecimal value in PreparedStatement with setObject into double column loses fractional digits -- Key: DERBY-3127 URL:

[jira] Updated: (DERBY-3127) Inserting BigDecimal value in PreparedStatement with setObject into double column loses fractional digits

2007-10-11 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden updated DERBY-3127: -- Attachment: BigDecimalProblemTester.java Inserting BigDecimal value in PreparedStatement

[jira] Updated: (DERBY-3126) Inserting BigDecimal value in PreparedStatement with setBigDecimal into double column loses fractional digits

2007-10-11 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden updated DERBY-3126: -- Attachment: derby-2073_stat.txt derby-2073_diff.txt Attached is a patch for

[jira] Issue Comment Edited: (DERBY-3126) Inserting BigDecimal value in PreparedStatement with setBigDecimal into double column loses fractional digits

2007-10-11 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534182 ] kmarsden edited comment on DERBY-3126 at 10/11/07 5:53 PM: - Attached is a patch for

[jira] Updated: (DERBY-3127) Inserting BigDecimal value in PreparedStatement with setObject into double column loses fractional digits

2007-10-11 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden updated DERBY-3127: -- Attachment: BigDecimalProblemTester.java There was an issue with my test program. With the

[jira] Resolved: (DERBY-3079) Database name is printed twice in derby.log on rollbacks when logStatementText is enabled

2007-10-11 Thread Kristian Waagan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Waagan resolved DERBY-3079. Resolution: Fixed Derby Info: [Existing Application Impact] (was: [Existing