error trying to scan <jar-file>
bonsoir a tous
je suis entrain de créer une application sur spring mvc en utilisant apache tomcat v5.5 le problème est le suivant lorsque je configure le tomcat dans eclipse je choisi l'option use tomcat installation qui prend le contrôle total d tomcat mais voila lorsque je veux utiliser avec l'application JPA j'ai l'erreur suivante
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in ServletContext resource [/WEB-INF/classes/applicationContext-datasource.xml]: Invocation of init method failed; nested exception is java.lang.RuntimeException: error trying to scan <jar-file>: file:/C:/Apache/Tomcat%205.5/wtpwebapps/aziz/WEB-INF/classes/
en revanche quand je configure tomcat en choisissant l'option use workspace metadata au lien du contrôle total le problème est résolu
mais en revanche j'ai plus accees à la totalité du serveur tomcat et mon application repose sur le contrôle total vu que je fait appél a des webservice d'autre application tournant sur tomcat
j'espère être claire merci pour vos reponse