Łukasz Lenart wrote: > > A bit strange as OGNL 3.0.2 bases on 3.11.0.GA [1] and JBoss 6 Final > is using 3.12.0.GA > Are you sure that the Javassist is the origin of your problem ? >
No I am not sure about it. I think it has to do with the version mismatch of Javassist. Older Struts versions (version 2.2.1.1 and before) did not include Javassist. You had to include it manually as a dependency, unless you were using JBoss that contains its own version. Since Struts 2.3, Javassist is included through OGNL and the version differs from JBoss. I can imaging that both versions on the classpath at the same time do conflict. On the other hand, I do not really care. I just read that development for JBoss 6 is discontinued. JBoss 7 is their new flagship appserver. JBoss 7 offers true application isolation hiding server implementation classes, so this wont be an issue anymore. -- View this message in context: http://struts.1045723.n5.nabble.com/Struts2-under-Jboss-6-tp4275132p4745597.html Sent from the Struts - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org