Hi all, i start a new web project with eclipse, using
a fresh download of springframework 2.5.6; during the set-up of the project
i imported some class from a previous project based upon springframework 2.5.5;
I imported a simple class (ServiceBase) wich extends HibernateDaoSupport:
public class ServiceBase extends HibernateDaoSupport
{
//class implementation
}
But eclipse gave me a strange error:
"The type org.springframework.dao.support.DaoSupport cannot be resolved. It is indirectly referenced from required .class files".
Can someone explain this????


Reply With Quote