java.lang.ClassNotFoundException: com.sun.corba.ee.impl.orb.ORBSingleton while using JDK 8 in Java EE 7 applications
问题 I have an enterprise application running in the following environment. Mojarra 2.2.6 PrimeFaces 5.0 final PrimeFaces Extension 2.0 final OmniFaces 1.8.1 EclipseLink 2.5.1 having JPA 2.1 GlashFish 4.0 NetBeans IDE 8.0 JDK 1.8 Today I have upgraded from JDK 1.7 (jdk-7u11-windows-i586) to JDK 1.8 (jdk-8u5-windows-i586). Everything except remote EJBs runs fine (there is no problem with local EJBs. They work just fine as usual). In case of remote EJBs, it causes the following exception to be