Skip to content

Commit

Permalink
JBEAP-10924 Bean in ejb-timer quickstart does not follow EJB specific…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
ctomc committed Jun 8, 2017
1 parent 6dcefdf commit 139038f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -50,7 +50,7 @@ public void scheduler(Timer timer) {
}

@PostConstruct
public void initialize(InvocationContext ctx) {
public void initialize() {
ScheduleExpression se = new ScheduleExpression();
// Set schedule to every 3 seconds (starting at second 0 of every minute).
se.hour("*").minute("*").second("0/3");
Expand Down

0 comments on commit 139038f

Please sign in to comment.