Regression Test Report - tinderbox_trunk16 563368 - Sun DBTG

2007-08-07 Thread Ole . Solberg
[Auto-generated mail] *tinderbox_trunk16* 563368/2007-08-07 04:12:42 CEST Failed TestsOK Skip Duration Suite --- *Jvm: 1.6* SunOS-5.10_i86pc-i386 1296295 089.66% derbyall 094699469 0

[jira] Updated: (DERBY-1387) Add JMX extensions to Derby

2007-08-07 Thread Ole Gunnar Borstad (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ole Gunnar Borstad updated DERBY-1387: -- Attachment: jmxFuncspec.html Attaching a functional specification for this feature.

[jira] Updated: (DERBY-1387) Add JMX extensions to Derby

2007-08-07 Thread Ole Gunnar Borstad (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ole Gunnar Borstad updated DERBY-1387: -- Derby Info: [Patch Available] Add JMX extensions to Derby

Creating an Open cursor..

2007-08-07 Thread Ravinder Reddy Pandiri
hi , In one of the JUnit testcases I need to have an OpenCursor. what's wrong with the following code.? Statement s = createStatement(ResultSet.TYPE_FORWARD_ONLY , ResultSet.CONCUR_UPDATABLE); assertUpdateCount(s , 0 , create table t2(c21 int not null

Derby network Server in inconsistent stage

2007-08-07 Thread Mayuresh Nirhali
Hello, I am running Derby 10.2.2.0 on my Solaris (S10) x86 box. The derby server has been started as below, jdk1.5/java -Dderby.system.home=derbydata -cp derbyinstall/derbynet.jar org.apache.derby.drda.NetworkServerControl start When I do 'ps -aef | grep derby', I see the process running.

Re: Creating an Open cursor..

2007-08-07 Thread Kathey Marsden
Ravinder Reddy Pandiri wrote: hi , In one of the JUnit testcases I need to have an OpenCursor. what's wrong with the following code.? Statement s = createStatement(ResultSet.TYPE_FORWARD_ONLY , ResultSet.CONCUR_UPDATABLE); assertUpdateCount(s , 0 , create table t2(c21 int

derby papers on apache web site

2007-08-07 Thread Julius Stroffek
Hi All, I think there used to be a papers section somewhere on Apache Derby website. However, I am not able to find it now. Have the location changed? Where can I find those papers? Are they still available? Thanks Julo

Re: derby papers on apache web site

2007-08-07 Thread Lance J. Andersen
Perhaps you are looking for: http://db.apache.org/derby/integrate/index.html http://wiki.apache.org/db-derby/ http://db.apache.org/derby/manuals/index.html Julius Stroffek wrote: Hi All, I think there used to be a papers section somewhere on Apache Derby website. However, I am not able

Re: derby papers on apache web site

2007-08-07 Thread John Embretsen
Julius Stroffek wrote: Hi All, I think there used to be a papers section somewhere on Apache Derby website. However, I am not able to find it now. Have the location changed? Where can I find those papers? Are they still available? There is a Papers section on the left-hand menu if you go to

Re: derby papers on apache web site

2007-08-07 Thread Ole Gunnar Borstad
Here you go: http://db.apache.org/derby/papers/index.html Ole Gunnar Julius Stroffek wrote: Hi All, I think there used to be a papers section somewhere on Apache Derby website. However, I am not able to find it now. Have the location changed? Where can I find those papers? Are they

Re: Creating an Open cursor..

2007-08-07 Thread Daniel John Debrunner
Ravinder Reddy Pandiri wrote: assertUpdateCount(s , 0 , create table t2(c21 int not null primary key)); assertUpdateCount(s , 1 , insert into t2 values(21)); assertUpdateCount(s , 1 , insert into t2 values(22)); On a separate issue I would avoid having asserts for every

[jira] Commented: (DERBY-712) Support for sequences

2007-08-07 Thread nicolas de loof (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518159 ] nicolas de loof commented on DERBY-712: --- I'd like to use Derby as a replacement for Oracle during development,

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

2007-08-07 Thread jira
Issue Subscription Filter: Derby: JIRA issues with patch available (13 issues) Subscriber: derby-dev Key Summary DERBY-1387 Add JMX extensions to Derby https://issues.apache.org/jira/browse/DERBY-1387 DERBY-2926 Replication: Add a log buffer for log records that should be

Re: derby papers on apache web site

2007-08-07 Thread Julius Stroffek
John, Lance, Ole, Thank you, they are still on the same place as before... ;-) Julo John Embretsen wrote: Julius Stroffek wrote: Hi All, I think there used to be a papers section somewhere on Apache Derby website. However, I am not able to find it now. Have the location changed? Where can

[jira] Assigned: (DERBY-2836) Documentation of derby.storage.pageSize should mention that the default is dynamic

2007-08-07 Thread Laura Stewart (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Laura Stewart reassigned DERBY-2836: Assignee: Laura Stewart Documentation of derby.storage.pageSize should mention that the

Re: Creating an Open cursor..

2007-08-07 Thread Ravinder Reddy Pandiri
On Tue, 7 Aug 2007, Daniel John Debrunner wrote: Ravinder Reddy Pandiri wrote: assertUpdateCount(s , 0 , create table t2(c21 int not null primary key)); assertUpdateCount(s , 1 , insert into t2 values(21)); assertUpdateCount(s , 1 , insert into t2 values(22)); On a

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

2007-08-07 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518204 ] Kathey Marsden commented on DERBY-2967: --- I am looking at the current behavior where _ matches a single

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

2007-08-07 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden updated DERBY-2967: -- Attachment: TestFrench.java Single character does not match high value unicode character with

[jira] Commented: (DERBY-2887) NULLS FIRST / LAST for ORDER BY

2007-08-07 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518213 ] Bryan Pendleton commented on DERBY-2887: Thanks Thomas for the review and testing! NULLS FIRST / LAST for

Re: [jira] Created: (DERBY-2994) Open cursor is not functioning as expected when used with Rename Table

2007-08-07 Thread Kathey Marsden
Ravinder Reddy (JIRA) wrote: Open cursor is not functioning as expected when used with Rename Table --- Key: DERBY-2994 URL: https://issues.apache.org/jira/browse/DERBY-2994

[jira] Updated: (DERBY-2994) Open cursor is not functioning as expected when used with Rename Table

2007-08-07 Thread Ravinder Reddy (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravinder Reddy updated DERBY-2994: -- Component/s: Miscellaneous Description: In the context of following scenario

VOTE on 10.3.1.4 winding down

2007-08-07 Thread Rick Hillegas
Just a gentle reminder that polling on 10.3.1.4 is due to end tomorrow, Wednesday August 8 at 5:00 pm San Francisco time. If you feel that you need more time to evaluate this release candidate, please let the community know how long you would like to prolong the vote. Thanks, -Rick

[jira] Created: (DERBY-2995) convert lang/renameIndex.sql to JUnit

2007-08-07 Thread Ravinder Reddy (JIRA)
convert lang/renameIndex.sql to JUnit - Key: DERBY-2995 URL: https://issues.apache.org/jira/browse/DERBY-2995 Project: Derby Issue Type: Test Components: Test Reporter: Ravinder

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

2007-08-07 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518262 ] Daniel John Debrunner commented on DERBY-2967: -- I would say neither (existing or proposed) is correct,

Re: [VOTE] 10.3.1.4 release

2007-08-07 Thread Bryan Pendleton
Also please vote on whether you accept this candidate as a Derby release. +1 I am comfortable releasing this Derby release. thanks, bryan

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

2007-08-07 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518264 ] Kathey Marsden commented on DERBY-2967: --- Both String.length() and SQL LENGTH say agraveCombined =A\u0300 is

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

2007-08-07 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518269 ] Daniel John Debrunner commented on DERBY-2967: -- String.length() returning two matches its definition so

[jira] Created: (DERBY-2996) iepnegativetests_ES.diff fails with J2ME Foundation

2007-08-07 Thread Ramandeep Kaur (JIRA)
iepnegativetests_ES.diff fails with J2ME Foundation Key: DERBY-2996 URL: https://issues.apache.org/jira/browse/DERBY-2996 Project: Derby Issue Type: Bug Components: Test

[jira] Updated: (DERBY-2836) Documentation of derby.storage.pageSize should mention that the default is dynamic

2007-08-07 Thread Laura Stewart (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Laura Stewart updated DERBY-2836: - Attachment: rtunproper40688.html ctunperf816059.html

[jira] Updated: (DERBY-2836) Documentation of derby.storage.pageSize should mention that the default is dynamic

2007-08-07 Thread Laura Stewart (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Laura Stewart updated DERBY-2836: - Attachment: rtunproper81359.html Attaching the patch file and the updated html files.

[jira] Updated: (DERBY-2836) Documentation of derby.storage.pageSize should mention that the default is dynamic

2007-08-07 Thread Laura Stewart (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Laura Stewart updated DERBY-2836: - Derby Info: [Patch Available] Fix Version/s: 10.4.0.0 Documentation of

[jira] Assigned: (DERBY-2996) iepnegativetests_ES.diff fails with J2ME Foundation

2007-08-07 Thread Ramin Moazeni (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramin Moazeni reassigned DERBY-2996: Assignee: Ramin Moazeni iepnegativetests_ES.diff fails with J2ME Foundation

[jira] Closed: (DERBY-2988) Add max heap memory setting for JVMs spawned when running ant junitreport

2007-08-07 Thread John H. Embretsen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John H. Embretsen closed DERBY-2988. Thank you for committing, Bryan! The fix is in the trunk, so I'm closing the issue. Add max