axis2 - java.lang.AbstractMethodError for deployed aar on WSO2 Application Server -


after invoking operation "try it" using wso2 application server, admin area. error. have created wsdl file using eclipse , generate server side code using axis2 code generator, archive using axis2 archiver , deployed in application server. can attribute problem difference of axis2 versions on wso2 , eclipse plugin?

we had faced similar issue before on tomcat deployment. issue due conflict of jars in tomcat , our webapp. had few jars creating issues loading of tomcat jars(jasper-compiler, jasper-runtime etc). once removed them, our application started working properly.


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -