Salut à tous,
je m'exerce aux mvc Spring avec le tuto de Serge Tahé "Les bases du développement web MVC en Java". Lors du test de la Base de donnée Firebird j'obtient la faute suivante
Je n'ai précisé dans mon fichier .xml aucune "init" function.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2 Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dao' defined in class path resource [spring-config-test-dao-firebird.xml]: Cannot resolve reference to bean 'sqlMapClient' while setting bean property 'sqlMapClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlMapClient' defined in class path resource [spring-config-test-dao-firebird.xml]: Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: com.ibatis.sqlmap.engine.builder.xml.SqlMapConfigParser.parse(Ljava/io/InputStream;Ljava/util/Properties;)Lcom/ibatis/sqlmap/client/SqlMapClient;
Merci de me donner une indication par rapport à la résolution de cette faute.
Charles
Partager