Re: Sourceforce has a mirror of the Derby releases?

2015-05-28 Thread Bryan Pendleton
I don't think so, at least as far as I know no one discussed setting this up Thanks Myrna. I did a bit more research, and I think SourceForge set this up on their own. I don't actually see any harm in SourceForge having additional mirrors of our releases, and in fact they are precise copies of

DERBY-6783

2015-05-27 Thread Bryan Pendleton
Hi Abhinav, I spent some time digging into DERBY-6783. This is a very interesting bug, and takes us right into the heart of the trigger execution logic of the Derby engine. I don't yet know what the answer is, but I made some good progress. I'm attaching a fairly large patch to DERBY-6783, wit

[jira] [Updated] (DERBY-6783) WHEN clause in CREATE TRIGGER for UPDATE is not working for the sql script below

2015-05-27 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton updated DERBY-6783: --- Attachment: diagnostics.diff Updated test case, together with print statements in the trigger

Re: [jira] [Commented] (DERBY-6783) WHEN clause in CREATE TRIGGER for UPDATE is not working for the sql script below

2015-05-27 Thread Bryan Pendleton
On 5/27/2015 1:14 PM, Abhinav Gupta wrote: Hi Bryan, I had put a few print statements in CreateTriggerNode.java to look at the values when the trigger node is created, it didn't help me much. So I looked for the piece of code that is responsible for firing the trigger based on the event, I be

[jira] [Commented] (DERBY-6807) XXE attack possible by using XmlVTI and the XML datatype

2015-05-27 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14562088#comment-14562088 ] Bryan Pendleton commented on DERBY-6807: In DERBY-6810, I put my "Billi

Sourceforce has a mirror of the Derby releases?

2015-05-27 Thread Bryan Pendleton
I'm not sure I realized that Sourceforge had a separate set of mirrored copies of the Apache Derby releases. I happened to see: http://arstechnica.com/information-technology/2015/05/sourceforge-grabs-gimp-for-windows-account-wraps-installer-in-bundle-pushing-adware/ Where I found links to:

[jira] [Commented] (DERBY-6801) Implement MessageUtils class so client and server can share message argument encoding/decoding

2015-05-27 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14560974#comment-14560974 ] Bryan Pendleton commented on DERBY-6801: Although this is a separate task, an

Re: [jira] [Commented] (DERBY-6783) WHEN clause in CREATE TRIGGER for UPDATE is not working for the sql script below

2015-05-25 Thread Bryan Pendleton
I googled for a solution and after a while /ant clean/ apparently worked for me. Good, I am glad to hear it. I regularly clean up my Subversion sandboxes by doing: svn revert -R . ant clobber cleanjars ant clobber is like ant clean, but it cleans up even more things. And there

[jira] [Commented] (DERBY-6810) Add regression tests for XXE vulnerability

2015-05-25 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14558532#comment-14558532 ] Bryan Pendleton commented on DERBY-6810: I agree; that is how it seems to me,

[jira] [Commented] (DERBY-6810) Add regression tests for XXE vulnerability

2015-05-25 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14558356#comment-14558356 ] Bryan Pendleton commented on DERBY-6810: I experimentally tried the follo

[jira] [Updated] (DERBY-6810) Add regression tests for XXE vulnerability

2015-05-24 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton updated DERBY-6810: --- Attachment: billionLaughs.diff I tried to demonstrate the XXE Vulnerability using the well

Re: 10.12.1 release

2015-05-24 Thread Bryan Pendleton
I volunteer to manage a 10.12.1 release. Thanks Rick! It would be great if it could include some of the bug fixing that Abhinav and I are working on this summer, so a time frame of late August or early September would work well for us. I'm going to try to pay more attention to the release proc

[jira] [Commented] (DERBY-6783) WHEN clause in CREATE TRIGGER for UPDATE is not working for the sql script below

2015-05-24 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14557858#comment-14557858 ] Bryan Pendleton commented on DERBY-6783: I was able to download the la

[jira] [Updated] (DERBY-6810) Add regression tests for XXE vulnerability

2015-05-24 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton updated DERBY-6810: --- Assignee: Abhinav Gupta > Add regression tests for XXE vulnerabil

[jira] [Created] (DERBY-6810) Add regression tests for XXE vulnerability

2015-05-24 Thread Bryan Pendleton (JIRA)
Bryan Pendleton created DERBY-6810: -- Summary: Add regression tests for XXE vulnerability Key: DERBY-6810 URL: https://issues.apache.org/jira/browse/DERBY-6810 Project: Derby Issue Type: Sub

[jira] [Commented] (DERBY-6783) WHEN clause in CREATE TRIGGER for UPDATE is not working for the sql script below

2015-05-22 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14557129#comment-14557129 ] Bryan Pendleton commented on DERBY-6783: Since your new test case is added to

[jira] [Updated] (DERBY-6800) Implement DerbySQLIntegrityConstraintViolationException class

2015-05-21 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton updated DERBY-6800: --- Assignee: Abhinav Gupta (was: Bryan Pendleton) > Implem

[jira] [Assigned] (DERBY-6800) Implement DerbySQLIntegrityConstraintViolationException class

2015-05-21 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton reassigned DERBY-6800: -- Assignee: Bryan Pendleton (was: Abhinav Gupta) > Implem

Re: Internal Derby Javadoc links on the website are broken

2015-05-21 Thread Bryan Pendleton
On 5/20/2015 11:55 PM, Knut Anders Hatlen wrote: the infrastructure team automatically deletes old build artifacts after a while, and the Derby-docs build hadn't run since January, so the artifacts were quite old. Thanks for the explanation, and for adjusting the build schedules. I reverted re

[jira] [Commented] (DERBY-6783) WHEN clause in CREATE TRIGGER for UPDATE is not working for the sql script below

2015-05-20 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14553518#comment-14553518 ] Bryan Pendleton commented on DERBY-6783: Abhinav, would it be easier to wri

[jira] [Commented] (DERBY-6801) Implement MessageUtils class so client and server can share message argument encoding/decoding

2015-05-20 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14553514#comment-14553514 ] Bryan Pendleton commented on DERBY-6801: Hi Abhinav, can you post your la

Re: Derby Javadoc links

2015-05-20 Thread Bryan Pendleton
On 5/20/2015 2:17 PM, Abhinav Gupta wrote: I looked through the documentation Hi Abhinav, Can you check the website and let me know whether the links under "Internal API documentation" on http://db.apache.org/derby/manuals/index.html#javadoc are working correctly for you or not? The

Re: Internal Derby Javadoc links on the website are broken

2015-05-19 Thread Bryan Pendleton
On 5/19/2015 7:50 PM, Myrna van Lunteren wrote: I could see the output by going to the derby builds overview (https://builds.apache.org/view/A-D/view/Derby/) Thanks Myrna, that works for me, too. Perhaps the simplest thing to do is to change the links on http://db.apache.org/derby/ma

[jira] [Commented] (DERBY-6800) Implement DerbySQLIntegrityConstraintViolationException class

2015-05-19 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14551699#comment-14551699 ] Bryan Pendleton commented on DERBY-6800: I feel like we're ready to m

Internal Derby Javadoc links on the website are broken

2015-05-19 Thread Bryan Pendleton
Hi all, I was recently trying to chase down the online Javadoc on the web site, which is referenced here: http://db.apache.org/derby/manuals/index.html#javadoc These links point here: https://builds.apache.org/job/Derby-trunk/lastSuccessfulBuild/artifact/trunk/javadoc/engine/i

Re: Having an out of memory condition on Derby 10.9.2.0

2015-05-19 Thread Bryan Pendleton
On 5/19/2015 11:00 AM, Bergquist, Brett wrote: I found how to export to a text file. So here is one of the areas that the leak detection pointed out: '- buf, lock java.io.StringWriter @ 0xfffd86693928 | 48 | 706,545,952 '- stringWriter org.apache.derby.iapi.erro

[jira] [Updated] (DERBY-6783) WHEN clause in CREATE TRIGGER for UPDATE is not working for the sql script below

2015-05-18 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton updated DERBY-6783: --- Assignee: Abhinav Gupta > WHEN clause in CREATE TRIGGER for UPDATE is not working for the

[jira] [Updated] (DERBY-6788) Wrong value inserted by INSERT INTO with multiple subselects

2015-05-18 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton updated DERBY-6788: --- Assignee: Abhinav Gupta > Wrong value inserted by INSERT INTO with multiple subsele

[jira] [Commented] (DERBY-6773) Derby throws plain SQLIntegrityConstraintViolationException

2015-05-18 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14549564#comment-14549564 ] Bryan Pendleton commented on DERBY-6773: Hi Abhinav, I will look at your new

[jira] [Commented] (DERBY-6809) Java 1.8 feature use

2015-05-16 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14546775#comment-14546775 ] Bryan Pendleton commented on DERBY-6809: What particular features of Java

[jira] [Resolved] (DERBY-6808) Syntax error in DOAP file release section

2015-05-11 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton resolved DERBY-6808. Resolution: Fixed Fix Version/s: 10.11.1.1 Assignee: Bryan Pendleton I

[jira] [Commented] (DERBY-6808) Syntax error in DOAP file release section

2015-05-10 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14537238#comment-14537238 ] Bryan Pendleton commented on DERBY-6808: Thanks Rick! I've updated the

[jira] [Commented] (DERBY-6808) Syntax error in DOAP file release section

2015-05-09 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14536626#comment-14536626 ] Bryan Pendleton commented on DERBY-6808: Here's a bit of DOAP documentat

[jira] [Commented] (DERBY-6808) Syntax error in DOAP file release section

2015-05-09 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14536618#comment-14536618 ] Bryan Pendleton commented on DERBY-6808: Thanks for bringing this to

[jira] [Commented] (DERBY-6773) Derby throws plain SQLIntegrityConstraintViolationException

2015-04-21 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14506220#comment-14506220 ] Bryan Pendleton commented on DERBY-6773: As I filed the sub-tasks, I decided

[jira] [Created] (DERBY-6804) Change SQLExceptionFactory in both Server and Client to throw Derby exception subclass

2015-04-21 Thread Bryan Pendleton (JIRA)
Bryan Pendleton created DERBY-6804: -- Summary: Change SQLExceptionFactory in both Server and Client to throw Derby exception subclass Key: DERBY-6804 URL: https://issues.apache.org/jira/browse/DERBY-6804

[jira] [Created] (DERBY-6803) Change Sqlca and SqlException in NetworkClient to call MessageUtils

2015-04-21 Thread Bryan Pendleton (JIRA)
Bryan Pendleton created DERBY-6803: -- Summary: Change Sqlca and SqlException in NetworkClient to call MessageUtils Key: DERBY-6803 URL: https://issues.apache.org/jira/browse/DERBY-6803 Project: Derby

[jira] [Created] (DERBY-6802) Change NetworkServer code to use new MessageUtils class

2015-04-21 Thread Bryan Pendleton (JIRA)
Bryan Pendleton created DERBY-6802: -- Summary: Change NetworkServer code to use new MessageUtils class Key: DERBY-6802 URL: https://issues.apache.org/jira/browse/DERBY-6802 Project: Derby

[jira] [Created] (DERBY-6801) Implement MessageUtils class so client and server can share message argument encoding/decoding

2015-04-21 Thread Bryan Pendleton (JIRA)
Bryan Pendleton created DERBY-6801: -- Summary: Implement MessageUtils class so client and server can share message argument encoding/decoding Key: DERBY-6801 URL: https://issues.apache.org/jira/browse/DERBY-6801

[jira] [Created] (DERBY-6800) Implement DerbySQLIntegrityConstraintViolationException class

2015-04-21 Thread Bryan Pendleton (JIRA)
Bryan Pendleton created DERBY-6800: -- Summary: Implement DerbySQLIntegrityConstraintViolationException class Key: DERBY-6800 URL: https://issues.apache.org/jira/browse/DERBY-6800 Project: Derby

[jira] [Commented] (DERBY-6773) Derby throws plain SQLIntegrityConstraintViolationException

2015-04-21 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14506185#comment-14506185 ] Bryan Pendleton commented on DERBY-6773: Hi Abhinav, that is good to hear.

[jira] [Commented] (DERBY-1178) NetworkServer doesn't handle new subclasses of SQLException correctly

2015-04-19 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-1178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14502036#comment-14502036 ] Bryan Pendleton commented on DERBY-1178: The server-side portion of the l

[jira] [Commented] (DERBY-6773) Derby throws plain SQLIntegrityConstraintViolationException

2015-04-19 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14502027#comment-14502027 ] Bryan Pendleton commented on DERBY-6773: I spent some time digging

[jira] [Commented] (DERBY-1178) NetworkServer doesn't handle new subclasses of SQLException correctly

2015-04-19 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-1178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14502019#comment-14502019 ] Bryan Pendleton commented on DERBY-1178: As part of studying DERBY-6773,

[jira] [Updated] (DERBY-6773) Derby throws plain SQLIntegrityConstraintViolationException

2015-04-12 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton updated DERBY-6773: --- Attachment: generateOnClientDoesntWork.diff I'm attaching "generateOnClientDoesn

[jira] [Commented] (DERBY-6773) Derby throws plain SQLIntegrityConstraintViolationException

2015-04-12 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14491699#comment-14491699 ] Bryan Pendleton commented on DERBY-6773: Hmmm... Trying to code my ide

[jira] [Commented] (DERBY-6773) Derby throws plain SQLIntegrityConstraintViolationException

2015-04-12 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14491684#comment-14491684 ] Bryan Pendleton commented on DERBY-6773: I've been thinking about t

[jira] [Updated] (DERBY-6773) Derby throws plain SQLIntegrityConstraintViolationException

2015-03-17 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton updated DERBY-6773: --- Attachment: CallSuper.diff I decided to focus just on the embedded portion of the new feature

[jira] [Commented] (DERBY-3966) Do not require JRE 1.4 libraries at compile time since SUN's JDK 1.4 went out of support and can be used on JRE 1.4 without any problem

2015-03-17 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14366475#comment-14366475 ] Bryan Pendleton commented on DERBY-3966: The original mailing list link in

[jira] [Updated] (DERBY-6752) AutoloadedDriver tries to load a non-existent class, AutoloadedDriver40

2015-03-15 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton updated DERBY-6752: --- Issue & fix info: Newcomer > AutoloadedDriver tries to load a non-existen

[jira] [Commented] (DERBY-6791) Google Summer of Code 2015: Derby bug fixing

2015-03-15 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14362422#comment-14362422 ] Bryan Pendleton commented on DERBY-6791: Hi Abhinav, you should also review

Re: help understanding the query optimizer

2015-03-14 Thread Bryan Pendleton
I'm trying to understand the query optimizer for research purpose. Super! We will do what we can to help you. One good place to start is here: http://wiki.apache.org/db-derby/LanguageOptimize Those pages contain additional references to other material. thanks, bryan

[jira] [Updated] (DERBY-6791) Google Summer of Code 2015: Derby bug fixing

2015-03-14 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton updated DERBY-6791: --- Assignee: Abhinav Gupta > Google Summer of Code 2015: Derby bug fix

[jira] [Commented] (DERBY-6791) Google Summer of Code 2015: Derby bug fixing

2015-03-14 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14361903#comment-14361903 ] Bryan Pendleton commented on DERBY-6791: Hi Abhinav, I think it is time for

[jira] [Commented] (DERBY-6773) Derby throws plain SQLIntegrityConstraintViolationException

2015-03-13 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14361403#comment-14361403 ] Bryan Pendleton commented on DERBY-6773: Hi Abhinav, Regarding the "un

[jira] [Updated] (DERBY-6773) Derby throws plain SQLIntegrityConstraintViolationException

2015-03-09 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton updated DERBY-6773: --- Attachment: SharedException.diff I did a little bit of work on prototyping an alternate

[jira] [Commented] (DERBY-6773) Derby throws plain SQLIntegrityConstraintViolationException

2015-03-08 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14352386#comment-14352386 ] Bryan Pendleton commented on DERBY-6773: Since you started over with a f

[jira] [Commented] (DERBY-6773) Derby throws plain SQLIntegrityConstraintViolationException

2015-03-08 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14352141#comment-14352141 ] Bryan Pendleton commented on DERBY-6773: On my system, I have been successf

[jira] [Commented] (DERBY-6773) Derby throws plain SQLIntegrityConstraintViolationException

2015-03-07 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14351701#comment-14351701 ] Bryan Pendleton commented on DERBY-6773: According to http://docs.oracle

[jira] [Commented] (DERBY-6773) Derby throws plain SQLIntegrityConstraintViolationException

2015-03-06 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14351349#comment-14351349 ] Bryan Pendleton commented on DERBY-6773: Hi Abhinav, To experiment with

[jira] [Updated] (DERBY-6773) Derby throws plain SQLIntegrityConstraintViolationException

2015-03-06 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton updated DERBY-6773: --- Assignee: Abhinav Gupta (was: Bryan Pendleton) > Derby throws pl

[jira] [Commented] (DERBY-6773) Derby throws plain SQLIntegrityConstraintViolationException

2015-03-06 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14350402#comment-14350402 ] Bryan Pendleton commented on DERBY-6773: Perhaps if we were to place our

[jira] [Assigned] (DERBY-6773) Derby throws plain SQLIntegrityConstraintViolationException

2015-03-06 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton reassigned DERBY-6773: -- Assignee: Bryan Pendleton (was: Abhinav Gupta) > Derby throws pl

[jira] [Commented] (DERBY-6773) Derby throws plain SQLIntegrityConstraintViolationException

2015-03-05 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14349813#comment-14349813 ] Bryan Pendleton commented on DERBY-6773: After I run 'ant refreshjard

[jira] [Updated] (DERBY-6773) Derby throws plain SQLIntegrityConstraintViolationException

2015-03-05 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton updated DERBY-6773: --- Attachment: SamePackage.diff Here is my diff, which compiles ('ant all') but doe

[jira] [Commented] (DERBY-6773) Derby throws plain SQLIntegrityConstraintViolationException

2015-03-05 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14349784#comment-14349784 ] Bryan Pendleton commented on DERBY-6773: Hi Abhinav, I think this is very

[jira] [Commented] (DERBY-6773) Derby throws plain SQLIntegrityConstraintViolationException

2015-03-04 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14347722#comment-14347722 ] Bryan Pendleton commented on DERBY-6773: I have a feeling that maybe the pac

[jira] [Commented] (DERBY-6773) Derby throws plain SQLIntegrityConstraintViolationException

2015-03-04 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14346989#comment-14346989 ] Bryan Pendleton commented on DERBY-6773: One way to look at this is that

[jira] [Commented] (DERBY-6773) Derby throws plain SQLIntegrityConstraintViolationException

2015-03-02 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14343922#comment-14343922 ] Bryan Pendleton commented on DERBY-6773: I think you have exactly the right

[jira] [Commented] (DERBY-6773) Derby throws plain SQLIntegrityConstraintViolationException

2015-02-27 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14340992#comment-14340992 ] Bryan Pendleton commented on DERBY-6773: Here are three things that I think w

[jira] [Commented] (DERBY-6773) Derby throws plain SQLIntegrityConstraintViolationException

2015-02-26 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14339546#comment-14339546 ] Bryan Pendleton commented on DERBY-6773: Hi Abhinav, Have you been abl

Re: [jira] [Commented] (DERBY-6791) Google Summer of Code 2015: Derby bug fixing

2015-02-25 Thread Bryan Pendleton
After some browsing I found that Apache has moved away from the group-based authorization scheme. (see: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=23332792) Thanks for pointing that out, Myrna, I had missed that. I think we should update some of our internal documents so

[jira] [Updated] (DERBY-6773) Derby throws plain SQLIntegrityConstraintViolationException

2015-02-25 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton updated DERBY-6773: --- Assignee: Abhinav Gupta > Derby throws plain SQLIntegrityConstraintViolationExcept

[jira] [Commented] (DERBY-6791) Google Summer of Code 2015: Derby bug fixing

2015-02-25 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14336574#comment-14336574 ] Bryan Pendleton commented on DERBY-6791: Indeed, when I look at your profil

[jira] [Commented] (DERBY-6791) Google Summer of Code 2015: Derby bug fixing

2015-02-25 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14336554#comment-14336554 ] Bryan Pendleton commented on DERBY-6791: Hi Abhinav. Indeed, my copy of the

[jira] [Commented] (DERBY-6791) Google Summer of Code 2015: Derby bug fixing

2015-02-20 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14329087#comment-14329087 ] Bryan Pendleton commented on DERBY-6791: According to http://db.apache.org/d

[jira] [Created] (DERBY-6795) Can the JMX docs be made to more precisely reference the published API pages?

2015-02-20 Thread Bryan Pendleton (JIRA)
Bryan Pendleton created DERBY-6795: -- Summary: Can the JMX docs be made to more precisely reference the published API pages? Key: DERBY-6795 URL: https://issues.apache.org/jira/browse/DERBY-6795

[jira] [Commented] (DERBY-6791) Google Summer of Code 2015: Derby bug fixing

2015-02-17 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14325537#comment-14325537 ] Bryan Pendleton commented on DERBY-6791: Hello, Abhinav, Yes I agree,

Re: [jira] [Commented] (DERBY-6791) Google Summer of Code 2015: Derby bug fixing

2015-02-17 Thread Bryan Pendleton
On 2/14/2015 9:54 AM, Abhinav Gupta wrote: Hi Bryan, I went through all the links and then I looked at at the bugs that you suggested. Derby-6773, it seems to be a bug that I can solve Hello, Abhinav, Yes I agree, this seems like a good bug to work on first. In Jira, can you use the "Assign

[jira] [Commented] (DERBY-6794) SYSCS_UTIL.SYSCS_GET_RUNTIMESTATISTICS(1) returns a long varchar (32,700)

2015-02-11 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14317163#comment-14317163 ] Bryan Pendleton commented on DERBY-6794: Another possibility is to investi

[jira] [Commented] (DERBY-6791) Google Summer of Code 2015: Derby bug fixing

2015-02-11 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14317136#comment-14317136 ] Bryan Pendleton commented on DERBY-6791: After you have studied the above l

Re: Derby-6791

2015-02-09 Thread Bryan Pendleton
On 2/8/2015 2:30 PM, Abhinav Gupta wrote: After reading the page on Derby Functional Tests, I'm still not sure about it. Could you please guide me on the Derby tests ? Indeed, some of our wiki pages and project pages about testing are a bit complex. Perhaps you can help by pointing out mistake

[jira] [Commented] (DERBY-6793) Stream or LOG value cannot be retrieved more than once

2015-02-07 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14310928#comment-14310928 ] Bryan Pendleton commented on DERBY-6793: Perhaps you can run your reproduc

[jira] [Commented] (DERBY-6791) Google Summer of Code 2015: Derby bug fixing

2015-02-06 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14310381#comment-14310381 ] Bryan Pendleton commented on DERBY-6791: For those of you looking for

[jira] [Updated] (DERBY-6791) Google Summer of Code 2015: Derby bug fixing

2015-02-04 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton updated DERBY-6791: --- Labels: Java database gsoc2015 jdbc (was: gsoc2015) > Google Summer of Code 2015: Derby

[jira] [Created] (DERBY-6791) Google Summer of Code 2015: Derby bug fixing

2015-02-04 Thread Bryan Pendleton (JIRA)
Bryan Pendleton created DERBY-6791: -- Summary: Google Summer of Code 2015: Derby bug fixing Key: DERBY-6791 URL: https://issues.apache.org/jira/browse/DERBY-6791 Project: Derby Issue Type

[jira] [Commented] (DERBY-6790) SYSCS_UTIL.SYSCS_PEEK_AT_IDENTITY increase to 100 after restart AD Network Server

2015-01-30 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14298700#comment-14298700 ] Bryan Pendleton commented on DERBY-6790: I think that this is due to DERBY-

[jira] [Commented] (DERBY-6786) NullPointerException in INSERT INTO statement with multiple subselects

2015-01-28 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14295208#comment-14295208 ] Bryan Pendleton commented on DERBY-6786: Perhaps a slight twist on your appr

[jira] [Commented] (DERBY-6786) NullPointerException in INSERT INTO statement with multiple subselects

2015-01-22 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14287541#comment-14287541 ] Bryan Pendleton commented on DERBY-6786: Sometimes, when I see some ancient

[jira] [Commented] (DERBY-6786) NullPointerException in INSERT INTO statement with multiple subselects

2015-01-20 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14284998#comment-14284998 ] Bryan Pendleton commented on DERBY-6786: > * NOTE: This will be the 2nd t

Re: what client/server compatibility is Derby supposed to support?

2014-12-18 Thread Bryan Pendleton
What level of client/server compatibility is Derby meant to support. This is just about the derby version of the software on the client machine and the version of the software on the server machine. I'm not sure I've seen much written about this, either, and I agree it would be valuable to docu

[jira] [Commented] (DERBY-6784) change optimizer to choose in list multiprobe more often

2014-12-17 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14251140#comment-14251140 ] Bryan Pendleton commented on DERBY-6784: Thanks for pointing out the concurr

[jira] [Commented] (DERBY-6768) List the enabled protocols in derby.log for network server configuration

2014-12-02 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14232609#comment-14232609 ] Bryan Pendleton commented on DERBY-6768: When I look here: h

[jira] [Commented] (DERBY-6771) Derby is crashing and writing org.apache.derby.impl.drda.DRDAProtocolException: Execution failed because of a Distributed Protocol Error: DRDA_Proto_SYNTAXRM; CODPNT a

2014-11-18 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14217200#comment-14217200 ] Bryan Pendleton commented on DERBY-6771: I'm surprised that changing yo

[jira] [Commented] (DERBY-6771) Derby is crashing and writing org.apache.derby.impl.drda.DRDAProtocolException: Execution failed because of a Distributed Protocol Error: DRDA_Proto_SYNTAXRM; CODPNT a

2014-11-18 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14216241#comment-14216241 ] Bryan Pendleton commented on DERBY-6771: Can you provide more details about

[jira] [Commented] (DERBY-6764) analyze impact of poodle security alert on Derby client - server ssl support

2014-11-18 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14216239#comment-14216239 ] Bryan Pendleton commented on DERBY-6764: Is DERBY-6771 related to this issu

[jira] [Commented] (DERBY-6771) Derby is crashing and writing org.apache.derby.impl.drda.DRDAProtocolException: Execution failed because of a Distributed Protocol Error: DRDA_Proto_SYNTAXRM; CODPNT a

2014-11-17 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14214709#comment-14214709 ] Bryan Pendleton commented on DERBY-6771: Are you certain it wasn't a

[jira] [Commented] (DERBY-6725) Add a system function which returns the name of the database.

2014-11-14 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14212410#comment-14212410 ] Bryan Pendleton commented on DERBY-6725: Hi Mamta, I agree that, for Derb

[jira] [Commented] (DERBY-4057) Space is not reclaimed if transaction is rolled back

2014-11-11 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-4057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14207617#comment-14207617 ] Bryan Pendleton commented on DERBY-4057: Glad to hear the testing is going

[jira] [Commented] (DERBY-4057) Space is not reclaimed if transaction is rolled back

2014-11-09 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-4057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14204022#comment-14204022 ] Bryan Pendleton commented on DERBY-4057: Am I understanding the basic appr

<    8   9   10   11   12   13   14   15   16   17   >