[jira] Commented: (DERBY-2352) Assertion Failure with order by and group by expression

2007-11-19 Thread Thomas Nielsen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543495 ] Thomas Nielsen commented on DERBY-2352: --- I'm giving the the latest patch a spin with the tests now. Are the

[jira] Updated: (DERBY-2911) Implement a buffer manager using java.util.concurrent classes

2007-11-19 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-2911: -- Attachment: poisson_patch8.tar poisson_patch8.tar contains the code I used to run

[jira] Closed: (DERBY-3208) Callers of DaemonService.serviceNow() assume behaviour not guaranteed by the interface

2007-11-19 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen closed DERBY-3208. - Resolution: Fixed Fix Version/s: 10.4.0.0 Thanks for your comments, Dag and

[jira] Commented: (DERBY-2911) Implement a buffer manager using java.util.concurrent classes

2007-11-19 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543524 ] Knut Anders Hatlen commented on DERBY-2911: --- Committed patch #8 with revision 596265. Now the only thing

[jira] Commented: (DERBY-2352) Assertion Failure with order by and group by expression

2007-11-19 Thread Thomas Nielsen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543540 ] Thomas Nielsen commented on DERBY-2352: --- Since you will touch TernaryOperatorNode.java anyway, there's - an

[jira] Resolved: (DERBY-3156) Convert testing of derby error stream to JUnit

2007-11-19 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen resolved DERBY-3156. --- Resolution: Fixed Fix Version/s: 10.4.0.0 Derby Info: (was: [Patch

[jira] Updated: (DERBY-3142) sysinfo ignores derby.ui.locale

2007-11-19 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-3142: -- Attachment: d3142-2a.diff Updated patch to resolve conflict with DERBY-2903. sysinfo

[jira] Updated: (DERBY-2016) ArrayIndexOutOfBoundsException for COALESCE with aggregate functions

2007-11-19 Thread Dag H. Wanvik (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dag H. Wanvik updated DERBY-2016: - Attachment: DERBY-2016b.stat DERBY-2016b.diff DERBY-2016b supercedes the first

lang/infostreams.sql

2007-11-19 Thread Vemund Ostgaard
While searching the old testsuite for more tests related to derby.log that I could port to junit, I came across lang/infostreams.sql. This test seems to do basically nothing, except that the database gets booted by the test framework with a number of special properties set in

[jira] Commented: (DERBY-3117) Adjust master build script to require the Java 5 compiler to build Derby

2007-11-19 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543571 ] Rick Hillegas commented on DERBY-3117: -- Committed derby-3117-04-propertySetter-ah.diff at subversion revision

Automatic setting of compiler classpath properties at build time

2007-11-19 Thread Rick Hillegas
I have checked in some build logic which automatically sets the compiler classpath properties. This is part of the work on DERBY-3117 and the goal, ultimately, is to have a Derby build script which works out of the box without any customizing of ant.properties. In order to take advantage of

[jira] Commented: (DERBY-2991) Index split deadlock

2007-11-19 Thread Tomohito Nakayama (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543575 ] Tomohito Nakayama commented on DERBY-2991: -- I found methods of StoredPage, which update contents of page,

Re: Automatic setting of compiler classpath properties at build time

2007-11-19 Thread Vemund Ostgaard
Rick Hillegas wrote: I have checked in some build logic which automatically sets the compiler classpath properties. This is part of the work on DERBY-3117 and the goal, ultimately, is to have a Derby build script which works out of the box without any customizing of ant.properties. In order

[jira] Commented: (DERBY-2991) Index split deadlock

2007-11-19 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-2991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543576 ] Øystein Grøvlen commented on DERBY-2991: I think pageVersion is bumped on all (logged) changes to the page.

[jira] Commented: (DERBY-3086) The server policy needs to grant derbynet.jar more permissions so that sysinfo and drda tracing will work

2007-11-19 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543577 ] Rick Hillegas commented on DERBY-3086: -- Ported 592758 from trunk to 10.3 branch at subversion revision 596309.

[jira] Created: (DERBY-3215) Potential NullPointerException in CachedPage class

2007-11-19 Thread Jason Valentine (JIRA)
Potential NullPointerException in CachedPage class -- Key: DERBY-3215 URL: https://issues.apache.org/jira/browse/DERBY-3215 Project: Derby Issue Type: Bug Components: Store

Re: Automatic setting of compiler classpath properties at build time

2007-11-19 Thread Rick Hillegas
Vemund Ostgaard wrote: Rick Hillegas wrote: I have checked in some build logic which automatically sets the compiler classpath properties. This is part of the work on DERBY-3117 and the goal, ultimately, is to have a Derby build script which works out of the box without any customizing of

[jira] Commented: (DERBY-2991) Index split deadlock

2007-11-19 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543589 ] Knut Anders Hatlen commented on DERBY-2991: --- Could we then have a variable which contains the last page

[jira] Commented: (DERBY-2991) Index split deadlock

2007-11-19 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-2991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543590 ] Øystein Grøvlen commented on DERBY-2991: Knut Anders Hatlen (JIRA) wrote: Then we only renavigate when a

[jira] Updated: (DERBY-3096) SSL handshake throws bad_certificate when server tries to authenticate client

2007-11-19 Thread Bernt M. Johnsen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernt M. Johnsen updated DERBY-3096: Fix Version/s: 10.4.0.0 10.3.2.0 SSL handshake throws bad_certificate

[jira] Updated: (DERBY-3096) SSL handshake throws bad_certificate when server tries to authenticate client

2007-11-19 Thread Bernt M. Johnsen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernt M. Johnsen updated DERBY-3096: Attachment: DERBY-3096.stat DERBY-3096.diff Sun has interpreted the JSSE

[jira] Commented: (DERBY-2991) Index split deadlock

2007-11-19 Thread Tomohito Nakayama (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543596 ] Tomohito Nakayama commented on DERBY-2991: -- I think lastRowMove is needed to be instance variable of page

Re: Automatic setting of compiler classpath properties at build time

2007-11-19 Thread Vemund Ostgaard
I tried it out in my sandbox Rick, and it worked fine except for one thing that probably isn't related to your changes. The first time I do ant all after having done ant clean or ant clobber, the build fails when compiling junitcomponents: [javac] Compiling 1 source file to

[jira] Commented: (DERBY-3215) Potential NullPointerException in CachedPage class

2007-11-19 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543598 ] Knut Anders Hatlen commented on DERBY-3215: --- Here's the relevant part of CachedPage:

[jira] Commented: (DERBY-2991) Index split deadlock

2007-11-19 Thread Tomohito Nakayama (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543603 ] Tomohito Nakayama commented on DERBY-2991: -- Oh I understand. Taking removal of page cache as need for

Missing Jakarta jar, was: Automatic setting of compiler classpath properties at build time

2007-11-19 Thread Rick Hillegas
Vemund Ostgaard wrote: I tried it out in my sandbox Rick, and it worked fine except for one thing that probably isn't related to your changes. The first time I do ant all after having done ant clean or ant clobber, the build fails when compiling junitcomponents: [javac] Compiling 1

[jira] Commented: (DERBY-2352) Assertion Failure with order by and group by expression

2007-11-19 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543610 ] Bryan Pendleton commented on DERBY-2352: Thanks Thomas for the feedback and testing and suggestions! I'll

Re: Installing a SecurityManager by default when the server boots

2007-11-19 Thread Rick Hillegas
Thanks to everyone for the useful discussion of this issue. It does not seem to me that there is a consensus for backing out this feature. I am inclined to leave it in. Regards, -Rick Rick Hillegas wrote: As of release 10.3, when you boot the network server from the command line, the server

[jira] Assigned: (DERBY-3215) Potential NullPointerException in CachedPage class

2007-11-19 Thread Dag H. Wanvik (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dag H. Wanvik reassigned DERBY-3215: Assignee: Dag H. Wanvik Potential NullPointerException in CachedPage class

[jira] Updated: (DERBY-3215) Potential NullPointerException in CachedPage class

2007-11-19 Thread Dag H. Wanvik (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dag H. Wanvik updated DERBY-3215: - Attachment: DERBY-3215.diff Enclosing a patch which removes the unused second argument. Running

Regression Test Report - Daily 596097 - Sun DBTG

2007-11-19 Thread Henri . Vandescheur
[Auto-generated mail] *Daily* 596097/2007-11-18 18:00:11 CET Failed TestsOK Skip Duration Suite --- *Jvm: 1.6* lin 0282282 072.83% derbyall 098479847 0 1334.25% suitesAll linN+1 0

Re: Automatic setting of compiler classpath properties at build time

2007-11-19 Thread Knut Anders Hatlen
Rick Hillegas [EMAIL PROTECTED] writes: I have checked in some build logic which automatically sets the compiler classpath properties. This is part of the work on DERBY-3117 and the goal, ultimately, is to have a Derby build script which works out of the box without any customizing of

[jira] Commented: (DERBY-3093) Intermittent transaction failure caused by internal duplicate savepoint name for triggers

2007-11-19 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543617 ] Kathey Marsden commented on DERBY-3093: --- I plan to merge this fix to 10.3. Please let me know if you have any

Re: Automatic setting of compiler classpath properties at build time

2007-11-19 Thread Rick Hillegas
Knut Anders Hatlen wrote: Rick Hillegas [EMAIL PROTECTED] writes: I have checked in some build logic which automatically sets the compiler classpath properties. This is part of the work on DERBY-3117 and the goal, ultimately, is to have a Derby build script which works out of the box

[jira] Commented: (DERBY-3041) Merge the separate JDBC 2.0 and JDBC 3.0 implementations in the ij code (Main/Main14 and utilMain/utilMain14)

2007-11-19 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543622 ] Rick Hillegas commented on DERBY-3041: -- Is it worth porting this set of patches to 10.3? Merge the separate

Re: Automatic setting of compiler classpath properties at build time

2007-11-19 Thread Daniel John Debrunner
Rick Hillegas wrote: Over the next month, I would appreciate it if people could try out the automatic property setting in their own environments and let me know if something breaks. I would like this to be as solid as possible before switching the default behavior. I set the properties

Re: Automatic setting of compiler classpath properties at build time

2007-11-19 Thread Daniel John Debrunner
Daniel John Debrunner wrote: Rick Hillegas wrote: Over the next month, I would appreciate it if people could try out the automatic property setting in their own environments and let me know if something breaks. I would like this to be as solid as possible before switching the default

[jira] Commented: (DERBY-3083) Network server demands a file called derbynet.jar in classpath

2007-11-19 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543628 ] Rick Hillegas commented on DERBY-3083: -- Right now the default policy file grants permissions to the following

[jira] Updated: (DERBY-3215) Potential NullPointerException in CachedPage class

2007-11-19 Thread Dag H. Wanvik (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dag H. Wanvik updated DERBY-3215: - Derby Info: [Patch Available] Potential NullPointerException in CachedPage class

Re: Automatic setting of compiler classpath properties at build time

2007-11-19 Thread Daniel John Debrunner
Rick Hillegas wrote: The place to add support for additional platforms/vms would be trunk/java/build/org/apache/derbyPreBuild/PropertySetter.java The class has a pretty extensive header comment explaining what the class does--but please let me know if the header is unclear. At line 207

Re: Searching the Derby Documentation

2007-11-19 Thread Kim Haase
Michelle Caisse wrote: Jørgen Løland wrote: Rick Hillegas wrote: Laura Stewart wrote: On 11/14/07, Lance J. Andersen [EMAIL PROTECTED] wrote: Perhaps this is an indication that we need to revisit the layout of the manuals to make them easier to use and put this as a high priority for

[jira] Resolved: (DERBY-3194) LOCALIZEDDISPLAY of CURRENT_TIMESTAMP returns only the TIME

2007-11-19 Thread Dag H. Wanvik (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dag H. Wanvik resolved DERBY-3194. -- Resolution: Fixed Fix Version/s: 10.4.0.0 Committed as svn 596389. Will port to 10.3

[jira] Commented: (DERBY-3083) Network server demands a file called derbynet.jar in classpath

2007-11-19 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543631 ] Daniel John Debrunner commented on DERBY-3083: -- I hope the default policy for the network server is not

[jira] Commented: (DERBY-3211) Convert derbynet/NSinSameJVM.java to junit

2007-11-19 Thread Manjula Kutty (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543633 ] Manjula Kutty commented on DERBY-3211: -- Thank you for your comments Dan. Here are my thoughts regrding your

Re: Automatic setting of compiler classpath properties at build time

2007-11-19 Thread Rick Hillegas
Daniel John Debrunner wrote: Rick Hillegas wrote: The place to add support for additional platforms/vms would be trunk/java/build/org/apache/derbyPreBuild/PropertySetter.java The class has a pretty extensive header comment explaining what the class does--but please let me know if the header

Re: Automatic setting of compiler classpath properties at build time

2007-11-19 Thread Daniel John Debrunner
Rick Hillegas wrote: Daniel John Debrunner wrote: Rick Hillegas wrote: The place to add support for additional platforms/vms would be trunk/java/build/org/apache/derbyPreBuild/PropertySetter.java The class has a pretty extensive header comment explaining what the class does--but please let

[jira] Commented: (DERBY-3083) Network server demands a file called derbynet.jar in classpath

2007-11-19 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543645 ] Rick Hillegas commented on DERBY-3083: -- Thanks for the quick feedback, Dan. The server policy file grants

Re: Automatic setting of compiler classpath properties at build time

2007-11-19 Thread Daniel John Debrunner
Daniel John Debrunner wrote: At line 207 (just after this code) if ( j14lib != null ) { setClasspathFromLib( J14LIB, j14lib ); } if ( j15lib != null ) { setClasspathFromLib( J15LIB, j15lib ); } The wrong property names were being passed to setClasspathFromLib(), they should be

[jira] Commented: (DERBY-3041) Merge the separate JDBC 2.0 and JDBC 3.0 implementations in the ij code (Main/Main14 and utilMain/utilMain14)

2007-11-19 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543646 ] Knut Anders Hatlen commented on DERBY-3041: --- No, this is mainly a clean-up issue, so unless it's causing a

[jira] Closed: (DERBY-2564) ContextService.notifyAllActiveThreads() and network server code need a privileged block around the calls to Thread.interrupt()

2007-11-19 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden closed DERBY-2564. - Resolution: Fixed Fix Version/s: 10.4.0.0 10.3.1.5

[jira] Updated: (DERBY-3211) Convert derbynet/NSinSameJVM.java to junit

2007-11-19 Thread Manjula Kutty (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manjula Kutty updated DERBY-3211: - Attachment: DERBY-3211_diff_11_19.txt DERBY-3211_stat_11_19.txt Submitting new

Re: Automatic setting of compiler classpath properties at build time

2007-11-19 Thread Knut Anders Hatlen
Rick Hillegas [EMAIL PROTECTED] writes: Knut Anders Hatlen wrote: Rick Hillegas [EMAIL PROTECTED] writes: I have checked in some build logic which automatically sets the compiler classpath properties. This is part of the work on DERBY-3117 and the goal, ultimately, is to have a Derby

Re: Automatic setting of compiler classpath properties at build time

2007-11-19 Thread Rick Hillegas
Daniel John Debrunner wrote: Rick Hillegas wrote: Daniel John Debrunner wrote: Rick Hillegas wrote: The place to add support for additional platforms/vms would be trunk/java/build/org/apache/derbyPreBuild/PropertySetter.java The class has a pretty extensive header comment explaining what

Re: Automatic setting of compiler classpath properties at build time

2007-11-19 Thread Rick Hillegas
Daniel John Debrunner wrote: Daniel John Debrunner wrote: At line 207 (just after this code) if ( j14lib != null ) { setClasspathFromLib( J14LIB, j14lib ); } if ( j15lib != null ) { setClasspathFromLib( J15LIB, j15lib ); } The wrong property names were being passed to

[jira] Updated: (DERBY-3023) Different result rows depending on the sequence of INNER JOIN and OUTER JOIN

2007-11-19 Thread A B (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A B updated DERBY-3023: --- Attachment: d3023_v2.patch I ran derbyall on Red Hat Linux with ibm15 and there were no failures. I realized that

Re: Automatic setting of compiler classpath properties at build time

2007-11-19 Thread Daniel John Debrunner
Daniel John Debrunner wrote: One question is why does this code need to be executed if I already have j14lib and j15lib set in my ant.properties? String jdkVendor = getProperty( JDK_VENDOR ); if ( JDK_APPLE.equals( jdkVendor ) ) { setForAppleJDKs(); }

[jira] Commented: (DERBY-3168) Reference Manual lacks topics on trace-related connection URL attributes

2007-11-19 Thread Kim Haase (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543660 ] Kim Haase commented on DERBY-3168: -- Thanks, Dag! I'm glad you caught traceFileAppend -- it is not mentioned in the

[jira] Commented: (DERBY-3176) J2ME support for phoneME platform disabled in 10.3

2007-11-19 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543669 ] Rick Hillegas commented on DERBY-3176: -- Ported 594184 from trunk to 10.3 branch at subversion revision 596424.

[jira] Commented: (DERBY-3211) Convert derbynet/NSinSameJVM.java to junit

2007-11-19 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543675 ] Daniel John Debrunner commented on DERBY-3211: -- Manjula I created a different policy file since the

[jira] Updated: (DERBY-3117) Adjust master build script to require the Java 5 compiler to build Derby

2007-11-19 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas updated DERBY-3117: - Attachment: derby-3117-05-setterCleanup-aa.diff Attaching derby-3117-05-setterCleanup.diff. This

[jira] Updated: (DERBY-3093) Intermittent transaction failure caused by internal duplicate savepoint name for triggers

2007-11-19 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden updated DERBY-3093: -- Fix Version/s: 10.3.1.5 Intermittent transaction failure caused by internal duplicate

[jira] Commented: (DERBY-3083) Network server demands a file called derbynet.jar in classpath

2007-11-19 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543686 ] Daniel John Debrunner commented on DERBY-3083: -- I don't understand how the property setting could be

[jira] Updated: (DERBY-3192) Cache session data in the client driver

2007-11-19 Thread Dyre Tjeldvoll (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dyre Tjeldvoll updated DERBY-3192: -- Attachment: derby-3192-test.v1.stat derby-3192-test.v1.diff In the interest of

question about java/testing/org/apache/derby/build.xml file

2007-11-19 Thread Kathey Marsden
I java/testing/org/apache/derby/build.xml we have the comment: !-- Fix this to use the Java SE 5 classpath -- pathelement path=${java16compile.classpath}/ but it uses java16compile.classpath. I found that this causes my build to fail using IBM 1.6 jdk. Is there

[jira] Updated: (DERBY-3215) Potential NullPointerException in CachedPage class

2007-11-19 Thread Dag H. Wanvik (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dag H. Wanvik updated DERBY-3215: - Priority: Minor (was: Major) Fix Version/s: 10.4.0.0 Potential NullPointerException

[jira] Commented: (DERBY-3215) Potential NullPointerException in CachedPage class

2007-11-19 Thread Dag H. Wanvik (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543704 ] Dag H. Wanvik commented on DERBY-3215: -- I should mention that the wrong usage of FILE_WRITE_PAGE_EXCEPTION

[jira] Commented: (DERBY-3083) Network server demands a file called derbynet.jar in classpath

2007-11-19 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543706 ] Rick Hillegas commented on DERBY-3083: -- Thanks for the clarification, Dan. By private to Derby I mean that the

[jira] Updated: (DERBY-3117) Adjust master build script to require the Java 5 compiler to build Derby

2007-11-19 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-3117: -- Attachment: d3117-solaris.diff d3117-solaris.diff enabled me to build Derby on Solaris

Re: question about java/testing/org/apache/derby/build.xml file

2007-11-19 Thread Rick Hillegas
Hi Kathey, I think that we do indeed want to make this change. However, currently we don't require that you set java15compile.classpath. It is set automatically only if you include autosetProps=on in your ant.properties. This is the trajectory I thought we were on: 1) Continue to collect

Re: question about java/testing/org/apache/derby/build.xml file

2007-11-19 Thread Knut Anders Hatlen
Kathey Marsden [EMAIL PROTECTED] writes: I java/testing/org/apache/derby/build.xml we have the comment: !-- Fix this to use the Java SE 5 classpath -- pathelement path=${java16compile.classpath}/ but it uses java16compile.classpath. I found that this causes my

[jira] Commented: (DERBY-3211) Convert derbynet/NSinSameJVM.java to junit

2007-11-19 Thread Manjula Kutty (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543712 ] Manjula Kutty commented on DERBY-3211: -- If I don't give a seperate policy file for the port 2 (which I used

[jira] Commented: (DERBY-3211) Convert derbynet/NSinSameJVM.java to junit

2007-11-19 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543714 ] Daniel John Debrunner commented on DERBY-3211: -- This is because your test *and* policy file is using a

[jira] Commented: (DERBY-3177) Dropping columns casues auto_increment field to be lost

2007-11-19 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543715 ] Knut Anders Hatlen commented on DERBY-3177: --- Bryan, I think it is OK to close this one as a duplicate of

[jira] Updated: (DERBY-2352) Assertion Failure with order by and group by expression

2007-11-19 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton updated DERBY-2352: --- Attachment: substrBindWithTestsUpdated.diff Attached 'substrBindWithTestsUpdated.diff'

[jira] Commented: (DERBY-3197) NPE in ProjectRestrictResultSet on finishAndRTS

2007-11-19 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543717 ] Knut Anders Hatlen commented on DERBY-3197: --- What seems to be the same NullPointerException was mentioned

[jira] Commented: (DERBY-3117) Adjust master build script to require the Java 5 compiler to build Derby

2007-11-19 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543719 ] Rick Hillegas commented on DERBY-3117: -- Thanks for the patch, Knut. It looks good to me. I have tested it in

[jira] Commented: (DERBY-3215) Potential NullPointerException in CachedPage class

2007-11-19 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543725 ] Knut Anders Hatlen commented on DERBY-3215: --- Thanks Dag, the patch looks good to me. +1 to commit if the

[jira] Commented: (DERBY-3117) Adjust master build script to require the Java 5 compiler to build Derby

2007-11-19 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543728 ] Knut Anders Hatlen commented on DERBY-3117: --- Thanks for testing the patch, Rick! Committed revision

[jira] Commented: (DERBY-3197) NPE in ProjectRestrictResultSet on finishAndRTS

2007-11-19 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543729 ] Bryan Pendleton commented on DERBY-3197: From a quick look at the code, this looks very similar to

[jira] Commented: (DERBY-3083) Network server demands a file called derbynet.jar in classpath

2007-11-19 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543730 ] Daniel John Debrunner commented on DERBY-3083: -- By private to Derby I mean that the properties cannot

[jira] Created: (DERBY-3216) do row level lock space reclamation in btree of indiv rows.

2007-11-19 Thread Mike Matrigali (JIRA)
do row level lock space reclamation in btree of indiv rows. --- Key: DERBY-3216 URL: https://issues.apache.org/jira/browse/DERBY-3216 Project: Derby Issue Type: Bug

[jira] Updated: (DERBY-3211) Convert derbynet/NSinSameJVM.java to junit

2007-11-19 Thread Manjula Kutty (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manjula Kutty updated DERBY-3211: - Attachment: DERBY-3211_diff_11_19_ver2.txt DERBY-3211_stat_11_19_ver2.txt Yes, I

Re: 10.3.2 release. Not much time left

2007-11-19 Thread Daniel John Debrunner
Kathey Marsden wrote: Just a reminder that you have until 5pm, PST, November 25 to checkin fixes for the 10.3.2 release. FYI I ran the junit tests using the latest version of 10.3 (from the branch) but taking derbyTesting.jar from the 10.3.1.4 release. I saw a number of failures (at least

[jira] Commented: (DERBY-3115) With embedded driver and autocommit, when closing a connection, updates on updatable result set are lost, unless result set is closed

2007-11-19 Thread Dag H. Wanvik (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543746 ] Dag H. Wanvik commented on DERBY-3115: -- So what do you suggest here, Dan? I would be ok with alternative 2),

Re: question about java/testing/org/apache/derby/build.xml file

2007-11-19 Thread Kathey Marsden
Kathey Marsden wrote: !-- Fix this to use the Java SE 5 classpath -- pathelement path=${java16compile.classpath}/ but it uses java16compile.classpath. I found that this causes my build to fail using IBM 1.6 jdk. Thanks all for responding. I think that this may be

[jira] Commented: (DERBY-3115) With embedded driver and autocommit, when closing a connection, updates on updatable result set are lost, unless result set is closed

2007-11-19 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543789 ] Daniel John Debrunner commented on DERBY-3115: -- To really follow the JDBC spec I think what is needed

[jira] Commented: (DERBY-2352) Assertion Failure with order by and group by expression

2007-11-19 Thread Thomas Nielsen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543805 ] Thomas Nielsen commented on DERBY-2352: --- 'substrBindWithTestsUpdated.diff' looks good. +1 to commit