Atomikos Forum |
|
1) Never use System.out or System.err
It is very ugly in enterprise applications and completly illegal in applications servers. 2) Tweak logging levels to reasonable values. example : No properties path set - looking for transactions.properties in classpath... Must be DEBUG or INFO not ERROR. Using init file: /X:/java/daisy/daisy/daisy/WEB-INF/classes/jta.properties Must be INFO not ERROR. USING com.atomikos.icatch.soap_commit_protocols = atomikos,wsat USING com.atomikos.icatch.console_file_name = tm.out Must be INFO not WARN. This is not cosmetics! It is important to all messages ends in appliacation servers log files where are manageables - not console. |