[jboss-jira] [JBoss JIRA] (AS7-4694) JBAS014478: Could not find timeout method
jaikiran pai (JIRA)
jira-events at lists.jboss.org
Fri Dec 7 10:20:18 EST 2012
[ https://issues.jboss.org/browse/AS7-4694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
jaikiran pai reassigned AS7-4694:
---------------------------------
Assignee: Stephen Coy (was: jaikiran pai)
Steve has expressed interest in looking into this. Assigning this to him.
> JBAS014478: Could not find timeout method
> -----------------------------------------
>
> Key: AS7-4694
> URL: https://issues.jboss.org/browse/AS7-4694
> Project: Application Server 7
> Issue Type: Bug
> Components: EJB
> Affects Versions: 7.1.1.Final
> Environment: ubuntu 11.04, x32, oracle jdk_1.6.0_27, AS 7.1.1.Final
> Reporter: Franck Garcia
> Assignee: Stephen Coy
> Labels: serialization, timers
>
> I've added a timer service in one of my ejb of a specific module inside my ear application through the @Schedule annotation.
> I then removed the method annotated with the Schedule annotation and redeploy.
> The AS refuses to deploy my module (and my entire ear as a consequence) ended up with the following exception:
> Caused by: java.lang.IllegalStateException: JBAS014478: Could not find timeout method: com.acme.AppLogger.processSend(javax.ejb.Timer)
> at org.jboss.as.ejb3.timerservice.CalendarTimer.<init>(CalendarTimer.java:138)
> at org.jboss.as.ejb3.timerservice.TimerServiceImpl.getActivePersistentTimers(TimerServiceImpl.java:906)
> at org.jboss.as.ejb3.timerservice.TimerServiceImpl.restoreTimers(TimerServiceImpl.java:633)
> at org.jboss.as.ejb3.timerservice.TimerServiceImpl.start(TimerServiceImpl.java:190)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
> I add to get rid of the $JBOSS_DIR$standalone/data/timer-service-data folder to be able to properly redeploy.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list