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

2007-08-01 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: DERBY-1387-1.stat DERBY-1387-1.diff DERBY-1387-1.diff DERBY

Re: Last call for changes to the 10.3 Release Notes

2007-08-01 Thread Rick Hillegas
Kathey Marsden wrote: Rick Hillegas wrote: If you would like to see further changes to the Release Notes, please let me know by close of business today. Changes which surface during the vote will not trigger a new candidate, hopefully. Instead, vote feedback can turn up on the download page.

[jira] Commented: (DERBY-2974) Getting Started guide source still has gsconrefs.dita file

2007-08-01 Thread Kim Haase (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516964 ] Kim Haase commented on DERBY-2974: -- Thanks very much for fixing this, Laura! > Getting Started guide source still h

[jira] Commented: (DERBY-2892) Closing a resultset after retrieving a large > 32665 bytes value with Network Server does not release locks

2007-08-01 Thread Tomohito Nakayama (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516969 ] Tomohito Nakayama commented on DERBY-2892: -- I added the test code as next to LargeDataLocksTest and found t

Regression Test Report - tinderbox_trunk16 561670 - Sun DBTG

2007-08-01 Thread Ole . Solberg
[Auto-generated mail] *tinderbox_trunk16* 561670/2007-08-01 08:02:43 CEST Failed TestsOK Skip Duration Suite --- *Jvm: 1.6* SunOS-5.10_i86pc-i386 5298293 0 218.85% derbyall 091859185 0 2522.

[jira] Updated: (DERBY-2982) Track changes during my tenure as 10.3 release manager

2007-08-01 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas updated DERBY-2982: - Attachment: RELEASE-NOTES.html derby-2982-03-releaseNotes.diff Attaching derby-29

Re: reg: DatabaseMetaData.getTables()

2007-08-01 Thread Bryan Pendleton
ResultSet rs1 = databaseMetaData.getTables("", null, "%", null); I am getting the syntax error in the last line. The Error is: Syntax error: Encountered "ORDER" at line 1, column 815 This sounds like a build problem to me. Under the covers, the getTables() method invokes

[jira] Commented: (DERBY-2892) Closing a resultset after retrieving a large > 32665 bytes value with Network Server does not release locks

2007-08-01 Thread Tomohito Nakayama (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516981 ] Tomohito Nakayama commented on DERBY-2892: -- Now, I came to think that the current implementation of client /

reg: DatabaseMetaData.getTables()

2007-08-01 Thread Ravinder Reddy Pandiri
hi, In one of the JUnit test cases I have the following code. Statement s = createStatement(); DatabaseMetaData databaseMetaData; databaseMetaData = getConnection().getMetaData(); ResultSet rs1 = databaseMetaData.getTables("", null, "%", nu

Re: reg: DatabaseMetaData.getTables()

2007-08-01 Thread Mamta Satoor
Hi Ravinder, The metadata sql for getTables has changed in 10.3 and main and that is probably why you are seeing the error. You will have to drop and recreate any existing 10.3 and main databases to resolve the problem. Mamta On 8/1/07, Bryan Pendleton <[EMAIL PROTECTED]> wrote: > > > Result

Re: Do I need to provide extra memory flags when using "ant junitreport"?

2007-08-01 Thread John Embretsen
Bryan Pendleton wrote: I've been running JUnit tests directly by running java -Xmx1024m junit.textui.TestRunner org.apache.derbyTesting.functionTests.suites.All But recently I've been trying to switch over to ant junitreport because I like the nice report I get. But do I need to pass t

[jira] Commented: (DERBY-2937) ERROR 22011: The second or third argument of the SUBSTR function is out of range with data concatenation in group by query.

2007-08-01 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516994 ] Daniel John Debrunner commented on DERBY-2937: -- The groupby.txt patch is incorrect, or at least it's not

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

2007-08-01 Thread jira
Issue Subscription Filter: Derby: JIRA issues with patch available (12 issues) Subscriber: derby-dev Key Summary DERBY-2953 Dump the information about rollbacks of the global transaction (introduced in DERBY-2220 and DERBY-2432) to derby.log https://issues.apache.org/jira/br

[VOTE] 10.3.1.4 release

2007-08-01 Thread Rick Hillegas
Please test-drive the Derby 10.3.1.4 release candidate, available at http://people.apache.org/~rhillegas/10.3.1.4/ This candidate includes additional work done on the following issues: DERBY-2350 DERBY-2793 DERBY-2925 DERBY-2963 DERBY-2966 DERBY-2960 DERBY-2955 Please record your test results

Re: Eclipse plugin

2007-08-01 Thread Rick Hillegas
Rick Hillegas wrote: Manjula Kutty wrote: I will try to create the plugin. Can u please let me know which build I should be using ? -- Thanks, Manjula. Thanks, Manjula. I plan to post a release candidate on Wednesday. I can give you the details then. Cheers, -Rick Hi Manjula, The release

Regression Test Report - Daily 561366 - Sun DBTG

2007-08-01 Thread Henri . Vandescheur
[Auto-generated mail] *Daily* 561366/2007-07-31 18:00:11 CEST Failed TestsOK Skip Duration Suite --- *Jvm: 1.6* lin 3298295 072.78% derbyall F:2,E:091859183 0 1107.64% suitesAll sles

[jira] Commented: (DERBY-2916) Change/error? in 'Ordered null semantics' output from 'SYSCS_UTIL.SYSCS_GET_RUNTIMESTATISTICS()' in lang/wisconsin.java

2007-08-01 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517008 ] Daniel John Debrunner commented on DERBY-2916: -- Thanks Bryan & Army for investigating this, provides a v

[jira] Assigned: (DERBY-2916) Change/error? in 'Ordered null semantics' output from 'SYSCS_UTIL.SYSCS_GET_RUNTIMESTATISTICS()' in lang/wisconsin.java

2007-08-01 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel John Debrunner reassigned DERBY-2916: Assignee: Daniel John Debrunner > Change/error? in 'Ordered null semantics'

[jira] Commented: (DERBY-2964) ASSERT FAILED type of inserted column[0] = org.apache.derby.iapi.types.SQLVarchar type of template column[0] = org.apache.derby.iapi.types.CollatorSQLVarchar when insert

2007-08-01 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517025 ] Kathey Marsden commented on DERBY-2964: --- looks fixed with test script and with lang/modifyColumn.sql run with

[jira] Closed: (DERBY-2964) ASSERT FAILED type of inserted column[0] = org.apache.derby.iapi.types.SQLVarchar type of template column[0] = org.apache.derby.iapi.types.CollatorSQLVarchar when inserting

2007-08-01 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden closed DERBY-2964. - > ASSERT FAILED type of inserted column[0] = > org.apache.derby.iapi.types.SQLVarchar type of templa

Re: Do I need to provide extra memory flags when using "ant junitreport"?

2007-08-01 Thread Bryan Pendleton
I too get a few OutOfMemoryErrors when I run "ant junitreport" with default settings. They disappear if I tell ant to increase the max heap memory to some high value. So far I have not been able to do that from the command line, so I edited the "junit-core" target in build.xml instead: Thanks

[jira] Updated: (DERBY-2750) Convert lang/declareGlobalTempTableJava.java to JUnit

2007-08-01 Thread Ravinder Reddy (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravinder Reddy updated DERBY-2750: -- Attachment: DERBY-2750.diff-01-08-07 > Convert lang/declareGlobalTempTableJava.java to JUnit >

[jira] Commented: (DERBY-2750) Convert lang/declareGlobalTempTableJava.java to JUnit

2007-08-01 Thread Ravinder Reddy (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517032 ] Ravinder Reddy commented on DERBY-2750: --- I attached the final patch.It successfully runs in eclipse except The

[jira] Updated: (DERBY-2750) Convert lang/declareGlobalTempTableJava.java to JUnit

2007-08-01 Thread Ravinder Reddy (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravinder Reddy updated DERBY-2750: -- Attachment: DERBY-2750.diff.final > Convert lang/declareGlobalTempTableJava.java to JUnit > ---

Re: Eclipse plugin

2007-08-01 Thread Manjula Kutty
Hi Rick, Thanks for the heads up mail. Since this is the first time I'm going to do the Eclipse plug-in creation, it may take more time than expected. Do we have to create the plug in before the vote ends or can it wait a bit longer? (just curios, will make my best to create before that) Regards

Re: Eclipse plugin

2007-08-01 Thread Rick Hillegas
Manjula Kutty wrote: Hi Rick, Thanks for the heads up mail. Since this is the first time I'm going to do the Eclipse plug-in creation, it may take more time than expected. Do we have to create the plug in before the vote ends or can it wait a bit longer? (just curios, will make my best to cr

Re: Eclipse plugin

2007-08-01 Thread Manjula Kutty
Thanks for the update. I will try to create the plugin and post it by end of tomorrow. Thanks Manjula On 8/1/07, Rick Hillegas <[EMAIL PROTECTED]> wrote: > > Manjula Kutty wrote: > > Hi Rick, > > > > Thanks for the heads up mail. Since this is the first time I'm going > > to do the Eclipse plug-

[jira] Updated: (DERBY-2933) When network server disconnects due to an I/O Exception it does not always log the exception that caused the error

2007-08-01 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden updated DERBY-2933: -- Attachment: DERBY-2933_no_commit_diff.txt Attached is a patch that logs the IO/exceptions and o

Readme file under the test directory

2007-08-01 Thread Manjula Kutty
I feel the README file under the test directory is little outdated.Thesection about remote testing still has some problem and is not working as mentioned there. Can we remove that section from the README file? Thanks, Manjula.

Regression Test Report - tinderbox_trunk16 561809 - Sun DBTG

2007-08-01 Thread Ole . Solberg
[Auto-generated mail] *tinderbox_trunk16* 561809/2007-08-01 16:22:18 CEST Failed TestsOK Skip Duration Suite --- *Jvm: 1.6* SunOS-5.10_i86pc-i386 5298293 089.99% derbyall 091859185 0 2316.

[jira] Commented: (DERBY-2933) When network server disconnects due to an I/O Exception it does not always log the exception that caused the error

2007-08-01 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517074 ] Kathey Marsden commented on DERBY-2933: --- The error occurs whenever the datbase is shutdown and can be reproduce

[jira] Commented: (DERBY-2980) three test failed with 'java.security.AccessControlException

2007-08-01 Thread Ramin Moazeni (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517088 ] Ramin Moazeni commented on DERBY-2980: -- resolved in trunk (revision #561546) and 10.3 (revision #561638) > thr

[jira] Resolved: (DERBY-2980) three test failed with 'java.security.AccessControlException

2007-08-01 Thread Ramin Moazeni (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramin Moazeni resolved DERBY-2980. -- Resolution: Fixed > three test failed with 'java.security.AccessControlException >

[jira] Resolved: (DERBY-2437) SYSCS_EXPORT_TABLE can be used to overwrite derby files

2007-08-01 Thread Ramin Moazeni (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramin Moazeni resolved DERBY-2437. -- Resolution: Fixed Fix Version/s: 10.3.1.4 10.1.4.0 resolved in trunk

[jira] Updated: (DERBY-2437) SYSCS_EXPORT_TABLE can be used to overwrite derby files

2007-08-01 Thread Ramin Moazeni (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramin Moazeni updated DERBY-2437: - Fix Version/s: (was: 10.1.4.0) 10.4.0.0 > SYSCS_EXPORT_TABLE can be used t

[jira] Updated: (DERBY-2980) three test failed with 'java.security.AccessControlException

2007-08-01 Thread Ramin Moazeni (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramin Moazeni updated DERBY-2980: - Fix Version/s: 10.3.1.4 > three test failed with 'java.security.AccessControlException >

Feedback manuals/tuning/perf43.html

2007-08-01 Thread Alexander Zaychenko
Dear Developers, You have spelling error markers rendered on the following image: http://db.apache.org/derby/images/derby-incubator-docs.png Perhaps you forgot to turn off or ignore spelling check in image authoring application while exporting image for the web. Sorry if this is desired visual ef

[jira] Created: (DERBY-2985) In suites.All, certain test orders cause AccessControlException

2007-08-01 Thread Ramin Moazeni (JIRA)
In suites.All, certain test orders cause AccessControlException --- Key: DERBY-2985 URL: https://issues.apache.org/jira/browse/DERBY-2985 Project: Derby Issue Type: Bug Affects

[jira] Resolved: (DERBY-2942) Convert jdbcapi/statementJdbc30.java to JUnit

2007-08-01 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden resolved DERBY-2942. --- Resolution: Fixed Fix Version/s: 10.4.0.0 > Convert jdbcapi/statementJdbc30.java to JU

[jira] Updated: (DERBY-2933) When network server disconnects due to an I/O Exception it does not always log the exception that caused the error

2007-08-01 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden updated DERBY-2933: -- Attachment: derby-2933_diff.txt Here is another attempt at a patch. I am not really all that p

[jira] Updated: (DERBY-2933) When network server disconnects due to an I/O Exception it does not always log the exception that caused the error

2007-08-01 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden updated DERBY-2933: -- Attachment: derby-2933_stat.txt > When network server disconnects due to an I/O Exception it d

Re: Eclipse plugin

2007-08-01 Thread Kathey Marsden
Manjula Kutty wrote: I have the Eclipse plug-in ready. How can I send that to you?. Or on which machine I have to put those zip files and how?. I think traditionally, you open a Jira entry and attach the files. Kathey

[jira] Commented: (DERBY-2750) Convert lang/declareGlobalTempTableJava.java to JUnit

2007-08-01 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517108 ] Kathey Marsden commented on DERBY-2750: --- Hi Ravinder, It is looking close, but hit a few issues: When I run t

static sql in derby

2007-08-01 Thread Dimple Bhatia
Hi, Does Derby support static sql or it only supports dynamic sql? Thanks Dimple

Re: Eclipse plugin

2007-08-01 Thread Manjula Kutty
Hi Rick, I have the Eclipse plug-in ready. How can I send that to you?. Or on which machine I have to put those zip files and how?. Please let me know Thanks Manjula On 8/1/07, Manjula Kutty <[EMAIL PROTECTED]> wrote: > > Thanks for the update. I will try to create the plugin and post it by en

BUGS!

2007-08-01 Thread Kathey Marsden
I updated the page: http://wiki.apache.org/db-derby/HighValueFixCandidates with likely user hits, low hanging fruit, wrong results, regressions and other such unpleasantries. Please prune, add or fix as you see fit. Unfortunately the list ended up quite long, about 40 of the 277 open code bugs,

[jira] Created: (DERBY-2986) Query involving CASE statement significantly slower in 10.3.1.4 than in 10.2.2.0

2007-08-01 Thread James F. Adams (JIRA)
Query involving CASE statement significantly slower in 10.3.1.4 than in 10.2.2.0 Key: DERBY-2986 URL: https://issues.apache.org/jira/browse/DERBY-2986 Project: Derby

Re: Eclipse plugin

2007-08-01 Thread Manjula Kutty
Thank you for the information Kathey. I created Jira issue DERBY-2987 for the plugin creation and added the zip files to that issue. Regards Manjula On 8/1/07, Kathey Marsden <[EMAIL PROTECTED]> wrote: > > Manjula Kutty wrote: > > > > I have the Eclipse plug-in ready. How can I send that to you?

[jira] Updated: (DERBY-2987) Create Eclipse ui plugin and doc plugin for the Release Candidate 10.3.1.4

2007-08-01 Thread Manjula Kutty (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manjula Kutty updated DERBY-2987: - Attachment: derby_doc_ui_plugin_1.1.1.zip derby_ui_plugin_1.1.1.zip

Regression Test Report - tinderbox_trunk16 561923 - Sun DBTG

2007-08-01 Thread Ole . Solberg
[Auto-generated mail] *tinderbox_trunk16* 561923/2007-08-01 21:22:41 CEST Failed TestsOK Skip Duration Suite --- *Jvm: 1.6* SunOS-5.10_i86pc-i386 4297293 089.68% derbyall 091869186 0 2581.

[jira] Created: (DERBY-2987) Create Eclipse ui plugin and doc plugin for the Release Candidate 10.3.1.4

2007-08-01 Thread Manjula Kutty (JIRA)
Create Eclipse ui plugin and doc plugin for the Release Candidate 10.3.1.4 -- Key: DERBY-2987 URL: https://issues.apache.org/jira/browse/DERBY-2987 Project: Derby Issue

[jira] Updated: (DERBY-2987) Create Eclipse ui plugin and doc plugin for the Release Candidate 10.3.1.4

2007-08-01 Thread Manjula Kutty (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manjula Kutty updated DERBY-2987: - Derby Info: [Patch Available] > Create Eclipse ui plugin and doc plugin for the Release Candidate

Re: Feedback manuals/tuning/perf43.html

2007-08-01 Thread Jean T. Anderson
On Wed, 1 Aug 2007 11:23:28 -0400, "Alexander Zaychenko" <[EMAIL PROTECTED]> said: > Dear Developers, > > You have spelling error markers rendered on the following image: > http://db.apache.org/derby/images/derby-incubator-docs.png > Perhaps you forgot to turn off or ignore spelling check in imag

[jira] Commented: (DERBY-2892) Closing a resultset after retrieving a large > 32665 bytes value with Network Server does not release locks

2007-08-01 Thread V.Narayanan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517149 ] V.Narayanan commented on DERBY-2892: >Now, I came to think that the current implementation >of client / server o