开发者

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 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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜