Apache Geronimo > Discussion Forums  User List | Dev List | Wiki | Issue Tracker  

[jira] Created: (GERONIMO-3545) Upgrade Apache Derby to 10.3.1.4

View: New views
11 Messages — Rating Filter:   Alert me  

[jira] Created: (GERONIMO-3545) Upgrade Apache Derby to 10.3.1.4

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Upgrade Apache Derby to 10.3.1.4
--------------------------------

                 Key: GERONIMO-3545
                 URL: https://issues.apache.org/jira/browse/GERONIMO-3545
             Project: Geronimo
          Issue Type: Task
      Security Level: public (Regular issues)
          Components: databases
    Affects Versions: 2.1
            Reporter: Jacek Laskowski
            Assignee: Jacek Laskowski


Upgrade Derby to 10.3.1.4

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (GERONIMO-3545) Upgrade Apache Derby to 10.3.1.4

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/GERONIMO-3545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacek Laskowski resolved GERONIMO-3545.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1

$ svn ci -m 'GERONIMO-3545 Upgrade Apache Derby to 10.3.1.4' pom.xml
Sending        pom.xml
Transmitting file data .
Committed revision 587261.

Previous version (10.1.2.1, 10.2.2.0) are still dragged by deps. It'd be nice to exclude them if possible.

> Upgrade Apache Derby to 10.3.1.4
> --------------------------------
>
>                 Key: GERONIMO-3545
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3545
>             Project: Geronimo
>          Issue Type: Task
>      Security Level: public(Regular issues)
>          Components: databases
>    Affects Versions: 2.1
>            Reporter: Jacek Laskowski
>            Assignee: Jacek Laskowski
>             Fix For: 2.1
>
>
> Upgrade Derby to 10.3.1.4

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (GERONIMO-3545) Upgrade Apache Derby to 10.3.1.4

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/GERONIMO-3545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacek Laskowski closed GERONIMO-3545.
-------------------------------------


> Upgrade Apache Derby to 10.3.1.4
> --------------------------------
>
>                 Key: GERONIMO-3545
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3545
>             Project: Geronimo
>          Issue Type: Task
>      Security Level: public(Regular issues)
>          Components: databases
>    Affects Versions: 2.1
>            Reporter: Jacek Laskowski
>            Assignee: Jacek Laskowski
>             Fix For: 2.1
>
>
> Upgrade Derby to 10.3.1.4

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (GERONIMO-3545) Upgrade Apache Derby to 10.3.1.4

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/GERONIMO-3545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jarek Gawor reopened GERONIMO-3545:
-----------------------------------


Unfortunately, it looks like Derby 10.3.1.4 has some bug that causes some TCK tests to fail. The bug looks like https://issues.apache.org/jira/browse/DERBY-3094. I can replicate the error by executing the following using ij tool:

connect 'jdbc:derby:menuDB;create=true';
CREATE TABLE customer (code CHAR(10), price INTEGER);
insert into customer (code, price) values ('foo', 1), ('foo', 2), ('bar', 3), ('foobar', 4);
select code,count(code) FROM customer GROUP BY code HAVING code IN ('foo', 'bar');

This works fine with 10.2.2.0. So it looks like we will need to downgrade to the older version of Derby.


> Upgrade Apache Derby to 10.3.1.4
> --------------------------------
>
>                 Key: GERONIMO-3545
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3545
>             Project: Geronimo
>          Issue Type: Task
>      Security Level: public(Regular issues)
>          Components: databases
>    Affects Versions: 2.1
>            Reporter: Jacek Laskowski
>            Assignee: Jacek Laskowski
>             Fix For: 2.1
>
>
> Upgrade Derby to 10.3.1.4

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-3545) Upgrade Apache Derby to 10.3.1.4

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/jira/browse/GERONIMO-3545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543475 ]

Jacek Laskowski commented on GERONIMO-3545:
-------------------------------------------

Shall I do the downgrade or are you already doing it? Could you send the necessary info on the culprit to tck mailing list? We need to create a junit test so it won't bite us again.

> Upgrade Apache Derby to 10.3.1.4
> --------------------------------
>
>                 Key: GERONIMO-3545
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3545
>             Project: Geronimo
>          Issue Type: Task
>      Security Level: public(Regular issues)
>          Components: databases
>    Affects Versions: 2.1
>            Reporter: Jacek Laskowski
>            Assignee: Jacek Laskowski
>             Fix For: 2.1
>
>
> Upgrade Derby to 10.3.1.4

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-3545) Upgrade Apache Derby to 10.3.1.4

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/jira/browse/GERONIMO-3545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543593 ]

Jarek Gawor commented on GERONIMO-3545:
---------------------------------------

Just committed the change (revision 596325). I already sent some notes about it to the TCK list two days ago and also added some notes about the problem in this bug report.



> Upgrade Apache Derby to 10.3.1.4
> --------------------------------
>
>                 Key: GERONIMO-3545
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3545
>             Project: Geronimo
>          Issue Type: Task
>      Security Level: public(Regular issues)
>          Components: databases
>    Affects Versions: 2.1
>            Reporter: Jacek Laskowski
>            Assignee: Jacek Laskowski
>             Fix For: 2.1
>
>
> Upgrade Derby to 10.3.1.4

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GERONIMO-3545) Upgrade Apache Derby to 10.3.1.4

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/GERONIMO-3545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevan Miller updated GERONIMO-3545:
-----------------------------------


Looks like we could give 10.3.2.1 a try.

> Upgrade Apache Derby to 10.3.1.4
> --------------------------------
>
>                 Key: GERONIMO-3545
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3545
>             Project: Geronimo
>          Issue Type: Task
>      Security Level: public(Regular issues)
>          Components: databases
>    Affects Versions: 2.1
>            Reporter: Jacek Laskowski
>            Assignee: Jacek Laskowski
>             Fix For: 2.1
>
>
> Upgrade Derby to 10.3.1.4

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GERONIMO-3545) Upgrade Apache Derby to 10.3.1.4

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/GERONIMO-3545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevan Miller updated GERONIMO-3545:
-----------------------------------


https://issues.apache.org/jira/browse/DERBY-3094 has not been fixed. So, I'm going to assume the problem exists in 10.3.2.1

> Upgrade Apache Derby to 10.3.1.4
> --------------------------------
>
>                 Key: GERONIMO-3545
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3545
>             Project: Geronimo
>          Issue Type: Task
>      Security Level: public(Regular issues)
>          Components: databases
>    Affects Versions: 2.1, 2.1.1
>            Reporter: Jacek Laskowski
>            Assignee: Jacek Laskowski
>             Fix For: 2.1.1
>
>
> Upgrade Derby to 10.3.1.4

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GERONIMO-3545) Upgrade Apache Derby to 10.3.1.4

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/GERONIMO-3545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevan Miller updated GERONIMO-3545:
-----------------------------------

    Affects Version/s: 2.1.1
        Fix Version/s:     (was: 2.1)
                       2.1.1
           Issue Type: Improvement  (was: Task)

> Upgrade Apache Derby to 10.3.1.4
> --------------------------------
>
>                 Key: GERONIMO-3545
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3545
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues)
>          Components: databases
>    Affects Versions: 2.1, 2.1.1
>            Reporter: Jacek Laskowski
>            Assignee: Jacek Laskowski
>             Fix For: 2.1.1
>
>
> Upgrade Derby to 10.3.1.4

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GERONIMO-3545) Upgrade Apache Derby to 10.3.1.4

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/GERONIMO-3545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Woods updated GERONIMO-3545:
-----------------------------------

    Affects Version/s:     (was: 2.1.1)
                           (was: 2.1)
                       2.2
        Fix Version/s:     (was: 2.1.1)
                       2.2

Moving to 2.2, since the TCK bug has not been fixed.

> Upgrade Apache Derby to 10.3.1.4
> --------------------------------
>
>                 Key: GERONIMO-3545
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3545
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues)
>          Components: databases
>    Affects Versions: 2.2
>            Reporter: Jacek Laskowski
>            Assignee: Jacek Laskowski
>             Fix For: 2.2
>
>
> Upgrade Derby to 10.3.1.4

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (GERONIMO-3545) Upgrade Apache Derby to 10.3.1.4

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/GERONIMO-3545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jarek Gawor resolved GERONIMO-3545.
-----------------------------------

    Resolution: Invalid

This bug is replaced by GERONIMO-4181.


> Upgrade Apache Derby to 10.3.1.4
> --------------------------------
>
>                 Key: GERONIMO-3545
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3545
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues)
>          Components: databases
>    Affects Versions: 2.2
>            Reporter: Jacek Laskowski
>            Assignee: Jacek Laskowski
>             Fix For: 2.2
>
>
> Upgrade Derby to 10.3.1.4

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

LightInTheBox - Buy quality products at wholesale price