Josh Nye

Results 1 comments of Josh Nye

As a work around you can split the @Schedule class and the @Transactional class and it will work. ``` java package services; import com.google.inject.Inject; import com.google.inject.Singleton; import ninja.scheduler.Schedule; import java.util.concurrent.TimeUnit;...