Pages

[ WebLo 10.3.6 ] Installation d'une application avec spring sujet

mercredi 29 janvier 2014




Hello,

j'ai un serveur WebLogic 10.3.6 installé et qui tourne.

Je tente maintenant d'installer un .ear d'une application qui utilise Hibernate, Spring, Struts, cependant lorsque je la lance, je me prend :


Code:


2014-01-29 14:35:29,523 ERROR ContextLoader.initWebApplicationContext(205) | Context initialization failed
org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from ServletContext resource [/WEB-INF/applicationContext-service.xml]; nested exception is java.lang.NoSuchMethodError: org.springframework.beans.factory.config.TypedStringValue.<init>(Ljava/lang/String;)V
Caused by:
java.lang.NoSuchMethodError: org.springframework.beans.factory.config.TypedStringValue.<init>(Ljava/lang/String;)V


Pourtant, mon .ear a l'arborescence suivante :

.ear
|- APP-INF-
| |-lib ( ne contient pas les jar spring, hibernate...)
| |-classes
|
|-META-INF
|
.war
|-WEB-INF
| - lib ( contient spring, hibernate ... )

Mes jar sont donc bien présent, mais c'est comme s'il ne les trouvait pas.



Je suis sensé faire quelque chose en particulier au niveau weblo?




Aucun commentaire:

Enregistrer un commentaire