Re: NullPointerException Using StrutsSpringTestCase

2011-03-12 Thread bphill...@ku.edu
-Test-A-Struts-2-Action-Class-In-An-Application-That-Also-Uses-Spring Hopefully in a future version of Struts 2, StrutsTestCase will be updated to use JUnit 4. -- View this message in context: http://struts.1045723.n5.nabble.com/NullPointerException-Using-StrutsSpringTestCase-tp3534567p3549698.html

Re: NullPointerException Using StrutsSpringTestCase

2011-03-12 Thread Jason Ferguson
> 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. > &

RE: NullPointerException Using StrutsSpringTestCase

2011-03-12 Thread Martin Gainty
e les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Sat, 12 Mar 2011 17:16:29 -0600 > Subject: NullPointerException Using StrutsSpringTestCase > From: fergusonja...@gmail.com > To: user@struts

NullPointerException Using StrutsSpringTestCase

2011-03-12 Thread Jason Ferguson
(Sorry, hit the wrong key combination and hit send without meaning to...) I am attempting to do some out-of-container testing of a Struts Action which extends StrutsSpringTestCase. I've tried configuring the application context two separate ways: via the @ContextConfiguration annotation and by ove

NullPointerException Using StrutsSpringTestCase

2011-03-12 Thread Jason Ferguson
I am attempting to do some out-of-container testing of a Struts Action which extends StrutsSpringTestCase. I've tried configuring the application context two separate ways: via the @ContextConfiguration annotation and by overriding getContextLocations()