[jira] Closed: (DERBY-944) Code ROWID methods for JDBC4 support

2006-05-26 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-944?page=all ] Kristian Waagan closed DERBY-944: - Resolution: Fixed Closing issue. Code ROWID methods for JDBC4 support Key: DERBY-944 URL:

[jira] Reopened: (DERBY-892) add mechanism for specifying policy file for individual function tests

2006-05-26 Thread Andrew McIntyre (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-892?page=all ] Andrew McIntyre reopened DERBY-892: --- Reopening this issue due to a problem with the test harness. There is some sort of race-type condition whereby the test harness does not have the

[jira] Updated: (DERBY-1072) Misleading/wrong error message while dropping a view

2006-05-26 Thread Mayuresh Nirhali (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1072?page=all ] Mayuresh Nirhali updated DERBY-1072: Attachment: derby1072-v4.diff derby1072-v4.stat I was hoping that this patch gets reviewed and committed before. In the past few

[jira] Updated: (DERBY-836) ResultSetMetaData.getColumnDisplaySize sometimes returns wrong values for DECIMAL columns

2006-05-26 Thread Mayuresh Nirhali (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-836?page=all ] Mayuresh Nirhali updated DERBY-836: --- Attachment: derby836-v3.diff This patch was reviewed but not yet commited since last month. In the past few weeks, some files which were part of this

[jira] Commented: (DERBY-1341) LOB setBytes method(s) are currently no supported, but part of the Java 1.4 JDBC interface

2006-05-26 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1341?page=comments#action_12413381 ] Kristian Waagan commented on DERBY-1341: (I assume the 'getBytes' in the description can be replaced with 'setBytes') Derby currently only supports the two setBytes

[jira] Created: (DERBY-1353) Add mechansim to run tests in a single leg xa transaction

2006-05-26 Thread Kristian Waagan (JIRA)
Add mechansim to run tests in a single leg xa transaction - Key: DERBY-1353 URL: http://issues.apache.org/jira/browse/DERBY-1353 Project: Derby Type: Sub-task Components: Test Versions: 10.2.0.0

[jira] Closed: (DERBY-1353) Add mechansim to run tests in a single leg xa transaction

2006-05-26 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1353?page=all ] Kristian Waagan closed DERBY-1353: -- Resolution: Fixed (this is just a placeholder item to keep track of JUnit harness additions) Add mechansim to run tests in a single leg xa

[jira] Commented: (DERBY-655) getImportedKeys returns duplicate rows in some cases

2006-05-26 Thread Satheesh Bandaram (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-655?page=comments#action_12413392 ] Satheesh Bandaram commented on DERBY-655: - Submitted this patch. Normally would have asked if you really have an itch to see this fix in 10.0, but since this problem

Re: [jira] Reopened: (DERBY-892) add mechanism for specifying policy file for individual function tests

2006-05-26 Thread Myrna van Lunteren
On 5/25/06, Andrew McIntyre (JIRA) derby-dev@db.apache.org wrote: [ http://issues.apache.org/jira/browse/DERBY-892?page=all ]Andrew McIntyre reopened DERBY-892:---Reopening this issue due to a problem with the test harness. [snip actual problem] ai...I didn't

[jira] Commented: (DERBY-655) getImportedKeys returns duplicate rows in some cases

2006-05-26 Thread Satheesh Bandaram (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-655?page=comments#action_12413394 ] Satheesh Bandaram commented on DERBY-655: - I tried merging this fix to 10.1 branch, but there are conflicts with test changes. Can you submit a merged patch for both

junit tests; get*DataSource* methods in BaseJDBCTestCase causing trouble...

2006-05-26 Thread Myrna van Lunteren
Hi, With revision 389780 some methods were added into BaseJDBCTestCase.java: DERBY-1157: Helper methods in BaseJDBCTestCase for creating data sources Adding getDataSource(), getConnectionPoolDataSource() and getXADataSource() to BaseJDBCTestCase. The new methods call various methods in TestUtil

Re: [jira] Commented: (DERBY-1293) Derby Server and Administration Guide - derby.drda.startNetworkServer

2006-05-26 Thread John Embretsen
Hi Jeff, thanks for commenting; now let me recap and respond to your suggestions below... [EMAIL PROTECTED] wrote: Hi John, This looks good to me. Just from a consistency standpoint, having written almost all of the other documentation, there are a couple cosmetic changes I'd

Re: junit tests; get*DataSource* methods in BaseJDBCTestCase causing trouble...

2006-05-26 Thread Andreas Korneliussen
Myrna van Lunteren wrote: Hi, With revision 389780 some methods were added into BaseJDBCTestCase.java: DERBY-1157: Helper methods in BaseJDBCTestCase for creating data sources Adding getDataSource(), getConnectionPoolDataSource() and getXADataSource() to BaseJDBCTestCase. The new methods call

[jira] Updated: (DERBY-501) Client and embedded drivers differ on invoking a procedure that returns a single Dynamic resultSet using CallableStatement.executeQuery()

2006-05-26 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-501?page=all ] Knut Anders Hatlen updated DERBY-501: - Attachment: derby-501-v1.diff derby-501-v1.stat It turns out that the issue can be fixed just by not throwing the exception when

Re: [jira] Commented: (DERBY-717) update doc on updatable cursors

2006-05-26 Thread Andreas Korneliussen
I agree this could be improved. My view is that ResultSet is a Java programming interface which gives access to a SQL concept (cursor), so result sets are based on cursors, not opposite. Some existing docs have the opposite view (cursors are defined in terms of ResultSets). In which direction

Re: junit tests; get*DataSource* methods in BaseJDBCTestCase causing trouble...

2006-05-26 Thread Knut Anders Hatlen
Myrna van Lunteren [EMAIL PROTECTED] writes: Hi, With revision 389780 some methods were added into BaseJDBCTestCase.java: DERBY-1157: Helper methods in BaseJDBCTestCase for creating data sources Adding getDataSource(), getConnectionPoolDataSource() and getXADataSource() to BaseJDBCTestCase.

Re: junit tests; get*DataSource* methods in BaseJDBCTestCase causing trouble...

2006-05-26 Thread Andreas Korneliussen
Knut Anders Hatlen wrote: Myrna van Lunteren [EMAIL PROTECTED] writes: Hi, With revision 389780 some methods were added into BaseJDBCTestCase.java: DERBY-1157: Helper methods in BaseJDBCTestCase for creating data sources Adding getDataSource(), getConnectionPoolDataSource() and

DERBY-1339 - messages_pt_BR.properties file

2006-05-26 Thread Halley Pacheco de Oliveira
Hi, Jira issue DERBY-1339, java/drda/org/apache/derby/loc/drda/messages_pt_BR.properties file (*), was created four days ago, and wasn't commented by anyone. Since this file was already translated into Brazilian Portuguese, I was expecting a reply from the original translator, but I don't know

Regression Test Failure! - TinderBox_Derby 409605 - Sun DBTG

2006-05-26 Thread Ole . Solberg
[Auto-generated mail] *TinderBox_Derby* 409605/2006-05-26 11:23:02 CEST *derbyall* Failed TestsOK Skip Duration Platform --- *Jvm: 1.5* 2666664 2 142.24% SunOS-5.10_i86pc-i386 Details in

Re: [jira] Updated: (DERBY-1072) Misleading/wrong error message while dropping a view

2006-05-26 Thread Mayuresh Nirhali
We have 2 tests failing due to the patch that was committed recently for 1072. The failures are linked here, http://www.multinet.no/~solberg/public/Apache/TinderBox_Derby/Limited/testSummary-409605.html Both of them seem to have occured due to a single reason. I am looking at it now and shall

Re: Release testing: i18n validation

2006-05-26 Thread Kathey Marsden
David Van Couvering wrote: There's a test I'd like to see run as part of release verification. [snip] This involves a lot of substitution work, and each time new SqlExceptions are introduced, it tends to require some tweaking [snip] I could run this test myself as part of my validation

Re: [VOTE] Andreas Kornelliusen as committer for Derby

2006-05-26 Thread Anurag Shekhar
[X] +1 Make Andreas Kornelliusen a committer for Derby anurag

[jira] Updated: (DERBY-1072) Misleading/wrong error message while dropping a view

2006-05-26 Thread Mayuresh Nirhali (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1072?page=all ] Mayuresh Nirhali updated DERBY-1072: Attachment: derby1072_patch2.diff The earlier committed patch (409605) introduced 2 regression failures. 2 of the canon files were not updated

[jira] Commented: (DERBY-501) Client and embedded drivers differ on invoking a procedure that returns a single Dynamic resultSet using CallableStatement.executeQuery()

2006-05-26 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-501?page=comments#action_12413478 ] Daniel John Debrunner commented on DERBY-501: - Is the rollback behaviour correct with this patch? See the comment in GenericPreparedStatement around line 392 where

Re: DERBY-1339 - messages_pt_BR.properties file

2006-05-26 Thread Daniel John Debrunner
Halley Pacheco de Oliveira wrote: Hi, Jira issue DERBY-1339, java/drda/org/apache/derby/loc/drda/messages_pt_BR.properties file (*), was created four days ago, and wasn't commented by anyone. Since this file was already translated into Brazilian Portuguese, I was expecting a reply from

[jira] Commented: (DERBY-501) Client and embedded drivers differ on invoking a procedure that returns a single Dynamic resultSet using CallableStatement.executeQuery()

2006-05-26 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-501?page=comments#action_12413483 ] Knut Anders Hatlen commented on DERBY-501: -- Thanks for looking at the patch, Dan! I'm pretty sure the rollback behaviour is correct (if it was correct before). I

[jira] Commented: (DERBY-1326) Network server may abandon sessions when Derby system is shutdown and this causes intermittent hangs in the client

2006-05-26 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1326?page=comments#action_12413488 ] Bryan Pendleton commented on DERBY-1326: Hi Deepa, thanks very much for looking at the patch! The new message that you see is definitely a result of this patch; I

Re: upcoming 10.2 snapshot

2006-05-26 Thread Rick Hillegas
Hi Army, This is great news. If you want to draw the community's attention to the testing you need, feel free to update the snapshot description: http://wiki.apache.org/db-derby/TenTwoSnapshot. Thanks! -Rick Army wrote: Rick Hillegas wrote: 2) I think that 10.2 will contain the following

Re: Release testing: i18n validation

2006-05-26 Thread Rick Hillegas
Hi David, How volatile is this test and how hard to fix it when it breaks? Can mere mortals help out here? Do you think that, with a little more work, it's feasible to drop this into the nightly test run some day? I'm not speculating about who might want to scratch that itch, just wondering

Re: [jira] Commented: (DERBY-1326) Network server may abandon sessions when Derby system is shutdown and this causes intermittent hangs in the client

2006-05-26 Thread Bryan Pendleton
David Van Couvering wrote: Perhaps just a coincidence, but the message being printed out is one I just internationalized. Thanks David. I don't believe that your changes affected this problem; I think it was indeed just coincidence. But thank you for being alert to the possibility and I'll

[jira] Created: (DERBY-1354) Writer.write(int c) to writer from Clob.setCharacterStream(long pos) appends integer value, not character

2006-05-26 Thread Anders Morken (JIRA)
Writer.write(int c) to writer from Clob.setCharacterStream(long pos) appends integer value, not character - Key: DERBY-1354 URL:

Re: [jira] Updated: (DERBY-836) ResultSetMetaData.getColumnDisplaySize sometimes returns wrong values for DECIMAL columns

2006-05-26 Thread Daniel John Debrunner
Mayuresh Nirhali (JIRA) wrote: [ http://issues.apache.org/jira/browse/DERBY-836?page=all ] Mayuresh Nirhali updated DERBY-836: --- Attachment: derby836-v3.diff This patch was reviewed but not yet commited since last month. In the past few

[jira] Commented: (DERBY-1245) Add o.a.derby.client.am.ClobWriter test coverage

2006-05-26 Thread Kathey Marsden (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1245?page=comments#action_12413492 ] Kathey Marsden commented on DERBY-1245: --- Submitted to the trunk: Date: Fri May 26 09:08:48 2006 New Revision: 409688 URL:

[jira] Updated: (DERBY-1245) Add o.a.derby.client.am.ClobWriter test coverage

2006-05-26 Thread Kathey Marsden (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1245?page=all ] Kathey Marsden updated DERBY-1245: -- Derby Info: (was: [Patch Available]) Add o.a.derby.client.am.ClobWriter test coverage Key:

Forrest and the Snapshot

2006-05-26 Thread Rick Hillegas
I have generated the 10.2 snapshot and wired it into a Derby website on my machine. Now I need to check this in. However, I don't know what to make of the following advice from the snapshot cookbook (http://wiki.apache.org/db-derby/DerbySnapshotOrRelease): NOTE: you should revert any changed

[jira] Updated: (DERBY-1287) Derby Server and Administration Guide - Network client driver examples should show how to enable authentication

2006-05-26 Thread Kathey Marsden (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1287?page=all ] Kathey Marsden updated DERBY-1287: -- Summary: Derby Server and Administration Guide - Network client driver examples should show how to enable authentication (was: Derby Server and

[jira] Updated: (DERBY-1300) Derby Server and Administration Guide - Managing the Derby Network Server remotely by using the servlet interface should clarify that Network Server is shutdown when Appli

2006-05-26 Thread Kathey Marsden (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1300?page=all ] Kathey Marsden updated DERBY-1300: -- Summary: Derby Server and Administration Guide - Managing the Derby Network Server remotely by using the servlet interface should clarify that Network

[jira] Updated: (DERBY-1326) Network server may abandon sessions when Derby system is shutdown and this causes intermittent hangs in the client

2006-05-26 Thread Deepa Remesh (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1326?page=all ] Deepa Remesh updated DERBY-1326: Attachment: sessionMgmt1_and_nosessionsforclosedthreads.diff Hi Bryan, I saw your question and suggestions in the previous comment while I was working on

[jira] Updated: (DERBY-1339) messages_pt_BR.properties file should not translate Network Server start and shutdown commands

2006-05-26 Thread Kathey Marsden (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1339?page=all ] Kathey Marsden updated DERBY-1339: -- Summary: messages_pt_BR.properties file should not translate Network Server start and shutdown commands (was: messages_pt_BR.properties file)

Re: [jira] Updated: (DERBY-1326) Network server may abandon sessions when Derby system is shutdown and this causes intermittent hangs in the client

2006-05-26 Thread Bryan Pendleton
Deepa Remesh (JIRA) wrote: In the attached trial patch 'sessionMgmt1_and_nosessionsforclosedthreads.diff', I combined your patches 'sessionMgmt1.diff' and 'no-sessions-for-closed-threads.diff'. Deepa, thank you very much. I think this strategy makes a lot of sense. I will look at your patch

Re: Forrest and the Snapshot

2006-05-26 Thread Jean T. Anderson
Rick Hillegas wrote: I have generated the 10.2 snapshot and wired it into a Derby website on my machine. Now I need to check this in. However, I don't know what to make of the following advice from the snapshot cookbook (http://wiki.apache.org/db-derby/DerbySnapshotOrRelease): NOTE: you

Re: Forrest and the Snapshot

2006-05-26 Thread Jean T. Anderson
Rick Hillegas wrote: I have generated the 10.2 snapshot and wired it into a Derby website on my machine. Now I need to check this in. However, I don't know what to make of the following advice from the snapshot cookbook (http://wiki.apache.org/db-derby/DerbySnapshotOrRelease): NOTE: you

Re: Release testing: i18n validation

2006-05-26 Thread David Van Couvering
Well, the way I've done it is to do a sed parsing of files to find invocations of new SqlException. This is inherently a brittle approach because it isn't using the real semantics of Java to figure this out. So if somebody writes something a little different, things get munged up. The real

[jira] Updated: (DERBY-1298) Tracing client data source gives NPE if all data source properties are not set

2006-05-26 Thread Deepa Remesh (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1298?page=all ] Deepa Remesh updated DERBY-1298: Derby Info: [Regression] (was: [Regression, Patch Available]) Tracing client data source gives NPE if all data source properties are not set

[jira] Closed: (DERBY-1298) Tracing client data source gives NPE if all data source properties are not set

2006-05-26 Thread Deepa Remesh (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1298?page=all ] Deepa Remesh closed DERBY-1298: --- Tracing client data source gives NPE if all data source properties are not set --

[jira] Commented: (DERBY-1300) Derby Server and Administration Guide - Managing the Derby Network Server remotely by using the servlet interface should clarify that Network Server is shutdown when App

2006-05-26 Thread Halley Pacheco de Oliveira (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1300?page=comments#action_12413504 ] Halley Pacheco de Oliveira commented on DERBY-1300: --- When replying to Kathey Marsden I forgot the comment made by Jean T. Anderson, where the part

[jira] Commented: (DERBY-1300) Derby Server and Administration Guide - Managing the Derby Network Server remotely by using the servlet interface should clarify that Network Server is shutdown when App

2006-05-26 Thread Jean T. Anderson (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1300?page=comments#action_12413513 ] Jean T. Anderson commented on DERBY-1300: - I agree with Halley's final wording in the 26/May/06 comments -- with that wording I think this is ready to commit. Derby

[jira] Updated: (DERBY-1354) Writer.write(int c) to writer from Clob.setCharacterStream(long pos) appends integer value, not character

2006-05-26 Thread Anders Morken (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1354?page=all ] Anders Morken updated DERBY-1354: - Attachment: DERBY-1354.patch DERBY-1354.patch merges the changes from DERBY-1245 on the trunk to the 10.1 branch. derbynetclientmats (which includes the

[jira] Resolved: (DERBY-1245) Add o.a.derby.client.am.ClobWriter test coverage

2006-05-26 Thread Anders Morken (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1245?page=all ] Anders Morken resolved DERBY-1245: -- Resolution: Fixed Add o.a.derby.client.am.ClobWriter test coverage Key: DERBY-1245

[jira] Closed: (DERBY-1245) Add o.a.derby.client.am.ClobWriter test coverage

2006-05-26 Thread Anders Morken (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1245?page=all ] Anders Morken closed DERBY-1245: Thanks to Kathey for help and advice, and patiently waiting for my slow reply while I've been playing with other things. =) Add

[jira] Updated: (DERBY-1354) Writer.write(int c) to writer from Clob.setCharacterStream(long pos) appends integer value, not character

2006-05-26 Thread Anders Morken (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1354?page=all ] Anders Morken updated DERBY-1354: - Fix Version: (was: 10.2.0.0) Version: (was: 10.2.0.0) (was: 10.1.2.0) (was: 10.1.2.1)

[jira] Assigned: (DERBY-803) derbynet/DerbyNetAutoStart.java test fails intermittently with org.apache.derby.iapi.services.context.ShutdownException

2006-05-26 Thread Deepa Remesh (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-803?page=all ] Deepa Remesh reassigned DERBY-803: -- Assign To: Deepa Remesh derbynet/DerbyNetAutoStart.java test fails intermittently with org.apache.derby.iapi.services.context.ShutdownException

[jira] Commented: (DERBY-1346) unit/fillLog.unit seems to be failed if program was build as sane.

2006-05-26 Thread Suresh Thalamati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1346?page=comments#action_12413535 ] Suresh Thalamati commented on DERBY-1346: - After bit of search , found this test is failing after the following change to the code line. r407642 | fuzzylogic |

Re: [VOTE] Andreas Kornelliusen as committer for Derby

2006-05-26 Thread Suresh Thalamati
[X] +1 Make Andreas Kornelliusen a committer for Derby -suresh

Re: [VOTE] Andreas Kornelliusen as committer for Derby

2006-05-26 Thread Jean T. Anderson
[X] +1 Make Andreas Kornelliusen a committer for Derby -jean

10.2.0.1 snapshot posted

2006-05-26 Thread Rick Hillegas
Hello users and developers, We have posted a new snapshot of the mainline, which we expect will evolve into the 10.2 release this fall. You may find the snapshot at http://db.apache.org/derby/derby_downloads.html#Snapshot+Jars. We would be grateful if you would test-drive this snapshot and

[jira] Closed: (DERBY-1354) Writer.write(int c) to writer from Clob.setCharacterStream(long pos) appends integer value, not character

2006-05-26 Thread Anders Morken (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1354?page=all ] Anders Morken closed DERBY-1354: Thanks for the help. =) Writer.write(int c) to writer from Clob.setCharacterStream(long pos) appends integer value, not character

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

2006-05-26 Thread Anders Morken (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-801?page=comments#action_12413541 ] Anders Morken commented on DERBY-801: - I've found a benchmark to test this patch with, and quite frankly I'm not seeing any difference in throughput between my patch and

Re: jdk16 and suite derbyall - 128 failures

2006-05-26 Thread Olav Sandstaa
Daniel John Debrunner wrote: Olav Sandstaa wrote: I think I have found what causes the Nist tests to fail when running derbyall with jdk16. The Nist tests started to fail after DERBY-930 (Add support for autoloading of Derby client drivers) was check in. [snipped - good investigation

Re: 10.2.0.1 snapshot posted

2006-05-26 Thread Craig L Russell
Hi Rick, In the JDO project, I define a dependency on Derby via maven pom: dependency groupIdorg.apache.derby/groupId artifactIdderby/artifactId version10.1.1.0/version /dependency dependency

Autoloading of JDBC drivers considered harmful?

2006-05-26 Thread Olav Sandstaa
Hi, Based on some of the findings with the Nist tests failing when running with JDK 1.6 due to autoloading of the embedded driver I am not sure if it is a good idea to support autoloading of the embedded Derby driver. Consider the following example: 1. Someone is having a small application

Re: [VOTE] Andreas Kornelliusen as committer for Derby

2006-05-26 Thread Andrew McIntyre
On 5/24/06, David Van Couvering [EMAIL PROTECTED] wrote: This vote is for adding Andreas Kornelliusen as a committer to Derby. +1 andrew

Re: 10.2.0.1 snapshot posted

2006-05-26 Thread Rick Hillegas
Hi Craig, Hi Craig, My snapshot instructions directed me to bump the last digit of the release identifier to distinguish this increment from the previous snapshot. That earlier snapshot was called 10.2.0.0. The zip names were invented by the snapshot target of our release scripts and mimic

Re: jdk16 and suite derbyall - 128 failures

2006-05-26 Thread Myrna van Lunteren
On 5/26/06, Olav Sandstaa [EMAIL PROTECTED] wrote: [...snipped excellent investigative work...] Any preferences or suggestions for better ideas? Thanks, Olav I may be misunderstanding or just have missed it, but why does this work with jdk15 and earlier? Myrna

[jira] Commented: (DERBY-892) add mechanism for specifying policy file for individual function tests

2006-05-26 Thread Myrna van Lunteren (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-892?page=comments#action_12413550 ] Myrna van Lunteren commented on DERBY-892: -- I am only now noticing that my util/useprocessfalse.policy file - added in patch _4_ never made it in with the check-in.

Re: 10.2.0.1 snapshot posted

2006-05-26 Thread Craig L Russell
Hi Rick, On May 26, 2006, at 4:40 PM, Rick Hillegas wrote: Hi Craig, My snapshot instructions directed me to bump the last digit of the release identifier to distinguish this increment from the previous snapshot. That earlier snapshot was called 10.2.0.0. The zip names were invented by

[jira] Commented: (DERBY-892) add mechanism for specifying policy file for individual function tests

2006-05-26 Thread Myrna van Lunteren (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-892?page=comments#action_12413558 ] Myrna van Lunteren commented on DERBY-892: -- At least the failure makes sense without the file...Yes, I double checked on windows (sane) jars an classes, and (sane)

[jira] Commented: (DERBY-1305) Derby Server and Administration Guide translated into Brazilian Portuguese

2006-05-26 Thread Andrew McIntyre (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1305?page=comments#action_12413560 ] Andrew McIntyre commented on DERBY-1305: Hi Halley, I'm hoping to keep most - if not all - language specific build targets out of the top level build.xml and keep as