Hi.
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 tocom.oracle.pitchfork.interfaces.PitchforkUtils
Why is Weblogic trying to cast this, and what are we doing wrong?
Thanks.