You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Benoit Tellier (Jira)" <se...@james.apache.org> on 2019/10/31 10:02:00 UTC

[jira] [Closed] (JAMES-2929) JDBCMailRepository broken: SQL and JDBC code out of sync

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

Benoit Tellier closed JAMES-2929.
---------------------------------
    Resolution: Fixed

> JDBCMailRepository broken: SQL and JDBC code out of sync
> --------------------------------------------------------
>
>                 Key: JAMES-2929
>                 URL: https://issues.apache.org/jira/browse/JAMES-2929
>             Project: James Server
>          Issue Type: Bug
>          Components: JDBC, MailStore &amp; MailRepository
>    Affects Versions: 3.2.0, 3.3.0, 3.4.0, 3.3.1
>            Reporter: Jörg Thomas (ConSol)
>            Priority: Major
>             Fix For: 3.5.0
>
>          Time Spent: 5h 50m
>  Remaining Estimate: 0h
>
> The table structure as defined in {{sqlResources.xml}} and the corresponding JDBC code in {{server/data/data-jdbc/src/main/java/org/apache/james/mailrepository/jdbc/JDBCMailRepository.java}} have diverged since the fix for [JAMES-2303|https://issues.apache.org/jira/browse/JAMES-2303]. There's three issues:
>  * these SQL resources were left unmodified:
>  ** {{dockerfiles/run/spring/destination/conf/sqlResources.xml}}
>  ** {{server/app/src/main/resources/sqlResources.xml}}
>  ** {{server/data/data-jdbc/src/test/resources/sqlResources-mail.xml}}
>  * the order in {{server/data/data-jdbc/src/test/resources/sqlResources.xml}} is wrong:
>  ** message_body (SQL index: 9, JDBC index: 11)
>  ** message_attributes (SQL index: 10, JDBC index: 12)
>  ** per_recipient_headers (SQL index: 11, JDBC index: 9)
>  ** last_updated timestamp (SQL index: 12, JDBC index: 10)
>  * Since this went completely unnoticed for quite some time, adding tests would be appropriate?
> There is a fourth issue which -I will bring up when the above issues are adressed.- is already filed here under [JAMES-2828|https://issues.apache.org/jira/browse/JAMES-2828].



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org