HI. I have an existing web project in MyEclipse. There are several spring context xml filrs in the WEB-INF folder. The project is compiled well and after deployment at the server it works fine.
I desided to use MyEclipse Spring capabilities and tried to add it to my project. I did not add any spring libraries cause I already have them in the project build path. At the second step, I tried to point MyEclipse to the already existing context xml files and I got the following error message:
“The following resource(s) were not recognized as spring bean configuration files and will be removed from your selection”.
Also I tried to remove manually added spring and cgi-lib jars from the project build path and add the MyEclipse spring libraries. after that pointing to the existing context xml files gave me the same message as previous one.
How can I add the Spring capabilities to the existing project?
Thanks in advance.