rodionmoiseev / c10n

A Java library, focused on making internationalisation more modular, easier to evolve and maintain, robust-to-change and IDE-friendly without excess of external tools.
Apache License 2.0
67 stars 10 forks source link

c10n interface classes fail to get auto-reloaded when using Play2 auto-redeploy feature #3

Closed rodionmoiseev closed 12 years ago

rodionmoiseev commented 12 years ago

The cause appears to be the fact that c10n-interface proxy (InvocationHandler) holds on the the reference of the Class object, which prevents Play2 from reloading the class correctly.

Related problem in salat library: https://github.com/novus/salat/issues/31