[jira] [Commented] (DERBY-5371) Database fails to boot, complaining that the getProcedureColumns() system procedure already exists

2013-02-15 Thread Andreas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13579745#comment-13579745 ] Andreas commented on DERBY-5371: using your patch i was able to start - is there anything

[jira] [Commented] (DERBY-5949) Fix PropertySetter to take account of Java 8

2013-02-15 Thread Dag H. Wanvik (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13579725#comment-13579725 ] Dag H. Wanvik commented on DERBY-5949: -- Using ant 1.8.4 I found I had to specify ANT_

[jira] [Comment Edited] (DERBY-3398) Support min/max values for Java types float/double in real/double columns

2013-02-15 Thread Dag H. Wanvik (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13579703#comment-13579703 ] Dag H. Wanvik edited comment on DERBY-3398 at 2/16/13 4:19 AM: -

[jira] [Commented] (DERBY-3398) Support min/max values for Java types float/double in real/double columns

2013-02-15 Thread Dag H. Wanvik (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13579703#comment-13579703 ] Dag H. Wanvik commented on DERBY-3398: -- Thanks, Knut. As for SQLDataException, now I

[jira] [Commented] (DERBY-6061) Upgrade language is inconsistent

2013-02-15 Thread Dag H. Wanvik (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13579697#comment-13579697 ] Dag H. Wanvik commented on DERBY-6061: -- The Russian localization does not have that e

[Java DB - testing] Success nightly 10.9 (rev 1446676)

2013-02-15 Thread ingemar . aberg
Java DB testing and reporting infrastructure. Success nightly 10.9 (rev 1446676) No errors or failures. Test report: http://download.java.net/javadesktop/derby/javadb-5572613-report/

[Java DB - testing] Success nightly trunk (rev 1446728)

2013-02-15 Thread ingemar . aberg
Java DB testing and reporting infrastructure. Success nightly trunk (rev 1446728) No errors or failures. Test report: http://download.java.net/javadesktop/derby/javadb-5572612-report/

[Java DB - testing] Error continuous trunk (rev 1446592)

2013-02-15 Thread ingemar . aberg
Java DB testing and reporting infrastructure. Error continuous trunk (rev 1446592) 50 errors. Test report: http://download.java.net/javadesktop/derby/javadb-5572591-report/

Re: Building Derby 10.8.3.0

2013-02-15 Thread Oskar Zinger
OK - its working now. The original classpath was missing:  ${j16lib}/ibmcertpathfw.jar and ${j16lib}/ibmjssefw.jar. Removing quotes and commenting out the java16compile.classpath with a # gets the build to complete successfully! I like that its now building without having to deal with classpa

Re: Building Derby 10.8.3.0

2013-02-15 Thread Katherine Marsden
On 2/15/2013 1:05 PM, Oskar Zinger wrote: That actually helped. The reason I had quotes there, initially, build or ant or something else did not like spaces in the Java path, so I enclosed it into quotes, then I renamed the directory to have no spaces So two possibilities 1) Now that th

Re: Building Derby 10.8.3.0

2013-02-15 Thread Oskar Zinger
That actually helped. The reason I had quotes there, initially, build or ant or something else did not like spaces in the Java path, so I enclosed it into quotes, then I renamed the directory to have no spaces But I do get the next problem now, which is: compile_impl_services_169:     [java

[Java DB - testing] Success continuous trunk (rev 1446698)

2013-02-15 Thread ingemar . aberg
Java DB testing and reporting infrastructure. Success continuous trunk (rev 1446698) No errors or failures. Test report: http://download.java.net/javadesktop/derby/javadb-5572602-report/

Re: Building Derby 10.8.3.0

2013-02-15 Thread Katherine Marsden
On 2/15/2013 11:59 AM, Oskar Zinger wrote: Yes I get the same error, with or without bootclasspath, the only reason I set that is because the error message pointed to classpath and bootclasspth, so I set them just in-case to the same values. \ Maybe take out the double quotes in jdk16="C:/IBM

10.10.1 release

2013-02-15 Thread Rick Hillegas
I am volunteering to manage a 10.10.1 feature release, which is described here: http://wiki.apache.org/db-derby/DerbyTenTenOneRelease. As you can see, the proposed schedule calls for a first release candidate on 2013-03-18 and a target release date of 2013-04-12. I am cautiously hopeful that th

[Java DB - testing] Success continuous 10.9 (rev 1446676)

2013-02-15 Thread ingemar . aberg
Java DB testing and reporting infrastructure. Success continuous 10.9 (rev 1446676) No errors or failures. Test report: http://download.java.net/javadesktop/derby/javadb-5572601-report/

Re: Building Derby 10.8.3.0

2013-02-15 Thread Oskar Zinger
Yes I get the same error, with or without bootclasspath, the only reason I set that is because the error message pointed to classpath and bootclasspth, so I set them just in-case to the same values. C:\IBM\Java_SDK_1.6\jre\lib>dir  Volume in drive C has no label.  Volume Serial Number is 6806-AB

Re: Building Derby 10.8.3.0

2013-02-15 Thread Katherine Marsden
On 2/15/2013 11:20 AM, Oskar Zinger wrote: Kathey, I have done as you requested: Some classes do compile but only few. Here is local.properties: jdk16="C:/IBM/Java_SDK_1.6" j16lib=${jdk16}/jre/lib java16compile.classpath=${j16lib}/sql.jar;${j16lib}/xml.jar;${j16lib}/ibmjcefw.jar;${j16lib}/secu

[jira] [Commented] (DERBY-5371) Database fails to boot, complaining that the getProcedureColumns() system procedure already exists

2013-02-15 Thread Andreas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13579439#comment-13579439 ] Andreas commented on DERBY-5371: Hi, The same error occourse for me with the latest offic

Re: Building Derby 10.8.3.0

2013-02-15 Thread Rick Hillegas
So look like not so easy to build Derby after all :-) Hi Oskar, Derby is expected to run on CDC/FP 1.1, Java 5, Java 6, Java 7, and (soon) Java 8. On each platform Derby is supposed to present the JDBC api appropriate to that level of Java. This makes the Derby build a bit involved. The

Re: Building Derby 10.8.3.0

2013-02-15 Thread Oskar Zinger
Kathey, I have done as you requested: Some classes do compile but only few. Here is local.properties: jdk16="C:/IBM/Java_SDK_1.6" j16lib=${jdk16}/jre/lib java16compile.classpath=${j16lib}/sql.jar;${j16lib}/xml.jar;${j16lib}/ibmjcefw.jar;${j16lib}/security.jar;${j16lib}/rt.jar;${j16lib}/security.

[jira] [Resolved] (DERBY-6061) Upgrade language is inconsistent

2013-02-15 Thread Kim Haase (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kim Haase resolved DERBY-6061. -- Resolution: Fixed Fix Version/s: 10.10.0.0 Issue & fix info: (was: Patch Available)

[Java DB - testing] Success continuous trunk (rev 1446675)

2013-02-15 Thread ingemar . aberg
Java DB testing and reporting infrastructure. Success continuous trunk (rev 1446675) No errors or failures. Test report: http://download.java.net/javadesktop/derby/javadb-5572600-report/

Re: Building Derby 10.8.3.0

2013-02-15 Thread Katherine Marsden
On 2/15/2013 10:52 AM, Oskar Zinger wrote: Now - I get the following: It cannot find core java.lang package - even though I have specified rt.jar C:\Apache\db-derby-10.8.3.0-src>ant -quiet buildsource [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath

[Java DB - testing] Success continuous trunk (rev 1446656)

2013-02-15 Thread ingemar . aberg
Java DB testing and reporting infrastructure. Success continuous trunk (rev 1446656) No errors or failures. Test report: http://download.java.net/javadesktop/derby/javadb-5572599-report/

Re: Building Derby 10.8.3.0

2013-02-15 Thread Oskar Zinger
Now - I get the following: It cannot find core java.lang package - even though I have specified rt.jar C:\Apache\db-derby-10.8.3.0-src>ant -quiet buildsource     [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath BUILD FAILED C:\Apache\db-derby-10.8.3.0-src\buil

Re: Building Derby 10.8.3.0

2013-02-15 Thread Katherine Marsden
On 2/15/2013 10:35 AM, Oskar Zinger wrote: Hi Kathey, Thanks for that, it got me a little further, but now I get the following: C:\Apache\db-derby-10.8.3.0-src\build.xml:241: Don't know how to set java16compile.classpath using this environment: Try adding java16compile.classpath=${j16lib}/

Re: Question about setting a database property only for one test fixture rather than the entire junit test

2013-02-15 Thread Mamta Satoor
Hi Rick, Thanks for your response. I will give this approach a try if we decide to use a property just for that one test. thanks again, Mamta On Thu, Feb 14, 2013 at 5:48 AM, Rick Hillegas wrote: > On 2/13/13 10:38 PM, Mamta Satoor wrote: >> >> Hi, >> >> I was wondering if there is a way to set

Re: Building Derby 10.8.3.0

2013-02-15 Thread Oskar Zinger
Hi Kathey, Thanks for that, it got me a little further, but now I get the following: C:\Apache\db-derby-10.8.3.0-src\build.xml:241: Don't know how to set java16compile.classpath using this environment: java.vendor = IBM Corporation java.home = C:\IBM\Java_SDK_1.6\jre java.version = 1.6.0 os.nam

Re: Building Derby 10.8.3.0

2013-02-15 Thread Katherine Marsden
On 2/15/2013 10:20 AM, Oskar Zinger wrote: Trying to build Derby 10.8.3.0 and getting the following error: C:\Apache\db-derby-10.8.3.0-src>ant -quiet buildsource BUILD FAILED C:\Apache\db-derby-10.8.3.0-src\build.xml:241: Don't know how to set java15compile.classpath, java16compile.classpath u

Building Derby 10.8.3.0

2013-02-15 Thread Oskar Zinger
Trying to build Derby 10.8.3.0 and getting the following error: C:\Apache\db-derby-10.8.3.0-src>ant -quiet buildsource BUILD FAILED C:\Apache\db-derby-10.8.3.0-src\build.xml:241: Don't know how to set java15compile.classpath, java16compile.classpath using this environment: java.vendor = IBM Co

[jira] [Assigned] (DERBY-6073) Test ordering instability in StatementPoolingTest

2013-02-15 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas reassigned DERBY-6073: Assignee: (was: Rick Hillegas) > Test ordering instability in StatementPoolingTest

[jira] [Updated] (DERBY-6073) Test ordering instability in StatementPoolingTest

2013-02-15 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas updated DERBY-6073: - Attachment: derby-6073-02-aa-java8tweak.diff Attaching derby-6073-02-aa-java8tweak.diff. This pat

[jira] [Updated] (DERBY-6067) JaCoCo fails with missing permissions when writing results

2013-02-15 Thread Kristian Waagan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Waagan updated DERBY-6067: --- Attachment: derby-6067-1b-fix_privileges.diff Thanks, Dag! That's a left-over statement from

[jira] [Commented] (DERBY-6061) Upgrade language is inconsistent

2013-02-15 Thread Kim Haase (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13579325#comment-13579325 ] Kim Haase commented on DERBY-6061: -- A-HA! Of course that's it. Thanks, Kristian! (I'll pu

[jira] [Commented] (DERBY-6073) Test ordering instability in StatementPoolingTest

2013-02-15 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13579313#comment-13579313 ] Rick Hillegas commented on DERBY-6073: -- Hi Kristian, You probably know more about th

[jira] [Commented] (DERBY-6061) Upgrade language is inconsistent

2013-02-15 Thread Kristian Waagan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13579308#comment-13579308 ] Kristian Waagan commented on DERBY-6061: Kim, did you try patch with -p1 instead o

[jira] [Commented] (DERBY-6073) Test ordering instability in StatementPoolingTest

2013-02-15 Thread Kristian Waagan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13579301#comment-13579301 ] Kristian Waagan commented on DERBY-6073: Rick, are you sure this is about test ord

[jira] [Assigned] (DERBY-6073) Test ordering instability in StatementPoolingTest

2013-02-15 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas reassigned DERBY-6073: Assignee: Rick Hillegas > Test ordering instability in StatementPoolingTest > -

[jira] [Commented] (DERBY-6073) Test ordering instability in StatementPoolingTest

2013-02-15 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13579297#comment-13579297 ] Rick Hillegas commented on DERBY-6073: -- Ported 1446675 from trunk to 10.9 branch at s

[jira] [Updated] (DERBY-6073) Test ordering instability in StatementPoolingTest

2013-02-15 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas updated DERBY-6073: - Attachment: derby-6073-01-aa-fixTestCaseOrder.diff Attaching derby-6073-01-aa-fixTestCaseOrder.di

[jira] [Updated] (DERBY-6073) Test ordering instability in StatementPoolingTest

2013-02-15 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas updated DERBY-6073: - Attachment: z.diff Attaching z.diff. After applying this patch, I see the error on trunk. I also

[jira] [Commented] (DERBY-6061) Upgrade language is inconsistent

2013-02-15 Thread Kim Haase (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13579277#comment-13579277 ] Kim Haase commented on DERBY-6061: -- Actually, your patch is in a different format from mi

[jira] [Created] (DERBY-6073) Test ordering instability in StatementPoolingTest

2013-02-15 Thread Rick Hillegas (JIRA)
Rick Hillegas created DERBY-6073: Summary: Test ordering instability in StatementPoolingTest Key: DERBY-6073 URL: https://issues.apache.org/jira/browse/DERBY-6073 Project: Derby Issue Type: B

[jira] [Commented] (DERBY-6061) Upgrade language is inconsistent

2013-02-15 Thread Kim Haase (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13579270#comment-13579270 ] Kim Haase commented on DERBY-6061: -- Committed patch DERBY-6061-code2.diff to code trunk a

[jira] [Commented] (DERBY-6061) Upgrade language is inconsistent

2013-02-15 Thread Kim Haase (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13579250#comment-13579250 ] Kim Haase commented on DERBY-6061: -- Thanks, Dag! I will commit the first code patch, then

[jira] [Closed] (DERBY-6072) Move lang/reopenScan.sql to LangScripts

2013-02-15 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen closed DERBY-6072. - Resolution: Fixed Fix Version/s: 10.10.0.0 All tests passed with the patch. Commit

[jira] [Commented] (DERBY-6000) Implement support for JDBC 4.2

2013-02-15 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13579156#comment-13579156 ] Rick Hillegas commented on DERBY-6000: -- Tests passed cleanly for me on derby-6000-18

[jira] [Updated] (DERBY-6072) Move lang/reopenScan.sql to LangScripts

2013-02-15 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-6072: -- Attachment: d6072-1a.diff The attached patch makes the following changes: - lang/LangS

[jira] [Created] (DERBY-6072) Move lang/reopenScan.sql to LangScripts

2013-02-15 Thread Knut Anders Hatlen (JIRA)
Knut Anders Hatlen created DERBY-6072: - Summary: Move lang/reopenScan.sql to LangScripts Key: DERBY-6072 URL: https://issues.apache.org/jira/browse/DERBY-6072 Project: Derby Issue Type: I

[Java DB - testing] Success nightly trunk (rev 1446255)

2013-02-15 Thread ingemar . aberg
Java DB testing and reporting infrastructure. Success nightly trunk (rev 1446255) No errors or failures. Test report: http://download.java.net/javadesktop/derby/javadb-5572553-report/

[jira] [Updated] (DERBY-6045) in list multi-probe by primary key not chosen on tables with >256 rows

2013-02-15 Thread Kristian Waagan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Waagan updated DERBY-6045: --- Priority: Major (was: Critical) Issue & fix info: High Value Fix,Workaround attac

[Java DB - testing] Success continuous trunk (rev 1446227)

2013-02-15 Thread ingemar . aberg
Java DB testing and reporting infrastructure. Success continuous trunk (rev 1446227) No errors or failures. Test report: http://download.java.net/javadesktop/derby/javadb-5572537-report/

[jira] [Commented] (DERBY-6067) JaCoCo fails with missing permissions when writing results

2013-02-15 Thread Dag H. Wanvik (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13579060#comment-13579060 ] Dag H. Wanvik commented on DERBY-6067: -- Thanks for fixing this. What's the purpose of

[jira] [Commented] (DERBY-3398) Support min/max values for Java types float/double in real/double columns

2013-02-15 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13579042#comment-13579042 ] Knut Anders Hatlen commented on DERBY-3398: --- Looks fine to me. It won't be fully