EclipseLink + JPA Guice Persist and Redeployments
问题 I have an infrastructure based on EclipseLink + JPA Guice Persist When I redeploy the application always I have caching problems with caching Entitys and I have to reboot the server (Oracle Weblogic 11g) .This problem is treated in a this post: https://bugs.eclipse.org/bugs/show_bug.cgi?id=326552 But, maybe is not a bug ¿?¿? ... I managed to solve the problem as follows : Originally I have centralized everything in a GuiceModule: 1.Create the module JPAPersist 2.Binding of a Initializer class