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
RuntimeException: Probably we did something wrong, please contact us if you see this message.
which is caused by compile error (at runtime), when it tries to call constructor of TimePeriodForValidation with strange paramters: TimePeriodForValidation_$$javassist_entityview and Map. TimePeriodForValidation_$$javassist_entityview is probably derived from TimePeriodForValidation
Caused by: javassist.CannotCompileException: [source error] cannot find constructor ru.elliptica.webid.jpa.view.ValidationView$TimePeriodForValidation_$$_javassist_entityview_(ru.elliptica.webid.jpa.view.ValidationView$TimePeriodForValidation_$$_javassist_entityview_,java.util.Map)
at javassist.CtBehavior.setBody(CtBehavior.java:474)
at javassist.CtBehavior.setBody(CtBehavior.java:440)
at javassist.CtConstructor.setBody(CtConstructor.java:228)
at com.blazebit.persistence.view.impl.proxy.ProxyFactory.finishConstructorWithPostConstruct(ProxyFactory.java:2532)
at com.blazebit.persistence.view.impl.proxy.ProxyFactory.createConstructor(ProxyFactory.java:2437)
at com.blazebit.persistence.view.impl.proxy.ProxyFactory.createCreateConstructor(ProxyFactory.java:2395)
at com.blazebit.persistence.view.impl.proxy.ProxyFactory.createProxyClass(ProxyFactory.java:588) ```
NB. startTime and endTime are fields of Validation.class
Seems like it only happens when ConstructorKind is ProxyFactory.ConstructorKind.CREATE
The text was updated successfully, but these errors were encountered:
Let's say we have such case:
With com.blazebit:blaze-persistence-integration-quarkus-3 it gives me a
which is caused by compile error (at runtime), when it tries to call constructor of TimePeriodForValidation with strange paramters: TimePeriodForValidation_$$javassist_entityview and Map. TimePeriodForValidation_$$javassist_entityview is probably derived from TimePeriodForValidation
The text was updated successfully, but these errors were encountered: