When I run my FooIntegrationTest's testMarkerMethod(), it gave me the following exception -
Caused by: java.lang.VerifyError: (class: com/foo/domain/FooDataOnDemand_Roo_DataOnDemand, method: <clinit> signature: ()V) Stack size too large
I tried to set JVM's -Xms100m -Xmx500m -Xss90m to increase the stack size to no avail. Could anyone kindly advise on what's is the real issue here and the workaround?
Thanks!


Reply With Quote