In this example I create a Counter MBean which I will install in the Glassfish server. This bean has three methods getCounter, incrementCounter and resetCounter. After this I create an EJB which will … more →
Andre Broers' personal blogJon Court wrote 2 months ago: If you use JBoss and have a nicely secured JMX Console and/or Web Console it’s a fairly safe b … more →
mikescode wrote 7 months ago: Here’s a problem a savvy web developer might run into. If you have a war that exports MBeans f … more →
arielflight wrote 8 months ago: I bow to the Divine in You Of Serenity, Boat Trips and Straws I wake up at 5:45. Through the half li … more →
danielmeyer wrote 1 year ago: In our system we have proved out looking up the JMS connection factory from JNDI, but up to this poi … more →
primalcortex wrote 1 year ago: When deploying an application on Jboss that used Oracle and XA datasources, the following error crop … more →
broersa wrote 2 years ago: In this example I create a Counter MBean which I will install in the Glassfish server. This bean has … more →
broersa wrote 2 years ago: In this example I created a counter that gets updated from multiple instances. All examples I found … more →