Warning about using default locking mechanism should be an info
---------------------------------------------------------------
Key: AMQ-2493
URL: https://issues.apache.org/activemq/browse/AMQ-2493
Project: ActiveMQ
Issue Type: Bug
Components: Message Store
Affects Versions: 5.3.0
Environment: All supported OS
Reporter: Jean-Noel Neveu
The warning:
{code}
INFO JDBCPersistenceAdapter - Database lock driver override not found
for : [apache_derby_embedded_jdbc_driver]. Will use default implementation.
{code}
can cause confusion and tends to suggest that there is something wrong while it
is just informing that activemq will use the DefaultDatabaseLocker instead of a
specific DB locker. So it should be an "INFO" rather than a "WARN".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.