Glassfish4 + EJB + Spring, deploy fails
问题 I am upgrading an application from Java7 on Glassfish 3.1.2.2, to Java8 on Glassfish 4.1. The application is packaged as an ear file, containing a jar-file with remote EJBs and Spring beans, as well as a war-file with a couple of servlets and some webservices. There are only some minor changes done to the actual application, compared to how it was with Glassfish 3.x, the total changes made are: Built with Java8 instead of Java7. Deployed on Glassfish 4.1 instead of 3.1.2.2 Newer version of