Re: Re: Anyone knows how long (in byte) is a log record in derby?

2006-02-27 Thread Raymond Raymond
I am trying to do some statistics to estimate recovery speed. I can get how many log records the recovery process scaned during the recovery and how long the recovery takes.The recovery speed I got so far is something like X log records/second But, to use the recovery speed to schedule the

Re: derbytools.jar loading derbyclient.jar

2006-02-27 Thread Andrew McIntyre
On 2/27/06, Kathey Marsden [EMAIL PROTECTED] wrote: Daniel John Debrunner wrote: Isn't DERBY-1019 the correct place for this? Or perhaps a separate issue created to autoload derbyclient.jar with derbytools.jar.I certainly did not glean that impact from the DERBY-1019 description.

[jira] Commented: (DERBY-1051) A new method in CommonDataSource added which is not present in jdbc4 stub classes

2006-02-27 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1051?page=comments#action_12368054 ] Rick Hillegas commented on DERBY-1051: -- Hi Anurag, Thanks for tracking this flexing of the JDBC4 spec. As I understand it, the vacuous wrapper and query object methods

[jira] Commented: (DERBY-809) Incorrect documentation for 'NetworkServerControl.logConnections(boolean)'

2006-02-27 Thread Jean T. Anderson (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-809?page=comments#action_12368055 ] Jean T. Anderson commented on DERBY-809: Committed patch derby809.diff, revision 381516, which updates the information in the manual. Files changed: $ svn commit

[jira] Updated: (DERBY-809) Incorrect documentation for 'NetworkServerControl.logConnections(boolean)'

2006-02-27 Thread Jean T. Anderson (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-809?page=all ] Jean T. Anderson updated DERBY-809: --- Other Info: (was: [Patch available]) Patches for the javadoc and manual have both been committed. Incorrect documentation for

Re: derbytools.jar loading derbyclient.jar

2006-02-27 Thread Kathey Marsden
Andrew McIntyre wrote: On 2/27/06, Kathey Marsden [EMAIL PROTECTED] wrote: Daniel John Debrunner wrote: Isn't DERBY-1019 the correct place for this? Or perhaps a separate issue created to autoload derbyclient.jar with derbytools.jar.I certainly did not glean that impact

Re: derbytools.jar loading derbyclient.jar

2006-02-27 Thread Myrna van Lunteren
On 2/27/06, Kathey Marsden [EMAIL PROTECTED] wrote: Andrew McIntyre wrote:On 2/27/06, Kathey Marsden [EMAIL PROTECTED] wrote:Daniel John Debrunner wrote:Isn't DERBY-1019 the correct place for this?Or perhaps aseparate issuecreatedto autoload derbyclient.jar withderbytools.jar.I certainly did not

[jira] Assigned: (DERBY-618) Make the client driver connection URL work when spaces are in the URL.

2006-02-27 Thread Deepa Remesh (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-618?page=all ] Deepa Remesh reassigned DERBY-618: -- Assign To: Deepa Remesh Make the client driver connection URL work when spaces are in the URL.

[jira] Commented: (DERBY-1063) Autoloading of JDBC drivers via derbytools.jar manifest Class-Path attribute

2006-02-27 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1063?page=comments#action_12368060 ] Daniel John Debrunner commented on DERBY-1063: -- I'm confused by the description of this issue, auto-loading a driver to me means that the application no longer

[jira] Commented: (DERBY-618) Make the client driver connection URL work when spaces are in the URL.

2006-02-27 Thread Deepa Remesh (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-618?page=comments#action_12368062 ] Deepa Remesh commented on DERBY-618: I tried this by removing the space separator in the call to nextToken method in tokenizeDatabase method in ClientDriver.java. With

[jira] Commented: (DERBY-668) SysInfo does not print the right information when Derby is not loaded through the classpath.

2006-02-27 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-668?page=comments#action_12368063 ] Daniel John Debrunner commented on DERBY-668: - Minor comments on the code - would be good to make the comment for the new method getFileWhichLoadedClass a

[jira] Updated: (DERBY-1063) Add derby.jar/derbyclient.jar to manifest Class-Path attribute in derbytools.jar

2006-02-27 Thread Andrew McIntyre (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1063?page=all ] Andrew McIntyre updated DERBY-1063: --- Summary: Add derby.jar/derbyclient.jar to manifest Class-Path attribute in derbytools.jar (was: Autoloading of JDBC drivers via derbytools.jar manifest

Re: [jira] Commented: (DERBY-668) SysInfo does not print the right information when Derby is not loaded through the classpath.

2006-02-27 Thread Kathey Marsden
Daniel John Debrunner (JIRA) wrote: I'm trying to think through the ramifications of using getProtectionDomain() and hence possibly needing the associated permission in the policy file. One issue is that this permission might be needed for all derby jar files, since sysinfo is in all jars. It

[jira] Commented: (DERBY-479) Passing the return of a RETURN NULL ON NULL INPUT function to another function call throws linkage error.

2006-02-27 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-479?page=comments#action_12368068 ] Daniel John Debrunner commented on DERBY-479: - Patch submitted - minus changes that were not related to this issue. Sending

[jira] Updated: (DERBY-1043) Invalid column references are not caught in a trigger action statement when the referencing table of the column is the triggered table

2006-02-27 Thread Rajesh Kartha (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1043?page=all ] Rajesh Kartha updated DERBY-1043: - Summary: Invalid column references are not caught in a trigger action statement when the referencing table of the column is the triggered table (was:

Re: [jira] Commented: (DERBY-668) SysInfo does not print the right information when Derby is not loaded through the classpath.

2006-02-27 Thread Daniel John Debrunner
Kathey Marsden wrote: I wonder the best way to get this information from customers if sysinfo is just meant to be a quick classpath check and not a definiitive answer to the age old question: what derby jars am I using? I think Bryan raised this earlier, what exactly is sysinfo for? In

[jira] Commented: (DERBY-668) SysInfo does not print the right information when Derby is not loaded through the classpath.

2006-02-27 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-668?page=comments#action_12368072 ] Daniel John Debrunner commented on DERBY-668: - On the windows specific code for formatting the output of the URL, would this be needed if instead you did something

[jira] Updated: (DERBY-965) DatabaseMetadata method supportsResultSetConcurrency returns wrong result on network client

2006-02-27 Thread Dag H. Wanvik (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-965?page=all ] Dag H. Wanvik updated DERBY-965: Attachment: derby965-v2.stat derby965-v2.diff A new patch which replaces v1. Description: - skips added test lines for

[jira] Updated: (DERBY-965) DatabaseMetadata method supportsResultSetConcurrency returns wrong result on network client

2006-02-27 Thread Dag H. Wanvik (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-965?page=all ] Dag H. Wanvik updated DERBY-965: Fix Version: 10.2.0.0 DatabaseMetadata method supportsResultSetConcurrency returns wrong result on network client

Re: Derby HTML book manuals - invalid anchors in TOC? (DERBY-753)

2006-02-27 Thread Kristian Waagan
Jeff Levitt wrote: I can tell you that this is a problem that could be hard to fix. The single-html books are not a normal result of the DITA transform. However, some time ago Andrew found an xsl file on the web that we were able to use to transform the half-processed PDF transforms from the

<    1   2