[jira] Commented: (DERBY-1695) testSecMec.java fails with JCC 2.6 and JCC 2.8

2006-08-25 Thread Andrew McIntyre (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1695?page=comments#action_12430408 ] Andrew McIntyre commented on DERBY-1695: Committed Sunitha's patch with updated masters for JCC 2.6 and JCC 2.8 to trunk with revision 436672.

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

2006-08-25 Thread jira
Issue Subscription Filter: Derby: JIRA issues with patch available (23 issues) Subscriber: derby-dev Key Summary DERBY-1695 testSecMec.java fails with JCC 2.6 and JCC 2.8 http://issues.apache.org/jira/browse/DERBY-1695 DERBY-1708 Unprivileged user can perform lock table

Re: JUnit 3.8.2 has better (?) String diffs

2006-08-25 Thread John Embretsen
Daniel John Debrunner wrote: John Embretsen wrote: FYI: JUnit 3.8.2, which was released late last year, includes a number of bugfixes and small improvements from the version that is currently officially supported by our test harness, 3.8.1. [snip] Try it out if you want. Perhaps we should

[jira] Commented: (DERBY-1330) Provide runtime privilege checking for grant/revoke functionality

2006-08-25 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1330?page=comments#action_12430438 ] Yip Ng commented on DERBY-1330: --- How does the PermissionsCache work with respect to passing two type of keys to represent the same PermissionDescriptor? If an

[jira] Commented: (DERBY-1708) Unprivileged user can perform lock table statement on a table which he/she does not have any access rights

2006-08-25 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1708?page=comments#action_12430441 ] Yip Ng commented on DERBY-1708: --- Thanks for taking the time to review the patch, Mamta. Unprivileged user can perform lock table statement on a table which he/she

[jira] Commented: (DERBY-1708) Unprivileged user can perform lock table statement on a table which he/she does not have any access rights

2006-08-25 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1708?page=comments#action_12430446 ] Yip Ng commented on DERBY-1708: --- Thanks for reviewing and committing the patch, Mike. Unprivileged user can perform lock table statement on a table which he/she

[jira] Assigned: (DERBY-1696) transaction may sometimes keep lock on a row after moving off the resultset in scrollable updatable resultset

2006-08-25 Thread Andreas Korneliussen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1696?page=all ] Andreas Korneliussen reassigned DERBY-1696: --- Assignee: Andreas Korneliussen transaction may sometimes keep lock on a row after moving off the resultset in scrollable updatable

[jira] Updated: (DERBY-418) outofmemory error when running large query in autocommit=false mode

2006-08-25 Thread Mayuresh Nirhali (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-418?page=all ] Mayuresh Nirhali updated DERBY-418: --- Attachment: derby418_v4.diff Thanks knut and apologies for missing out on indentation guidelines. I have attached another patch integrating both the

Re: JUnit 3.8.2 has better (?) String diffs

2006-08-25 Thread Daniel John Debrunner
John Embretsen wrote: Myrna van Lunteren wrote: Did you by chance try out the 3.8.2 junit with derbyall? (I assume so but you didn't say). Yes, a few times. To verify, I just synced my clean working copy of trunk (SVN 436672) and gave derbyall w/junit3.8.2 a try: I'm also running 3.8.2

[jira] Commented: (DERBY-1746) upgrade tests should start using 10.1.3 released builds

2006-08-25 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1746?page=comments#action_12430508 ] Rick Hillegas commented on DERBY-1746: -- I have now tried to apply this patch as follows: cd tools/testing svn propedit svn:externals . (editting the 10.1

Re: [jira] Commented: (DERBY-1292) ClassCastException in ClientDriver when using CLOB columns and batch updates

2006-08-25 Thread Bryan Pendleton
Oystein Grovlen - Sun Norway wrote: Oh, I did not notice this. I tried to run batchUpdate with DerbyNetClient, but this still fails. I guess that means that beetle 5561 is still an issue Perhaps this is worthy of a JIRA issue of its own, something along the lines of: - if you run

[jira] Commented: (DERBY-418) outofmemory error when running large query in autocommit=false mode

2006-08-25 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-418?page=comments#action_12430512 ] Daniel John Debrunner commented on DERBY-418: - I think your loop that closes activations needs to include similar logic to htis, from cleanupOnError

Re: Doc build fails with DERBY-1655 patch (was Re: [jira] Updated: (DERBY-1655) Document XML functionality for 10.2)

2006-08-25 Thread Laura Stewart
What the builds are complaining about is the tagging associated with some links to the Web. I noticed in the Derby documentation that the incorrect tagging is being used on many Web links. The links use the syntax phrase tag, which doesn't generate a link at all. Doing further research, the

[jira] Commented: (DERBY-418) outofmemory error when running large query in autocommit=false mode

2006-08-25 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-418?page=comments#action_12430517 ] Knut Anders Hatlen commented on DERBY-418: -- Thank you for addressing my comments, Mayuresh! I think you misunderstood what I meant with the indentation

[jira] Commented: (DERBY-1559) when receiving a single EXTDTA object representing a BLOB, the server do not need to read it into memory before inserting it into the DB

2006-08-25 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1559?page=comments#action_12430516 ] Bryan Pendleton commented on DERBY-1559: Yes, I understand now. I was just looking at the new class in a static fashion, and not really understanding

[jira] Commented: (DERBY-1559) when receiving a single EXTDTA object representing a BLOB, the server do not need to read it into memory before inserting it into the DB

2006-08-25 Thread Andreas Korneliussen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1559?page=comments#action_12430519 ] Andreas Korneliussen commented on DERBY-1559: - One last thought, then: does it make any sense to have DDMReader.readLobContinuationString throw an

[jira] Commented: (DERBY-1489) Provide ALTER TABLE DROP COLUMN functionality

2006-08-25 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1489?page=comments#action_12430520 ] Bryan Pendleton commented on DERBY-1489: The issue with views which are dependent on the column being dropped seems to involve the handling of the

Re: [jira] Commented: (DERBY-1292) ClassCastException in ClientDriver when using CLOB columns and batch updates

2006-08-25 Thread Oystein Grovlen - Sun Norway
Bryan Pendleton wrote: Oystein Grovlen - Sun Norway wrote: Oh, I did not notice this. I tried to run batchUpdate with DerbyNetClient, but this still fails. I guess that means that beetle 5561 is still an issue Perhaps this is worthy of a JIRA issue of its own, something along the lines

[jira] Commented: (DERBY-1558) enable more testcases in ConcurrencyTest

2006-08-25 Thread John H. Embretsen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1558?page=comments#action_12430521 ] John H. Embretsen commented on DERBY-1558: -- Lines are duplicated in tests/jdbcapi/_Suite_app.properties, see

[jira] Commented: (DERBY-1763) Using RTRIM(LTRIM(col)) and group by col gives NPE

2006-08-25 Thread Christopher Schick (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1763?page=comments#action_12430525 ] Christopher Schick commented on DERBY-1763: --- true. However, it's not limited to count(*) actually. count(1) and count(c1) show the same behavior.

[junit] Improvements, running sql scripts and security manager

2006-08-25 Thread Daniel John Debrunner
A couple of improvements to the JUnit test setup that may hit problems running tests, but I expect not. 1) derbylang suite includes lang._Suite JUnit test (not new) but the JUnit test lang.LangScripts has been added to it. This runs a handful of .sql scripts comparing them to the canon file.

[jira] Commented: (DERBY-1744) ResultSet.rowInserted(), rowUpdated() and rowDeleted() don't throw exception on read-only result sets

2006-08-25 Thread Dag H. Wanvik (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1744?page=comments#action_12430528 ] Dag H. Wanvik commented on DERBY-1744: -- Thanks for your investigation, Knut Anders. I can confirm your findings. Meanwhile I checked the latest API I could

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

2006-08-25 Thread jira
Issue Subscription Filter: Derby: JIRA issues with patch available (23 issues) Subscriber: derby-dev Key Summary DERBY-1559 when receiving a single EXTDTA object representing a BLOB, the server do not need to read it into memory before inserting it into the DB

Re: installation issue: problems caused by spaces in path pointed to by DERBY_HOME or DERBY_INSTALL

2006-08-25 Thread Rick Hillegas
Hey Andrew, Here's a bit more information on this problem. Regards-Rick It does not work correctly on Windows XP SP2. It adds extra characters that are not the DOS 8.3 format and even changes the name of the db directory in the PATH to db0. The error message we get is Exception in thread

Re: [jira] Updated: (DERBY-1696) transaction may sometimes keep lock on a row after moving off the resultset in scrollable updatable resultset

2006-08-25 Thread Mike Matrigali
Andreas Korneliussen (JIRA) wrote: [ http://issues.apache.org/jira/browse/DERBY-1696?page=all ] Andreas Korneliussen updated DERBY-1696: Component/s: Store To fix this issue, I need a mechanism to notify the store (scancontroller) to move

[jira] Commented: (DERBY-688) Enhancements to XML functionality to move toward XPath/XQuery support...

2006-08-25 Thread A B (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-688?page=comments#action_12430532 ] A B commented on DERBY-688: --- Merged the phase7 patch to the 10.2 branch as revision 434583. Thank you, Bryan, for continuing to review and commit the patches for this

[jira] Commented: (DERBY-1330) Provide runtime privilege checking for grant/revoke functionality

2006-08-25 Thread Mamta A. Satoor (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1330?page=comments#action_12430533 ] Mamta A. Satoor commented on DERBY-1330: Yip, the NPE behavrior you are describing is something I had run into before the dependency manager (DM) was

[jira] Updated: (DERBY-1655) Document XML functionality for 10.2

2006-08-25 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1655?page=all ] Laura Stewart updated DERBY-1655: - Attachment: derby1655_ref6.diff derby1655_ref_html6.zip I believe that this patch (ref #6) fixes the problems with the links that were

are there any publicly available test results for the 10.2 branch?

2006-08-25 Thread Mike Matrigali
I was looking for some results for the most up to date branch run - I hit 10 diffs in my newly created branch run and want to figure out if it is my environment or the branch itself. I went to the following and it looks like the last test runs on the 10.2 branch was on the 8/11.

[jira] Commented: (DERBY-1695) testSecMec.java fails with JCC 2.6 and JCC 2.8

2006-08-25 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1695?page=comments#action_12430536 ] Sunitha Kambhampati commented on DERBY-1695: Thanks Andrew for the commit. Just wanted to note that this change also needs to be merged to 10.2

[jira] Updated: (DERBY-1695) testSecMec.java fails with JCC 2.6 and JCC 2.8

2006-08-25 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1695?page=all ] Sunitha Kambhampati updated DERBY-1695: --- Component/s: Regression Test Failure Fix Version/s: 10.2.1.0 10.3.0.0 testSecMec.java fails with JCC 2.6 and JCC 2.8

Re: are there any publicly available test results for the 10.2 branch?

2006-08-25 Thread Bryan Pendleton
In my 10.2 branch run of derbyall yesterday, the only test failure I had was blobclob4BLOB: Summary results: Test Run Started: 2006-08-24 16:08:21.0 Test Run Duration: 02:36:11 667 Tests Run 99% Pass (666 tests passed) 1% Fail (1 tests failed) 4 Suites skipped thanks, bryan

Re: are there any publicly available test results for the 10.2 branch?

2006-08-25 Thread Rick Hillegas
Hi Mike, The good news is that Ole is now running regular regression tests against the head of the 10.2 branch now. However, those results aren't publicly visible yet. I expect them to appear publicly soon. Regards, -Rick Mike Matrigali wrote: I was looking for some results for the most up

[jira] Updated: (DERBY-1725) Placeholder for 10.2 merges

2006-08-25 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1725?page=all ] Rick Hillegas updated DERBY-1725: - Attachment: derby-1725-merge-432705.diff Commit derby-1725-merge-432705.diff. This merges some javadoc airbrushing. No JIRA associated with the original

[jira] Commented: (DERBY-1489) Provide ALTER TABLE DROP COLUMN functionality

2006-08-25 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1489?page=comments#action_12430541 ] Bryan Pendleton commented on DERBY-1489: The only two places where DependencyManager.DROP_COLUMN appears to be used right now are:

[jira] Updated: (DERBY-1725) Placeholder for 10.2 merges

2006-08-25 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1725?page=all ] Rick Hillegas updated DERBY-1725: - Attachment: derby-1725-merge-432929.diff Commit derby-1725-merge-432929.diff, merging 432929 from trunk to branch. This is a patch for DERBY-1538. Committed

[jira] Commented: (DERBY-1538) Unexpected behavior on self privilege revocation

2006-08-25 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1538?page=comments#action_12430543 ] Rick Hillegas commented on DERBY-1538: -- Ported to 10.2 branch at subversion revision 436859. Unexpected behavior on self privilege revocation

[jira] Commented: (DERBY-1330) Provide runtime privilege checking for grant/revoke functionality

2006-08-25 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1330?page=comments#action_12430545 ] Yip Ng commented on DERBY-1330: --- Mamta, thanks for those jira links. My actual concern is the working of the permission cache. From what I interpret from those

[jira] Commented: (DERBY-1655) Document XML functionality for 10.2

2006-08-25 Thread Jean T. Anderson (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1655?page=comments#action_12430546 ] Jean T. Anderson commented on DERBY-1655: - Patch derby1655_ref6.diff committed to trunk revision 436862 (not merged to 10.2 branch yet). Document XML

[jira] Updated: (DERBY-1655) Document XML functionality for 10.2

2006-08-25 Thread Jean T. Anderson (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1655?page=all ] Jean T. Anderson updated DERBY-1655: Fix Version/s: 10.3.0.0 (was: 10.2.1.0) Document XML functionality for 10.2 ---

[jira] Commented: (DERBY-1655) Document XML functionality for 10.2

2006-08-25 Thread Jean T. Anderson (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1655?page=comments#action_12430547 ] Jean T. Anderson commented on DERBY-1655: - I'm not sure what the status is for this issue. So far, patches have been committed for the Developer's Guide,

Re: [jira] Commented: (DERBY-1746) upgrade tests should start using 10.1.3 released builds

2006-08-25 Thread Rick Hillegas
Thanks, Myrna. I will have to take this up again later: I've got my head down in the 10.2 merge and build now. I seem to recall that, without this patch, I was able to run the upgrade test against the classtree. But perhaps I am mistaken. Cheers, -Rick Myrna van Lunteren wrote: On 8/25/06,

[jira] Commented: (DERBY-1330) Provide runtime privilege checking for grant/revoke functionality

2006-08-25 Thread Mamta A. Satoor (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1330?page=comments#action_12430551 ] Mamta A. Satoor commented on DERBY-1330: Yip, I thought you were running into NPE with the functionality implemented so far. As for when the

Re: [jira] Commented: (DERBY-1746) upgrade tests should start using 10.1.3 released builds

2006-08-25 Thread Myrna van Lunteren
On 8/25/06, Rick Hillegas [EMAIL PROTECTED] wrote: Thanks, Myrna. I will have to take this up again later: I've got my head down in the 10.2 merge and build now. I seem to recall that, without this patch, I was able to run the upgrade test against the classtree. But perhaps I am mistaken.

Re: Request for devloper's access

2006-08-25 Thread Andrew McIntyre
On 8/25/06, Saurabh Vyas [EMAIL PROTECTED] wrote: Hi All, I and a newbee to JavaDB community and I would like to be a part of delopment activities. Please grant me devloper's acces to JIRA so that I can get started it. Hi, I've added you to the derby-developers group in JIRA. Also, this list

[jira] Updated: (DERBY-1725) Placeholder for 10.2 merges

2006-08-25 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1725?page=all ] Rick Hillegas updated DERBY-1725: - Attachment: derby-1725-merge-433272-to-433447.diff Committed derby-1725-merge-433272-to-433447.diff at subversion revision 436875. This merges the following

[jira] Commented: (DERBY-1739) Index column names in CatalogRowFactory implementations are not required

2006-08-25 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1739?page=comments#action_12430554 ] Rick Hillegas commented on DERBY-1739: -- Original submission DERBY-1739 (433446) merged to 10.2 branch at subversion revision 436875. Index column names in

[jira] Commented: (DERBY-1734) Simplify building of SystemColumn array in CatalogRowFactory implementations.

2006-08-25 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1734?page=comments#action_12430555 ] Rick Hillegas commented on DERBY-1734: -- Original patches DERBY-1734 (433434, 433349) ported to 10.2 branch at subversion revision 436875. Simplify building

[jira] Commented: (DERBY-1609) Add a runScript method to ij that takes a script as an InputStream and returns the output to a stream.

2006-08-25 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1609?page=comments#action_12430556 ] Rick Hillegas commented on DERBY-1609: -- Original patch DERBY-1609 (41, 433274, 433273) ported to 10.2 branch at subversion revision 436875. Add a

[jira] Updated: (DERBY-1655) Document XML functionality for 10.2

2006-08-25 Thread A B (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1655?page=all ] A B updated DERBY-1655: --- Derby Info: (was: [Patch Available]) I think all of the patches for this have been committed (at least, all of the doc changes that I suggested in DerbyXMLDoc_v2.html are, I

[jira] Resolved: (DERBY-1655) Document XML functionality for 10.2

2006-08-25 Thread A B (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1655?page=all ] A B resolved DERBY-1655. Resolution: Fixed Resolving per previous comment. Not closing, though, until the required release note(s) for XML have been posted to either this issue or DERBY-688.

Re: [jira] Updated: (DERBY-1655) Document XML functionality for 10.2

2006-08-25 Thread Jean T. Anderson
Army, What about checking the Release Note Needed flag then? -jean A B (JIRA) wrote: [ http://issues.apache.org/jira/browse/DERBY-1655?page=all ] A B updated DERBY-1655: --- Derby Info: (was: [Patch Available]) I think all of the patches for this have

[jira] Commented: (DERBY-1330) Provide runtime privilege checking for grant/revoke functionality

2006-08-25 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1330?page=comments#action_12430565 ] Yip Ng commented on DERBY-1330: --- Yes, it is unfortunate indeed. The permissions cache won't work properly when we are dealing with 2 types of keys associated with

[jira] Commented: (DERBY-1601) Document (in Tuning Guide) new subquery materialization via hash join behavior that was introduced with DERBY-781

2006-08-25 Thread A B (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1601?page=comments#action_12430567 ] A B commented on DERBY-1601: Thanks for addressing my comments, Laura. The updated changes look okay to me. I think derby1601_tuning2.diff can be committed.

[jira] Created: (DERBY-1764) Rewrite stress.multi as a JUnit test

2006-08-25 Thread Knut Anders Hatlen (JIRA)
Rewrite stress.multi as a JUnit test Key: DERBY-1764 URL: http://issues.apache.org/jira/browse/DERBY-1764 Project: Derby Issue Type: Test Components: Test Reporter: Knut Anders

Re: [jira] Updated: (DERBY-1655) Document XML functionality for 10.2

2006-08-25 Thread Army
Jean T. Anderson wrote: Army, What about checking the Release Note Needed flag then? If we decide the release not should go in DERBY-1655, then Yes, that's what we'll do. But at this point I'm not sure where we want to put it; DERBY-1655 or DERBY-688? Maybe it doesn't matter, in which

[jira] Commented: (DERBY-1739) Index column names in CatalogRowFactory implementations are not required

2006-08-25 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1739?page=comments#action_12430577 ] Rick Hillegas commented on DERBY-1739: -- Original submission DERBY-1739 (433491, 433487) merged to 10.2 branch at subversion revision 436898. Index column

[jira] Updated: (DERBY-1725) Placeholder for 10.2 merges

2006-08-25 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1725?page=all ] Rick Hillegas updated DERBY-1725: - Attachment: derby-1725-merge-433272-to-433447.diff Commit derby-1725-433486-to-433492.diff at subversion revision 436898. This merges from the trunk to the

Re: [jira] Commented: (DERBY-1750) encryption/stress.multi fails with FatalException: XJ001: Java exception: ': java.lang.AbstractMethodError'. on Linux and Windows XP

2006-08-25 Thread Mike Matrigali
there is often more info in derby.log, at least maybe a stack trace for the error. There are a log of expected errors in derby.log for this test so looking towards the end usually uncovers the interesting info. Knut Anders Hatlen (JIRA) wrote: [

[jira] Updated: (DERBY-1215) table elements in documentation need expanse attributes after switch to OASIS DTDs

2006-08-25 Thread Kim Haase (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1215?page=all ] Kim Haase updated DERBY-1215: - Attachment: DERBY-1215_pt_BR.diff Here is a patch for the pt_BR files. Running ant pt_BR no longer generates expanse errors, I believe. table elements in

[jira] Updated: (DERBY-1215) table elements in documentation need expanse attributes after switch to OASIS DTDs

2006-08-25 Thread Kim Haase (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1215?page=all ] Kim Haase updated DERBY-1215: - Derby Info: [Patch Available] table elements in documentation need expanse attributes after switch to OASIS DTDs

[jira] Updated: (DERBY-1698) Add more tests for Statement.setQueryTimeout method

2006-08-25 Thread Mike Matrigali (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1698?page=all ] Mike Matrigali updated DERBY-1698: -- committed patch to the trunk: m3_142:172svn commit Sending java\testing\org\apache\derbyTesting\functionTests\master\SetQueryTimeoutTest.out Sending

[jira] Updated: (DERBY-1725) Placeholder for 10.2 merges

2006-08-25 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1725?page=all ] Rick Hillegas updated DERBY-1725: - Attachment: derby-1725-merge-433606-to-433791.diff Commit derby-1725-merge-433606-to-433791.diff at subversion revision 436905. This merges to 10.2 the

[jira] Commented: (DERBY-1674) Investigate reducing the number of classes methods in DataDictionary used to represent system tables

2006-08-25 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1674?page=comments#action_12430588 ] Rick Hillegas commented on DERBY-1674: -- Merge DERBY-1674 (433688, 433685, 433655, 433632) to 10.2 branch. Committed at subversion revision 436905.

[jira] Commented: (DERBY-1558) enable more testcases in ConcurrencyTest

2006-08-25 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1558?page=comments#action_12430589 ] Rick Hillegas commented on DERBY-1558: -- Ported to 10.2 branch: DERBY-1558 (433607). Committed at subversion revision 436905. enable more testcases in

Re: [jira] Updated: (DERBY-1655) Document XML functionality for 10.2

2006-08-25 Thread Jean T. Anderson
Army wrote: Jean T. Anderson wrote: Army, What about checking the Release Note Needed flag then? If we decide the release not should go in DERBY-1655, then Yes, that's what we'll do. But at this point I'm not sure where we want to put it; DERBY-1655 or DERBY-688? Maybe it doesn't

[jira] Resolved: (DERBY-1601) Document (in Tuning Guide) new subquery materialization via hash join behavior that was introduced with DERBY-781

2006-08-25 Thread Jean T. Anderson (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1601?page=all ] Jean T. Anderson resolved DERBY-1601. - Fix Version/s: 10.3.0.0 Resolution: Fixed Derby Info: (was: [Patch Available]) Patch derby1601_tuning2.diff committed to trunk

[jira] Resolved: (DERBY-1739) Index column names in CatalogRowFactory implementations are not required

2006-08-25 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1739?page=all ] Daniel John Debrunner resolved DERBY-1739. -- Fix Version/s: 10.2.1.0 Resolution: Fixed Fix in 10.2 branch and trunk - Thanks Rick for the merges Index column names in

[jira] Closed: (DERBY-1739) Index column names in CatalogRowFactory implementations are not required

2006-08-25 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1739?page=all ] Daniel John Debrunner closed DERBY-1739. Index column names in CatalogRowFactory implementations are not required

[jira] Resolved: (DERBY-1215) table elements in documentation need expanse attributes after switch to OASIS DTDs

2006-08-25 Thread Jean T. Anderson (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1215?page=all ] Jean T. Anderson resolved DERBY-1215. - Resolution: Fixed Derby Info: (was: [Patch Available]) Yes, no more expanse errors -- thanks, Kim! Committed patch DERBY-1215_pt_BR.diff to

[jira] Updated: (DERBY-1725) Placeholder for 10.2 merges

2006-08-25 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1725?page=all ] Rick Hillegas updated DERBY-1725: - Attachment: derby-1725-merge-433930-to-434409.diff Commit derby-1725-merge-433930-to-434409.diff at subversion revision 436921. This merges the following

[jira] Commented: (DERBY-1582) REVOKE statement does not generate a warning when no privileges are revoked.

2006-08-25 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1582?page=comments#action_12430603 ] Rick Hillegas commented on DERBY-1582: -- Ported DERBY-1582 (434408) to 10.2 at subversion revision 436921. REVOKE statement does not generate a warning when

[jira] Commented: (DERBY-1555) API for configuration information in Derby's JUnit tests should through instance methods of the base classes, not static methods and static fields

2006-08-25 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1555?page=comments#action_12430604 ] Rick Hillegas commented on DERBY-1555: -- Ported DERBY-1555 (434273, 434257, 434192) to 10.2 branch at revision 436921. API for configuration information in

[jira] Commented: (DERBY-1691) jdbcapi/blobclob4BLOB.java fails under DerbyNet framework with JCC 2.6

2006-08-25 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1691?page=comments#action_12430605 ] Rick Hillegas commented on DERBY-1691: -- Ported DERBY-1691 (434245) to 10.2 branch at subversion revision 436921. jdbcapi/blobclob4BLOB.java fails under

[jira] Commented: (DERBY-1674) Investigate reducing the number of classes methods in DataDictionary used to represent system tables

2006-08-25 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1674?page=comments#action_12430607 ] Rick Hillegas commented on DERBY-1674: -- Merge DERBY-1674 (434100) to 10.2 at subversion revision 436921. Investigate reducing the number of classes methods

[jira] Commented: (DERBY-1734) Simplify building of SystemColumn array in CatalogRowFactory implementations.

2006-08-25 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1734?page=comments#action_12430608 ] Rick Hillegas commented on DERBY-1734: -- Ported DERBY-1734 (434083) to 10.2 at subversion revision 436921. Simplify building of SystemColumn array in

[jira] Commented: (DERBY-1621) Trigger action statement is not recompile when there is a change that would affect it.

2006-08-25 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1621?page=comments#action_12430609 ] Rick Hillegas commented on DERBY-1621: -- Ported DERBY-1621 (434046) to 10.2 branch at subversion revision 436921. Trigger action statement is not recompile

[jira] Commented: (DERBY-1686) Grant/Revoke: Attempt to GRANT access to another user on a VIEW, created by the current user with only SELECT privilege on the base table does not fail

2006-08-25 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1686?page=comments#action_12430611 ] Yip Ng commented on DERBY-1686: --- Some discussion regarding permission cache can be found in DERBY-1539 and DERBY-1330. Grant/Revoke: Attempt to GRANT access to

[jira] Commented: (DERBY-1621) Trigger action statement is not recompile when there is a change that would affect it.

2006-08-25 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1621?page=comments#action_12430612 ] Yip Ng commented on DERBY-1621: --- Mamta, yes, I included the testcases for all the related duplicate jiras into this jira. Thanks for porting this to 10.2, Rick.

[jira] Commented: (DERBY-1708) Unprivileged user can perform lock table statement on a table which he/she does not have any access rights

2006-08-25 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1708?page=comments#action_12430615 ] Rick Hillegas commented on DERBY-1708: -- Ported DERBY-1708 (434577) to 10.2 branch at subversion revision 436929. Unprivileged user can perform lock table

[jira] Resolved: (DERBY-1613) A trigger does not get invalidated when the view used by it is dropped

2006-08-25 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1613?page=all ] Yip Ng resolved DERBY-1613. --- Fix Version/s: 10.2.1.0 Resolution: Duplicate DERBY-1621 resolves this issue. A trigger does not get invalidated when the view used by it is dropped

[jira] Commented: (DERBY-1636) document encryption of an un-encrypted database and re-encryption with new password/key.

2006-08-25 Thread Suresh Thalamati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1636?page=comments#action_12430617 ] Suresh Thalamati commented on DERBY-1636: - Thanks Laura, updates looks good. I reviewed both the reference manual and the developer guide changes. I have

[jira] Updated: (DERBY-1725) Placeholder for 10.2 merges

2006-08-25 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1725?page=all ] Rick Hillegas updated DERBY-1725: - Attachment: derby-1725-merge-434562.diff Commit derby-1725-merge-434562.diff at subversion revision 436933. Merges 434562 (no JIRA) from trunk to 10.2

[jira] Resolved: (DERBY-1435) Conglomerate does not exist occurs in a specific case after dropping a table referenced by a trigger

2006-08-25 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1435?page=all ] Yip Ng resolved DERBY-1435. --- Fix Version/s: 10.2.1.0 Resolution: Duplicate Derby Info: (was: [Release Note Needed]) This issue is resolved by DERBY-1621. Please refer to the release

[jira] Updated: (DERBY-1725) Placeholder for 10.2 merges

2006-08-25 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1725?page=all ] Rick Hillegas updated DERBY-1725: - Attachment: derby-1725-merge-436659-to-436821.diff Commit derby-1725-merge-436659-to-436821 at subversion revision 436936. This merges the following patches

[jira] Updated: (DERBY-1695) testSecMec.java fails with JCC 2.6 and JCC 2.8

2006-08-25 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1695?page=all ] Sunitha Kambhampati updated DERBY-1695: --- Derby Info: (was: [Patch Available]) testSecMec.java fails with JCC 2.6 and JCC 2.8 --

[jira] Updated: (DERBY-1708) Unprivileged user can perform lock table statement on a table which he/she does not have any access rights

2006-08-25 Thread Mike Matrigali (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1708?page=all ] Mike Matrigali updated DERBY-1708: -- Derby Info: (was: [Patch Available]) patch has been applied to trunk and 10.2, unchecking patch available. Unprivileged user can perform lock table

[jira] Commented: (DERBY-1636) document encryption of an un-encrypted database and re-encryption with new password/key.

2006-08-25 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1636?page=comments#action_12430630 ] Sunitha Kambhampati commented on DERBY-1636: Thanks Laura for taking care of my comments in the reference guide. I took a quick look (

[jira] Commented: (DERBY-803) derbynet/DerbyNetAutoStart.java test fails intermittently with org.apache.derby.iapi.services.context.ShutdownException

2006-08-25 Thread Suresh Thalamati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-803?page=comments#action_12430632 ] Suresh Thalamati commented on DERBY-803: This test is failing with a different error message also , might be related to the same issue: *

Re: are there any publicly available test results for the 10.2 branch?

2006-08-25 Thread Henri van de Scheur - Sun Norway
Hi Rick and Mike! I am sorry, but I can not publish these results without Ole's help, so I hope we can do this the first thing on Monday. FYI: derbyall is being run on Linux RHEL4.0/64 Solaris 10/x64 Solaris 10 sparc Windows 2003ee On all platforms tests are performed with jvm1.4, jvm1.5

[jira] Updated: (DERBY-1636) document encryption of an un-encrypted database and re-encryption with new password/key.

2006-08-25 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1636?page=all ] Laura Stewart updated DERBY-1636: - Attachment: derby1636_devguide_html4.zip derby1636_devguide4.diff Updated the Dev Guide based on the comments from Suresh. The updated diff

[jira] Updated: (DERBY-1725) Placeholder for 10.2 merges

2006-08-25 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1725?page=all ] Rick Hillegas updated DERBY-1725: - Attachment: derby-1725-mergeDocs-432717-to-436939.diff Commit derby-1725-mergeDocs-432717-to-436939.diff at subversion revision 436974. This mega merges the

Re: are there any publicly available test results for the 10.2 branch?

2006-08-25 Thread Mike Matrigali
thanks very much, I look forward to it. I figured out my env problem, my new client was not working well with the firewall. So I do think the branch is in pretty good shape. Henri van de Scheur - Sun Norway wrote: Hi Rick and Mike! I am sorry, but I can not publish these results without

[jira] Commented: (DERBY-1215) table elements in documentation need expanse attributes after switch to OASIS DTDs

2006-08-25 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1215?page=comments#action_12430641 ] Rick Hillegas commented on DERBY-1215: -- Merge DERBY-1215 (436920) to 10.2 branch at subversion revision 436974. table elements in documentation need expanse

[jira] Commented: (DERBY-1601) Document (in Tuning Guide) new subquery materialization via hash join behavior that was introduced with DERBY-781

2006-08-25 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1601?page=comments#action_12430642 ] Rick Hillegas commented on DERBY-1601: -- Ported DERBY-1601 (436908) to 10.2 at subversion revision 436974. Document (in Tuning Guide) new subquery

[jira] Commented: (DERBY-1686) Grant/Revoke: Attempt to GRANT access to another user on a VIEW, created by the current user with only SELECT privilege on the base table does not fail

2006-08-25 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1686?page=comments#action_12430644 ] Yip Ng commented on DERBY-1686: --- To resolve this issue, the permission cache problem needs to be addressed first. Currently the permissions cache won't work

[jira] Commented: (DERBY-1685) The reference manual has wrong procedure name for online bacup

2006-08-25 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1685?page=comments#action_12430645 ] Rick Hillegas commented on DERBY-1685: -- Ported DERBY-1685 (434580) to 10.2 branch at subversion revision 436974. The reference manual has wrong procedure

[jira] Commented: (DERBY-1655) Document XML functionality for 10.2

2006-08-25 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1655?page=comments#action_12430643 ] Rick Hillegas commented on DERBY-1655: -- Ported DERBY-1655 (436862, 434236, 434125, 433708, 433307, 433298) to 10.2 branch at subversion revision 436974.

[jira] Commented: (DERBY-1731) Add warning to Derby docs that the JDBC 4.0 support is based upon the proposed final draft of JSR 221 and might change in subsequent releases.

2006-08-25 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1731?page=comments#action_12430648 ] Rick Hillegas commented on DERBY-1731: -- Ported DERBY-1731 (434159) to 10.2 branch at subversion revision 436974. Add warning to Derby docs that the JDBC 4.0

[jira] Commented: (DERBY-1565) Adjust documentation to comply with latest Apache copyright/license requirements

2006-08-25 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1565?page=comments#action_12430650 ] Rick Hillegas commented on DERBY-1565: -- Ported DERBY-1565 (433873) to 10.2 branch at subversion revision 436974. Adjust documentation to comply with latest

  1   2   >