[jboss-user] [JBoss Messaging] - Re: Queue/Topic Security Config

timfox do-not-reply at jboss.com
Wed May 30 13:29:49 EDT 2007


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



More information about the jboss-user mailing list