HHH-10896 - Exception thrown when dropping schema with a managed connection
This commit is contained in:
parent
da49122113
commit
c7c5a00167
|
@ -21,7 +21,7 @@ import static org.jboss.logging.Logger.Level.INFO;
|
|||
* @author Steve Ebersole
|
||||
*/
|
||||
@MessageLogger( projectCode = "HHH" )
|
||||
@ValidIdRange( min = 10001501, max = 10001500 )
|
||||
@ValidIdRange( min = 10001501, max = 10002000 )
|
||||
public interface ConnectionAccessLogger extends BasicLogger {
|
||||
String LOGGER_NAME = "org.hibernate.orm.connections.access";
|
||||
|
||||
|
|
Loading…
Reference in New Issue