ibatis spring java.lang.NoSuchMethodError com.ibatis.sqlmap.engine.builder.xml.SqlMapConfigParser.parse

前端 未结 4 1728
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-27 08:31

i am using spring 3.2.0 with ibatis 2.3.4 in weblogic 10.3.6 while deploying in weblogic.

I am getting this NoSuchMethodError as below:

User defined list         


        
4条回答
  •  花落未央
    2021-01-27 09:15

    Looks like the ibatis jar which you are using does not have parse method with those arguments. Decompile and see if the jar has parse the method which code is looking for.

提交回复
热议问题