[jira] Updated: (DERBY-3348) Small typo in table functions documentation. Should have EmployeeTable not EmployeesTable

2008-02-11 Thread Dyre Tjeldvoll (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dyre Tjeldvoll updated DERBY-3348: -- I don't have access to a program which can extract files from rar archives. Unless some other

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

2008-02-11 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567806#action_12567806 ] Daniel John Debrunner commented on DERBY-1387: -- My (badly worded) point was

[jira] Commented: (DERBY-3400) testgetTypeInfo Fails with ibm16 while running the UpgradeTests

2008-02-11 Thread Manjula Kutty (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567803#action_12567803 ] Manjula Kutty commented on DERBY-3400: -- Yes, it does. Reproduced with -Xjit:count=0

Re: Reducing module dependencies

2008-02-11 Thread Daniel John Debrunner
Dibyendu Majumdar wrote: 2) Such constants would probably no-longer be in-lined by the java compiler, leading to potentially slower code as a field lookup is needed. Not sure about this, as a final value should be in-lined regardless of how it is initialized. But this can be tested, I

Re: Reducing module dependencies

2008-02-11 Thread Dibyendu Majumdar
On 11 Feb 2008, at 21:56, Daniel John Debrunner wrote: 1) To me this seems to be making something simple much more complex for no real benefit. It's good if open source code is easy to understand and follows existing practices. Java defines constants as static final fields in interfaces or

[jira] Assigned: (DERBY-3400) testgetTypeInfo Fails with ibm16 while running the UpgradeTests

2008-02-11 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden reassigned DERBY-3400: - Assignee: Kathey Marsden testgetTypeInfo Fails with ibm16 while running the

[jira] Commented: (DERBY-3400) testgetTypeInfo Fails with ibm16 while running the UpgradeTests

2008-02-11 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567844#action_12567844 ] Kathey Marsden commented on DERBY-3400: --- It also reproduces on Windows with

[jira] Commented: (DERBY-3400) testgetTypeInfo Fails with ibm16 while running the UpgradeTests

2008-02-11 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567838#action_12567838 ] Daniel John Debrunner commented on DERBY-3400: -- Just to clarify, the original

Re: Reducing module dependencies

2008-02-11 Thread Daniel John Debrunner
Dibyendu Majumdar wrote: Modules that need to have their own set of constants, can initialize them as follows: static final String A_CONSTANT = Component.get(namespace, my.key); The advantage of this approach over the current approach is that: a) It maintains all the objectives of the

[jira] Commented: (DERBY-3400) testgetTypeInfo Fails with ibm16 while running the UpgradeTests

2008-02-11 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567827#action_12567827 ] Daniel John Debrunner commented on DERBY-3400: -- With -Xjit:count=0

[jira] Commented: (DERBY-3400) testgetTypeInfo Fails with ibm16 while running the UpgradeTests

2008-02-11 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567821#action_12567821 ] Kathey Marsden commented on DERBY-3400: --- -Xjit:count=0 forces JIT on the first

Re: Reducing module dependencies

2008-02-11 Thread Dibyendu Majumdar
On 11 Feb 2008, at 04:59, Daniel John Debrunner wrote: 2) A somewhat similar but different issue is that all the Stored Format Ids of all objects, regardless of layer, module, etc., is stored in org.apache.derby.iapi.services.io.StoredFormatIds. In this case, it is probably better to

[jira] Commented: (DERBY-3400) testgetTypeInfo Fails with ibm16 while running the UpgradeTests

2008-02-11 Thread Manjula Kutty (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567815#action_12567815 ] Manjula Kutty commented on DERBY-3400: -- To make things clear, The test passed with

[jira] Commented: (DERBY-3310) ASSERT in MergeSort.checkColumnTypes() disallow legal type conversions

2008-02-11 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567799#action_12567799 ] Daniel John Debrunner commented on DERBY-3310: -- What do you mean by template,

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

2008-02-11 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567785#action_12567785 ] Daniel John Debrunner commented on DERBY-1387: -- - Whenever started on a

[jira] Commented: (DERBY-3192) Cache session data in the client driver

2008-02-11 Thread A B (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567763#action_12567763 ] A B commented on DERBY-3192: Yes. The intention is that they would only be sent to Derby

[jira] Commented: (DERBY-3310) ASSERT in MergeSort.checkColumnTypes() disallow legal type conversions

2008-02-11 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567761#action_12567761 ] Kathey Marsden commented on DERBY-3310: --- So for our specific case we have sort of

[jira] Commented: (DERBY-3380) derbyclient.jar is dependent on Java v6

2008-02-11 Thread Steve Streeting (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567755#action_12567755 ] Steve Streeting commented on DERBY-3380: Sorry for the delay, I expected to get an

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

2008-02-11 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel John Debrunner updated DERBY-1387: - Attachment: derby1387_simple_9_1.txt Simplified version of the full patch

[jira] Updated: (DERBY-3392) Performing failover on a database not being replicated should give a more meaningful error message.

2008-02-11 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-3392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Øystein Grøvlen updated DERBY-3392: --- Derby Info: (was: [Patch Available]) Patch looks very good, Narayanan. Committed

[jira] Commented: (DERBY-3094) Grouping of expressions causes NullPointerException

2008-02-11 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567666#action_12567666 ] Bryan Pendleton commented on DERBY-3094: Reversing the order of the items in the

[jira] Resolved: (DERBY-2969) Admin Guide: Document that online backup is non-blocking

2008-02-11 Thread Kim Haase (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kim Haase resolved DERBY-2969. -- Resolution: Fixed Fix Version/s: 10.4.0.0 Thanks very much, Jørgen and Dyre. I'm marking this

[jira] Updated: (DERBY-3404) EmbedResultSet.getString() returns wrong value after auto-commit with CLOSE_CURSORS_AT_COMMIT

2008-02-11 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-3404: -- Derby Info: [Regression] On 10.2.2.0 the repro prints Y, whereas on 10.3.1.4 it prints

[jira] Commented: (DERBY-3288) wrong query result in presence of a unique index

2008-02-11 Thread Gerald Khin (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567660#action_12567660 ] Gerald Khin commented on DERBY-3288: Army, I tried out the fix you provided: Works

[jira] Updated: (DERBY-3404) EmbedResultSet.getString() returns wrong value after auto-commit with CLOSE_CURSORS_AT_COMMIT

2008-02-11 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-3404: -- Attachment: CloseOnCommit.java Attached is a repro. EmbedResultSet.getString()

[jira] Commented: (DERBY-3359) The log shipper needs to be modified to vary the shipping intervals dynamically (based on load)

2008-02-11 Thread Henri van de Scheur (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567656#action_12567656 ] Henri van de Scheur commented on DERBY-3359: Knut Anders Hatlen commented on

[jira] Updated: (DERBY-3379) No Current connection on PooledConnection.getConnection() if pooled connection is reused during connectionClosed processing

2008-02-11 Thread Kristian Waagan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Waagan updated DERBY-3379: --- Attachment: derby-3379-1a-enforce_no_chaining.stat

DatabaseMetaData, upgradeTests, and primary/foreign keys...

2008-02-11 Thread Army
In my local codeline I added a new upgrade fixture to upgradeTests/Changes10_4.java that creates a primary key and several foreign keys. After doing so I noticed that a handful of the fixtures in jdbcapi/DatabaseMetaDataTest, when run as part of upgradeTests/_Suite.java, started failing.

Re: [Request] request around making a directory for Japanese translated reference manual. (Re: [jira] Created: (DERBY-3402) Publish Japanese translated manual at documentation page.)

2008-02-11 Thread Andrew McIntyre
On Feb 9, 2008 6:03 AM, Tomohito Nakayama [EMAIL PROTECTED] wrote: In order to publish Japanese translated manual at documentation page (http://db.apache.org/derby/manuals/index.html), directory for the files are needed. Path of needed directory is /www/db.apache.org/derby/docs/dev/ja_JP/ref

[jira] Commented: (DERBY-3400) testgetTypeInfo Fails with ibm16 while running the UpgradeTests

2008-02-11 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567807#action_12567807 ] Daniel John Debrunner commented on DERBY-3400: -- Is -Xjit:count=0 the same as

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

2008-02-11 Thread Thomas Nielsen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567796#action_12567796 ] Thomas Nielsen commented on DERBY-1387: --- djd The Derby interface class

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

2008-02-11 Thread Thomas Nielsen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567771#action_12567771 ] Thomas Nielsen commented on DERBY-1387: --- Before reading the complete jira, I did a

[jira] Updated: (DERBY-3094) Grouping of expressions causes NullPointerException

2008-02-11 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton updated DERBY-3094: --- Attachment: modifyVisitorDoesntWork.diff My first attempt to fix this was a failure. I made

[jira] Assigned: (DERBY-3001) SYSTABLES documentation for TABLETYPE should include 'A' (Synonym)

2008-02-11 Thread Abhilash T.G (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abhilash T.G reassigned DERBY-3001: --- Assignee: Abhilash T.G SYSTABLES documentation for TABLETYPE should include 'A' (Synonym)

Regression Test Report - Daily 620293 - Sun DBTG

2008-02-11 Thread Henri . Vandescheur
[Auto-generated mail] *Daily* 620293/2008-02-10 18:00:58 MET Failed TestsOK Skip Duration Suite --- *Jvm: 1.6* lin 1271270 071.98% derbyall 01017910179 0 1389.02% suitesAll linN+1

[jira] Commented: (DERBY-3192) Cache session data in the client driver

2008-02-11 Thread A B (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567696#action_12567696 ] A B commented on DERBY-3192: ... based on the new idea of adding product-specific code points.

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

2008-02-11 Thread jira
Issue Subscription Filter: Derby: JIRA issues with patch available (14 issues) Subscriber: derby-dev Key Summary DERBY-3163 Derby JUnit test framework adaptions to run existing tests against replicated databases https://issues.apache.org/jira/browse/DERBY-3163 DERBY-3379

[jira] Commented: (DERBY-3163) Derby JUnit test framework adaptions to run existing tests against replicated databases

2008-02-11 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-3163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567687#action_12567687 ] Øystein Grøvlen commented on DERBY-3163: Thanks for the patch, Ole. 1.

[jira] Commented: (DERBY-151) Thread termination - XSDG after operation is 'complete'

2008-02-11 Thread Paul Sabatino (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567653#action_12567653 ] Paul Sabatino commented on DERBY-151: - We ran into this same error when running our

[jira] Commented: (DERBY-3400) testgetTypeInfo Fails with ibm16 while running the UpgradeTests

2008-02-11 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567877#action_12567877 ] Kathey Marsden commented on DERBY-3400: --- I logged an IBM internal bug for this The

[jira] Updated: (DERBY-3289) Bracketed comments should be documented in the Derby Tools and Utilities Guide

2008-02-11 Thread Dyre Tjeldvoll (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dyre Tjeldvoll updated DERBY-3289: -- Derby Info: (was: [Patch Available]) Committed revision 620486. Bracketed comments should

[jira] Updated: (DERBY-2585) Mistaken description in page of CLOB

2008-02-11 Thread Dyre Tjeldvoll (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dyre Tjeldvoll updated DERBY-2585: -- Derby Info: (was: [Patch Available]) Removing patch flag since the patch is in rar-format.

[jira] Resolved: (DERBY-3306) jdbc4.StatementEventsTest cannot be run individually in a clean environment

2008-02-11 Thread Kristian Waagan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Waagan resolved DERBY-3306. Resolution: Fixed Fix Version/s: 10.4.0.0 Derby Info: (was: [Patch

[jira] Updated: (DERBY-3348) Small typo in table functions documentation. Should have EmployeeTable not EmployeesTable

2008-02-11 Thread Dyre Tjeldvoll (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dyre Tjeldvoll updated DERBY-3348: -- Derby Info: (was: [Patch Available]) Removing patch flag since patch is in rar-format. Note

[jira] Updated: (DERBY-1400) Cleanup code in network server's DRDAStatement class

2008-02-11 Thread Dyre Tjeldvoll (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-1400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dyre Tjeldvoll updated DERBY-1400: -- Removing patch flag since the patch can no longer be applied. Cleanup code in network server's

[jira] Updated: (DERBY-2548) NullPointerException through client/am/EncryptionManager

2008-02-11 Thread Dyre Tjeldvoll (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dyre Tjeldvoll updated DERBY-2548: -- Derby Info: (was: [Patch Available]) Removing patch flag, since the attached patch appears

[jira] Commented: (DERBY-3359) The log shipper needs to be modified to vary the shipping intervals dynamically (based on load)

2008-02-11 Thread V.Narayanan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567607#action_12567607 ] V.Narayanan commented on DERBY-3359: Thank you for the commit Oystein :) The log

[jira] Commented: (DERBY-3384) Replication: startMaster does not unfreeze DB

2008-02-11 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-3384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567604#action_12567604 ] Øystein Grøvlen commented on DERBY-3384: I wonder whether unfreeze() should be

[jira] Commented: (DERBY-3359) The log shipper needs to be modified to vary the shipping intervals dynamically (based on load)

2008-02-11 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-3359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567603#action_12567603 ] Jørgen Løland commented on DERBY-3359: -- I tried running replication with the new log

[jira] Updated: (DERBY-3359) The log shipper needs to be modified to vary the shipping intervals dynamically (based on load)

2008-02-11 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-3359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Øystein Grøvlen updated DERBY-3359: --- Derby Info: (was: [Patch Available]) Thanks for addressing my comments, Narayanan. Patch

[jira] Assigned: (DERBY-2320) Example in DEGREES function is not appropriate.

2008-02-11 Thread Abhishek Bhaskaran (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abhishek Bhaskaran reassigned DERBY-2320: - Assignee: Abhishek Bhaskaran Example in DEGREES function is not appropriate.

[jira] Commented: (DERBY-3383) Replication: stopSlave boots database?

2008-02-11 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-3383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567574#action_12567574 ] Jørgen Løland commented on DERBY-3383: -- A regression test for this issue will be added

[jira] Created: (DERBY-3403) Add replication regression tests

2008-02-11 Thread JIRA
Add replication regression tests Key: DERBY-3403 URL: https://issues.apache.org/jira/browse/DERBY-3403 Project: Derby Issue Type: Sub-task Reporter: Jørgen Løland -- This message is

[jira] Updated: (DERBY-2615) Minor errata in page of Where dynamic parameters are allowed of reference manual

2008-02-11 Thread Sandeep A (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep A updated DERBY-2615: - Attachment: derby-2615.zip Minor errata in page of Where dynamic parameters are allowed of reference

[jira] Updated: (DERBY-2615) Minor errata in page of Where dynamic parameters are allowed of reference manual

2008-02-11 Thread Sandeep A (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep A updated DERBY-2615: - Attachment: DERBY-2615.diff Minor errata in page of Where dynamic parameters are allowed of reference

[jira] Commented: (DERBY-3289) Bracketed comments should be documented in the Derby Tools and Utilities Guide

2008-02-11 Thread Kim Haase (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567669#action_12567669 ] Kim Haase commented on DERBY-3289: -- Thanks, Dyre, but I don't think anyone has reviewed

[jira] Created: (DERBY-3404) EmbedResultSet.getString() returns wrong value after auto-commit with CLOSE_CURSORS_AT_COMMIT

2008-02-11 Thread Knut Anders Hatlen (JIRA)
EmbedResultSet.getString() returns wrong value after auto-commit with CLOSE_CURSORS_AT_COMMIT - Key: DERBY-3404 URL: https://issues.apache.org/jira/browse/DERBY-3404

[jira] Commented: (DERBY-3359) The log shipper needs to be modified to vary the shipping intervals dynamically (based on load)

2008-02-11 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567648#action_12567648 ] Knut Anders Hatlen commented on DERBY-3359: --- Could we also make mf final? Then we

[jira] Assigned: (DERBY-2615) Minor errata in page of Where dynamic parameters are allowed of reference manual

2008-02-11 Thread Sandeep A (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep A reassigned DERBY-2615: Assignee: Sandeep A Minor errata in page of Where dynamic parameters are allowed of reference

[jira] Assigned: (DERBY-3405) Examine the possibility of implementing Derby modules as OSGI bundles

2008-02-11 Thread Dibyendu Majumdar (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dibyendu Majumdar reassigned DERBY-3405: Assignee: Dibyendu Majumdar Examine the possibility of implementing Derby modules

[jira] Updated: (DERBY-3400) testgetTypeInfo Fails with ibm16 while running the UpgradeTests

2008-02-11 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden updated DERBY-3400: -- Attachment: TestDerby3400.java Here is a small repro for this issue outside of Derby and the

[jira] Closed: (DERBY-3308) Broken synchronization for event handling in ClientPooledConnection40

2008-02-11 Thread Kristian Waagan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Waagan closed DERBY-3308. -- Haven't seen any problems with the patch in the regression tests. Closing issue. Broken

[jira] Updated: (DERBY-2667) Create more robust junit TestRunner for running derby tests

2008-02-11 Thread Dyre Tjeldvoll (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dyre Tjeldvoll updated DERBY-2667: -- Derby Info: (was: [Patch Available]) Removing the patch flag since the latest review

[jira] Updated: (DERBY-3306) jdbc4.StatementEventsTest cannot be run individually in a clean environment

2008-02-11 Thread Kristian Waagan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Waagan updated DERBY-3306: --- Attachment: derby-3306-1c-create_db_by_default_and_test_fixes.diff

[jira] Updated: (DERBY-3359) The log shipper needs to be modified to vary the shipping intervals dynamically (based on load)

2008-02-11 Thread V.Narayanan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] V.Narayanan updated DERBY-3359: --- Attachment: DynamicLogShipping_v4.stat DynamicLogShipping_v4.diff sorry my mistake

[jira] Commented: (DERBY-2585) Mistaken description in page of CLOB

2008-02-11 Thread Dyre Tjeldvoll (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567595#action_12567595 ] Dyre Tjeldvoll commented on DERBY-2585: --- Please attach the output from svn diff as

[jira] Resolved: (DERBY-3383) Replication: stopSlave boots database?

2008-02-11 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-3383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jørgen Løland resolved DERBY-3383. -- Resolution: Fixed Great - Somebody Else's Problem :-D Thanks for reviewing and committing

[jira] Commented: (DERBY-3403) Add replication regression tests

2008-02-11 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-3403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567568#action_12567568 ] Jørgen Løland commented on DERBY-3403: -- This issue will keep track of junit tests that

[jira] Updated: (DERBY-3383) Replication: stopSlave boots database?

2008-02-11 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-3383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Øystein Grøvlen updated DERBY-3383: --- Turns out it was ij which confused me. Entering something that ij is not able to parse before

[jira] Updated: (DERBY-3379) No Current connection on PooledConnection.getConnection() if pooled connection is reused during connectionClosed processing

2008-02-11 Thread Kristian Waagan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Waagan updated DERBY-3379: --- Attachment: derby-3379-1a-enforce_no_chaining.stat

[jira] Created: (DERBY-3405) Examine the possibility of implementing Derby modules as OSGI bundles

2008-02-11 Thread Dibyendu Majumdar (JIRA)
Examine the possibility of implementing Derby modules as OSGI bundles - Key: DERBY-3405 URL: https://issues.apache.org/jira/browse/DERBY-3405 Project: Derby Issue Type: New

[jira] Updated: (DERBY-3309) Minor cleanups in ClientPooledConnection40 and ClientPooledConnection

2008-02-11 Thread Kristian Waagan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Waagan updated DERBY-3309: --- Derby Info: (was: [Patch Available]) Committed 'derby-3309-4a-cpc_listeners_synch.diff' to

[jira] Commented: (DERBY-3359) The log shipper needs to be modified to vary the shipping intervals dynamically (based on load)

2008-02-11 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-3359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567630#action_12567630 ] Øystein Grøvlen commented on DERBY-3359: Committed patch v4 as revision 620483.

[jira] Commented: (DERBY-1824) Permission/privlege names in exceptions should be in upper case as keywords, not lower case.

2008-02-11 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567559#action_12567559 ] Jørgen Løland commented on DERBY-1824: -- Hi Jazarine, This is the same error. The

[jira] Commented: (DERBY-2969) Admin Guide: Document that online backup is non-blocking

2008-02-11 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-2969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567561#action_12567561 ] Jørgen Løland commented on DERBY-2969: -- Thanks for the patch, Kim. This makes the

[jira] Updated: (DERBY-3383) Replication: stopSlave boots database?

2008-02-11 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-3383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Øystein Grøvlen updated DERBY-3383: --- Derby Info: (was: [Patch Available]) Replication: stopSlave boots database?

[jira] Updated: (DERBY-2969) Admin Guide: Document that online backup is non-blocking

2008-02-11 Thread Dyre Tjeldvoll (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dyre Tjeldvoll updated DERBY-2969: -- Derby Info: (was: [Patch Available]) Committed revision 620473. Admin Guide: Document that

[jira] Updated: (DERBY-3379) No Current connection on PooledConnection.getConnection() if pooled connection is reused during connectionClosed processing

2008-02-11 Thread Kristian Waagan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Waagan updated DERBY-3379: --- Derby Info: [Patch Available] Assignee: Kristian Waagan No Current connection on

[jira] Commented: (DERBY-3289) Bracketed comments should be documented in the Derby Tools and Utilities Guide

2008-02-11 Thread James F. Adams (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567921#action_12567921 ] James F. Adams commented on DERBY-3289: --- Kim, The patch look ok to me. Thank you

[jira] Commented: (DERBY-3192) Cache session data in the client driver

2008-02-11 Thread Dyre Tjeldvoll (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567725#action_12567725 ] Dyre Tjeldvoll commented on DERBY-3192: --- AB I assume these new code points will be

Re: Reducing module dependencies

2008-02-11 Thread Daniel John Debrunner
Dibyendu Majumdar wrote: On 11 Feb 2008, at 21:56, Daniel John Debrunner wrote: I guess I don't quite see what the issue is with a shared interface that defines all [related] constants. These are compile time only artifacts as they only contain literal constants. I agree that in some