[jira] Closed: (DERBY-3424) Add an MBean that an application can register to change the state of Derby's JMX management

2009-09-23 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel John Debrunner closed DERBY-3424. Resolution: Fixed Fix Version/s: 10.4.1.3 Add an MBean that an application

Re: Feedback requested on proposed change to documentation format

2008-10-06 Thread Daniel John Debrunner
Kim Haase wrote: I'd like to know what the Derby community thinks about the possibility of changing the source format of the Derby documentation from DITA to DocBook and using a different build system. DocBook is a schema that can use an XML DTD, like that of DITA; see

Re: @since tags in Derby code

2008-10-03 Thread Daniel John Debrunner
Kristian Waagan wrote: Hello, In a patch I worked on, I came across JavaDoc where the first line of the method documentation was JDBC 3.0. This looks a bit odd in the generated JavaDoc, so I decided to replace it with a @since tag. When reviewing the patch, Knut Anders raised the issue of

Re: looking for suggestions- possible extensions to derby

2008-09-24 Thread Daniel John Debrunner
Zach wrote: We only have about 6 weeks to work on this project, so we may not have enough time to do anything extremely complicated, but we were hoping you guys would be able to give us suggestions on any shortcomings you have experienced while working with derby, anything you think could be

[jira] Commented: (DERBY-3874) Document numeric function ATAN2(float1,float2)

2008-09-22 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12633482#action_12633482 ] Daniel John Debrunner commented on DERBY-3874: -- On the JDBC escape functions

[jira] Commented: (DERBY-3854) Implement LIKE transformations and optimizations for databases using territory-based collations

2008-08-29 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12627048#action_12627048 ] Daniel John Debrunner commented on DERBY-3854: -- (1) all the characters before

Re: territory-based collations and optimizations for the LIKE operator

2008-08-25 Thread Daniel John Debrunner
Mamta Satoor wrote: On 8/25/08, Rick Hillegas [EMAIL PROTECTED] wrote: 2) The LIKE operator has Derby-specific semantics. The Derby-specifics semantics return a subset of the rows which qualify under the ANSI rules. For 2), we have jira entry DERBY-2793 DERBY-2793 is not about

Re: territory-based collations and optimizations for the LIKE operator

2008-08-25 Thread Daniel John Debrunner
Rick Hillegas wrote: Rick, why do you believe that Derby will return a subset of the rows, it doesn't seem to follow from any of the other posts in this thread? Dan. Hi Dan, Thanks for helping me puzzle through this. Consider the example we are working with, a collation in which 'z' =

[jira] Commented: (DERBY-3770) Create a utility class for skipping data in an InputStream

2008-08-22 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12624901#action_12624901 ] Daniel John Debrunner commented on DERBY-3770: -- Some questions/comments about

[jira] Commented: (DERBY-3846) The list of supported message libraries looks wrong

2008-08-22 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12624910#action_12624910 ] Daniel John Debrunner commented on DERBY-3846: -- Not sure the claim can be made

[jira] Commented: (DERBY-3770) Create a utility class for skipping data in an InputStream

2008-08-22 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12624987#action_12624987 ] Daniel John Debrunner commented on DERBY-3770: -- Minor point

Re: Where is the source for dcl jars?

2008-08-14 Thread Daniel John Debrunner
Kathey Marsden wrote: The test DatabaseClassLoaderTest uses jars: Where can I find the source for the classes in these tests? In the jar files. Dan.

Re: Apache Derby Management Tool

2008-08-13 Thread Daniel John Debrunner
Øyvind Jensen wrote: Introduction We're two graduates from South Trøndelag University College (Høgskolen I Sør-Trøndelag, HiST) in Norway. We've developed an administration tool for Apache Derby as a student project and would like to open it to the community process and continue working on it.

Re: higher level background work in the derby server, where should it go?

2008-08-12 Thread Daniel John Debrunner
Mike Matrigali wrote: [snip] Advanced work might be to make it more dynamic and allow for more threads if on a multi-processor. The package java.util.concurrent contains several classes etc. relevant to this approach, rather than re-inventing threading pooling, e.g. see

[jira] Commented: (DERBY-3813) Derby tests for the existance of BigDecimal methods toPlainString and bdPrecison but does not check if they were found before using them.

2008-08-08 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12620964#action_12620964 ] Daniel John Debrunner commented on DERBY-3813: -- The issue is that the format

[jira] Commented: (DERBY-48) A connection request that has a default schema that is being created by another transaction will fail to connect

2008-08-05 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-48?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12619980#action_12619980 ] Daniel John Debrunner commented on DERBY-48: There's one more option as described

[jira] Reopened: (DERBY-3745) Derby can leak classloaders in an app server environment

2008-08-04 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel John Debrunner reopened DERBY-3745: -- Derby Categories: [Security] -1 on the patch that added the class

[jira] Assigned: (DERBY-2556) Code paths for db restore do not use doPrivileged-calls, causing SecurityException

2008-08-04 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel John Debrunner reassigned DERBY-2556: Assignee: Kristian Waagan (was: Kathey Marsden) Assigning to original

[jira] Reopened: (DERBY-2556) Code paths for db restore do not use doPrivileged-calls, causing SecurityException

2008-08-04 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel John Debrunner reopened DERBY-2556: -- PrivilegedFileOps is a utility class with privileged blocks which is strongly

[jira] Commented: (DERBY-48) A connection request that has a default schema that is being created by another transaction will fail to connect

2008-08-04 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-48?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12619742#action_12619742 ] Daniel John Debrunner commented on DERBY-48: I can't tell from the release note

[jira] Commented: (DERBY-3745) Derby can leak classloaders in an app server environment

2008-07-22 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12615681#action_12615681 ] Daniel John Debrunner commented on DERBY-3745: -- Why unset and then reset

[jira] Commented: (DERBY-3745) Derby can leak classloaders in an app server environment

2008-07-22 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12615685#action_12615685 ] Daniel John Debrunner commented on DERBY-3745: -- Doc update for new

[jira] Commented: (DERBY-3745) Derby can leak classloaders in an app server environment

2008-07-22 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12615702#action_12615702 ] Daniel John Debrunner commented on DERBY-3745: -- Probably good to comment

Re: simpler api to the Derby store

2008-06-30 Thread Daniel John Debrunner
Dag H. Wanvik wrote: Bryan Pendleton [EMAIL PROTECTED] writes: Aren't there some pretty good packages for this already? E.g., BDB-JE, JDBM, Perst, etc.? JDBM is being incubated as an Apache project. That would take care any licensing concerns. Maturity wise, it's unclear to me what

[jira] Commented: (DERBY-3718) NPE when firing a trigger

2008-06-18 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12606058#action_12606058 ] Daniel John Debrunner commented on DERBY-3718: -- Derby does not support the REF

[jira] Commented: (DERBY-3703) Make it possible to build the JSR169 support with the jdk1.4 libraries

2008-06-03 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12601984#action_12601984 ] Daniel John Debrunner commented on DERBY-3703: -- I'm somewhat dubious

[jira] Issue Comment Edited: (DERBY-3703) Make it possible to build the JSR169 support with the jdk1.4 libraries

2008-06-02 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12601819#action_12601819 ] djd edited comment on DERBY-3703 at 6/2/08 8:37 PM: --

[jira] Commented: (DERBY-3703) Make it possible to build the JSR169 support with the jdk1.4 libraries

2008-06-02 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12601819#action_12601819 ] Daniel John Debrunner commented on DERBY-3703: -- -1 on this patch unless

[jira] Commented: (DERBY-3676) Make the toString() method of Derby PreparedStatements print out SQL text with ? parameters replaced by the values that have been set so far

2008-05-15 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12597182#action_12597182 ] Daniel John Debrunner commented on DERBY-3676: -- FYI - the output of toString

[jira] Commented: (DERBY-3652) Derby does not follow the SQL Standard when trying to map SQL routines to Java methods.

2008-05-02 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12593838#action_12593838 ] Daniel John Debrunner commented on DERBY-3652: -- I would advise approach 1) I

Re: acceptsURL operation for JDBC MBean

2008-04-23 Thread Daniel John Debrunner
Kathey Marsden wrote: The acceptsURL operation for the JDBC MBean accepts embedded url's, but not client. I think that is correct but a little counter intuitive since I ran it against network server. The network server doesn't handle JDBC URL's, that's the role of the client driver, so it

[jira] Commented: (DERBY-3622) SYSCS_UTIL.SYSCS_EMPTY_STATEMENT_CACHE needs a better description in the reference manual

2008-04-18 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12590597#action_12590597 ] Daniel John Debrunner commented on DERBY-3622: -- Where does this come from

Re: Rationale for REVOKE EXECUTE.. RESTRICT vs. REVOKE role

2008-04-16 Thread Daniel John Debrunner
Dag H. Wanvik wrote: [EMAIL PROTECTED] (Dag H. Wanvik) writes: RESTRICT for revoke routine is not not given a rationale here, though. Maybe it wasn't anyone's itch to implement the required behaviour when RESTRICT is omitted. Dan.

Re: jsr169 build

2008-04-14 Thread Daniel John Debrunner
Rick Hillegas wrote: Daniel John Debrunner wrote: Rick Hillegas wrote: This compilation succeeded. This says to me that the optional small device compilation is not going to catch situations where JDBC3 methods leak into our jsr169 implementation. It's intended to catch situations where

[RESULT] [VOTE] John H Embretsen as a Derby committer

2008-04-04 Thread Daniel John Debrunner
Daniel John Debrunner wrote: John is actively involved on both the derby-dev and derby-user lists and fully engages in open development. He has had a number of patches committed, most recently taking the stalled JMX work and getting it into a shape where it could be committed to allow others

[jira] Reopened: (DERBY-3592) The Java 5 javadoc tool generates a spurious output line when digesting the doctitle element for the public api

2008-04-03 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel John Debrunner reopened DERBY-3592: -- I'm not sure this is a valid approach without some more investigation

Re: [VOTE] Thomas Nielsen as a Derby committer

2008-04-02 Thread Daniel John Debrunner
Bryan Pendleton wrote: I propose that Thomas Nielsen shall be a Derby committer. +1 Dan.

[VOTE] John H Embretsen as a Derby committer

2008-03-26 Thread Daniel John Debrunner
John is actively involved on both the derby-dev and derby-user lists and fully engages in open development. He has had a number of patches committed, most recently taking the stalled JMX work and getting it into a shape where it could be committed to allow others to get involved. Vote closes

Re: [jira] Commented: (DERBY-3540) Document the JMX management and monitoring functionality

2008-03-26 Thread Daniel John Debrunner
Kim Haase (JIRA) wrote: [ https://issues.apache.org/jira/browse/DERBY-3540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12582322#action_12582322 ] Kim Haase commented on DERBY-3540: -- I hope it is acceptable if the

[jira] Commented: (DERBY-3320) Database creation and boot should fail if collation=TERRITORY_BASED and the selected locale is not supported

2008-03-25 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12582028#action_12582028 ] Daniel John Debrunner commented on DERBY-3320: -- Why not just attempt to create

[jira] Commented: (DERBY-481) implement SQL generated columns

2008-03-25 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12582121#action_12582121 ] Daniel John Debrunner commented on DERBY-481: - Since DeterministicCharacteristic

[jira] Commented: (DERBY-3320) Database creation and boot should fail if collation=TERRITORY_BASED and the selected locale is not supported

2008-03-24 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12581593#action_12581593 ] Daniel John Debrunner commented on DERBY-3320: -- You can always just make up

[jira] Assigned: (DERBY-3544) If NetworkServer fails to shutdown, test run will hang

2008-03-20 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel John Debrunner reassigned DERBY-3544: Assignee: Daniel John Debrunner If NetworkServer fails to shutdown, test

[jira] Resolved: (DERBY-3544) If NetworkServer fails to shutdown, test run will hang

2008-03-20 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel John Debrunner resolved DERBY-3544. -- Resolution: Fixed Modified version of patch committed Revision: 639433

[jira] Updated: (DERBY-3544) If NetworkServer fails to shutdown when run as a separate process by NetworkServerTestSetup, test run will hang

2008-03-20 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel John Debrunner updated DERBY-3544: - Fix Version/s: 10.5.0.0 Summary: If NetworkServer fails to shutdown

[jira] Commented: (DERBY-3545) NullPointerException in TableFunctionTest.noSpecialCollation and specialCollation

2008-03-19 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12580396#action_12580396 ] Daniel John Debrunner commented on DERBY-3545: -- ant junit-clean junit-all

Re: [jira] Updated: (DERBY-3169) Add documentation for replication

2008-03-19 Thread Daniel John Debrunner
Kim Haase (JIRA) wrote: I haven't yet learned how to commit, so someone else would need to do this. Seems like a good time to learn then! http://wiki.apache.org/db-derby/DerbyCommitHowTo Dan.

[jira] Commented: (DERBY-3320) Database creation and boot should fail if collation=TERRITORY_BASED and the selected locale is not supported

2008-03-19 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12580432#action_12580432 ] Daniel John Debrunner commented on DERBY-3320: -- That's not exactly what I

[jira] Commented: (DERBY-481) implement SQL generated columns

2008-03-19 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12580439#action_12580439 ] Daniel John Debrunner commented on DERBY-481: - In the spec: We rename

[jira] Commented: (DERBY-3320) Database creation and boot should fail if collation=TERRITORY_BASED and the selected locale is not supported

2008-03-19 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12580442#action_12580442 ] Daniel John Debrunner commented on DERBY-3320: -- I don't think store needs

[jira] Commented: (DERBY-3320) Database creation and boot should fail if collation=TERRITORY_BASED and the selected locale is not supported

2008-03-19 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12580486#action_12580486 ] Daniel John Debrunner commented on DERBY-3320: -- The general approach looks

[jira] Commented: (DERBY-3555) Hang forever while trying to run ant junitreport

2008-03-19 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12580503#action_12580503 ] Daniel John Debrunner commented on DERBY-3555: -- Possibly due to DERBY-3544

[jira] Updated: (DERBY-3544) If NetworkServer fails to shutdown, test run will hang

2008-03-19 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel John Debrunner updated DERBY-3544: - Attachment: derby3544_diff.txt Patch that destroys the server process

[jira] Commented: (DERBY-2109) System privileges

2008-03-19 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12580510#action_12580510 ] Daniel John Debrunner commented on DERBY-2109: -- Just to add I think

[jira] Commented: (DERBY-2109) System privileges

2008-03-19 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12580520#action_12580520 ] Daniel John Debrunner commented on DERBY-2109: -- What I should have said

[jira] Issue Comment Edited: (DERBY-2109) System privileges

2008-03-19 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12580520#action_12580520 ] djd edited comment on DERBY-2109 at 3/19/08 1:05 PM: ---

[jira] Commented: (DERBY-3536) specialCollation() and noSpecialCollation() in TableFunctionTest fail with weme6.1.

2008-03-19 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12580549#action_12580549 ] Daniel John Debrunner commented on DERBY-3536: -- Are you running the tests

[jira] Commented: (DERBY-3301) Incorrect result from query with nested EXIST

2008-03-19 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12580576#action_12580576 ] Daniel John Debrunner commented on DERBY-3301: -- I think the release note has

[jira] Commented: (DERBY-3301) Incorrect result from query with nested EXIST

2008-03-19 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12580586#action_12580586 ] Daniel John Debrunner commented on DERBY-3301: -- Looks better, I think

[jira] Assigned: (DERBY-3548) NoClassDefFoundError failure in SystemPrivilegesPermissionTest for weme6.1

2008-03-19 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel John Debrunner reassigned DERBY-3548: Assignee: Daniel John Debrunner NoClassDefFoundError failure

[jira] Commented: (DERBY-3537) Invalid use shutdown authentication checks in NetworkServerControlImpl.directShutdown()

2008-03-19 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12580614#action_12580614 ] Daniel John Debrunner commented on DERBY-3537: -- I read the code

[jira] Resolved: (DERBY-3548) NoClassDefFoundError failure in SystemPrivilegesPermissionTest for weme6.1

2008-03-19 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel John Debrunner resolved DERBY-3548. -- Resolution: Fixed Fix Version/s: 10.5.0.0 Revision: 639059 fixes

[jira] Commented: (DERBY-3320) Database creation and boot should fail if collation=TERRITORY_BASED and the selected locale is not supported

2008-03-18 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12580106#action_12580106 ] Daniel John Debrunner commented on DERBY-3320: -- Why not just throw

[jira] Reopened: (DERBY-2720) remove dead code associated with unsupported National Char implementation

2008-03-18 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel John Debrunner reopened DERBY-2720: -- Some of the code that the national types (incorrectly) used to convert between

[jira] Updated: (DERBY-3545) NullPointerException in TableFunctionTest.noSpecialCollation and specialCollation

2008-03-18 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel John Debrunner updated DERBY-3545: - Affects Version/s: 10.5.0.0 See this on trunk as well. NullPointerException

[jira] Commented: (DERBY-3462) Require new permissions in o.a.d.security.SystemPermission to allow control to Derby's JMX management and to ensure information is not leaked through JMX

2008-03-14 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578746#action_12578746 ] Daniel John Debrunner commented on DERBY-3462: -- Does this mean

[jira] Commented: (DERBY-3462) Require new permissions in o.a.d.security.SystemPermission to allow control to Derby's JMX management and to ensure information is not leaked through JMX

2008-03-14 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578800#action_12578800 ] Daniel John Debrunner commented on DERBY-3462: -- If JMX authentication

Re: What is a beta build?

2008-03-14 Thread Daniel John Debrunner
Rick Hillegas wrote: Hi Dyre, I believe that the best distribution would be a release candidate with the beta bit turned on. Then it would be a candidate for a beta release. That's certainly an option, but if the intention is to produce only a non-beta release then calling a beta build a

[jira] Commented: (DERBY-3462) Require new permissions in o.a.d.security.SystemPermission to allow control to Derby's JMX management and to ensure information is not leaked through JMX

2008-03-14 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578822#action_12578822 ] Daniel John Debrunner commented on DERBY-3462: -- an attempt to understand

[jira] Commented: (DERBY-3462) Require new permissions in o.a.d.security.SystemPermission to allow control to Derby's JMX management and to ensure information is not leaked through JMX

2008-03-14 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578811#action_12578811 ] Daniel John Debrunner commented on DERBY-3462: -- At a higher level

[jira] Commented: (DERBY-3540) Document the JMX management and monitoring functionality

2008-03-14 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578863#action_12578863 ] Daniel John Debrunner commented on DERBY-3540: -- The public javadoc for Derby's

[jira] Commented: (DERBY-3540) Document the JMX management and monitoring functionality

2008-03-14 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578865#action_12578865 ] Daniel John Debrunner commented on DERBY-3540: -- Converted to a separate issue

[jira] Updated: (DERBY-3540) Document the JMX management and monitoring functionality

2008-03-14 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel John Debrunner updated DERBY-3540: - Issue Type: Improvement (was: Sub-task) Parent: (was: DERBY-1387

[jira] Commented: (DERBY-3462) Require new permissions in o.a.d.security.SystemPermission to allow control to Derby's JMX management and to ensure information is not leaked through JMX

2008-03-14 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578867#action_12578867 ] Daniel John Debrunner commented on DERBY-3462: -- I'm planning to merge

[jira] Commented: (DERBY-2109) System privileges

2008-03-14 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578885#action_12578885 ] Daniel John Debrunner commented on DERBY-2109: -- ... how NSC authentication

Re: [jira] Commented: (DERBY-2109) System privileges

2008-03-14 Thread Daniel John Debrunner
Martin Zaun (JIRA) wrote: [ https://issues.apache.org/jira/browse/DERBY-2109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578880#action_12578880 ] Martin Zaun commented on DERBY-2109: the time of the decision

[jira] Created: (DERBY-3545) NullPointerException in TableFunctionTest.noSpecialCollation and specialCollation

2008-03-14 Thread Daniel John Debrunner (JIRA)
Issue Type: Bug Components: Regression Test Failure Affects Versions: 10.4.1.0 Environment: IBM 1.5 - linux - insane jars Reporter: Daniel John Debrunner Running the tests through ant. -- This message is automatically generated by JIRA. - You can

[jira] Updated: (DERBY-3545) NullPointerException in TableFunctionTest.noSpecialCollation and specialCollation

2008-03-14 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel John Debrunner updated DERBY-3545: - Attachment: TEST

[jira] Commented: (DERBY-2109) System privileges

2008-03-14 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578908#action_12578908 ] Daniel John Debrunner commented on DERBY-2109: -- Guess it depends

[jira] Issue Comment Edited: (DERBY-2109) System privileges

2008-03-14 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578908#action_12578908 ] djd edited comment on DERBY-2109 at 3/14/08 12:56 PM:

[jira] Created: (DERBY-3547) Create a utility that generates a security policy file for Derby's tests

2008-03-14 Thread Daniel John Debrunner (JIRA)
Type: Improvement Components: Test Reporter: Daniel John Debrunner Priority: Minor With the number of current test policy files it is becoming a pain to remember to modify all of them when needed to add a new permission. In addition with JMX, SystemPermission

[jira] Commented: (DERBY-3547) Create a utility that generates a security policy file for Derby's tests

2008-03-14 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578944#action_12578944 ] Daniel John Debrunner commented on DERBY-3547: -- Just to be clear

[jira] Commented: (DERBY-3530) Remove *30.java classes now that jdk 1.3.1 is no longer supported

2008-03-13 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578301#action_12578301 ] Daniel John Debrunner commented on DERBY-3530: -- Note that one cannot remove

Re: HTML reports now available for any ant junit test run

2008-03-13 Thread Daniel John Debrunner
Daniel John Debrunner wrote: I made a simple change to build.xml to separate out the junit HTML report generation from junitreport which always ran junit-all. The new target junit-html can be included as the last target in any junit ant run to produce an HTML report of all the tests run

[jira] Commented: (DERBY-3523) sql states (X0Y63, X0Y63, X0Y63.S) related to nulls in unique constraints are associated with wrong message texts

2008-03-13 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578390#action_12578390 ] Daniel John Debrunner commented on DERBY-3523: -- The new method

[jira] Created: (DERBY-3531) DatabasePermission uses a JDK 1.4 method that is not present in J2ME/CDC/Foundation.

2008-03-13 Thread Daniel John Debrunner (JIRA)
: Derby Issue Type: Sub-task Components: Security Reporter: Daniel John Debrunner causes abstract method errors once the class is used to check for database creation. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment

[jira] Updated: (DERBY-3531) DatabasePermission uses a JDK 1.4 method that is not present in J2ME/CDC/Foundation.

2008-03-13 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel John Debrunner updated DERBY-3531: - Description: causes abstract method errors once the class is used to check

[jira] Created: (DERBY-3532) Invalid possibly skipped authentication handling when shutting down the network server.

2008-03-13 Thread Daniel John Debrunner (JIRA)
Project: Derby Issue Type: Bug Components: Network Server, Security Affects Versions: 10.4.0.0, 10.5.0.0 Reporter: Daniel John Debrunner Priority: Critical In NetworkServerControlImpl.checkShutdownPrivileges() code fetches the internal

[jira] Commented: (DERBY-3310) ASSERT in MergeSort.checkColumnTypes() disallow legal type conversions

2008-03-13 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578482#action_12578482 ] Daniel John Debrunner commented on DERBY-3310: -- It would be good to get

[jira] Commented: (DERBY-3310) ASSERT in MergeSort.checkColumnTypes() disallow legal type conversions

2008-03-13 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578498#action_12578498 ] Daniel John Debrunner commented on DERBY-3310: -- The commit log

[jira] Commented: (DERBY-3534) Run 10.3 tests against 10.4 to help identify any compatibility issues

2008-03-13 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578534#action_12578534 ] Daniel John Debrunner commented on DERBY-3534: -- Any idea what test it failed

[jira] Commented: (DERBY-2109) System privileges

2008-03-13 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578557#action_12578557 ] Daniel John Debrunner commented on DERBY-2109: -- Kathey's work in DERBY-3534

[jira] Commented: (DERBY-3534) Run 10.3 tests against 10.4 to help identify any compatibility issues

2008-03-13 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578559#action_12578559 ] Daniel John Debrunner commented on DERBY-3534: -- Thanks for doing this Kathey

[jira] Commented: (DERBY-3534) Run 10.3 tests against 10.4 to help identify any compatibility issues

2008-03-13 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578573#action_12578573 ] Daniel John Debrunner commented on DERBY-3534: -- I ported most of change

[jira] Created: (DERBY-3537) Invalid use shutdown authentication checks in NetworkServerControlImpl.directShutdown()

2008-03-13 Thread Daniel John Debrunner (JIRA)
Project: Derby Issue Type: Bug Components: Network Server Reporter: Daniel John Debrunner Priority: Minor If ClientThread hits an SSLException exception it will call NetworkServerControlImpl.directShutdown(). DERBY-2109 added privilege checking

[jira] Commented: (DERBY-3506) Add JMX testing with a security manager and JMX authentication.

2008-03-12 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577851#action_12577851 ] Daniel John Debrunner commented on DERBY-3506: -- The existing MBean tests

[jira] Commented: (DERBY-3385) Tests for JMX Management and Monitoring

2008-03-12 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577864#action_12577864 ] Daniel John Debrunner commented on DERBY-3385: -- Does this method make sense

[jira] Commented: (DERBY-3385) Tests for JMX Management and Monitoring

2008-03-12 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577865#action_12577865 ] Daniel John Debrunner commented on DERBY-3385: -- Another thought is just use

[jira] Commented: (DERBY-3385) Tests for JMX Management and Monitoring

2008-03-12 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577922#action_12577922 ] Daniel John Debrunner commented on DERBY-3385: -- patch d3385_jdbcMBeanTest_03

Re: Preparing to cut the 10.4 branch

2008-03-12 Thread Daniel John Debrunner
[EMAIL PROTECTED] wrote: They all seem like bug fixes that would need to be merged to the new branch so unless I hear otherwise, I plan to cut the branch(es) from revision 635183. Can you confirm that 635183 was the revision base for the branch? Thanks, Dan.

  1   2   3   4   5   6   7   8   9   10   >