How to remove/hide Atomikos startup error message?

Posted by HDave on Stack Overflow See other posts from Stack Overflow or by HDave
Published on 2010-06-10T17:20:21Z Indexed on 2010/06/10 17:23 UTC
Read the original article Hit count: 262

Filed under:
|
|

When Atomikos is configured via Spring, a jta.properties or transactions.properties file is not needed. Nonetheless, Atomikos starts up with the follow messages printed to stderr:

No properties path set - looking for transactions.properties in classpath...
transactions.properties not found - looking for jta.properties in classpath...
Failed to open transactions properties file - using default values

It makes it look like the Spring configuration didn't take -- although apparently everything is fine. Does anyone know how to get rid of this so I don't end up getting asked about it 1.000 times?

© Stack Overflow or respective owner

Related posts about spring

Related posts about stderr