Good Evening
I checked the pom.xml forStruts core and see
<dependency>
<groupId>ognl</groupId>
<artifactId>ognl</artifactId>
<version>2.7.3</version>
<exclusions>
<exclusion>
<groupId>jboss</groupId>
<artifactId>javassist</artifactId>
</exclusion>
</exclusions>
</dependency>
but in the pom for OGNL 2.7.3
<dependency>
<groupId>jboss</groupId>
<artifactId>javassist</artifactId>
<version>3.7.ga</version>
</dependency>
looks like 3.7ga is good for OGNL 2.7.3
did you check with Wes?
Martin
______________________________________________
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung.
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est
interdite. Ce message sert à l'information seulement et n'aura pas n'importe
quel effet légalement obligatoire. Étant donné que les email peuvent facilement
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité
pour le contenu fourni.
Date: Tue, 7 Dec 2010 18:27:20 -0500
Subject: Dependencies for Struts2
From: [email protected]
To: [email protected]
Hello,
When I created my first application with Struts 2 I found the exception
described in the attachment. Searching in the forums of the web I noticed that
several had the same exception; following the suggestions I solved the problem
by including the library 'javassist-3.7.ga.jar' but this library is not
included as a dependency in the distribution of Struts2 2.2.1; in this context
I have doubts about how I solved the problem: Which is the library/JAR that
should be included to resolve the exception? is it correct to use of
javassist-3.7.ga.jar?
Thanks in advance,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]