Hi,
I have installed latest STS 2.9.1 version and import existing MAVEN project into it. Everything is working fine here but all file not showing in the project explorer like wsdl file.
...
Type: Posts; User: omindra; Keyword(s):
Hi,
I have installed latest STS 2.9.1 version and import existing MAVEN project into it. Everything is working fine here but all file not showing in the project explorer like wsdl file.
...
I got the solution...
Do not use new operator to get SchemeDAOImpl instance as
SchemeDAO dao = new SchemeDAOImpl();//WRONG
Use spring based bean as...(one of the solution)
...