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
Post a Comment