HHH-13931 MissingFormatArgumentException in JpaCompliantLifecycleStrategy.BeanImpl
This commit is contained in:
parent
5952c0abc3
commit
007f609210
|
@ -125,7 +125,7 @@ public class JpaCompliantLifecycleStrategy implements BeanLifecycleStrategy {
|
|||
throw e;
|
||||
}
|
||||
catch (Exception e) {
|
||||
log.debugf( "Error resolving CDI bean [%s] - using fallback" );
|
||||
log.debugf( "Error resolving CDI bean [%s] - using fallback", beanType );
|
||||
this.beanInstance = fallbackProducer.produceBeanInstance( beanType );
|
||||
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue