[jboss-user] [Management, JMX/JBoss] - Re: JMX RMI Remote Client Notification Problem

2007-02-27 Thread GeorgFriedrich
Ok, I solved this problem by deploying my client application, like a usual JEE-Client-Application. It's not the best solution but it works... If I don't connect direct to the JBoss JMX kernel but to the underlying JVM, I haven't to deploy my client app and it works. But in this case, I have

[jboss-user] [Management, JMX/JBoss] - AuthorizationInterceptor throwing ArrayIndexOutOfBoundsExcep

2007-02-27 Thread GeorgFriedrich
I have a similar problem as described in http://jira.jboss.com/jira/browse/JBAS-3431?subTaskView=unresolved. I am getting a remote connection to the JMX server from an InitialContext that is populated with the user name and password: env.put(Context.SECURITY_PRINCIPAL, userName);

[jboss-user] [Management, JMX/JBoss] - JMX RMI Remote Client Notification Problem

2007-02-16 Thread GeorgFriedrich
Hi, I have to write an Eclipse RCP based Client for our JEE Application. I'm using JBoss 4.0.5.GA with JDK 5 and I have a problem with JMX notifications. I can successfully connect to the MBeanServer with: MBeanServerConnection server = (MBeanServerConnection)