[jira] Commented: (DERBY-2020) Change file option for syncing log file to disk from rws to rwd

2007-03-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483911 ] Knut Anders Hatlen commented on DERBY-2020: --- Hi Olav, I think your approach of moving the checking into a

[jira] Commented: (DERBY-2444) Implement not implemented methods Blob.getBinaryStream(long pos, long length) and Clob. getCharacterStream(long pos, long length) in the Network Client

2007-03-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483916 ] Knut Anders Hatlen commented on DERBY-2444: --- The patch looks good. Some minor comments/questions: 1)

Regression Test Report - tinderbox_trunk16 521998 - Sun DBTG

2007-03-25 Thread Ole . Solberg
[Auto-generated mail] *tinderbox_trunk16* 521998/2007-03-24 10:42:23 CET Failed TestsOK Skip Duration Suite --- *Jvm: 1.6* SunOS-5.10_i86pc-i386 1398397 0 1129.84% derbyall 072097209 0

[jira] Commented: (DERBY-2443) Implement ResultSet updateClob/updateBlob methods on the NetworkClient

2007-03-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483917 ] Knut Anders Hatlen commented on DERBY-2443: --- The patch looks good to me. A couple of small comments: I

Re: javax.jnlp.PersistenceService discoveries and questions about Derby StorageFactory/StorageFile - help me out pls :)

2007-03-25 Thread Luigi Lauro
On 23 Mar 2007, at 15:37, Daniel John Debrunner wrote: I think removal of the temp files happens above the Storagefactory, but it would also be ok for the Storagefactory to remove them on shutdown. Adding comments to the javadoc for StorageFactory would help here, e.g. temp files need not

Regression Test Report - tinderbox_trunk16 522186 - Sun DBTG

2007-03-25 Thread Ole . Solberg
[Auto-generated mail] *tinderbox_trunk16* 522186/2007-03-25 11:32:51 CEST Failed TestsOK Skip Duration Suite --- *Jvm: 1.6* SunOS-5.10_i86pc-i386 0398398 0 154.41% derbyall F:1,E:072097208 0

[jira] Commented: (DERBY-2379) provide encryption support for temporary files used by lob if the dara base is encrypted

2007-03-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483945 ] Knut Anders Hatlen commented on DERBY-2379: --- * It seems to me LOBFile implements all the methods of the

[jira] Updated: (DERBY-2472) Use Throwable.initCause() to improve error reporting

2007-03-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-2472: -- Attachment: setStackTrace.diff Attaching a patch which removes the printStackTrace()

[jira] Updated: (DERBY-2472) Use Throwable.initCause() to improve error reporting

2007-03-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-2472: -- Derby Info: [Patch Available] Use Throwable.initCause() to improve error reporting

[jira] Commented: (DERBY-1947) OutOfMemoryError after repeated calls to boot and shutdown a database

2007-03-25 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483951 ] Bryan Pendleton commented on DERBY-1947: It seems like it would be nice if, instead of adding more code to

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

2007-03-25 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] Subscription: Derby: JIRA issues with patch available

2007-03-25 Thread jira
Issue Subscription Filter: Derby: JIRA issues with patch available (17 issues) Subscriber: derby-dev Key Summary DERBY-1947 OutOfMemoryError after repeated calls to boot and shutdown a database https://issues.apache.org/jira/browse/DERBY-1947 DERBY-2472 Use

Regression Test Report - Daily 522052 - Sun DBTG

2007-03-25 Thread Henri . Vandescheur
[Auto-generated mail] *Daily* 522052/2007-03-24 18:00:26 CET Failed TestsOK Skip Duration Suite --- *Jvm: 1.6* lin 0398398 082.97% derbyall F:1,E:072097208 0 517.62% suitesAll sles

[jira] Commented: (DERBY-2020) Change file option for syncing log file to disk from rws to rwd

2007-03-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483953 ] Knut Anders Hatlen commented on DERBY-2020: --- Sorry, I was too quick in my previous comment. #1 is not an

[jira] Updated: (DERBY-2469) Java Web Start JNLP PersistenceService API storage support

2007-03-25 Thread Luigi Lauro (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luigi Lauro updated DERBY-2469: --- Attachment: JNLPStorageFactory.java VirtualStorageFile.java

[DERBY-2469] First alpha implementation available - help needed :)

2007-03-25 Thread Luigi Lauro
Compiles but doesn't run yet, a lot of things to check/do yet, but a first 90% complete implementation is available. You can download the latest versions for the 3 classes here: https:// issues.apache.org/jira/browse/DERBY-2469 I'm coding around a VirtualStorageFactory abstract base

Re: svn commit: r522292 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_SortController.java

2007-03-25 Thread Daniel John Debrunner
[EMAIL PROTECTED] wrote: Author: kristwaa Date: Sun Mar 25 09:10:13 2007 New Revision: 522292 URL: http://svn.apache.org/viewvc?view=revrev=522292 Log: DERBY-2486: Fixed missing method-rename. Thanks, I'd made the change but forgot to commit it. Dan.

[jira] Commented: (DERBY-2020) Change file option for syncing log file to disk from rws to rwd

2007-03-25 Thread Olav Sandstaa (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483962 ] Olav Sandstaa commented on DERBY-2020: -- Hi Knut Anders, Thanks for the review comments - and thanks for

Regression Test Report - tinderbox_trunk16 522292 - Sun DBTG

2007-03-25 Thread Ole . Solberg
[Auto-generated mail] *tinderbox_trunk16* 522292/2007-03-25 18:12:26 CEST Failed TestsOK Skip Duration Suite --- *Jvm: 1.6* SunOS-5.10_i86pc-i386 0398398 0 154.88% derbyall F:1,E:072097208 0

[jira] Commented: (DERBY-2379) provide encryption support for temporary files used by lob if the dara base is encrypted

2007-03-25 Thread V.Narayanan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12484013 ] V.Narayanan commented on DERBY-2379: I was reviewing this patch yesterday and had a few comments too. I have not

[jira] Updated: (DERBY-2379) provide encryption support for temporary files used by lob if the dara base is encrypted

2007-03-25 Thread V.Narayanan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] V.Narayanan updated DERBY-2379: --- Attachment: CosmeticComments_1.txt Attached is the file containing the cosmetic issues I identified.

[jira] Commented: (DERBY-2379) provide encryption support for temporary files used by lob if the dara base is encrypted

2007-03-25 Thread V.Narayanan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12484017 ] V.Narayanan commented on DERBY-2379: I am sorry I meant to say I was planning to paste the attachment internally

[jira] Updated: (DERBY-2443) Implement ResultSet updateClob/updateBlob methods on the NetworkClient

2007-03-25 Thread V.Narayanan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] V.Narayanan updated DERBY-2443: --- Attachment: ResultSetNotImplMethods_v3.stat ResultSetNotImplMethods_v3.diff Thank

[jira] Commented: (DERBY-2443) Implement ResultSet updateClob/updateBlob methods on the NetworkClient

2007-03-25 Thread V.Narayanan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12484041 ] V.Narayanan commented on DERBY-2443: for v3 I ran only the tests modified as part of this patch. They passed.

[jira] Updated: (DERBY-2450) Clob.Position returning wrong value when operating on Reader

2007-03-25 Thread Kristian Waagan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Waagan updated DERBY-2450: --- Derby Info: (was: [Patch Available]) Fix Version/s: 10.3.0.0 Committed

[jira] Updated: (DERBY-2472) Use Throwable.initCause() to improve error reporting

2007-03-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-2472: -- Attachment: setStackTrace-v2.diff lang/closed.java and lang/releaseCompileLocks.sql