Hi Costin,
My main intention was to have spring-managed mbean registered to the the JBoss's JMX server and to access from jboss's jmx-console.This app is being deployed on a JBoss AS which already...
Type: Posts; User: nkaranuk; Keyword(s):
Hi Costin,
My main intention was to have spring-managed mbean registered to the the JBoss's JMX server and to access from jboss's jmx-console.This app is being deployed on a JBoss AS which already...
Hello,
I had to make Spring managed MBeans accessible thru Jboss's jmx-console and so used following conf
---applicationContext.xml---
<bean id="exporter"...
Hello,
I've got to access data in the form of key-value i.e a map in a view implemented by a jsp.
In the examples that i came across beans were used (wabapp-servlet.xml) for such kind of data...