Eclipse IDE と Apache Tomcat (7) を使用して Web アプリを開発しようとしています。.WAR ファイルを wso2 AS にデプロイして URL を開くと、コードのビルドと生成に同じバージョンの axis2 を使用しているにもかかわらず、毎回このエラーが発生します。どんな助けでも大歓迎です。ありがとうございました。
java.lang.InstantiationError: org.apache.axis2.databinding.ADBDataSource
org.wso2.carbon.um.ws.api.stub.Authenticate.getOMElement(Authenticate.java:126)
org.wso2.carbon.um.ws.api.stub.RemoteUserStoreManagerServiceStub.toEnvelope(RemoteUserStoreManagerServiceStub.java:9387)
org.wso2.carbon.um.ws.api.stub.RemoteUserStoreManagerServiceStub.authenticate(RemoteUserStoreManagerServiceStub.java:4030)
org.wso2.sample.LoginServlet.authenticate(LoginServlet.java:77)
org.wso2.sample.LoginServlet.doPost(LoginServlet.java:38)
javax.servlet.http.HttpServlet.service(HttpServlet.java:646)
javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
org.wso2.sample.AuthenticationFilter.doFilter(AuthenticationFilter.java:42)