tenwit: thanks for your answer
here's a fraction of what appears in command line when i use:
java.exe -jar
myJar.jar
Quote:
27/Mar/2006 10:27:38 net.sf.hibernate.connection.DriverManagerConnectionProvider configure
INFO: using driver: com.mysql.jdbc.Driver at URL: jdbc:mysql://localhost/myDatabase
27/Mar/2006 10:27:38 net.sf.hibernate.connection.DriverManagerConnectionProvider configure
INFO: connection properties: {user=myUser, password=myPass}
27/Mar/2006 10:27:38 net.sf.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup
My app is a stand alone (swing) app - no web.
i tried
- raising log4j.properties levels higher,
- coment out everything in log4j.properties,
- make the jar without log4j and even
- raise log levels in my java5 installĀ“s properties logging file...