[jira] Updated: (DERBY-3164) Create Replication specific tests

2007-11-06 Thread Ole Solberg (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ole Solberg updated DERBY-3164: --- Attachment: derby-3164.1-v1.diff.txt First version of replication specific tests and tests exploiting

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

2007-11-06 Thread Ole Solberg (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ole Solberg updated DERBY-3163: --- Attachment: derby-3163.2-v1.diff.txt Example modifications to existing tests to exploit test decorato

[jira] Updated: (DERBY-3162) Create a framework for replication tests

2007-11-06 Thread Ole Solberg (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ole Solberg updated DERBY-3162: --- Attachment: derby-3162.1-v1.diff.txt First version of a a framework for running replication tests.

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

2007-11-06 Thread Ole Solberg (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ole Solberg updated DERBY-3163: --- Attachment: derby-3163.1-v1.diff.txt First version of Derby JUnit test framework adaptions to run exi

[jira] Updated: (DERBY-3175) NullPointerException on INSERT after ALTER TABLE ... DROP COLUMN

2007-11-06 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton updated DERBY-3175: --- Attachment: d3175_codeChangeOnly.diff Attached is d3175_codeChangeOnly.diff, which is not for

[jira] Commented: (DERBY-3178) DataSourceTest uses ConnectionEventListener but never verifies that events are getting fired

2007-11-06 Thread Mamta A. Satoor (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540660 ] Mamta A. Satoor commented on DERBY-3178: I forgot to mention that I didn't find any test case in DataSourceTe

[jira] Commented: (DERBY-3175) NullPointerException on INSERT after ALTER TABLE ... DROP COLUMN

2007-11-06 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540655 ] Bryan Pendleton commented on DERBY-3175: The core of the problem happens when AlterTableConstantAction.dropC

[jira] Assigned: (DERBY-3175) NullPointerException on INSERT after ALTER TABLE ... DROP COLUMN

2007-11-06 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton reassigned DERBY-3175: -- Assignee: Bryan Pendleton > NullPointerException on INSERT after ALTER TABLE ... DROP C

[jira] Updated: (DERBY-3182) fifth parameter (boolean isNullable) in DatabaseMetaData.getBestRowIdentifier(.....) has no effect

2007-11-06 Thread Myrna van Lunteren (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Myrna van Lunteren updated DERBY-3182: -- Attachment: repro.java > fifth parameter (boolean isNullable) in > DatabaseMetaData.ge

[jira] Created: (DERBY-3182) fifth parameter (boolean isNullable) in DatabaseMetaData.getBestRowIdentifier(.....) has no effect

2007-11-06 Thread Myrna van Lunteren (JIRA)
fifth parameter (boolean isNullable) in DatabaseMetaData.getBestRowIdentifier(.) has no effect --- Key: DERBY-3182 URL: https://issues.apache.org/jira/browse/DERB

[jira] Commented: (DERBY-3175) NullPointerException on INSERT after ALTER TABLE ... DROP COLUMN

2007-11-06 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540628 ] Bryan Pendleton commented on DERBY-3175: The *order* of the column definitions in the CREATE TABLE statement

[jira] Commented: (DERBY-3175) NullPointerException on INSERT after ALTER TABLE ... DROP COLUMN

2007-11-06 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540627 ] Bryan Pendleton commented on DERBY-3175: In the trunk, with a Sane build, I see the following instead of the

[jira] Closed: (DERBY-3133) Syntax for GRANT table permission does not mention that several privileges may be specified in a list

2007-11-06 Thread Dag H. Wanvik (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dag H. Wanvik closed DERBY-3133. Verified on trunk, closing. Thanks for fixing this, Laura! > Syntax for GRANT table permission does no

[jira] Created: (DERBY-3181) isNullable on ResultSetMetaData from DatabaseMetaData.getBestRowIdentifier values are opposite when there is no rows in ResultSet vs. when there is a row.

2007-11-06 Thread Myrna van Lunteren (JIRA)
isNullable on ResultSetMetaData from DatabaseMetaData.getBestRowIdentifier values are opposite when there is no rows in ResultSet vs. when there is a row. ---

[jira] Updated: (DERBY-3181) isNullable on ResultSetMetaData from DatabaseMetaData.getBestRowIdentifier values are opposite when there is no rows in ResultSet vs. when there is a row.

2007-11-06 Thread Myrna van Lunteren (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Myrna van Lunteren updated DERBY-3181: -- Attachment: repro.java > isNullable on ResultSetMetaData from DatabaseMetaData.getBestR

[jira] Updated: (DERBY-3180) error XSDA3 when test is executing SYSCS_INPLACE_COMPRESS_TABLE in specific situation

2007-11-06 Thread Myrna van Lunteren (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Myrna van Lunteren updated DERBY-3180: -- Attachment: derby.log DatabaseMetaDataTest.java > error XSDA3 when test

[jira] Created: (DERBY-3180) error XSDA3 when test is executing SYSCS_INPLACE_COMPRESS_TABLE in specific situation

2007-11-06 Thread Myrna van Lunteren (JIRA)
error XSDA3 when test is executing SYSCS_INPLACE_COMPRESS_TABLE in specific situation - Key: DERBY-3180 URL: https://issues.apache.org/jira/browse/DERBY-3180 Project:

Re: Fix in version 10.3.1.5 vs 10.3.2.0?

2007-11-06 Thread Myrna van Lunteren
On 11/6/07, Mamta Satoor <[EMAIL PROTECTED]> wrote: > Hi, > > When I commit a change into 10.3 codeline, what should I use for fixin > version ie 10.3.1.5 or 10.3.2.0? > > I made the decision to choose 10.3.1.5 for DERBY-3178 because that is > what sysinfo showed me. Is that assumption correct? If

[jira] Commented: (DERBY-3083) Network server demands a file called "derbynet.jar" in classpath

2007-11-06 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540588 ] Daniel John Debrunner commented on DERBY-3083: -- Rather than checking the classpath (which is non-standar

Fix in version 10.3.1.5 vs 10.3.2.0?

2007-11-06 Thread Mamta Satoor
Hi, When I commit a change into 10.3 codeline, what should I use for fixin version ie 10.3.1.5 or 10.3.2.0? I made the decision to choose 10.3.1.5 for DERBY-3178 because that is what sysinfo showed me. Is that assumption correct? If yes, then what is the purpose of 10.3.2.0? I hope this is not a

[jira] Updated: (DERBY-3178) DataSourceTest uses ConnectionEventListener but never verifies that events are getting fired

2007-11-06 Thread Mamta A. Satoor (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mamta A. Satoor updated DERBY-3178: --- Fix Version/s: (was: 10.3.2.0) 10.3.1.5 > DataSourceTest uses Connecti

[jira] Resolved: (DERBY-3178) DataSourceTest uses ConnectionEventListener but never verifies that events are getting fired

2007-11-06 Thread Mamta A. Satoor (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mamta A. Satoor resolved DERBY-3178. Resolution: Fixed Fix Version/s: 10.4.0.0 10.3.2.0 > DataSourceTe

[jira] Commented: (DERBY-3178) DataSourceTest uses ConnectionEventListener but never verifies that events are getting fired

2007-11-06 Thread Mamta A. Satoor (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540580 ] Mamta A. Satoor commented on DERBY-3178: Merged changes into 10.3 codeline using 592561. I will go ahead and

[jira] Commented: (DERBY-3176) J2ME support for phoneME platform disabled in 10.3

2007-11-06 Thread John H. Embretsen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540579 ] John H. Embretsen commented on DERBY-3176: -- Since "Foundation Profile Specification" is a subset of "Persona

[jira] Updated: (DERBY-3178) DataSourceTest uses ConnectionEventListener but never verifies that events are getting fired

2007-11-06 Thread Mamta A. Satoor (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mamta A. Satoor updated DERBY-3178: --- Attachment: DERBY_3178_diff_ver1_Nov_06_2007.txt Committed attached patch DERBY_3178_diff_ver

[jira] Commented: (DERBY-3083) Network server demands a file called "derbynet.jar" in classpath

2007-11-06 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540568 ] Rick Hillegas commented on DERBY-3083: -- I think I like Bryan's approach best. If we don't see derby.jar and der

[jira] Commented: (DERBY-3176) J2ME support for phoneME platform disabled in 10.3

2007-11-06 Thread John H. Embretsen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540563 ] John H. Embretsen commented on DERBY-3176: -- Dan wrote: "Note that it's also the purpose of the JVMInfo clas

[jira] Updated: (DERBY-3086) The server policy needs to grant derbynet.jar more permissions so that sysinfo and drda tracing will work

2007-11-06 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas updated DERBY-3086: - Attachment: derby-3086-01-morePermissions-ab.diff Attaching derby-3086-01-morePermissions-ab.diff

[jira] Commented: (DERBY-3176) J2ME support for phoneME platform disabled in 10.3

2007-11-06 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540544 ] Daniel John Debrunner commented on DERBY-3176: -- Note that it's also the purpose of the JVMInfo class to

[jira] Commented: (DERBY-3176) J2ME support for phoneME platform disabled in 10.3

2007-11-06 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540539 ] Daniel John Debrunner commented on DERBY-3176: -- I think some cleanup needs to happen here, I now see tha

[jira] Updated: (DERBY-3176) J2ME support for phoneME platform disabled in 10.3

2007-11-06 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas updated DERBY-3176: - Attachment: derby-3176-01-phoneME-ab.diff Attaching derby-3176-01-phoneME-ab.diff. This addresses

[jira] Updated: (DERBY-3179) Clearup documentation on locale and error messages

2007-11-06 Thread Laura Stewart (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Laura Stewart updated DERBY-3179: - Description: Mamta A. Satoor - 26/Oct/07 09:36 AM Laura, I looked at the cdevin55108.html page

[jira] Resolved: (DERBY-2188) Developer's Guide talks about a jdbc url property "locale" which is not supported by Derby.

2007-11-06 Thread Laura Stewart (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Laura Stewart resolved DERBY-2188. -- Resolution: Fixed Fix Version/s: 10.3.1.5 Derby Info: (was: [Patch Available])

[jira] Commented: (DERBY-2188) Developer's Guide talks about a jdbc url property "locale" which is not supported by Derby.

2007-11-06 Thread Laura Stewart (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540530 ] Laura Stewart commented on DERBY-2188: -- Committed revision 592523. Opened Derby-3179 for the other issue of loc

[jira] Created: (DERBY-3179) Clearup documentation on locale and error messages

2007-11-06 Thread Laura Stewart (JIRA)
Clearup documentation on locale and error messages -- Key: DERBY-3179 URL: https://issues.apache.org/jira/browse/DERBY-3179 Project: Derby Issue Type: Bug Components: Documentation

[jira] Commented: (DERBY-3176) J2ME support for phoneME platform disabled in 10.3

2007-11-06 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540521 ] Rick Hillegas commented on DERBY-3176: -- Thanks for the quick feedback, Dan. I don't think I understand the GPL i

[jira] Updated: (DERBY-3133) Syntax for GRANT table permission does not mention that several privileges may be specified in a list

2007-11-06 Thread Laura Stewart (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Laura Stewart updated DERBY-3133: - Fix Version/s: 10.3.1.5 10.2.3.0 10.2.2.1 > Syntax for GRAN

[jira] Resolved: (DERBY-3133) Syntax for GRANT table permission does not mention that several privileges may be specified in a list

2007-11-06 Thread Laura Stewart (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Laura Stewart resolved DERBY-3133. -- Resolution: Fixed > Syntax for GRANT table permission does not mention that several privileges

[jira] Updated: (DERBY-3133) Syntax for GRANT table permission does not mention that several privileges may be specified in a list

2007-11-06 Thread Laura Stewart (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Laura Stewart updated DERBY-3133: - Derby Info: (was: [Patch Available]) > Syntax for GRANT table permission does not mention that

[jira] Updated: (DERBY-3133) Syntax for GRANT table permission does not mention that several privileges may be specified in a list

2007-11-06 Thread Laura Stewart (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Laura Stewart updated DERBY-3133: - Attachment: derby3133_4.diff Updated the patch and Committed revision 592509. > Syntax for GRAN

[jira] Commented: (DERBY-1272) Change sysinfo to print to error log (derby.log) on boot of derby if derby.stream.error.logSeverityLevel=0

2007-11-06 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-1272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540512 ] Kathey Marsden commented on DERBY-1272: --- Is the issue perhaps be that previous tests have written to the log. I

[jira] Commented: (DERBY-2872) Add Replication functionality to Derby

2007-11-06 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540509 ] Daniel John Debrunner commented on DERBY-2872: -- >> Is there any reason to put these replications command

[jira] Commented: (DERBY-1272) Change sysinfo to print to error log (derby.log) on boot of derby if derby.stream.error.logSeverityLevel=0

2007-11-06 Thread Ramin Moazeni (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-1272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540507 ] Ramin Moazeni commented on DERBY-1272: -- I was getting the following error which indicates that the derby.stream

[jira] Resolved: (DERBY-2255) ij should indicate that it is waiting for more input in a multi-line interactive statement.

2007-11-06 Thread Myrna van Lunteren (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Myrna van Lunteren resolved DERBY-2255. --- Resolution: Fixed Fix Version/s: 10.4.0.0 Derby Info: (was: [Patch Ava

[jira] Commented: (DERBY-3176) J2ME support for phoneME platform disabled in 10.3

2007-11-06 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540503 ] Daniel John Debrunner commented on DERBY-3176: -- + // Sun's phoneME platform is JDK 1.3 based + id = J2SE

[jira] Commented: (DERBY-1272) Change sysinfo to print to error log (derby.log) on boot of derby if derby.stream.error.logSeverityLevel=0

2007-11-06 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-1272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540500 ] Kathey Marsden commented on DERBY-1272: --- What were the problems you were having with the test order? > Change

[jira] Commented: (DERBY-3176) J2ME support for phoneME platform disabled in 10.3

2007-11-06 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540494 ] Daniel John Debrunner commented on DERBY-3176: -- Could you specify what J2ME specification you are adding

[jira] Issue Comment Edited: (DERBY-3086) The server policy needs to grant derbynet.jar more permissions so that sysinfo and drda tracing will work

2007-11-06 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540488 ] kmarsden edited comment on DERBY-3086 at 11/6/07 9:15 AM: Rick said: >Could you expl

[jira] Commented: (DERBY-3086) The server policy needs to grant derbynet.jar more permissions so that sysinfo and drda tracing will work

2007-11-06 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540488 ] Kathey Marsden commented on DERBY-3086: --- Rick said: >Could you explain the incompatibility which you see is >b

[jira] Created: (DERBY-3178) DataSourceTest uses ConnectionEventListener but never verifies that events are getting fired

2007-11-06 Thread Mamta A. Satoor (JIRA)
DataSourceTest uses ConnectionEventListener but never verifies that events are getting fired Key: DERBY-3178 URL: https://issues.apache.org/jira/browse/DERBY-3178

Regression Test Report - Daily 592086 - Sun DBTG

2007-11-06 Thread Henri . Vandescheur
[Auto-generated mail] *Daily* 592086/2007-11-05 18:00:13 CET Failed TestsOK Skip Duration Suite --- *Jvm: 1.6* lin 0287287 073.51% derbyall 097179717 0 1248.89% suitesAll linN+1 1

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

2007-11-06 Thread jira
Issue Subscription Filter: Derby: JIRA issues with patch available (22 issues) Subscriber: derby-dev Key Summary DERBY-3176 J2ME support for phoneME platform disabled in 10.3 https://issues.apache.org/jira/browse/DERBY-3176 DERBY-1272 Change sysinfo to print to error log (de

[jira] Commented: (DERBY-3176) J2ME support for phoneME platform disabled in 10.3

2007-11-06 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540467 ] Rick Hillegas commented on DERBY-3176: -- Thanks for the quick feedback, John. Please stand by while I consult the

[jira] Updated: (DERBY-1272) Change sysinfo to print to error log (derby.log) on boot of derby if derby.stream.error.logSeverityLevel=0

2007-11-06 Thread Ramin Moazeni (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-1272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramin Moazeni updated DERBY-1272: - Attachment: DERBY-1272v6.stat DERBY-1272v6.diff Hello, I am attaching the v6 pat

[jira] Commented: (DERBY-3137) SQL roles: add catalog support

2007-11-06 Thread Dag H. Wanvik (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540465 ] Dag H. Wanvik commented on DERBY-3137: -- Thanks for the comments, Rick! 1) Thanks for catching that! 2, 3) I th

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

2007-11-06 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540462 ] Knut Anders Hatlen commented on DERBY-2911: --- Now I have tested the buffer manager and background cleaner on

[jira] Commented: (DERBY-3176) J2ME support for phoneME platform disabled in 10.3

2007-11-06 Thread John H. Embretsen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540460 ] John H. Embretsen commented on DERBY-3176: -- >From derby-3176-01-phoneME-aa.diff: + else if (j

[jira] Commented: (DERBY-3086) The server policy needs to grant derbynet.jar more permissions so that sysinfo and drda tracing will work

2007-11-06 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540457 ] Rick Hillegas commented on DERBY-3086: -- I see that sysinfo is in the following jars: derby.jar derbyclient.jar

[jira] Updated: (DERBY-3156) Convert testing of derby error stream to JUnit

2007-11-06 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-3156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vemund Østgaard updated DERBY-3156: --- Attachment: 3156-diffv3.stat 3156-diffv3 Thank you for the comments Knut, I'v

[jira] Updated: (DERBY-3176) J2ME support for phoneME platform disabled in 10.3

2007-11-06 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas updated DERBY-3176: - Derby Info: [Patch Available, Regression] (was: [Patch Available]) I am marking this as a regres

[jira] Updated: (DERBY-3176) J2ME support for phoneME platform disabled in 10.3

2007-11-06 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas updated DERBY-3176: - Derby Info: [Patch Available] > J2ME support for phoneME platform disabled in 10.3 >

[jira] Updated: (DERBY-3176) J2ME support for phoneME platform disabled in 10.3

2007-11-06 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas updated DERBY-3176: - Attachment: derby-3176-01-phoneME-aa.diff Attaching derby-3176-01-phoneME-aa.diff. This patch all

[jira] Updated: (DERBY-3177) Dropping columns casues auto_increment field to be lost

2007-11-06 Thread Charlie Hubbard (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charlie Hubbard updated DERBY-3177: --- Attachment: migration-bug.sql Script to reproduce the bug. > Dropping columns casues auto_in

[jira] Created: (DERBY-3177) Dropping columns casues auto_increment field to be lost

2007-11-06 Thread Charlie Hubbard (JIRA)
Dropping columns casues auto_increment field to be lost --- Key: DERBY-3177 URL: https://issues.apache.org/jira/browse/DERBY-3177 Project: Derby Issue Type: Bug Affects Versions: 10.3.1

[jira] Assigned: (DERBY-3176) J2ME support for phoneME platform disabled in 10.3

2007-11-06 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas reassigned DERBY-3176: Assignee: Rick Hillegas > J2ME support for phoneME platform disabled in 10.3 >

[jira] Created: (DERBY-3176) J2ME support for phoneME platform disabled in 10.3

2007-11-06 Thread Rick Hillegas (JIRA)
J2ME support for phoneME platform disabled in 10.3 -- Key: DERBY-3176 URL: https://issues.apache.org/jira/browse/DERBY-3176 Project: Derby Issue Type: Bug Components: JDBC Affects

[jira] Commented: (DERBY-3086) The server policy needs to grant derbynet.jar more permissions so that sysinfo and drda tracing will work

2007-11-06 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540437 ] Rick Hillegas commented on DERBY-3086: -- Thanks for the quick feedback, Kathey. It looks as though I need to gran

[jira] Closed: (DERBY-3165) Updating Building.txt

2007-11-06 Thread Henrik Holum (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henrik Holum closed DERBY-3165. --- Resolution: Fixed Closing this issue since the updates have been committed. Thanks for the positive

[jira] Commented: (DERBY-2872) Add Replication functionality to Derby

2007-11-06 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-2872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540400 ] Jørgen Løland commented on DERBY-2872: -- Dan, Thanks for showing interest in replication. I'll answer your quest

[jira] Updated: (DERBY-3175) NullPointerException on INSERT after ALTER TABLE ... DROP COLUMN

2007-11-06 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-3175: -- Attachment: bug.sql Uploading repro script. > NullPointerException on INSERT after ALT

[jira] Created: (DERBY-3175) NullPointerException on INSERT after ALTER TABLE ... DROP COLUMN

2007-11-06 Thread Knut Anders Hatlen (JIRA)
NullPointerException on INSERT after ALTER TABLE ... DROP COLUMN Key: DERBY-3175 URL: https://issues.apache.org/jira/browse/DERBY-3175 Project: Derby Issue Type: Bug