Brent-
Can you verify the alternate fix of removing the if works for you?
I.e.
| public void setSecurityConfig(Element securityConfig) throws Exception
| {
| try
| {
| // push security update to the server
| sm.setSecurityConfig(isQueue(), destination.getName(), securityConfig);
|
| destination.setSecurityConfig(securityConfig);
| }
| catch (Throwable t)
| {
| ExceptionUtil.handleJMXInvocation(t, this + " setSecurityConfig");
| }
| }
|
|
Works for you
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049833#4049833
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049833