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
While creating a ticket on a calendar resource, the call is failing with ClassCastException as JPA query returns proxied entities.
It fails in DefaultItemPathTranslator.findItemByParentAndName.
Also while trying to fetch a calendar resource using ticket, similar error occurs at EntityConverter.getCalendarFromEventStamp.
I am working on building the application from the codebase hence reported this issue so that it gets fixed in the next SNAPSHOT version, if the spring version is upgraded.
The text was updated successfully, but these errors were encountered:
While creating a ticket on a calendar resource, the call is failing with
ClassCastException
as JPA query returns proxied entities.It fails in
DefaultItemPathTranslator.findItemByParentAndName
.Also while trying to fetch a calendar resource using ticket, similar error occurs at
EntityConverter.getCalendarFromEventStamp
.Cosmo version: 3.8.4
spring.boot.version: 2.2.13.RELEASE
I am working on building the application from the codebase hence reported this issue so that it gets fixed in the next SNAPSHOT version, if the spring version is upgraded.
The text was updated successfully, but these errors were encountered: