Erreur : Weblogic 9.2 configuration weblogic.xml pour struts 1.2
Bonjour,
j'ai commencé à developpé une application simple sous le workshop de weblogic 9.2. Quand j'essaie de déployer mon application (FirstWebProject), on m'affiche des erreurs comme
The library module reference : struts-1.2 is on the classpath of this project, but it is not contained in the weblogic.xml descriptor of this WEB project : FirstWebProject. IntroTotorail_Weblo
le même erreur est affichée également pour beehive-netui-1.0.
En regardant dans le fichier weblogic.xml de FirstWebProject, je vois qu'il y a bien struts, beehive-netui ...
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
| <wls:library-ref>
<wls:library-name>struts-1.2</wls:library-name>
<wls:specification-version>1.2</wls:specification-version>
<wls:implementation-version>1.0</wls:implementation-version>
</wls:library-ref>
<wls:library-ref>
<wls:library-name>jstl</wls:library-name>
<wls:specification-version>1.1</wls:specification-version>
<wls:implementation-version>1.1.2</wls:implementation-version>
</wls:library-ref>
<wls:library-ref>
<wls:library-name>beehive-netui-resources-1.0</wls:library-name>
<wls:specification-version>1.0</wls:specification-version>
<wls:implementation-version>1.0</wls:implementation-version>
</wls:library-ref>
<wls:library-ref>
<wls:library-name>beehive-netui-1.0</wls:library-name>
<wls:specification-version>1.0</wls:specification-version>
<wls:implementation-version>1.0</wls:implementation-version>
</wls:library-ref> |
Merci d'avance