Hi Rickard,

Rickard Oberg wrote:
>> You have removed source filter from the JMX ObjectName for
>> FileLogging, so now my several FileLogging entries in jboss.conf cause
>> javax.management.InstanceAlreadyExistsException.

RO> Yeah, I forgot one change: the "logName" should be added to the ObjectName
RO> i.e. suffix it with ",name="+logName.
But logName can be changed at runtime, won't this cause JMX naming problems?
I guess, old good
",sources=" + (sources == null ? "All" : sources);
would be safer.

Best regards,
 Oleg 



Reply via email to