Hi, did you put @AroundTimeout on the interceptor method? AroundInvoke is not triggered for @Schedule.
Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://rmannibucau.metawerx.net/> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book <https://www.packtpub.com/application-development/java-ee-8-high-performance> Le jeu. 20 sept. 2018 à 11:45, cocorossello <[email protected]> a écrit : > Hi, > > Is there any way to apply a CDI interceptor to existing @Schedule without > explicitly usign @Interceptors in all methods? I haven't found anything in > the spec. > > Or is there any easy way to create my own @Schedule CDI interceptor? > > Thanks in advance. > > > > -- > Sent from: > http://tomee-openejb.979440.n4.nabble.com/TomEE-Users-f979441.html >
