[jira] Commented: (DERBY-1713) Memory do not return to the system after Shuting down derby 10.2.1.0, following an out of memory event

2006-08-18 Thread Ibrahim (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1713?page=comments#action_12428932 ] Ibrahim commented on DERBY-1713: Thanks for these quick responses. It seems that I understood the problem. It is the unexpected behavior of OutOfMemory exception.

Regression Test Failure! - Derby 432304 - Sun DBTG

2006-08-18 Thread Ole . Solberg
[Auto-generated mail] *Derby* 432304/2006-08-17 19:46:06 CEST *derbyall* Failed TestsOK Skip Duration Platform --- *Jvm: 1.6* 1720719 0 111.30% SunOS-5.10_i86pc-i386 Details in http://www.multinet.no/~s

[jira] Created: (DERBY-1724) Executing grant statement within a transaction leads to a NPE later when the db owner attempts to update a table

2006-08-18 Thread Yip Ng (JIRA)
Executing grant statement within a transaction leads to a NPE later when the db owner attempts to update a table Key: DERBY-1724 URL: http://issues.ap

Regression Test Failure! - TinderBox_Derby 432502 - Sun DBTG

2006-08-18 Thread Ole . Solberg
[Auto-generated mail] *TinderBox_Derby* 432502/2006-08-18 08:53:06 CEST *derbyall* Failed TestsOK Skip Duration Platform --- *Jvm: 1.5* 2671669 2 149.39% SunOS-5.10_i86pc-i386 Details in http://www.mult

Re: Problems with permission to filters on TenTwoRelease page

2006-08-18 Thread Staale Deraas
Thanks Rick, It now works just fine. I obviously had to be a member of the derby-developer group. /Ståle Rick Hillegas wrote: Hi Ståle, My first guess would be that you are not a member of the derby-developer group. I think I have the necessary karma to add you. I'll try my hand at this.

[jira] Commented: (DERBY-1547) Add svn version number to DatabaseMetaData getDatabaseProductVersion and getDriverVersion() to improve supportability

2006-08-18 Thread V.Narayanan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1547?page=comments#action_12428985 ] V.Narayanan commented on DERBY-1547: Possible solution - 1) Find out in the tests where the input stream returned upon starting the NetworkSer

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

2006-08-18 Thread JIRA
[ http://issues.apache.org/jira/browse/DERBY-1691?page=comments#action_12428986 ] Øystein Grøvlen commented on DERBY-1691: David, the test is now failing with the same diff as two fixes ago. It seems like you have been toggling back a

Re: [jira] Created: (DERBY-1724) Executing grant statement within a transaction leads to a NPE later when the db owner attempts to update a table

2006-08-18 Thread Saurabh Vyas
Hi Yip, I am a newbee to Derby and I was trying to reproduce the error by following the steps you mentioned. Before I could reproduce the problem, I encountered another error i.e.: ij version 10.2 ij> connect 'jdbc:derby:test;create=true' user 'user1' as user1; ij> CALL SYSCS_UTIL.SYSCS_SET_

Re: [jira] Commented: (DERBY-1261) Two triggers on same table cause "ERROR 54038: Maximum depth of nested triggers was exceeded."

2006-08-18 Thread Oystein Grovlen - Sun Norway
Yip Ng wrote: From what the problem description states, it seems so. The symptoms of this jira matches those of DERBY-1652. I'll leave it up to the reporter to decide if it is a duplicate. As far as I understand, DERBY-1652 makes this fail also when only a single trigger is defined. So f

Re: [VOTE] Approve coding conventions for the Derby project

2006-08-18 Thread Oystein Grovlen - Sun Norway
Rick Hillegas wrote: > Clarity is the key goal of Derby's coding standards. The coding > guidelines at > http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html are a style > primer, not a law book. Mine this document for good examples but use > your common sense. Feel free to disregard any a

[jira] Updated: (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-18 Thread Andreas Korneliussen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1559?page=all ] Andreas Korneliussen updated DERBY-1559: Urgency: Normal Affects Version/s: 10.2.2.0 10.3.0.0 Derby Info: [Patch Available] I will consid

Re: Some committers not listed on DB "Who we are" page.

2006-08-18 Thread Rick Hillegas
The whoweare web page also doesn't list our newly minted PMC members. -Rick Bryan Pendleton wrote: Mike Matrigali wrote: any idea how we do that? Daniel John Debrunner wrote: Could all the Derby committers please ensure their name is on the DB project page. http://db.apache.org/whoweare.

[jira] Commented: (DERBY-801) Allow parallel access to data files.

2006-08-18 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-801?page=comments#action_12429015 ] Knut Anders Hatlen commented on DERBY-801: -- Hi Anders, Thank you for working on this issue! I have looked at your patch, and my impression is that your app

[jira] Commented: (DERBY-801) Allow parallel access to data files.

2006-08-18 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-801?page=comments#action_12429018 ] Knut Anders Hatlen commented on DERBY-801: -- When this fix gets into the codeline, the fix for DERBY-733 could be backed out. > Allow parallel access to dat

Re: Some committers not listed on DB "Who we are" page.

2006-08-18 Thread Jean T. Anderson
Bryan Pendleton wrote: > Mike Matrigali wrote: > >> any idea how we do that? >> >> Daniel John Debrunner wrote: >> >>> Could all the Derby committers please ensure their name is on the DB >>> project page. >>> >>> http://db.apache.org/whoweare.html > > I asked about this over on general@db.apach

Re: svn commit: r432569 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/NetworkServerTestSetup.java

2006-08-18 Thread Daniel John Debrunner
[EMAIL PROTECTED] wrote: > Author: andreask > Date: Fri Aug 18 06:05:45 2006 > New Revision: 432569 > > URL: http://svn.apache.org/viewvc?rev=432569&view=rev > Log: > Fixed bug in setUp causing it to only start server when running in embedded > mode. > final public class NetworkServerTestSetup

Re: [VOTE] Approve coding conventions for the Derby project

2006-08-18 Thread Daniel John Debrunner
Oystein Grovlen - Sun Norway wrote: > Rick Hillegas wrote: > >> Clarity is the key goal of Derby's coding standards. The coding >> guidelines at >> http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html are a style >> primer, not a law book. Mine this document for good examples but use >> you

Re: svn commit: r432569 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/NetworkServerTestSetup.java

2006-08-18 Thread Andreas Korneliussen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel John Debrunner wrote: > [EMAIL PROTECTED] wrote: > >> Author: andreask >> Date: Fri Aug 18 06:05:45 2006 >> New Revision: 432569 >> >> URL: http://svn.apache.org/viewvc?rev=432569&view=rev >> Log: >> Fixed bug in setUp causing it to only start

jdbc suite started failing again last night for me

2006-08-18 Thread Mike Matrigali
Dan I know you are working on this suite as part of already filed issue, let me know if I should file a different issue for this one. I ran the full suite against the ibm 1.4.2 jvm and my results matched the latest tinderbox run, ie. 2 failures - one this suite and the other the blob issue that wo

[jira] Updated: (DERBY-1713) Memory do not return to the system after Shuting down derby 10.2.1.0, following an out of memory event

2006-08-18 Thread Mike Matrigali (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1713?page=all ] Mike Matrigali updated DERBY-1713: -- I admit I don't understand why there is much of a difference, during runtime for those 2 queries. Do you have any indexes on this data? From your ddl, derby w

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

2006-08-18 Thread jira
Issue Subscription Filter: Derby: JIRA issues with patch available (20 issues) Subscriber: derby-dev Key Summary DERBY-801 Allow parallel access to data files. http://issues.apache.org/jira/browse/DERBY-801 DERBY-1559 when receiving a single EXTDTA object representing a BLO

Re: jdbc suite started failing again last night for me

2006-08-18 Thread Daniel John Debrunner
Mike Matrigali wrote: > Dan I know you are working on this suite as part of already filed > issue, let me know if I should file a different issue for this one. > I ran the full suite against the ibm 1.4.2 jvm and my results matched > the latest tinderbox run, ie. 2 failures - one this suite and th

Re: Some committers not listed on DB "Who we are" page.

2006-08-18 Thread Bryan Pendleton
Hi Jean, thanks for the pointers. This looks pretty straightforward. I'll try to get myself added to the site. I'm having a bit of trouble following your notes where you say: (2) I set up the ssh key and started the agent per http://www.cs.utk.edu/~england/ssh.html . In the context of

[jira] Commented: (DERBY-1723) Database owner revokes select privilege from a schema owner but owner is still able to select

2006-08-18 Thread Deepa Remesh (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1723?page=comments#action_12429048 ] Deepa Remesh commented on DERBY-1723: - I think this behaviour will be clearer if we raise a warning when no privileges are revoked. It will also solve the inco

TenTwoPlatformTesting (was Re: Place for 10.2.1 beta candidate testing results)

2006-08-18 Thread Rajesh Kartha
Rick Hillegas wrote: I don't have strong feelings about where the test results should go, but I'd appreciate it if we could link to that place quickly from the main 10.2 wiki page: http://wiki.apache.org/db-derby/TenTwoRelease. Thanks, -Rick Jean T. Anderson wrote: Jean T. Anderson wrote:

Regression Test Failure! - TinderBox_Derby 432572 - Sun DBTG

2006-08-18 Thread Ole . Solberg
[Auto-generated mail] *TinderBox_Derby* 432572/2006-08-18 15:12:33 CEST *derbyall* Failed TestsOK Skip Duration Platform --- *Jvm: 1.5* 2671669 2 148.82% SunOS-5.10_i86pc-i386 Details in http://www.mult

Re: [jira] Created: (DERBY-1724) Executing grant statement within a transaction leads to a NPE later when the db owner attempts to update a table

2006-08-18 Thread Yip Ng
Hi Saurabh:One way is:java -Dderby.database.sqlAuthorization=true org.apache.derby.tools.ijOn 8/18/06, Saurabh Vyas < [EMAIL PROTECTED]> wrote:Hi Yip,I am a newbee to Derby and I was trying to reproduce the error by following the steps you mentioned. Before I could reproduce the problem,I encounter

[jira] Updated: (DERBY-1622) Add documentation for encrypted database using encryptionKey

2006-08-18 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1622?page=all ] Laura Stewart updated DERBY-1622: - Attachment: derby1622.diff Derby1622_html.zip Attached the patch to add the encryptionKey documentation. Please review and comment. The files

[jira] Updated: (DERBY-1622) Add documentation for encrypted database using encryptionKey

2006-08-18 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1622?page=all ] Laura Stewart updated DERBY-1622: - Derby Info: [Patch Available] > Add documentation for encrypted database using encryptionKey > >

[junit] frameworks in Junit WAS Re: svn commit: r432569

2006-08-18 Thread Daniel John Debrunner
Andreas Korneliussen wrote: > Daniel John Debrunner wrote: > >>>[EMAIL PROTECTED] wrote: >>> >>> Author: andreask Date: Fri Aug 18 06:05:45 2006 New Revision: 432569 URL: http://svn.apache.org/viewvc?rev=432569&view=rev Log: Fixed bug in setUp causing it to only start

Re: jdbc suite started failing again last night for me

2006-08-18 Thread Daniel John Debrunner
Daniel John Debrunner wrote: > Mike Matrigali wrote: > > >>Dan I know you are working on this suite as part of already filed >>issue, let me know if I should file a different issue for this one. >>I ran the full suite against the ibm 1.4.2 jvm and my results matched >>the latest tinderbox run, i

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

2006-08-18 Thread Rick Hillegas (JIRA)
Placeholder for 10.2 merges --- Key: DERBY-1725 URL: http://issues.apache.org/jira/browse/DERBY-1725 Project: Derby Issue Type: Task Affects Versions: 10.2.1.0 Reporter: Rick Hillegas Fix

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

2006-08-18 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1725?page=all ] Rick Hillegas reassigned DERBY-1725: Assignee: Rick Hillegas > Placeholder for 10.2 merges > --- > > Key: DERBY-1725 > URL: http://is

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

2006-08-18 Thread Daniel John Debrunner
Rick Hillegas (JIRA) wrote: > Placeholder for 10.2 merges > --- > > Key: DERBY-1725 > URL: http://issues.apache.org/jira/browse/DERBY-1725 > Project: Derby > Issue Type: Task > Affects Versions: 10.2.1.0 >

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

2006-08-18 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1725?page=all ] Rick Hillegas updated DERBY-1725: - Attachment: derby-1725-merge-430830-to-430856.diff Committed derby-1725-merge-430830-to-430856.diff, merging the trunk into the 10.2 branch from 430830 throu

[jira] Commented: (DERBY-1723) Database owner revokes select privilege from a schema owner but owner is still able to select

2006-08-18 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1723?page=comments#action_12429061 ] Yip Ng commented on DERBY-1723: --- Yes, a warning on the revoke will make the behavior more clearer. However, the point of this scenario is to determine what a databa

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

2006-08-18 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1725?page=all ] Rick Hillegas updated DERBY-1725: - Attachment: derby-1725-merge-430858-to-430945.diff Committed derby-1725-merge-430858-to-430945.diff, merging the trunk into the 10.2 branch from 43058 throug

Re: svn commit: r432641 - /db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/util/JDBC.java

2006-08-18 Thread Daniel John Debrunner
[EMAIL PROTECTED] wrote: > Author: rhillegas > Date: Fri Aug 18 10:09:04 2006 > New Revision: 432641 > > URL: http://svn.apache.org/viewvc?rev=432641&view=rev > Log: > DERBY-1725: Merge trunk into 10.2 branch from 430830 through 430856. This is a problem with the mega merges, we lose the linkage

[jira] Created: (DERBY-1726) Make i18n/LocalizedDisplay.sql and i18n/LocalizedConnectionAttribute.sql behave equally on different platforms

2006-08-18 Thread Knut Anders Hatlen (JIRA)
Make i18n/LocalizedDisplay.sql and i18n/LocalizedConnectionAttribute.sql behave equally on different platforms -- Key: DERBY-1726 URL: http://issues.apache

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

2006-08-18 Thread Rick Hillegas
Hi Dan, I'm just creating a slot in JIRA for tracking sequences of related changes. In this case, I would like to have a permanent record of the work done to merge the trunk into the 10.2 branch. This involves a number of separate commits which are part of a single logical operation. I don't

[jira] Resolved: (DERBY-244) with linux, depending on env setting $LANG and console encoding, some i18n tests fail

2006-08-18 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-244?page=all ] Knut Anders Hatlen resolved DERBY-244. -- Fix Version/s: 10.2.1.0 Resolution: Fixed Derby Info: (was: [Patch Available]) Committed revision 432645. The problems with Localized

Re: help with i18n test diffs

2006-08-18 Thread Knut Anders Hatlen
David Van Couvering <[EMAIL PROTECTED]> writes: > When I run derbyall on my machine, I get a lot diffs with the i18n > tests, of the form > > < ERROR XIE0J: Un delimitador no es v EnC:>225< lido o se ha utilizado > m EnC:>225< s de una vez. > 55a55 >> ERROR XIE0J: Un delimitador no es v?lido o se

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

2006-08-18 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1725?page=all ] Rick Hillegas updated DERBY-1725: - Attachment: derby-1725-merge-430947-to-431743.diff Committed derby-1725-merge-430947-to-431743.diff, merging the trunk into the 10.2 branch from 430947 to 43

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

2006-08-18 Thread Daniel John Debrunner
Rick Hillegas wrote: > Hi Dan, > > I'm just creating a slot in JIRA for tracking sequences of related > changes. In this case, I would like to have a permanent record of the > work done to merge the trunk into the 10.2 branch. This involves a > number of separate commits which are part of a singl

[jira] Commented: (DERBY-1622) Add documentation for encrypted database using encryptionKey

2006-08-18 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1622?page=comments#action_12429070 ] Sunitha Kambhampati commented on DERBY-1622: Thanks Laura for working on this. Here are my comments on files in derby1622_html.zip. FILE: /tdevdvlp

Re: [VOTE] Approve coding conventions for the Derby project

2006-08-18 Thread Dag H. Wanvik
Kathey Marsden <[EMAIL PROTECTED]> writes: > BTW: I would most appreciate a pointer to a diff uitlity where I can > set tab stops to 4 if anyone knows of one. svn diff | expand -t 4 should work. Dag

[jira] Commented: (DERBY-1418) derbyall/storeall/storemore/OnlineBackupTest3 failed, unable to reproduce

2006-08-18 Thread Rajesh Kartha (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1418?page=comments#action_12429073 ] Rajesh Kartha commented on DERBY-1418: -- Is anyone currently seeing this failure ? Can we go ahead and close this issue ? > derbyall/storeall/storemore/Onlin

Re: svn commit: r432641 - /db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/util/JDBC.java

2006-08-18 Thread Knut Anders Hatlen
Daniel John Debrunner <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] wrote: > >> Author: rhillegas >> Date: Fri Aug 18 10:09:04 2006 >> New Revision: 432641 >> >> URL: http://svn.apache.org/viewvc?rev=432641&view=rev >> Log: >> DERBY-1725: Merge trunk into 10.2 branch from 430830 through 430856.

[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-18 Thread Rajesh Kartha (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1708?page=all ] Rajesh Kartha updated DERBY-1708: - Urgency: Urgent This issue needs resolution for 10.2, hence bumping the urgency. > Unprivileged user can perform lock table statement on a table which he/she

Re: [junit] frameworks in Junit WAS Re: svn commit: r432569

2006-08-18 Thread Andreas Korneliussen
Daniel John Debrunner wrote: Andreas Korneliussen wrote: Daniel John Debrunner wrote: [EMAIL PROTECTED] wrote: Author: andreask Date: Fri Aug 18 06:05:45 2006 New Revision: 432569 URL: http://svn.apache.org/viewvc?rev=432569&view=rev Log: Fixed bug in setUp causing it to only start ser

Re: svn commit: r432641 - /db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/util/JDBC.java

2006-08-18 Thread Daniel John Debrunner
Knut Anders Hatlen wrote: > Daniel John Debrunner <[EMAIL PROTECTED]> writes: > > >>[EMAIL PROTECTED] wrote: >> >> >>>Author: rhillegas >>>Date: Fri Aug 18 10:09:04 2006 >>>New Revision: 432641 >>> >>>URL: http://svn.apache.org/viewvc?rev=432641&view=rev >>>Log: >>>DERBY-1725: Merge trunk into 1

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

2006-08-18 Thread Rick Hillegas
Daniel John Debrunner wrote: Rick Hillegas wrote: Hi Dan, I'm just creating a slot in JIRA for tracking sequences of related changes. In this case, I would like to have a permanent record of the work done to merge the trunk into the 10.2 branch. This involves a number of separate commits w

Re: [junit] frameworks in Junit WAS Re: svn commit: r432569

2006-08-18 Thread Daniel John Debrunner
Andreas Korneliussen wrote: > Daniel John Debrunner wrote: >> When run in the harness the network server is already started correctly >> so won't this just try to start another server and fail? >> > > It won't fail, since the the harness won't start it when > _Suite_app.properties contains a pro

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

2006-08-18 Thread Daniel John Debrunner
Rick Hillegas wrote: > Out of 17 commits which recorded this linkage, I have 9 distinct > JIRA entries. Unfortunately, there are another 17 commits which didn't > bother to record their JIRA linkage. I will send out a list of these > soon and, hopefully, the committers can supply this information.

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

2006-08-18 Thread Andrew McIntyre (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1725?page=comments#action_12429087 ] Andrew McIntyre commented on DERBY-1725: I noticed part of the change for DERBY-1593 snuck in with the change that bumped the version to 10.3. I've merged

Re: [jira] Updated: (DERBY-1687) sealing violation: can't seal package org.apache.derby.iapi.services.context: already loaded with 10.2.1.0 beta

2006-08-18 Thread Dag H. Wanvik
"Andrew McIntyre (JIRA)" writes: > So all we actually need to do is make derbyclient.jar's manifest > equal to derby.jar's with regard to the packages that are > unsealed. Attaching a patch which does that. I have verified that > the test mentioned in the comments for this issue pass with the > p

[jira] Created: (DERBY-1727) Test lang/streams.java fails with ArrayIndexOutOfBoundsException using IBM JDK 1.3.1 SR10

2006-08-18 Thread Stan Bradbury (JIRA)
Test lang/streams.java fails with ArrayIndexOutOfBoundsException using IBM JDK 1.3.1 SR10 - Key: DERBY-1727 URL: http://issues.apache.org/jira/browse/DERBY-1727 P

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

2006-08-18 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1725?page=all ] Rick Hillegas updated DERBY-1725: - Attachment: derby-1725-merge-431745-to-432654.diff Committed derby-1725-merge-431745-to-432654.diff, merging the trunk to the 10.2 branch from 431745 through

[jira] Assigned: (DERBY-1714) huge single insert statements fail with JVM error due to size of generated method

2006-08-18 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1714?page=all ] Daniel John Debrunner reassigned DERBY-1714: Assignee: Daniel John Debrunner > huge single insert statements fail with JVM error due to size of generated > method > ---

[jira] Updated: (DERBY-1622) Add documentation for encrypted database using encryptionKey

2006-08-18 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1622?page=all ] Laura Stewart updated DERBY-1622: - Attachment: derby1622_html2.zip derby1622_2.diff Updated the patch based on your comments. The updated/new files are: Filename

changes merged from trunk into 10.2 branch up through subversion revision 432654

2006-08-18 Thread Rick Hillegas
I have merged code changes from the trunk into the 10.2 branch, ending with subversion revision 432654. If you have committed work today past that revision number, then your commits will need to be hand applied to the 10.2 branch. From this point onward, the trunk is open to feature work whic

Re: [junit] frameworks in Junit WAS Re: svn commit: r432569

2006-08-18 Thread Andreas Korneliussen
It won't fail, since the the harness won't start it when _Suite_app.properties contains a property to not start it. My intention with my current set of work for JUnit is to divorce the JUnit tests from the existing harness and have them be able to run standalone. Any time we add dependencies

Help please: need to mumble some subversion magic

2006-08-18 Thread Rick Hillegas
I need advice on how to re-edit the comment on a subversion commit which I performed earlier today. Thanks, -Rick

recent commits which aren't linked to JIRA entries

2006-08-18 Thread Rick Hillegas
Here is a list of commits over the last week, which don't link to JIRAs. All of this work has been merged into the 10.2 branch. None of this work will appear bound to any release right now. Please adjust the commit comments if you would like to bind this work to a release. Thanks, -Rick r4324

Re: Help please: need to mumble some subversion magic

2006-08-18 Thread Andrew McIntyre
On 8/18/06, Rick Hillegas <[EMAIL PROTECTED]> wrote: I need advice on how to re-edit the comment on a subversion commit which I performed earlier today. For future reference, this is documented on this page: http://wiki.apache.org/db-derby/DerbyDevHowTo as currently the last bullet point. andr

Re: Help please: need to mumble some subversion magic

2006-08-18 Thread Daniel John Debrunner
Rick Hillegas wrote: > I need advice on how to re-edit the comment on a subversion commit which > I performed earlier today. http://wiki.apache.org/db-derby/DerbyDevHowTo Dan.

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

2006-08-18 Thread Suresh Thalamati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1636?page=comments#action_12429100 ] Suresh Thalamati commented on DERBY-1636: - Thanks a lot Laura. I have few minor comments, It would be great if you can make the following changes.

Re: Some committers not listed on DB "Who we are" page.

2006-08-18 Thread Knut Anders Hatlen
Bryan Pendleton <[EMAIL PROTECTED]> writes: > Hi Jean, thanks for the pointers. This looks pretty straightforward. > > I'll try to get myself added to the site. > > I'm having a bit of trouble following your notes where you say: > > (2) I set up the ssh key and started the agent per > http

[jira] Created: (DERBY-1728) Test derbynetmats/testSecMec fails with message: security mechanism '8' not supported

2006-08-18 Thread Stan Bradbury (JIRA)
Test derbynetmats/testSecMec fails with message: security mechanism '8' not supported -- Key: DERBY-1728 URL: http://issues.apache.org/jira/browse/DERBY-1728 Project

[jira] Commented: (DERBY-1618) store/BootAllTest.junit fails on ibm131, wctme5.7

2006-08-18 Thread Stan Bradbury (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1618?page=comments#action_12429111 ] Stan Bradbury commented on DERBY-1618: -- Same failure on SLES 9 using IBM131 SR10 - testing 10.2.1.0 beta > store/BootAllTest.junit fails on ibm131, wctme5.7 >

[jira] Commented: (DERBY-1705) Test jdbcapi/dataSourceReference.java fails with 10.2.1 beta candidate jars

2006-08-18 Thread Stan Bradbury (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1705?page=comments#action_12429112 ] Stan Bradbury commented on DERBY-1705: -- Same failure on SLES 9 using IBM131 SR10 - testing 10.2.1.0 beta > Test jdbcapi/dataSourceReference.java fails with 10

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

2006-08-18 Thread Deepa Remesh (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1582?page=all ] Deepa Remesh updated DERBY-1582: Attachment: d1582_v2.diff d1582_v2.status Attaching a revised patch 'd1582_v2.diff' which raises a warning when no privileges are revoked by th

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

2006-08-18 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1725?page=comments#action_12429116 ] Rick Hillegas commented on DERBY-1725: -- Dummy commit at subversion revision 432715. This records the merge actions of the previous commits. Patches for the fo

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

2006-08-18 Thread Deepa Remesh (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1582?page=all ] Deepa Remesh updated DERBY-1582: Derby Info: [Patch Available] > REVOKE statement does not generate a warning when no privileges are revoked. > -

[jira] Commented: (DERBY-1622) Add documentation for encrypted database using encryptionKey

2006-08-18 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1622?page=comments#action_12429117 ] Sunitha Kambhampati commented on DERBY-1622: Hi Laura, Thanks for making the changes. They look good. One minor comment, in the html file:/tdevdvlp401

Regression Test Failure! - TinderBox_Derby 432653 - Sun DBTG

2006-08-18 Thread Ole . Solberg
[Auto-generated mail] *TinderBox_Derby* 432653/2006-08-18 19:22:42 CEST *derbyall* Failed TestsOK Skip Duration Platform --- *Jvm: 1.5* 2671669 2 159.99% SunOS-5.10_i86pc-i386 Details in http://www.mult

[jira] Commented: (DERBY-1622) Add documentation for encrypted database using encryptionKey

2006-08-18 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1622?page=comments#action_12429119 ] Sunitha Kambhampati commented on DERBY-1622: In my last comment , in #2 - Instead of "... and also the encryptionAlgorithm attribute if you want to u

[jira] Commented: (DERBY-1728) Test derbynetmats/testSecMec fails with message: security mechanism '8' not supported

2006-08-18 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1728?page=comments#action_12429120 ] Sunitha Kambhampati commented on DERBY-1728: I think this is related to DERBY-528 checkin, the jcc masters have not been updated. There is an existing

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

2006-08-18 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1725?page=all ] Rick Hillegas updated DERBY-1725: - Attachment: derby-1725-mergeDocs-430831-to-432716.diff Committed derby-1725-mergeDocs-430831-to-432716.diff. This merges documentation changes from the mainl

Documentation merged from trunk to 10.2 branch. Double commits now required.

2006-08-18 Thread Rick Hillegas
I have merged documentation changes from the trunk into the 10.2 branch down through subversion revision 432716. From now on, documentation changes will need to be committed to both the trunk and to the 10.2 branch. Regards, -Rick

Re: Documentation merged from trunk to 10.2 branch. Double commits now required.

2006-08-18 Thread Andrew McIntyre
On 8/18/06, Rick Hillegas <[EMAIL PROTECTED]> wrote: I have merged documentation changes from the trunk into the 10.2 branch down through subversion revision 432716. From now on, documentation changes will need to be committed to both the trunk and to the 10.2 branch. Is that because you're not

[jira] Updated: (DERBY-1622) Add documentation for encrypted database using encryptionKey

2006-08-18 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1622?page=all ] Laura Stewart updated DERBY-1622: - Attachment: derby1622_3.diff derby1622_html3.zip Attaching the updated patch. The files were updated based on comments received. Please review

[jira] Commented: (DERBY-1223) Update Getting Started to include instructions on setting JAVA_HOME variable.

2006-08-18 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1223?page=comments#action_12429130 ] Laura Stewart commented on DERBY-1223: -- It would be helpful if you answered the questions that are in the txt file that includes the proposed changes. https:/

Re: Documentation merged from trunk to 10.2 branch. Double commits now required.

2006-08-18 Thread Rick Hillegas
Hi Andrew, You are right. The documentation branch is not as likely to accumulate new features as the code trunk is. The documentation merge was pretty straightforward. I rely on your judgement that this will be less onerous. Let's do as you propose and just commit doc changes to the trunk ne

[jira] Created: (DERBY-1729) Invoking Java stored procedure that contains GRANT or REVOKE statement with CONTAINS SQL from a trigger should fail.

2006-08-18 Thread Yip Ng (JIRA)
Invoking Java stored procedure that contains GRANT or REVOKE statement with CONTAINS SQL from a trigger should fail. - Key: DERBY-1729 URL: http:/

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

2006-08-18 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1636?page=comments#action_12429133 ] Laura Stewart commented on DERBY-1636: -- About your comment; tdevcsecurenewextkey.html : (Encrypting databases with a new external key ) 1) Following point

[jira] Updated: (DERBY-1729) Invoking Java stored procedure that contains GRANT or REVOKE statement with CONTAINS SQL from a trigger should fail.

2006-08-18 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1729?page=all ] Yip Ng updated DERBY-1729: -- Attachment: repro-trunk-diff01.txt > Invoking Java stored procedure that contains GRANT or REVOKE statement with > CONTAINS SQL from a trigger should fail. >

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

2006-08-18 Thread Mamta A. Satoor (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1582?page=comments#action_12429134 ] Mamta A. Satoor commented on DERBY-1582: Deepa, your patch looks good to me. Just couple suggestion for the tests 1)You have some -ve test case for revoke t

[jira] Updated: (DERBY-1622) Add documentation for encrypted database using encryptionKey

2006-08-18 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1622?page=all ] Laura Stewart updated DERBY-1622: - Attachment: derby1622_4.diff derby1622_html4.zip Updated the files again. > Add documentation for encrypted database using encryptionKey > --

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

2006-08-18 Thread Deepa Remesh
On 8/18/06, Mamta A. Satoor (JIRA) wrote: [ http://issues.apache.org/jira/browse/DERBY-1582?page=comments#action_12429134 ] Mamta A. Satoor commented on DERBY-1582: Deepa, your patch looks good to me. Just couple suggestion for the tests Thanks M

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

2006-08-18 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1685?page=all ] Laura Stewart reassigned DERBY-1685: Assignee: Laura Stewart > The reference manual has wrong procedure name for online bacup > -

[jira] Commented: (DERBY-1622) Add documentation for encrypted database using encryptionKey

2006-08-18 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1622?page=comments#action_12429138 ] Sunitha Kambhampati commented on DERBY-1622: Thanks much Laura. I looked at files in derby1622_html4.zip and my +1 for commit. > Add documentation f

[jira] Commented: (DERBY-1223) Update Getting Started to include instructions on setting JAVA_HOME variable.

2006-08-18 Thread Andrew McIntyre (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1223?page=comments#action_12429139 ] Andrew McIntyre commented on DERBY-1223: Sorry, I thought it would be easier to just review the proposed changes, but now I see that this section needs som

Re: [jira] Commented: (DERBY-1223) Update Getting Started to include instructions on setting JAVA_HOME variable.

2006-08-18 Thread Laura Stewart
Thanks Andrew I will make these changes and post a formal patch, probably Monday morning. Laura On 8/18/06, Andrew McIntyre (JIRA) wrote: [ http://issues.apache.org/jira/browse/DERBY-1223?page=comments#action_12429139 ] Andrew McIntyre commented on DERBY-1223:

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

2006-08-18 Thread Suresh Thalamati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1636?page=comments#action_12429141 ] Suresh Thalamati commented on DERBY-1636: - My understanding of it is; 1) users need to disable log archival then do a shutdown before attempting to en

[jira] Resolved: (DERBY-1687) sealing violation: can't seal package org.apache.derby.iapi.services.context: already loaded with 10.2.1.0 beta

2006-08-18 Thread Andrew McIntyre (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1687?page=all ] Andrew McIntyre resolved DERBY-1687. Resolution: Fixed I accidentally applied the changes to build.xml as part of the final patch to DERBY-1032. However, I believe the approach is correct,

[jira] Resolved: (DERBY-1717) Working With Derby task file twwdactivity4.dita is invalid, results in missing text

2006-08-18 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1717?page=all ] Knut Anders Hatlen resolved DERBY-1717. --- Resolution: Fixed Derby Info: (was: [Patch Available]) Thanks Kim, this looks like an improvement to me. I added yet another "client / serv

[jira] Commented: (DERBY-1622) Add documentation for encrypted database using encryptionKey

2006-08-18 Thread Andrew McIntyre (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1622?page=comments#action_12429152 ] Andrew McIntyre commented on DERBY-1622: Committed derby1622_4.diff with revision 432775. > Add documentation for encrypted database using encryptionKey >

[jira] Commented: (DERBY-1723) Database owner revokes select privilege from a schema owner but owner is still able to select

2006-08-18 Thread Satheesh Bandaram (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1723?page=comments#action_12429153 ] Satheesh Bandaram commented on DERBY-1723: -- No one can revoke a privilege from object owner, including the owner herself or even the database owner. Deepa

[jira] Resolved: (DERBY-1622) Add documentation for encrypted database using encryptionKey

2006-08-18 Thread Andrew McIntyre (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1622?page=all ] Andrew McIntyre resolved DERBY-1622. Resolution: Fixed Derby Info: (was: [Patch Available]) > Add documentation for encrypted database using encryptionKey > --

  1   2   >