bonjour tous le monde,
j'ai 3 schéma dans ma base de donné oracle 10g intitulés ,CLIENT,VOUCHER et FIDCARD
dans mon projet on utilisant les frameworks hibernate et spring j'ai génère les entité et les fichier hbm de shèma client , j'ai crée dao, services ,applicationcontextDao,applicationcontext,web.xml ,est une page simple jsp qui contient hello le projet marche trés bien la page web m'affiche le hello .
le problème lorsque je me connecte au schéma VOUCHER j'ai suit les mêmes étapes sans problème dans la génèralisation des entités et les page hbm et j'obtient un problème au niveau de chargement de la page web.
sans problème on utilisons schéma FIDCARD projet marche trés bien

Exception lors de l'envoi de l'évènement contexte initialisé (context initialized) à l'instance de classe d'écoute (listener) org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'clientManager' defined in ServletContext resource [/WEB-INF/applicationContextDao.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in ServletContext resource [/WEB-INF/applicationContextDao.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in ServletContext resource [/WEB-INF/applicationContextDao.xml]: Invocation of init method failed; nested exception is java.lang.ClassCastException: org.hibernate.type.StringType