Issue
- After upgrading to Quarterly we can see the following error in the server log:
ERROR [BasePersistenceImpl:629] Caught unexpected exception org.hibernate.QueryException:
could not resolve property: DDMStructureKey of: com.liferay.journal.model.impl.JournalArticleImpl
Environment
- Quarterly Release 2024.Q3
Resolution
- Please check your custom development in order to use
DDMStructureId
instead ofDDMStructureKey
, see LPS-172989 for reference.