[ https://issues.apache.org/jira/browse/OPENEJB-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shawn Jiang updated OPENEJB-1543:
---------------------------------
Attachment: 0005-If-leave-blank-the-default-timezone-should-be-null.patch
> If there's no info and timezone defined in @Schedule(xxxx), their values should be
null instead of an empty string.
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: OPENEJB-1543
> URL: https://issues.apache.org/jira/browse/OPENEJB-1543
> Project: OpenEJB
> Issue Type: Bug
> Components: ejb31
> Affects Versions: (trunk/openejb3)
> Reporter: Shawn Jiang
> Fix For: (trunk/openejb3)
>
> Attachments: 0002-If-there-s-no-info-defined-in-schedule-set-the-timer.patch,
0005-If-leave-blank-the-default-timezone-should-be-null.patch
>
>
> User could define schedule info and timezone in @Schedule annotion.
> @Schedule(info = "xxx", timezone="yyyyy")
> If there are no info and timezone defined in @Schedule annotation, their default values
in timer/timerservice should be null instead of an empty string. That is required in tck
and makes sense to me.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|