[jira] Resolved: (DERBY-812) Scripts to publish Derby test results

2006-11-24 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-812?page=all ] Knut Anders Hatlen resolved DERBY-812. -- Fix Version/s: 10.3.0.0 Resolution: Fixed Derby Info: (was: [Patch Available]) Thank you for contributing the scripts, Ole!

[jira] Commented: (DERBY-2114) Let Clock embed a HashMap rather than inherit from Hashtable

2006-11-24 Thread Dyre Tjeldvoll (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2114?page=comments#action_12452392 ] Dyre Tjeldvoll commented on DERBY-2114: --- Unfortunately, it was not so easy. The VTI interface needs to cast Clock to Hashtable, so with the change one gets

[jira] Updated: (DERBY-2112) Nullpointer on executeBatchRequestX when preparedStatement has no parameters

2006-11-24 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2112?page=all ] Kristian Waagan updated DERBY-2112: --- Attachment: Derby2112ReproNPE.java 'Derby2112ReproNPE.java' demonstrates the reported bug (basically took code from the reporter of this issue). I also

[jira] Commented: (DERBY-1434) Client can send incorrect database name to server after having made multiple connections to different databases.

2006-11-24 Thread Julius Stroffek (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1434?page=comments#action_12452406 ] Julius Stroffek commented on DERBY-1434: The last sentense in the description of the issue states that the JCC driver works fine, so I have not tested

Re: ArrayInputStream and performance

2006-11-24 Thread Knut Anders Hatlen
[EMAIL PROTECTED] writes: I have noticed that two methods, setPosition(int) and setLimit(int) seem to use more CPU than what I find reasonable given what they're supposed to do. Together they use 4.5% of user CPU and 1.5% of system CPU. Looking closer at what each method does, it seems

[jira] Updated: (DERBY-2108) Implement SSL/TLS communication between client and server

2006-11-24 Thread Bernt M. Johnsen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2108?page=all ] Bernt M. Johnsen updated DERBY-2108: Attachment: DERBY-2108-second-cut.diff DERBY-2108-second-cut.stat Fixed the permissions. Now derbyall runs ok. Implement SSL/TLS

[jira] Assigned: (DERBY-2016) ArrayIndexOutOfBoundsException for COALESCE with aggregate functions

2006-11-24 Thread Julius Stroffek (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2016?page=all ] Julius Stroffek reassigned DERBY-2016: -- Assignee: Julius Stroffek ArrayIndexOutOfBoundsException for COALESCE with aggregate functions

[jira] Commented: (DERBY-2108) Implement SSL/TLS communication between client and server

2006-11-24 Thread Bernt M. Johnsen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2108?page=comments#action_12452410 ] Bernt M. Johnsen commented on DERBY-2108: - What's missing now is tests and documentation. Some possible enhancements: 1) Integrate into the user interface

[jira] Commented: (DERBY-2016) ArrayIndexOutOfBoundsException for COALESCE with aggregate functions

2006-11-24 Thread Julius Stroffek (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2016?page=comments#action_12452440 ] Julius Stroffek commented on DERBY-2016: When I ran this example using 'insane' I go this error: ERROR XJ001: Java exception: 'ASSERT FAILED

[jira] Resolved: (DERBY-1434) Client can send incorrect database name to server after having made multiple connections to different databases.

2006-11-24 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1434?page=all ] Knut Anders Hatlen resolved DERBY-1434. --- Resolution: Fixed Derby Info: (was: [Patch Available]) Thank you. I ran derbyall and the JUnit tests with no failures. Committed revision

[jira] Created: (DERBY-2115) Some master files don't have the svn:eol-style property

2006-11-24 Thread Knut Anders Hatlen (JIRA)
Some master files don't have the svn:eol-style property --- Key: DERBY-2115 URL: http://issues.apache.org/jira/browse/DERBY-2115 Project: Derby Issue Type: Bug Components: Test

[jira] Closed: (DERBY-2115) Some master files don't have the svn:eol-style property

2006-11-24 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2115?page=all ] Knut Anders Hatlen closed DERBY-2115. - Fix Version/s: 10.3.0.0 Resolution: Fixed Fixed with this command: for i in `find java/testing/org/apache/derbyTesting/ -name *.out`; do

[jira] Created: (DERBY-2116) Test files missing svn:eol-style

2006-11-24 Thread Knut Anders Hatlen (JIRA)
Test files missing svn:eol-style Key: DERBY-2116 URL: http://issues.apache.org/jira/browse/DERBY-2116 Project: Derby Issue Type: Bug Components: Test Affects Versions: 10.3.0.0

[jira] Closed: (DERBY-2116) Test files missing svn:eol-style

2006-11-24 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2116?page=all ] Knut Anders Hatlen closed DERBY-2116. - Fix Version/s: 10.3.0.0 Resolution: Fixed for i in `find java/testing -name *.sql -o -name *.java`; do svn proplist $i | grep

[jira] Updated: (DERBY-1471) Implement layer B streaming for new methods defined in JDBC4.0

2006-11-24 Thread Tomohito Nakayama (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1471?page=all ] Tomohito Nakayama updated DERBY-1471: - Attachment: DERBY-1471_2.patch DERBY-1471_2.stat I upload patch which modify what was pointed out in mail

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

2006-11-24 Thread jira
Issue Subscription Filter: Derby: JIRA issues with patch available (8 issues) Subscriber: derby-dev Key Summary DERBY-2107 Move page latching out of the lock manager http://issues.apache.org/jira/browse/DERBY-2107 DERBY-2037 provide checking tool to flag possible errors in

Regression Test Report - Daily 478618 - Sun DBTG

2006-11-24 Thread Henri . Vandescheur
[Auto-generated mail] *Daily* 478618/2006-11-23 18:00:09 MET Failed TestsOK Skip Duration Suite --- *Jvm: 1.6* lin 0519519 099.11% derbyall 063046304 0 101.88%

Re: ArrayInputStream and performance

2006-11-24 Thread Dyre . Tjeldvoll
Knut Anders Hatlen [EMAIL PROTECTED] writes: I can't answer your question, but I will add that I find much of the code that uses ArrayInputStream very confusing. ArrayInputStream is supposed to wrap a byte array to provide encapsulation and easy access to the data through the InputStream