Hi all,
I'm trying to change some MBean attributes of my connection pool (named 
OracleDS)

Unfortunately when I try to change a property f.e. BlockingTimeoutMillis I get 
an error:

server.invoke(new 
ObjectName("jboss.jca:name=OracleDS,service=ManagedConnectionPool"), 
"BlockingTimeoutMillis",  new String[] { "10000" },new String[] { 
Integer.TYPE.getName() });

Caused by: java.lang.IllegalArgumentException: Unable to find operation 
BlockingTimeoutMillis(int)

What's wrong ? the signature of the method ? or what else ?
Thanks
Francesco
        

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104012#4104012

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104012
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to