Hi Aaron,
Yes, you did it!
Now nothing disappears.
Here is a piece of the log:
[Configuration] Detected JMX Bug: Server reports attribute 'JDBCUser' is not wri
teable for MBean 'DefaultDomain:name=jdbc/IRBIS_pers,service=XADataSource'
[Configuration] Detected JMX Bug: Server reports attribute 'URL' is not writeabl
e for MBean 'DefaultDomain:name=jdbc/IRBIS_pers,service=XADataSource'
Thanks,
Oleg
Aaron Mulder wrote:
AM> Okay, once again, I believe I've fixed the problem that causes
AM> URLs to disappear from jboss.jcml. It's in CVS, as of moments ago. As
AM> Oleg indicated, the JMX RI reports certain attributes as read-only when
AM> they're really not. I finally managed to duplicate it, though strangely
AM> for different attributes.
AM> Anyway, we just worked around the problem by checking the
AM> attribute writeability manually instead of asking JMX. Though I still
AM> can't nail down the exact circumstances that cause the problem, hopefully
AM> that will fix it for everyone.
AM> There will be a new binary build soon, for those that don't want
AM> to mess with CVS.
AM> Aaron