[jira] Commented: (DERBY-1603) ERROR 54038: "Maximum depth of nested triggers was exceeded" occurs when trigger fires after upating 10.1.2.5 jars to 10.1.3.1

2006-08-07 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1603?page=comments#action_12426160 ] Yip Ng commented on DERBY-1603: --- Found the problem, will post the patch up for review after running some initial tests. > ERROR 54038: "Maximum depth of nested trig

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

2006-08-07 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1621?page=comments#action_12426162 ] Yip Ng commented on DERBY-1621: --- Running some initial tests on this patch as well, will post it up for review soon. While going through the SPSDescriptor implementa

[jira] Resolved: (DERBY-939) NullPointerException at ResultSet.close() time for simple query using UNION and INTERSECT

2006-08-07 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-939?page=all ] Yip Ng resolved DERBY-939. -- Fix Version/s: 10.2.0.0 Resolution: Fixed > NullPointerException at ResultSet.close() time for simple query using UNION > and INTERSECT > ---

[jira] Assigned: (DERBY-700) Derby does not prevent dual boot of database from different classloaders on Linux

2006-08-07 Thread V.Narayanan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-700?page=all ] V.Narayanan reassigned DERBY-700: - Assignee: (was: V.Narayanan) Hi, I am not working actively on this issue. Hence unassigning myself from this issue and moving on to other issues I am work

Regression Test Failure! - Derby 429163 - Sun DBTG

2006-08-07 Thread Ole . Solberg
[Auto-generated mail] *Derby* 429163/2006-08-06 19:46:01 CEST *derbyall* Failed TestsOK Skip Duration Platform --- *Jvm: 1.6* NA NA NANA SunOS-5.10_i86pc-i386 Details in http://www.multinet.no/~s

[jira] Commented: (DERBY-1564) wisconsin.java test failed in DerbyNet or DerbyNetClient frameworks, VM for network server got OutOfMemoryError

2006-08-07 Thread John H. Embretsen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1564?page=comments#action_12426175 ] John H. Embretsen commented on DERBY-1564: -- This was only seen on the combination of Solaris OS and Sparc processors during 10.2.0.4 snapshot testing at S

Re: [jira] Commented: (DERBY-1603) ERROR 54038: "Maximum depth of nested triggers was exceeded" occurs when trigger fires after upating 10.1.2.5 jars to 10.1.3.1

2006-08-07 Thread Kathey Marsden
Rajesh Kartha (JIRA) wrote: I also think the title of the issue also need to change to reflect that self trigger does not throw ERROR 54038 in some cases. A few questions/concerns on this issue: 1) CORRECT TRIGGER DEFINITION: To get the semantics the user seems to want, which is to upda

[jira] Created: (DERBY-1652) Update trigger updating the same rows as the original update does not throw an exception ERROR 54038: "Maximum depth of nested triggers was exceeded" as it should

2006-08-07 Thread Kathey Marsden (JIRA)
Update trigger updating the same rows as the original update does not throw an exception ERROR 54038: "Maximum depth of nested triggers was exceeded" as it should -

[jira] Resolved: (DERBY-1603) ERROR 54038: "Maximum depth of nested triggers was exceeded" occurs when trigger fires after upating 10.1.2.5 jars to 10.1.3.1

2006-08-07 Thread Kathey Marsden (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1603?page=all ] Kathey Marsden resolved DERBY-1603. --- Resolution: Invalid This issue is being closed as invalid and a new issue DERBY-1652 filed with the correct description. The actual problem is that the e

[jira] Commented: (DERBY-1637) OutBufferedStream.java fails on ibm131/jdk131 jvms.

2006-08-07 Thread Tomohito Nakayama (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1637?page=comments#action_12426221 ] Tomohito Nakayama commented on DERBY-1637: -- I confirmed to execute derbynet/OutBufferedStream.java with derby1637.draft.txt and found it passes in my deve

[jira] Commented: (DERBY-1029) Backout boolean work from the 10.2 branch immediately after the branch is created

2006-08-07 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1029?page=comments#action_12426223 ] Rick Hillegas commented on DERBY-1029: -- Thanks for tripping across this, Kristian. I have deleted the directory of empty files (lang) with subversion revision

[jira] Updated: (DERBY-1639) Include early-draft notice required by JDBC 4 spec license in NOTICES, release notes and documentation

2006-08-07 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1639?page=all ] Rick Hillegas updated DERBY-1639: - Derby Info: [Release Note Needed] (was: [Patch Available, Release Note Needed]) Lowering the "patch available" flag until this issue settles. > Include ear

[jira] Commented: (DERBY-1564) wisconsin.java test failed in DerbyNet or DerbyNetClient frameworks, VM for network server got OutOfMemoryError

2006-08-07 Thread John H. Embretsen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1564?page=comments#action_12426228 ] John H. Embretsen commented on DERBY-1564: -- I have spent much of the past few days trying to reproduce this failure and to get to know more about whether

[jira] Commented: (DERBY-1652) Update trigger updating the same rows as the original update does not throw an exception ERROR 54038: "Maximum depth of nested triggers was exceeded" as it should

2006-08-07 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1652?page=comments#action_12426232 ] Daniel John Debrunner commented on DERBY-1652: -- Does the comment "However, If the derby jars are updated to a new version" mean that the bug is fixed

[jira] Updated: (DERBY-694) Statement exceptions cause all the connection's result sets to be closed with the client driver

2006-08-07 Thread V.Narayanan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-694?page=all ] V.Narayanan updated DERBY-694: -- Attachment: DERBY-694_v4.diff DERBY-694_v4.stat I was earlier checking for the severity of the exception by, netSqlca.getSqlCode() > ExceptionSeveri

[jira] Commented: (DERBY-1637) OutBufferedStream.java fails on ibm131/jdk131 jvms.

2006-08-07 Thread Tomohito Nakayama (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1637?page=comments#action_12426235 ] Tomohito Nakayama commented on DERBY-1637: -- I meant ibm131 on Linux... > OutBufferedStream.java fails on ibm131/jdk131 jvms. > ---

[jira] Commented: (DERBY-1554) IDENTITY_VAL_LOCAL() returned value is modified incorrectly by a multi-row INSERT statement.

2006-08-07 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1554?page=comments#action_12426239 ] Rick Hillegas commented on DERBY-1554: -- Thanks, Yip. The edits look good to me. As a sanity check, I'm running derbyall on my linux machine. Will commit if th

[jira] Commented: (DERBY-694) Statement exceptions cause all the connection's result sets to be closed with the client driver

2006-08-07 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-694?page=comments#action_12426238 ] Daniel John Debrunner commented on DERBY-694: - Why is getting the severity from the SQLSate better than from the SQL code? > Statement exceptions cause

[jira] Commented: (DERBY-1652) Update trigger updating the same rows as the original update does not throw an exception ERROR 54038: "Maximum depth of nested triggers was exceeded" as it should

2006-08-07 Thread Kathey Marsden (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1652?page=comments#action_12426240 ] Kathey Marsden commented on DERBY-1652: --- Dan asked: >Does the comment "However, If the derby jars are >updated to a new version" >mean that the bug is fixed

Re: [jira] Commented: (DERBY-1603) ERROR 54038: "Maximum depth of nested triggers was exceeded" occurs when trigger fires after upating 10.1.2.5 jars to 10.1.3.1

2006-08-07 Thread Kathey Marsden
Kathey Marsden wrote: A few questions/concerns on this issue: 1) CORRECT TRIGGER DEFINITION: To get the semantics the user seems to want, which is to update the timestamp when TESTID changes, is this how the trigger should be defined? [snip wrong syntax] Answer is no. Not sure why I

10.2 patches available for review

2006-08-07 Thread Rick Hillegas
The 10.2 wiki page (http://wiki.apache.org/db-derby/TenTwoRelease), in its "Bug Fix Candidates" section now contains a link to all open/reopened issues which are targetted for 10.2 and which have raised their "patch available" flags. Regards, -Rick

Re: [jira] Commented: (DERBY-1603) ERROR 54038: "Maximum depth of nested triggers was exceeded" occurs when trigger fires after upating 10.1.2.5 jars to 10.1.3.1

2006-08-07 Thread Kathey Marsden
Kathey Marsden wrote: Kathey Marsden wrote: A few questions/concerns on this issue: 1) CORRECT TRIGGER DEFINITION: I think this is it. To update the timestamp when info is updated we do this: with 10.1.2.4 ij version 10.1 ij> connect 'jdbc:derby:wombat;create=true'; ij> CREATE TABLE

[jira] Commented: (DERBY-1640) Instability in XATest

2006-08-07 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1640?page=comments#action_12426254 ] Rick Hillegas commented on DERBY-1640: -- Committed at subversion revision 429365. > Instability in XATest > - > > Key: DERB

[jira] Updated: (DERBY-1640) Instability in XATest

2006-08-07 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1640?page=all ] Rick Hillegas updated DERBY-1640: - Derby Info: (was: [Patch Available]) > Instability in XATest > - > > Key: DERBY-1640 > URL: http://issue

Re: [jira] Commented: (DERBY-1603) ERROR 54038: "Maximum depth of nested triggers was exceeded" occurs when trigger fires after upating 10.1.2.5 jars to 10.1.3.1

2006-08-07 Thread Daniel John Debrunner
Kathey Marsden wrote: > Kathey Marsden wrote: > >> Kathey Marsden wrote: >> >>> A few questions/concerns on this issue: >>> 1) CORRECT TRIGGER DEFINITION: >> >> >> > I think this is it. To update the timestamp when info is updated we do > this: > 0 rows inserted/updated/deleted > ij> CRE

[jira] Commented: (DERBY-694) Statement exceptions cause all the connection's result sets to be closed with the client driver

2006-08-07 Thread V.Narayanan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-694?page=comments#action_12426256 ] V.Narayanan commented on DERBY-694: --- Doing a getSqlCode() on NetSqlCa in the above case was returning a -1. This value is less than ExceptionSeverity.STATEMENT_SE

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

2006-08-07 Thread jira
Issue Subscription Filter: Derby: JIRA issues with patch available (18 issues) Subscriber: derby-dev Key Summary DERBY-1554 IDENTITY_VAL_LOCAL() returned value is modified incorrectly by a multi-row INSERT statement. http://issues.apache.org/jira/browse/DERBY-1554 DERBY-1533

[jira] Updated: (DERBY-1643) As per the functional spec attached to DERBY-1330, a "revoke execute ... restrict" should fail if there are dependent objects on the execute privilege

2006-08-07 Thread Mamta A. Satoor (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1643?page=all ] Mamta A. Satoor updated DERBY-1643: --- Derby Info: [Patch Available] > As per the functional spec attached to DERBY-1330, a "revoke execute ... > restrict" should fail if there are dependent o

[jira] Updated: (DERBY-1597) Scripts in frameworks direcotry needs to be revisted to set up CLASSPATH properly

2006-08-07 Thread Ramandeep Kaur (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1597?page=all ] Ramandeep Kaur updated DERBY-1597: -- Attachment: DERBY-1597.diff Submitting patch for DERBY-1597. Please review it. > Scripts in frameworks direcotry needs to be revisted to set up CLASSPATH

Re: [jira] Commented: (DERBY-1377) Update copyright headers to comply with new ASF policy

2006-08-07 Thread David Van Couvering
I wouldn't mind the delay. Let us know what answer comes around on this one. Daniel John Debrunner (JIRA) wrote: [ http://issues.apache.org/jira/browse/DERBY-1377?page=comments#action_12425969 ] Daniel John Debrunner commented on DERBY-1377: --

[jira] Updated: (DERBY-1470) Correct instructions in demo html file demo\simple\example.html

2006-08-07 Thread Ramandeep Kaur (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1470?page=all ] Ramandeep Kaur updated DERBY-1470: -- Attachment: DERBY-1470.diff Submitting diffs. Please review it. > Correct instructions in demo html file demo\simple\example.html > ---

Re: [jira] Commented: (DERBY-1603) ERROR 54038: "Maximum depth of nested triggers was exceeded" occurs when trigger fires after upating 10.1.2.5 jars to 10.1.3.1

2006-08-07 Thread Kathey Marsden
Daniel John Debrunner wrote: Then I think this would lead to a simpler action statement of UPDATE TEST SET TIMESTAMP = CURRENT_TIMESTAMP WHERE TESTID = OLD.TESTID A statement trigger might be best in this case, would result in a single update statement rather than N. Hmmm Well, this (

Code coverage results for trunk svn no 428586

2006-08-07 Thread Ramandeep Kaur
Hi All, I ran code coverage for trunk - svn revision no 428586 with sun jdk131, sun jdk142, sun jdk15, and sun jdk16 on Windows 2000, and results are as following:- OVERALL COVERAGE SUMMARY Classes: 93%  (1177/1260) Methods: 78%  (16331/20921) Blocks: 75%  (490643/658117) Lines: 75%  (101611.2/13

[jira] Updated: (DERBY-1548) Document builtin functions - ACOS, ASIN, ATAN, COS, SIN, TAN, PI, DEGREES, RADIANS, EXP, LN, LOG, LOG10, CEIL, CEILING, FLOOR

2006-08-07 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1548?page=all ] Laura Stewart updated DERBY-1548: - Attachment: derby1548_ref2.diff derby1548_ref_html2.zip Updated the text based on the comments received. Attached an updated zip file which co

[jira] Commented: (DERBY-1549) Document support for JDBC escape functions: ACOS, ASIN, ATAN, COS, SIN, TAN, PI , DEGREES, RADIANS, EXP, LOG, LOG10, CEILING, FLOOR

2006-08-07 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1549?page=comments#action_12426270 ] Laura Stewart commented on DERBY-1549: -- Please review and answer the question that I posted on 8/3. > Document support for JDBC escape functions: ACOS, ASIN,

Re: [jira] Commented: (DERBY-1603) ERROR 54038: "Maximum depth of nested triggers was exceeded" occurs when trigger fires after upating 10.1.2.5 jars to 10.1.3.1

2006-08-07 Thread Daniel John Debrunner
Kathey Marsden wrote: > Daniel John Debrunner wrote: > >> Then I think this would lead to a simpler action statement of >> >> UPDATE TEST SET TIMESTAMP = CURRENT_TIMESTAMP WHERE TESTID = OLD.TESTID >> >> A statement trigger might be best in this case, would result in a single >> update statement

Re: [jira] Commented: (DERBY-1603) ERROR 54038: "Maximum depth of nested triggers was exceeded" occurs when trigger fires after upating 10.1.2.5 jars to 10.1.3.1

2006-08-07 Thread Yip Ng
Another way is to specify which column in the trigger that will invoke the trigger action.  i.e.:CREATE TRIGGER update_test     AFTER UPDATE OF INFO ON test     REFERENCING OLD AS old     FOR EACH ROW MODE DB2SQL     UPDATE test SET timestamp=current_timestamp WHERE testid=old.testid;On 8/7/06, Ka

Regression Test Failure! - TinderBox_Derby 429352 - Sun DBTG

2006-08-07 Thread Ole . Solberg
[Auto-generated mail] *TinderBox_Derby* 429352/2006-08-07 16:22:25 CEST *derbyall* Failed TestsOK Skip Duration Platform --- *Jvm: 1.5* 1687686 2 143.36% SunOS-5.10_i86pc-i386 Details in http://www.mult

[jira] Commented: (DERBY-1637) OutBufferedStream.java fails on ibm131/jdk131 jvms.

2006-08-07 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1637?page=comments#action_12426272 ] Sunitha Kambhampati commented on DERBY-1637: Thanks Tomohito for trying it out. If it looks ok, it would be great if you could commit this change.

[jira] Updated: (DERBY-1633) Regression: The fields of views are not being calculated properly since 10.1.2.4

2006-08-07 Thread A B (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1633?page=all ] A B updated DERBY-1633: --- Attachment: DERBY-1633_v1.html d1633_v1_reviewOnly.patch Attaching a detailed description of the issue that is causing this regression, and a description of what

Predicate / Column reference "remapping", anyone? (w.r.t DERBY-1633)

2006-08-07 Thread Army
I've spent a lot of time trying to understand the problem reported in DERBY-1633 and have just attached a description of the issue, along with a proposed fix, to that Jira entry. The fix isn't ready for commit, though, because it includes some changes for predicate remapping that I don't fully

Re: Code coverage results for trunk svn no 428586

2006-08-07 Thread Rick Hillegas
Thanks, Ramandeep. Our code coverage seems to have improved modestly. For comparison, I'm attaching the results of your code-coverage run against 10.1.3. Regards, -Rick 10.2 run: Ramandeep Kaur wrote: Hi All, I ran code coverage for trunk - svn revision no 428586 with sun jdk131, sun jdk1

Re: [jira] Commented: (DERBY-1603) ERROR 54038: "Maximum depth of nested triggers was exceeded" occurs when trigger fires after upating 10.1.2.5 jars to 10.1.3.1

2006-08-07 Thread Kathey Marsden
Yip Ng wrote: Another way is to specify which column in the trigger that will invoke the trigger action. Thanks Yip and Dan.I will hold off on the release note until we have the fix and I understand the root cause and when the proper checking is/is not done. For example I'd like to

Re: Code coverage results for trunk svn no 428586

2006-08-07 Thread Daniel John Debrunner
Rick Hillegas wrote: > Thanks, Ramandeep. Our code coverage seems to have improved modestly. > For comparison, I'm attaching the results of your code-coverage run > against 10.1.3. There is a history of code coverage here: http://wiki.apache.org/db-derby/CodeCoverage Dan.

Re: Code coverage results for trunk svn no 428586

2006-08-07 Thread Andrew McIntyre
On 8/7/06, Ramandeep Kaur <[EMAIL PROTECTED]> wrote: Hi All, I ran code coverage for trunk - svn revision no 428586 with sun jdk131, sun jdk142, sun jdk15, and sun jdk16 on Windows 2000, and results are as following:- These results now viewable at: http://people.apache.org/~fuzzylogic/codec

[jira] Commented: (DERBY-1554) IDENTITY_VAL_LOCAL() returned value is modified incorrectly by a multi-row INSERT statement.

2006-08-07 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1554?page=comments#action_12426282 ] Rick Hillegas commented on DERBY-1554: -- Committed derby1554trunkdiff02.txt at subversion revision 429425. As Yip says, derbyall only shows the expected diffs

[jira] Updated: (DERBY-1554) IDENTITY_VAL_LOCAL() returned value is modified incorrectly by a multi-row INSERT statement.

2006-08-07 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1554?page=all ] Rick Hillegas updated DERBY-1554: - Derby Info: [Existing Application Impact, Regression] (was: [Existing Application Impact, Patch Available, Regression]) > IDENTITY_VAL_LOCAL() returned valu

[jira] Updated: (DERBY-1554) IDENTITY_VAL_LOCAL() returned value is modified incorrectly by a multi-row INSERT statement.

2006-08-07 Thread Kathey Marsden (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1554?page=all ] Kathey Marsden updated DERBY-1554: -- Derby Info: [Regression] (was: [Existing Application Impact, Regression]) Now that this is fixed and we have returned to the previous behavior, there shou

[junit]- ability to check JDBC level replaces _app properties files

2006-08-07 Thread Daniel John Debrunner
The JUnit setup now has methods that allow a test to check to see if the vm supports levels of JDBC. The methods are in the class JDBC. JDBC.vmSupportsJDBC2() // JDBC 2.0 or greater JDBC.vmSupportsJDBC3() // JDBC 3.0 or greater JDBC.vmSupportsJDBC4() // JDBC 4.0 or greater JDBC.vmSupportsJSR169()

[jira] Updated: (DERBY-528) Support for DRDA Strong User ID and Password Substitute Authentication (USRSSBPWD) scheme

2006-08-07 Thread Francois Orsini (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-528?page=all ] Francois Orsini updated DERBY-528: -- Attachment: 528_stat_v4.txt 528_diff_v4.txt Sunitha, many thanks for this excellent and thorough review. I've addressed all of the comments

[jira] Commented: (DERBY-1377) Update copyright headers to comply with new ASF policy

2006-08-07 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1377?page=comments#action_12426294 ] Daniel John Debrunner commented on DERBY-1377: -- The question on legal-discuss http://mail-archives.apache.org/mod_mbox/www-legal-discuss/200608.mbox/[

[jira] Updated: (DERBY-1130) Client should not allow databaseName to be set with setConnectionAttributes

2006-08-07 Thread Deepa Remesh (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1130?page=all ] Deepa Remesh updated DERBY-1130: Attachment: d1130-client-v1.diff d1130-client-v1.status Attaching a patch 'd1130-client-v1.diff' which disallows databaseName attribute to be s

[jira] Updated: (DERBY-1130) Client should not allow databaseName to be set with setConnectionAttributes

2006-08-07 Thread Deepa Remesh (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1130?page=all ] Deepa Remesh updated DERBY-1130: Fix Version/s: 10.2.0.0 Derby Info: [Patch Available] > Client should not allow databaseName to be set with setConnectionAttributes > ---

[jira] Commented: (DERBY-1626) TransactionTable.sql fails

2006-08-07 Thread Rajesh Kartha (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1626?page=comments#action_12426319 ] Rajesh Kartha commented on DERBY-1626: -- I ran this test using Derby 10.2.0.5 alpha - (428936) jars on jdk15, ibm15 and jdk16 on Windows and Linux. No fail

[jira] Commented: (DERBY-1646) Documentation to address Grant/Revoke Authorization for views/triggers/constraints/routines(DERBY-1330)

2006-08-07 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1646?page=comments#action_12426331 ] Laura Stewart commented on DERBY-1646: -- Thank you for your comments. Before I start using "connection access" I want to make certain that we are not making

Re: DERBY-688: Some review comments and feedback

2006-08-07 Thread Army
Hi Bryan, Thanks so much for reviewing the changes and for verifying the patches. I appreciate your time with this. 3) Who will run these tests, and when? If all the execution code is optional, how do we ensure that it doesn't get broken? I still have a couple of more patches to post to co

[jira] Updated: (DERBY-402) INTERSECT/EXCEPT/UNION operators don't agree with documented behavior.

2006-08-07 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-402?page=all ] Rick Hillegas updated DERBY-402: Derby Info: (was: [Patch Available]) > INTERSECT/EXCEPT/UNION operators don't agree with documented behavior. > ---

[jira] Updated: (DERBY-402) INTERSECT/EXCEPT/UNION operators don't agree with documented behavior.

2006-08-07 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-402?page=all ] Rick Hillegas updated DERBY-402: Attachment: derby-402_v02.diff Attaching derby-402_v02.diff, which I committed at subversion revision 429484. This removes some odd characters which prevented t

Beta Announcement and encouraging user testing

2006-08-07 Thread Kathey Marsden
Dear Development Community, I find myself very concerned about the small amount of feedback we have gotten so far from the user community on 10.2. We have heard no feedback really positive or negative on the major new features, like grant/revoke, SUR, online-backup and JDBC 4.0. We've gotte

[jira] Commented: (DERBY-1401) TestDataReader class in jdbcapi/Stream.java creates test data of which length is not equals to value passed as length of test data.

2006-08-07 Thread Manjula Kutty (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1401?page=comments#action_12426348 ] Manjula Kutty commented on DERBY-1401: -- The patch for this issue had been comitted a while ago. Can we close it? > TestDataReader class in jdbcapi/Stream.java

[jira] Updated: (DERBY-1320) Test lang/procedure.java fails with ibm1.5 jvm

2006-08-07 Thread Manjula Kutty (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1320?page=all ] Manjula Kutty updated DERBY-1320: - Attachment: svn_diff_1320.txt Sorry for my mistake. Please find the new attached patch. I have included the bug number to the patch name. Please let me know

[jira] Updated: (DERBY-1320) Test lang/procedure.java fails with ibm1.5 jvm

2006-08-07 Thread Manjula Kutty (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1320?page=all ] Manjula Kutty updated DERBY-1320: - Attachment: svn_stat_1320.txt > Test lang/procedure.java fails with ibm1.5 jvm > -- > > Key: DERBY

Re: DERBY-688: ready for commit?

2006-08-07 Thread Bryan Pendleton
Otherwise, if any of my answers above would make you uncomfortable with committing the patches (or with approving their commit), please let me know and I will try to address your concerns. Hi Army, I am comfortable with your responses, and in my opinion the 5 patches are ready for commit. Is

[jira] Commented: (DERBY-1646) Documentation to address Grant/Revoke Authorization for views/triggers/constraints/routines(DERBY-1330)

2006-08-07 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1646?page=comments#action_12426357 ] Laura Stewart commented on DERBY-1646: -- I reread the sections on user authorization and user authentication... and I now see that I was confused. I will add t

Re: DERBY-688: ready for commit?

2006-08-07 Thread Daniel John Debrunner
Bryan Pendleton wrote: >> Otherwise, if any of my answers above would make you uncomfortable >> with committing the patches (or with approving their commit), please >> let me know and I will try to address your concerns. > > > Hi Army, > > I am comfortable with your responses, and in my opinion

Regression Test Failure! - TinderBox_Derby 429468 - Sun DBTG

2006-08-07 Thread Ole . Solberg
[Auto-generated mail] *TinderBox_Derby* 429468/2006-08-07 22:43:07 CEST *derbyall* Failed TestsOK Skip Duration Platform --- *Jvm: 1.5* 1687686 2 147.55% SunOS-5.10_i86pc-i386 Details in http://www.mult

[jira] Updated: (DERBY-646) In-memory backend storage support

2006-08-07 Thread David Van Couvering (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-646?page=all ] David Van Couvering updated DERBY-646: -- Derby Info: [Patch Available, Release Note Needed] > In-memory backend storage support > - > > Key: D

[jira] Commented: (DERBY-646) In-memory backend storage support

2006-08-07 Thread David Van Couvering (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-646?page=comments#action_12426368 ] David Van Couvering commented on DERBY-646: --- Are separate tests needed for this feature. Isn't this a configuration option, e.g. couldn't we run the stor

[jira] Commented: (DERBY-646) In-memory backend storage support

2006-08-07 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-646?page=comments#action_12426372 ] Daniel John Debrunner commented on DERBY-646: - Probably no new tests are required but some changes to ensure the feature is tested, such as the ability

Relicensing project

2006-08-07 Thread David Van Couvering
Hi, all. I've uploaded the scripts to http://wiki.apache.org/db-derby/FixingLicenseHeader. This means you, yes you, can help with the relicensing project. Take a look at the Wiki page, all you need to know should be there. It's *possible* that we don't have to get all this done in time for

Re: Relicensing project

2006-08-07 Thread Daniel John Debrunner
David Van Couvering wrote: > Hi, all. I've uploaded the scripts to > http://wiki.apache.org/db-derby/FixingLicenseHeader. This means you, > yes you, can help with the relicensing project. Just to be pedantic, we are not relicensing Derby. Dan.

Re: [jira] Commented: (DERBY-646) In-memory backend storage support

2006-08-07 Thread David Van Couvering
I see your point about new classes added to the public API needing javadoc, that seems reasonable. By release, do you mean a Derby release or an ICLA? Assuming the latter, I thought the ICLA issue had been cleared up. The ICLA has been on file for some time, search for Stephen Fitch in http

Re: [jira] Commented: (DERBY-646) In-memory backend storage support

2006-08-07 Thread Daniel John Debrunner
David Van Couvering wrote: > I see your point about new classes added to the public API needing > javadoc, that seems reasonable. > > By release, do you mean a Derby release. I missed an 'e'. You checked the 'Release Note Needed' flag, why would a release note be needed? Dan.

Re: [jira] Commented: (DERBY-646) In-memory backend storage support

2006-08-07 Thread David Van Couvering
I guess it's not a regression or bug, so not a release note, but I didn't know how else to indicate that documentation was needed, given that it's a new feature... David Daniel John Debrunner wrote: David Van Couvering wrote: I see your point about new classes added to the public API needin

Re: [jira] Commented: (DERBY-646) In-memory backend storage support

2006-08-07 Thread Daniel John Debrunner
David Van Couvering wrote: > I guess it's not a regression or bug, so not a release note, but I > didn't know how else to indicate that documentation was needed, given > that it's a new feature... A new Jira entry indicating documentation is needed. :-) Dan.

Regression Test Failure! - TinderBox_Derby 429515 - Sun DBTG

2006-08-07 Thread Ole . Solberg
[Auto-generated mail] *TinderBox_Derby* 429515/2006-08-08 01:52:58 CEST *derbyall* Failed TestsOK Skip Duration Platform --- *Jvm: 1.5* 1687686 2 147.62% SunOS-5.10_i86pc-i386 Details in http://www.mult

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

2006-08-07 Thread Andrew McIntyre (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1565?page=comments#action_12426396 ] Andrew McIntyre commented on DERBY-1565: Committed revision 429543, which updates the headers in the source files. The work to insert the header into the c

[jira] Commented: (DERBY-1516) Inconsistent behavior for getBytes and getSubString for embedded versus network

2006-08-07 Thread Craig Russell (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1516?page=comments#action_12426397 ] Craig Russell commented on DERBY-1516: -- I have run derby-all with these changes, and no errors were reported. Any other comments before I check this in? > In

[jira] Resolved: (DERBY-1614) Test harness overrides heap size settings when starting Network Server

2006-08-07 Thread Andrew McIntyre (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1614?page=all ] Andrew McIntyre resolved DERBY-1614. Resolution: Fixed Derby Info: (was: [Patch Available]) Committed to trunk with revision 429550. > Test harness overrides heap size settings when

[jira] Resolved: (DERBY-1431) Typo in link to Simple Example from frameworks/readme.html

2006-08-07 Thread Andrew McIntyre (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1431?page=all ] Andrew McIntyre resolved DERBY-1431. Fix Version/s: 10.2.0.0 Resolution: Fixed Derby Info: (was: [Patch Available]) Committed -alt2 patch to trunk with revision 429551. > T

[jira] Resolved: (DERBY-1320) Test lang/procedure.java fails with ibm1.5 jvm

2006-08-07 Thread Andrew McIntyre (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1320?page=all ] Andrew McIntyre resolved DERBY-1320. Resolution: Fixed Derby Info: (was: [Patch Available]) Checked in patch svn_diff_1320.txt with revision 429561. > Test lang/procedure.java fails

sysinfo in derbyclient.jar? (was Re: (DERBY-1470) )

2006-08-07 Thread Andrew McIntyre
The issue below brings up an interesting question. The attached diff for this issue adds derby.jar to the classpath so that the user can run sysinfo and verify that their classpath is correct. However, a minimally configured client would only have derbyclient.jar, and I think we should be promotin

[jira] Updated: (DERBY-1470) Correct instructions in demo html file demo\simple\example.html

2006-08-07 Thread Andrew McIntyre (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1470?page=all ] Andrew McIntyre updated DERBY-1470: --- Attachment: derby-1470-alt.diff Attaching alternate patch for this issue, which adds sysinfo to derbyclient.jar, so that sysinfo can be obtained from a c

[jira] Updated: (DERBY-1470) Correct instructions in demo html file demo\simple\example.html

2006-08-07 Thread Andrew McIntyre (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1470?page=all ] Andrew McIntyre updated DERBY-1470: --- Derby Info: [Patch Available] > Correct instructions in demo html file demo\simple\example.html >

[jira] Commented: (DERBY-1470) Correct instructions in demo html file demo\simple\example.html

2006-08-07 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1470?page=comments#action_12426436 ] Daniel John Debrunner commented on DERBY-1470: -- I would say step 4) above is wrong, the up front introduction examples should not be giving the impres

[jira] Commented: (DERBY-1597) Scripts in frameworks direcotry needs to be revisted to set up CLASSPATH properly

2006-08-07 Thread Andrew McIntyre (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1597?page=comments#action_12426438 ] Andrew McIntyre commented on DERBY-1597: The attached patch is ok, but I think that we should put $CLASSPATH first in the list of arguments to -cp, in case

[jira] Updated: (DERBY-1470) Correct instructions in demo html file demo\simple\example.html

2006-08-07 Thread Andrew McIntyre (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1470?page=all ] Andrew McIntyre updated DERBY-1470: --- Attachment: derby-1470-alt2.diff Attaching a second version of the alternate solution for this issue, this version also unseals the newly added impl/tool

Re: BUILDING.txt

2006-08-07 Thread Andrew McIntyre
On 8/3/06, Craig L Russell <[EMAIL PROTECTED]> wrote: I'll write up a note for BUILDING.txt, but I'd like to put in some more material than "These error messages are to be expected." Something like a real explanation of why the .java files appear to be out of sync with the source .jj files. Doe

[jira] Commented: (DERBY-1432) derbynetmats/NSinSameJVM.java fails to run due to Warning "UnknkownHostException: dyn" on Linux with DHCP generated hostname

2006-08-07 Thread Andrew McIntyre (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1432?page=comments#action_12426451 ] Andrew McIntyre commented on DERBY-1432: Hi Ole, check the derby.logs for these failures on your machines. They will contain a "Warning: UnknkownHostExcept

Regression Test Failure! - TinderBox_Derby 429551 - Sun DBTG

2006-08-07 Thread Ole . Solberg
[Auto-generated mail] *TinderBox_Derby* 429551/2006-08-08 05:22:24 CEST *derbyall* Failed TestsOK Skip Duration Platform --- *Jvm: 1.5* 1687686 2 144.37% SunOS-5.10_i86pc-i386 Details in http://www.mult

Re: DERBY-688: ready for commit?

2006-08-07 Thread Yip Ng
Hi Army:  I have reviewed your Derby-688 XML patches.  Thanks for continuing improving XML support for Derby.  I have applied the patches and was able to compile without any problems (except for the part where I have to modified the patches manually to remove the absolute paths).  I think Bryan