开发者

Problem deploying Spring application on WebLogic

开发者 https://www.devze.com 2023-01-14 19:23 出处:网络
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 l

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 confi开发者_如何学Cg right. Unfortunately, when we try to deploy, we keep experiencing the error:

java.lang.ClassCastException: org.springframework.jee.spi.PitchforkUtilsImpl cannot be cast to com.oracle.pitchfork.interfaces.PitchforkUtils

Which seems reasonable, as PitchforkUtilsImpl doesn't implement com.oracle.pitchfork.interfaces.PitchforkUtils - it implements some springframework interface of that name.

Can anyone offer some advice on what we're doing wrong, please?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号