]
Stuart Douglas commented on WFLY-6681:
--------------------------------------
Breakpoints stop the whole JVM by default.
@Singleton + @Schedule locks web container requests
---------------------------------------------------
Key: WFLY-6681
URL:
https://issues.jboss.org/browse/WFLY-6681
Project: WildFly
Issue Type: Bug
Components: EJB
Affects Versions: 10.0.0.Final
Environment: java version "1.8.0_91"
Java(TM) SE Runtime Environment (build 1.8.0_91-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.91-b14, mixed mode)
WildFly Full 10.0.0.Final
Reporter: Alan Echer
I'm having problems using a @Singleton with @Schedule along with a web application,
because while the schedule is running the web application does not respond.
bitbucket repo:
https://bitbucket.org/alanecher/wfly-singleton-schedule
PS: I <3 wildfly.