[jboss-jira] [JBoss JIRA] (AS7-4694) JBAS014478: Could not find timeout method
Franck Garcia (JIRA)
jira-events at lists.jboss.org
Wed May 2 07:30:19 EDT 2012
Franck Garcia created AS7-4694:
----------------------------------
Summary: 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: jaikiran pai
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: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list