1. How to map commonj.work.WorkManager with weblogic 10.3 Work Manager stackoverflow.comI am trying to use WorkManagers in Weblogic 10.3. I have defined work managers in weblogic-ejb-jar.xml. I declared a resource reference for commonj.work.WorkManager in ejb-jar.xml with the res-ref-name same as the ... |
2. CommonJ TimerManager versus EJB3 TimerService stackoverflow.comI have to implement a simple (not clustered) timer for WebLogic and it seems there are two different 'standard' options
|
3. How do I ignore stuck threads in a Weblogic Server stackoverflow.comI've got the below code working on Weblogic Application Server 10.3.2. The long running task executed on timerExpired takes longer than the server wide StuckThreadMaxTime of 600 seconds. I do not ... |