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 "Norman Maurer (JIRA)" <se...@james.apache.org> on 2010/08/02 11:51:16 UTC

[jira] Created: (IMAP-184) Remove the getSize() method of MailboxMembership

Remove the getSize() method of MailboxMembership
------------------------------------------------

                 Key: IMAP-184
                 URL: https://issues.apache.org/jira/browse/IMAP-184
             Project: JAMES Imap
          Issue Type: Task
            Reporter: Norman Maurer
            Assignee: Norman Maurer
             Fix For: 0.1


We should remove the getSize() method of MailboxMembership. The size of the content is already store in the Document itself..



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


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


[jira] Commented: (IMAP-184) Remove the getSize() method of MailboxMembership

Posted by "Eric Charles (JIRA)" <se...@james.apache.org>.
    [ https://issues.apache.org/jira/browse/IMAP-184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894655#action_12894655 ] 

Eric Charles commented on IMAP-184:
-----------------------------------

IMAP-181 updated to take into account IMAP-184.
Current jpa-migrator can be downloaded from https://issues.apache.org/jira/secure/attachment/12451063/jpa-migrator-3.zip

> Remove the getSize() method of MailboxMembership
> ------------------------------------------------
>
>                 Key: IMAP-184
>                 URL: https://issues.apache.org/jira/browse/IMAP-184
>             Project: JAMES Imap
>          Issue Type: Task
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 0.1
>
>
> We should remove the getSize() method of MailboxMembership. The size of the content is already store in the Document itself..

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


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


[jira] Resolved: (IMAP-184) Remove the getSize() method of MailboxMembership

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/IMAP-184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Maurer resolved IMAP-184.
--------------------------------

    Resolution: Fixed

done.. in JPA world you should execute:

ALTER TABLE MailboxMembership DROP COLUMN size;

> Remove the getSize() method of MailboxMembership
> ------------------------------------------------
>
>                 Key: IMAP-184
>                 URL: https://issues.apache.org/jira/browse/IMAP-184
>             Project: JAMES Imap
>          Issue Type: Task
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 0.1
>
>
> We should remove the getSize() method of MailboxMembership. The size of the content is already store in the Document itself..

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


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