3131 description = "Logging related to session lifecycle and operations"
3232)
3333@ MessageLogger (projectCode = "HHH" )
34- @ ValidIdRange (min = 90006101 , max = 90006500 )
34+ @ ValidIdRange (min = 90010001 , max = 90020000 )
3535@ Internal
3636public interface SessionLogging extends BasicLogger {
3737 String NAME = SubSystemLogging .BASE + ".session" ;
@@ -61,7 +61,7 @@ public interface SessionLogging extends BasicLogger {
6161 void closingSession (UUID sessionIdentifier );
6262
6363 @ LogMessage (level = WARN )
64- @ Message (id = 90006101 , value = "Closing shared session with unprocessed transaction completion actions" )
64+ @ Message (id = 90010101 , value = "Closing shared session with unprocessed transaction completion actions" )
6565 void closingSharedSessionWithUnprocessedTxCompletions ();
6666
6767 @ LogMessage (level = TRACE )
@@ -105,19 +105,19 @@ public interface SessionLogging extends BasicLogger {
105105 void afterTransactionCompletion (boolean successful , boolean delayed );
106106
107107 @ LogMessage (level = ERROR )
108- @ Message (id = 90006102 , value = "JDBC exception executing SQL; transaction rolled back" )
108+ @ Message (id = 90010102 , value = "JDBC exception executing SQL; transaction rolled back" )
109109 void jdbcExceptionThrownWithTransactionRolledBack (@ Cause Exception e );
110110
111111 @ LogMessage (level = DEBUG )
112- @ Message (id = 90006103 , value = "Ignoring EntityNotFoundException for '%s.%s'" )
112+ @ Message (id = 90010103 , value = "Ignoring EntityNotFoundException for '%s.%s'" )
113113 void ignoringEntityNotFound (String entityName , Object id );
114114
115115 @ LogMessage (level = WARN )
116- @ Message (id = 90006104 , value = "Property '%s' is not serializable, value won't be set" )
116+ @ Message (id = 90010104 , value = "Property '%s' is not serializable, value won't be set" )
117117 void nonSerializableProperty (String propertyName );
118118
119119 @ LogMessage (level = WARN )
120- @ Message (id = 90006105 , value = "Property having key null is illegal, value won't be set" )
120+ @ Message (id = 90010105 , value = "Property having key null is illegal, value won't be set" )
121121 void nullPropertyKey ();
122122
123123 @ LogMessage (level = TRACE )
@@ -129,11 +129,11 @@ public interface SessionLogging extends BasicLogger {
129129 void deserializingSession (UUID sessionIdentifier );
130130
131131 @ LogMessage (level = ERROR )
132- @ Message (id = 90006106 , value = "Exception in interceptor beforeTransactionCompletion()" )
132+ @ Message (id = 90010106 , value = "Exception in interceptor beforeTransactionCompletion()" )
133133 void exceptionInBeforeTransactionCompletionInterceptor (@ Cause Throwable e );
134134
135135 @ LogMessage (level = ERROR )
136- @ Message (id = 90006107 , value = "Exception in interceptor afterTransactionCompletion()" )
136+ @ Message (id = 90010107 , value = "Exception in interceptor afterTransactionCompletion()" )
137137 void exceptionInAfterTransactionCompletionInterceptor (@ Cause Throwable e );
138138
139139 // StatelessSession-specific
0 commit comments