[jboss-user] [Management, JMX/JBoss] - Re: fine grain authorisation with JSR 160

2007-04-07 Thread rzorzorzo
using http://sourceforge.net/project/stats/?group_id=143425&ugn=rzomx you can connect to jboss using rmi. all mbeans of jboss are then transparently visible in rzomx and you may invoke all operations as if the mbeans were within rzomx. the only difference is that the domain of the mbean will have

[jboss-user] [Management, JMX/JBoss] - Re: fine grain authorisation with JSR 160

2007-02-15 Thread lpiccoli
i really need a JMX web based console not a remote client console. how can one achieve fine grain authorisation using JBossMX and a 3rd party web console? by fine grain authoristion i mean, user 'A' can only modify attribute 'a' on MBean 'AA' but read all other attributes on MBean 'A'. I was

[jboss-user] [Management, JMX/JBoss] - Re: fine grain authorisation with JSR 160

2007-02-15 Thread [EMAIL PROTECTED]
JBossMX does not implement JSR160, however, when you use jdk5 you should be able to use the jdk5 implementation of jsr160. I'm not aware of some examples how to do this, expect maybe for using jconsole to connect to a jvm running jboss. If you look in the wiki you'll find a couple of examples fo