@Schedule can´t inject EJB
问题 I´m using JBoss AS 7.1.1. I need some jobs to run in a specific date and time, so instead of using Quartz, I´m trying to use the @Schedule annotation. When I was testing, it worked just fine, but when I started implementing my real business, my real problems started. so, that´s my scenario: I have 1 component, for loggin and utils porposes, I use it in a lot of projects and it works fine, that would be something like it: My log ejb (it works fine in a lot of other components, basically all of