You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Shawn Jiang (JIRA)" <ji...@apache.org> on 2011/05/09 14:50:03 UTC

[jira] [Created] (OPENEJB-1542) Implement the Expression Rules defined in ejb3.1 spec 18.2.1.2

Implement the Expression Rules defined in ejb3.1 spec  18.2.1.2
---------------------------------------------------------------

                 Key: OPENEJB-1542
                 URL: https://issues.apache.org/jira/browse/OPENEJB-1542
             Project: OpenEJB
          Issue Type: Bug
          Components: ejb31
    Affects Versions: (trunk/openejb3)
            Reporter: Shawn Jiang
         Attachments: 0001-18.2.1.2-Expression-Rules.patch

18.2.1.2 Expression Rules

    If dayOfMonth has a non-wildcard value and dayOfWeek has a non-wildcard value, then either the
    dayOfMonth field or the dayOfWeek field must match the current day (even though the other of the
    two fields need not match the current day).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (OPENEJB-1542) Implement the Expression Rules defined in ejb3.1 spec 18.2.1.2

Posted by "Shawn Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-1542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shawn Jiang updated OPENEJB-1542:
---------------------------------

    Attachment: 0001-18.2.1.2-Expression-Rules.patch

> Implement the Expression Rules defined in ejb3.1 spec  18.2.1.2
> ---------------------------------------------------------------
>
>                 Key: OPENEJB-1542
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1542
>             Project: OpenEJB
>          Issue Type: Bug
>          Components: ejb31
>    Affects Versions: (trunk/openejb3)
>            Reporter: Shawn Jiang
>         Attachments: 0001-18.2.1.2-Expression-Rules.patch
>
>
> 18.2.1.2 Expression Rules
>     If dayOfMonth has a non-wildcard value and dayOfWeek has a non-wildcard value, then either the
>     dayOfMonth field or the dayOfWeek field must match the current day (even though the other of the
>     two fields need not match the current day).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Reopened] (OPENEJB-1542) Implement the Expression Rules defined in ejb3.1 spec 18.2.1.2

Posted by "Shawn Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-1542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shawn Jiang reopened OPENEJB-1542:
----------------------------------


There's more boundary condition need to consider for this expression rule.

> Implement the Expression Rules defined in ejb3.1 spec  18.2.1.2
> ---------------------------------------------------------------
>
>                 Key: OPENEJB-1542
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1542
>             Project: OpenEJB
>          Issue Type: Bug
>          Components: ejb31
>    Affects Versions: (trunk/openejb3)
>            Reporter: Shawn Jiang
>             Fix For: 4.0
>
>         Attachments: 0001-18.2.1.2-Expression-Rules.patch, 0003-OPENEJB-1542-Implement-the-Expression-Rules-defined-.patch
>
>
> 18.2.1.2 Expression Rules
>     If dayOfMonth has a non-wildcard value and dayOfWeek has a non-wildcard value, then either the
>     dayOfMonth field or the dayOfWeek field must match the current day (even though the other of the
>     two fields need not match the current day).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (OPENEJB-1542) Implement the Expression Rules defined in ejb3.1 spec 18.2.1.2

Posted by "Shawn Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-1542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shawn Jiang updated OPENEJB-1542:
---------------------------------

    Attachment: 0003-OPENEJB-1542-Implement-the-Expression-Rules-defined-.patch

OPENEJB-1542 Implement the Expression Rules defined in ejb3.1 spec 18.2.1.2
    
    additional logic and unit cases.

> Implement the Expression Rules defined in ejb3.1 spec  18.2.1.2
> ---------------------------------------------------------------
>
>                 Key: OPENEJB-1542
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1542
>             Project: OpenEJB
>          Issue Type: Bug
>          Components: ejb31
>    Affects Versions: (trunk/openejb3)
>            Reporter: Shawn Jiang
>             Fix For: 4.0
>
>         Attachments: 0001-18.2.1.2-Expression-Rules.patch, 0003-OPENEJB-1542-Implement-the-Expression-Rules-defined-.patch
>
>
> 18.2.1.2 Expression Rules
>     If dayOfMonth has a non-wildcard value and dayOfWeek has a non-wildcard value, then either the
>     dayOfMonth field or the dayOfWeek field must match the current day (even though the other of the
>     two fields need not match the current day).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (OPENEJB-1542) Implement the Expression Rules defined in ejb3.1 spec 18.2.1.2

Posted by "Ivan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-1542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan resolved OPENEJB-1542.
---------------------------

       Resolution: Fixed
    Fix Version/s: 4.0

Commit the changes to trunk at rev r1101431. Thanks, Shawn.

> Implement the Expression Rules defined in ejb3.1 spec  18.2.1.2
> ---------------------------------------------------------------
>
>                 Key: OPENEJB-1542
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1542
>             Project: OpenEJB
>          Issue Type: Bug
>          Components: ejb31
>    Affects Versions: (trunk/openejb3)
>            Reporter: Shawn Jiang
>             Fix For: 4.0
>
>         Attachments: 0001-18.2.1.2-Expression-Rules.patch
>
>
> 18.2.1.2 Expression Rules
>     If dayOfMonth has a non-wildcard value and dayOfWeek has a non-wildcard value, then either the
>     dayOfMonth field or the dayOfWeek field must match the current day (even though the other of the
>     two fields need not match the current day).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira