[jboss-user] [Management, JMX/JBoss] - Re: Problem changing an MBean attribute
francis1970
do-not-reply at jboss.com
Tue Nov 13 08:10:44 EST 2007
Hello, thenks for your reply
I have tried changing the code as suggested....
server.invoke(new ObjectName("jboss.jca:name=OracleDS,service=ManagedConnectionPool"), "BlockingTimeoutMillis", new Object[] { "5" } ,new String[] { Integer.TYPE.getName() });
but I still get the same error...........no way to get it working with this syntax ?
By the way, I'm using JBoss 4.0.5 GA on an XP box....
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104102#4104102
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104102
More information about the jboss-user
mailing list