jmix-projects / jmix-old

DEPRECATED. Use https://github.com/jmix-framework/jmix
16 stars 3 forks source link

Fix background tasks #471

Closed knstvk closed 4 years ago

knstvk commented 4 years ago
java.lang.ClassCastException: class io.jmix.core.security.UserAuthentication cannot be cast to class org.springframework.security.core.context.SecurityContext (io.jmix.core.security.UserAuthentication and org.springframework.security.core.context.SecurityContext are in unnamed module of loader 'app')
    at io.jmix.ui.executor.impl.WebBackgroundWorker$WebTaskExecutor.<init>(WebBackgroundWorker.java:171)
    at io.jmix.ui.executor.impl.WebBackgroundWorker$WebTaskExecutor.<init>(WebBackgroundWorker.java:144)
    at io.jmix.ui.executor.impl.WebBackgroundWorker.handle(WebBackgroundWorker.java:116)
...