ejb « jmx « Java Enterprise Q&A





1. Classloader issue when invoking EJB method via JMX in JBoss AS6    stackoverflow.com

I'm currently using AS6.final, with Weld upgraded to 1.1.1.final. EAR class isolatation is turned off. I have an EJB singleton, that I've registered with JMX - the EJB class is packaged ...

2. JMX to start and EJB Timer    coderanch.com

Hi all, I have a large java application (deployed as an ear file). The application consists of a daemon class that creates an ejb timer. The timer does some processes every day. I am having a problem in that the timer occasionally stops. The only way to restart the timer, and hence the processing, is to restart the Sun app server. ...