2010/7/13 Wes Wannemacher <[email protected]>: > Guys, I'm sorry, but I have to vote - > > -1 (Binding) > > I am getting a stacktrace like the following: > > http://pastebin.com/y5sVP0tV > > I get this for all of our "apps". I reproduced it on our struts > solaris zone and I also tried to deploy struts2-showcase on a tomcat > installation locally. I get this exception each time. I can't vote > positively if all of our apps are broken out of the box. I like to > think there are non-maven users out there that simply import apps like > struts2-blank into eclipse/idea and start their projects from there. > If so, then they are going to get broken apps.
Try them on JBoss and everything will be ok :-) The problem is with missing Javassist library. The current OGNL version is distributed without it and must it be provided separately. We can included them in the apps but when you tried them on JBoss they're going to explode in the same way as JBoss is provided with its own Javassist library :-( It's mentioned here: http://struts.apache.org/2.x/docs/version-notes-220.html I understand your point of view, but I don't see any easy way to solve it ... Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ Kapituła Javarsovia 2010 http://javarsovia.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
