-
1. StackOverflowError
ssilvert Apr 26, 2011 12:41 PM (in response to susmit_shukla)I think you found a bug in JSFUnit. Stay tuned.
Stan
-
2. StackOverflowError
ssilvert Apr 26, 2011 1:27 PM (in response to ssilvert)It looks like this is a pretty easy fix. Which version of JSFUnit are you running? Can I give you a diff and let you build JSFUnit from scratch?
I need to do a release but I don't have the time right now.
Stan
-
3. StackOverflowError
susmit_shukla Apr 26, 2011 4:38 PM (in response to ssilvert)I'm using 2.0.0.Beta1 version of JSFUnit, using this dependency:
<dependency>
<groupId>org.jboss.jsfunit</groupId>
<artifactId>jsfunit-arquillian</artifactId>
<version>2.0.0.Beta1</version>
<scope>test</scope>
</dependency>
let me know the source location for JSFUnit and I can try building it. Right Now I have a workaround. I'm using a servlet request listener to capture http parameters from request and setting it in the spring bean
-
4. StackOverflowError
ssilvert Apr 26, 2011 4:48 PM (in response to susmit_shukla)This is the one source file that changed:
For reference: https://issues.jboss.org/browse/JSFUNIT-277
Let me know if that works for you. Thanks for reporting the bug.
Stan