After switching to the snapshot, everytime i redeploy my application under
Eclipse (i.e. i save some *.java file in Eclipse) I get following exception:
org.apache.catalina.LifecycleException: An invalid Lifecycle transition was
attempted ([before_start]) for component
[StandardEngine[Catalina].StandardHost[localhost].StandardContext[/MyApplication]]
in state [DESTROYED]
at
org.apache.catalina.util.LifecycleBase.invalidTransition(LifecycleBase.java:408)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:144)
at
org.apache.catalina.core.StandardContext.reload(StandardContext.java:3908)
at
org.apache.catalina.loader.WebappLoader.backgroundProcess(WebappLoader.java:426)
at
org.apache.tomee.catalina.LazyStopLoader.backgroundProcess(LazyStopLoader.java:88)
at
org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1350)
at
org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1537)
at
org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1547)
at
org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1547)
at
org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1526)
at java.lang.Thread.run(Unknown Source)
--
View this message in context:
http://openejb.979440.n4.nabble.com/Singleton-EJB-Scheduled-Method-tp4655554p4655557.html
Sent from the OpenEJB User mailing list archive at Nabble.com.