adi...@gmail.com wrote:
Hi All,

Does anybody has an sample application using Struts 2 and Spring Framework?

When I put the "struts2-spring-plugin-2.1.6.jar" file in my classpath I've got this error:

java.lang.NullPointerException
at org.apache.log4j.Category.isEnabledFor(Category.java:749)
at org.apache.commons.logging.impl.Log4JLogger.isTraceEnabled(Log4JLogger.java:327)

If you have a list of jars required, please let put them here!

Check one of the maven dependency sites. Without knowing what libs you're already deploying we'll just spit back whatever Maven tells us is required.

At the least you'll need the S2 required jars, whichever Spring jars your application needs (which we don't know), and the plugin jars.

Managing transitive dependencies by hand is a PITA.

Dave


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

Reply via email to