On Sun, May 15, 2011 at 6:46 PM, Saeed Najahi <najah...@gmail.com> wrote:
> code that implicates hibernate and struts, the documentation doesn't help
> much unfortunatly, explanation or indication of what version of what jar is
> needed isn't mentioned,

Dependencies should be managed by Maven (or similar), not by
hand--anything but the *most* basic S2 application (in other words, no
plugins, pretty much no anything) ups the library requirements pretty
quickly.

In any case, did you look at the S2 "blank" app included in the main
distro? Often times looking at the artifacts included in a download
provide clues regarding library usage. The blank app includes the
following libraries:

WEB-INF/lib/asm-3.1.jar
WEB-INF/lib/asm-commons-3.1.jar
WEB-INF/lib/asm-tree-3.1.jar
WEB-INF/lib/commons-fileupload-1.2.2.jar
WEB-INF/lib/commons-io-2.0.1.jar
WEB-INF/lib/commons-lang-2.5.jar
WEB-INF/lib/freemarker-2.3.16.jar
WEB-INF/lib/javassist-3.11.0.GA.jar
WEB-INF/lib/ognl-3.0.1.jar
WEB-INF/lib/struts2-core-2.2.3.jar
WEB-INF/lib/xwork-core-2.2.3.jar

> (in addition to the full hibernate plugin)

There is no Hibernate plugin.

Since you don't provide any information regarding the errors you're
getting, it's difficult to help much more than that.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to