Aaron Mulder wrote:
>> There�s also the problem with the conf\jboss.jcml
>> file. I have solved it modifying the run.bat script to
>> regenerate it every time jboss starts.
AM> Are you working from a current CVS build or the last binary? We
AM> have a potential fix in CVS, but it was not in the binary. If worst comes
AM> to worst, we should probably disable the configuration file overwriting
AM> for the "production" version - or at least, default to not doing it.
I'd like to report the problem with jboss.jcml that discourages me
(I use the current CVS build).
Namely, sometimes "URL" attribute for "XADataSource" service sometimes
disappears (the others remain in place).
I believe that it is concerned to the load of the server or some kind
of timeout.
This effect is stable when I run jBoss with a remote debugger and some
breakpoints are turned on (thus, jBoss runs slower).
I tried to trace what happens and found out that in
ConfigurationService.save() in the line
if (attributes[i].isReadable() && attributes[i].isWritable())
attributes[i].isWritable() for "URL" is evaluated as "false"
(of course, should be "true", since XADataSourceLoader.setURL() method
exists).
Any ideas?
Best regards,
Oleg