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/03 04:58:03 UTC

[jira] [Updated] (OPENEJB-1536) Potential NPE in TimerData

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

Shawn Jiang updated OPENEJB-1536:
---------------------------------

    Attachment: 0001-fix-potential-NPE.patch

> Potential NPE in TimerData
> --------------------------
>
>                 Key: OPENEJB-1536
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1536
>             Project: OpenEJB
>          Issue Type: Bug
>          Components: ejb31
>    Affects Versions: (trunk/openejb3)
>            Reporter: Shawn Jiang
>         Attachments: 0001-fix-potential-NPE.patch
>
>
> When timerConfig is null,  following TimerData constructor will throw NPE.
> public TimerData(long id, EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, Method timeoutMethod, TimerConfig timerConfig) {
>          this.id = id;
>          this.timerService = timerService;
>          this.deploymentId = deploymentId;
>          this.primaryKey = primaryKey;
>          this.info =timerConfig.getInfo();
>          this.persistent = timerConfig.isPersistent();
>          this.timer = new TimerImpl(this);
>          this.timeoutMethod = timeoutMethod;
>      }

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