Question

i have a EJB Module that use EJB3.1 Timer Annotation for Scheduling but on some cases when my method get Exception after 2 or 3 timer attempts , timer kill and not call again. i think about solution for increase timer attempt on weblogic 12c but can't find anything.

Was it helpful?

Solution

this might fix your issue:

Bug 19689036 : NON-PERSISTENT CALENDAR-BASED TIMER IS CANCELED IF CALLBACK METHOD THROWS SYSTEM

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top