@@ -67,7 +67,7 @@ public interface CoreMessageLogger extends BasicLogger {
67
67
void autoCommitMode (boolean autocommit );
68
68
69
69
@ LogMessage (level = WARN )
70
- @ Message (value = "JTASessionContext being used with JDBCTransactionFactory ; auto-flush will not operate correctly with getCurrentSession()" ,
70
+ @ Message (value = "JTASessionContext being used with JDBC transactions ; auto-flush will not operate correctly with getCurrentSession()" ,
71
71
id = 8 )
72
72
void autoFlushWillNotWork ();
73
73
@@ -96,10 +96,6 @@ public interface CoreMessageLogger extends BasicLogger {
96
96
@ Message (value = "Calling joinTransaction() on a non JTA EntityManager" , id = 27 )
97
97
void callingJoinTransactionOnNonJtaEntityManager ();
98
98
99
- @ LogMessage (level = INFO )
100
- @ Message (value = "Cleaning up connection pool [%s]" , id = 30 )
101
- void cleaningUpConnectionPool (String url );
102
-
103
99
@ LogMessage (level = DEBUG )
104
100
@ Message (value = "Closing" , id = 31 )
105
101
void closing ();
@@ -160,10 +156,6 @@ public interface CoreMessageLogger extends BasicLogger {
160
156
@ Message (value = "Configuring from XML document" , id = 45 )
161
157
void configuringFromXmlDocument ();
162
158
163
- @ LogMessage (level = INFO )
164
- @ Message (value = "Connection properties: %s" , id = 46 )
165
- void connectionProperties (Properties connectionProps );
166
-
167
159
@ LogMessage (level = INFO )
168
160
@ Message (value = "Connections obtained: %s" , id = 48 )
169
161
void connectionsObtained (long connectCount );
@@ -483,20 +475,9 @@ void JavaSqlTypesMappedSameCodeMultipleTimes(
483
475
@ Message (value = "%s = false breaks the EJB3 specification" , id = 144 )
484
476
void jdbcAutoCommitFalseBreaksEjb3Spec (String autocommit );
485
477
486
- @ LogMessage (level = WARN )
487
- @ Message (value = "No JDBC Driver class was specified by property %s" , id = 148 )
488
- void jdbcDriverNotSpecified (String driver );
489
-
490
- @ LogMessage (level = INFO )
491
- @ Message (value = "JDBC isolation level: %s" , id = 149 )
492
- void jdbcIsolationLevel (String isolationLevelToString );
493
-
494
478
@ Message (value = "JDBC rollback failed" , id = 151 )
495
479
String jdbcRollbackFailed ();
496
480
497
- @ Message (value = "JDBC URL was not specified by property %s" , id = 152 )
498
- String jdbcUrlNotSpecified (String url );
499
-
500
481
@ LogMessage (level = INFO )
501
482
@ Message (value = "JNDI InitialContext properties:%s" , id = 154 )
502
483
void jndiInitialContextProperties (Hashtable hash );
@@ -992,10 +973,6 @@ void unableToCloseOutputFile(
992
973
@ Message (value = "IOException occurred closing output stream" , id = 292 )
993
974
void unableToCloseOutputStream (@ Cause IOException e );
994
975
995
- @ LogMessage (level = WARN )
996
- @ Message (value = "Problem closing pooled connection" , id = 293 )
997
- void unableToClosePooledConnection (@ Cause SQLException e );
998
-
999
976
@ LogMessage (level = ERROR )
1000
977
@ Message (value = "Could not close session" , id = 294 )
1001
978
void unableToCloseSession (@ Cause HibernateException e );
@@ -1437,16 +1414,6 @@ void usingDefaultIdGeneratorSegmentValue(
1437
1414
@ Message (value = "Using dialect: %s" , id = 400 )
1438
1415
void usingDialect (Dialect dialect );
1439
1416
1440
- @ LogMessage (level = INFO )
1441
- @ Message (value = "using driver [%s] at URL [%s]" , id = 401 )
1442
- void usingDriver (
1443
- String driverClassName ,
1444
- String url );
1445
-
1446
- @ LogMessage (level = WARN )
1447
- @ Message (value = "Using Hibernate built-in connection pool (not for production use!)" , id = 402 )
1448
- void usingHibernateBuiltInConnectionPool ();
1449
-
1450
1417
@ LogMessage (level = ERROR )
1451
1418
@ Message (value = "Don't use old DTDs, read the Hibernate 3.x Migration Guide!" , id = 404 )
1452
1419
void usingOldDtd ();
0 commit comments