salut tout le monde

je suis en train de me prendre la tête sur un projet java mettant en oeuvre Spring et Ibatis
j'avais déjà réalisé le même type de projet il y a quelques temps et tout s'était bien passé

cette fois je reprends la même méthode et le même fichier spring-config.xml mais j'ai un message d'erreur du type :

The following error occured: Error creating bean with name 'service' defined in class path resource [/spring/spring-config-connection.xml]: Cannot create inner bean 'service.connection.ServiceImpl#fc8e75' of type [service.connection.ServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'service.connection.ServiceImpl#fc8e75' defined in class path resource [/spring/spring-config-connection.xml]: Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: Property 'sqlMapClient' is required
quelqu'un pourrait m'aider à régler ce problème ?

merci