Anyway there is nothing we can do on the Play side. To be able to
reload your code, everything must be fully stateless. If any lib try
to keep reference on old classLoader/classes it will lead to
ClassCastException/LinkageError problems.
The only solution is to have a proper Salat plugin for Play 2.0 that
take care to clean all the dirty Salat cache on application reloading.
> --
> You received this message because you are subscribed to the Google Groups
> "play-framework" group.
> To view this discussion on the web visit
>
https://groups.google.com/d/msg/play-framework/-/P8UWwlYmV54J.
>
> To post to this group, send email to
play-fr...@googlegroups.com.
> To unsubscribe from this group, send email to
>
play-framewor...@googlegroups.com.
> For more options, visit this group at
>
http://groups.google.com/group/play-framework?hl=en.
--
Guillaume Bort