문제

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.

도움이 되었습니까?

해결책

this might fix your issue:

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top