[hibernate-issues] [JIRA] (HHH-13931) MissingFormatArgumentException in JpaCompliantLifecycleStrategy.BeanImpl

Xavier Dury (JIRA) jira at hibernate.atlassian.net
Mon Apr 6 03:12:42 EDT 2020


Xavier Dury ( https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A20f9812a-a2aa-4464-9ab0-7d307061dfd3 ) *created* an issue

Hibernate ORM ( https://hibernate.atlassian.net/browse/HHH?atlOrigin=eyJpIjoiMThhYTdiMjBmNTBhNDQ5OWEwOTg5YWMzNzk4ZGFmNjAiLCJwIjoiaiJ9 ) / Bug ( https://hibernate.atlassian.net/browse/HHH-13931?atlOrigin=eyJpIjoiMThhYTdiMjBmNTBhNDQ5OWEwOTg5YWMzNzk4ZGFmNjAiLCJwIjoiaiJ9 ) HHH-13931 ( https://hibernate.atlassian.net/browse/HHH-13931?atlOrigin=eyJpIjoiMThhYTdiMjBmNTBhNDQ5OWEwOTg5YWMzNzk4ZGFmNjAiLCJwIjoiaiJ9 ) MissingFormatArgumentException in JpaCompliantLifecycleStrategy.BeanImpl ( https://hibernate.atlassian.net/browse/HHH-13931?atlOrigin=eyJpIjoiMThhYTdiMjBmNTBhNDQ5OWEwOTg5YWMzNzk4ZGFmNjAiLCJwIjoiaiJ9 )

Issue Type: Bug Affects Versions: 5.4.13 Assignee: Unassigned Components: hibernate-core Created: 06/Apr/2020 00:12 AM Priority: Major Reporter: Xavier Dury ( https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A20f9812a-a2aa-4464-9ab0-7d307061dfd3 )

An argument (beanType) is missing for the debug log at line 128 in JpaCompliantLifecycleStrategy:

log.debugf( "Error resolving CDI bean [%s] - using fallback" );

This throws the following error:

Caused by: java.util.MissingFormatArgumentException: Format specifier '%s'
	at java.util.Formatter.format(Formatter.java:2519)
	at java.util.Formatter.format(Formatter.java:2455)
	at java.lang. String.format( String.java:2940)
	at org.jboss.logging.Slf4jLocationAwareLogger.doLogf(Slf4jLocationAwareLogger.java:81)
	at org.jboss.logging.Logger.debugf(Logger.java:701)
	at org.hibernate.resource.beans.container.internal.JpaCompliantLifecycleStrategy$BeanImpl.initialize(JpaCompliantLifecycleStrategy.java:128)
	at org.hibernate.resource.beans.container.internal.CdiBeanContainerImmediateAccessImpl.createBean(CdiBeanContainerImmediateAccessImpl.java:43)

( https://hibernate.atlassian.net/browse/HHH-13931#add-comment?atlOrigin=eyJpIjoiMThhYTdiMjBmNTBhNDQ5OWEwOTg5YWMzNzk4ZGFmNjAiLCJwIjoiaiJ9 ) Add Comment ( https://hibernate.atlassian.net/browse/HHH-13931#add-comment?atlOrigin=eyJpIjoiMThhYTdiMjBmNTBhNDQ5OWEwOTg5YWMzNzk4ZGFmNjAiLCJwIjoiaiJ9 )

Get Jira notifications on your phone! Download the Jira Cloud app for Android ( https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core&referrer=utm_source%3DNotificationLink%26utm_medium%3DEmail ) or iOS ( https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=EmailNotificationLink&mt=8 ) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100124- sha1:c7667cc )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/hibernate-issues/attachments/20200406/afb09268/attachment.html 


More information about the hibernate-issues mailing list