Posts by Tiago • 21 points
4 posts
-
1
votes1
answer73
viewsA: Check for loop object existence
The error indicates that your list is size 1, and in your for loop it runs 30 times, ie, only have 1 record in your array, right in your first if producaoDiariaDTO.get(i) != null Voce is checking…
-
0
votes2
answers101
viewsA: Scheduling problem for sending notices by e-mail Spring and Javamailsender
Good afternoon, finally managed to solve, I did not understand the problem, but changing the annotation @Scheduled(fixedRate = 3600000) by cron no longer gave problem. @Component @EnableScheduling…
-
0
votes1
answer145
viewsA: Javafx Screen Error
Missing to post the controller, it may be some component that Voce did not map the id in your. fxml or did not inform the @FXML annotation about the component in the controller
-
0
votes2
answers101
viewsQ: Scheduling problem for sending notices by e-mail Spring and Javamailsender
Good morning, I am using spring with Scheduled, before I used Quartz but as I uploaded the version of spring I decided to abandon Quartz since the first option was enough to meet my need. In short,…