Issue Type: Bug Bug
Affects Versions: 4.1.5
Assignee: Unassigned
Components: core
Created: 08/Aug/12 7:43 AM
Description:

In line 102 of OptimizerFactory.java, the following causes a MissingFormatArgumentException because the s% to be replaced by a String.format in a logger has no arguments.

LOG.debugf( "Unknown optimizer key [%s]; returning null assuming Optimizer impl class name" );

Solve it by removing the [%s].

Environment: 4.1.5, Oracle.
Project: Hibernate ORM
Priority: Critical Critical
Reporter: Stein Inge Morisbak
Original Estimate: 1h
Remaining Estimate: 1h
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira