You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
There always comes following warn log every time application touches an AuditableEntity-extended java object:
Unable to locate static metamodel Header_#HEADERINITIALIZER
To Reproduce
Create and use entity entended from AuditableEntity (which is using the Header/HEADERINITIALIZER object)
Expected behavior
No minute-basis occurence log from persistence utils should have a WARN log level
unwanted Engine log
19:17:36.989][WARN ][org.hibernate.metamodel.internal.MetadataContext][https-jsse-nio-8443-exec-17]{application=CMT_DEV, client=81.10.214.99, executionContext=SYSTEM, hd=at.psa.cmt.main.DisputeCaseSearch, pmv=CMT_DEV$cmt_main$1, request=/cmt_dev/CMT_DEV/faces/instances/cmt_main$1/192D48FD3059F7A1/at.psa.cmt.main.DisputeCaseSearch/DisputeCaseSearch.xhtml, requestId=1-671fe349-63e91622780af46471bb786a, securityContext=cmt_dev, session=2 pha, task=60906}
HHH015011: Unable to locate static metamodel field : com.axonivy.utils.persistence.beans.Header_#HEADERINITIALIZER; this may or may not indicate a problem with the static metamodel
The text was updated successfully, but these errors were encountered:
Dear @ivy-sgi, we have found the following bug:
Describe the bug
There always comes following warn log every time application touches an AuditableEntity-extended java object:
Unable to locate static metamodel Header_#HEADERINITIALIZER
To Reproduce
Create and use entity entended from AuditableEntity (which is using the Header/HEADERINITIALIZER object)
Expected behavior
No minute-basis occurence log from persistence utils should have a WARN log level
unwanted Engine log
19:17:36.989][WARN ][org.hibernate.metamodel.internal.MetadataContext][https-jsse-nio-8443-exec-17]{application=CMT_DEV, client=81.10.214.99, executionContext=SYSTEM, hd=at.psa.cmt.main.DisputeCaseSearch, pmv=CMT_DEV$cmt_main$1, request=/cmt_dev/CMT_DEV/faces/instances/cmt_main$1/192D48FD3059F7A1/at.psa.cmt.main.DisputeCaseSearch/DisputeCaseSearch.xhtml, requestId=1-671fe349-63e91622780af46471bb786a, securityContext=cmt_dev, session=2 pha, task=60906}
HHH015011: Unable to locate static metamodel field : com.axonivy.utils.persistence.beans.Header_#HEADERINITIALIZER; this may or may not indicate a problem with the static metamodel
The text was updated successfully, but these errors were encountered: