pitchfork

ClassCastException with Weblogic 10.3.3/Pitchfork

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 to com.oracle....

Problem deploying Spring application on WebLogic

We're trying to to run an application using Spring on Weblogic 10.3.3. This, apparently, should be straightforward, and just involves ensuring various additional jars (notably pitchfork) are in the library directory for weblogic, and getting the config right. Unfortunately, when we try to deploy, we keep experiencing the error: java.lan...