-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ClassCastException when using reloading with kotlinx.dnq #1225
Labels
Comments
Similar issue: Java 1.8 Ktor 1.3.2 with the next gradle dependencies:
Exception occurs while launching application:
It's not critical, but it would be nice if someone will fix that =) |
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks. |
Could you please share a code snippet to reproduce this problem if it's still relevant? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ktor 1.2.2, Netty
with OAuth, CallLogging, StatusPages, Sessions, ContentNegotiation
I use the Xodus database with Kotlinx.dnq.
Without reloading, it works fine. But trying to add reloading fails during startup, while Xodus.dnq is trying to access to the companion object of an entity.
The text was updated successfully, but these errors were encountered: