> Hello Sean, > > I think the current version of the surefire-plugin doesn't support the > forking mode. This is fixed in the latest not yet released version. > I see the StateUtils are using a static block for loading the > properties. I don't know how this can work if your are in one JVM?
Why does one JVM matter in this case? Why would you need to fork? Aren't the unit tests run in a single JVM? > I think you have two options: > Disable the test until the new version of the surefire plugin is > released or change the test to a mock version. > Any comments? A mock version would be my preference. @Dennis: Care to take a stab at one? > The StateUtilsAES_CBCTestCase doesn't work in my environment. > A missing dependency or wrong configuration? > I get following error: > > java.security.InvalidKeyException: Illegal key size According to the wiki there is a java policy file that needs to be in place. I'm hoping Dennis (or someone else) can come up with a workaround for testing purposes. It's been a while since I've done JCE and I'm pretty busy ATM. > > Bernd > Sean
