ClassCastException with Weblogic 10.3.3/Pitchfork
问题 We're trying to deploy a spring application to Weblogic 10.3.3. We created a war file, which works nicely with tomcat, but, when trying to package it up as an ear to use with weblogic, we're getting an issue with Pitchfork: java.lang.ClassCastException : org.springframework.jee.spi.PitchforkUtilsImpl cannot be cast to com.oracle.pitchfork.interfaces.PitchforkUtils Why is Weblogic trying to cast this, and what are we doing wrong? Thanks. 回答1: Notice that the error message mentions two