You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ke...@apache.org on 2011/08/25 19:14:26 UTC

svn commit: r1161649 - /geronimo/tck/branches/3.0/validator-tck-runner/README.TXT

Author: kevan
Date: Thu Aug 25 17:14:26 2011
New Revision: 1161649

URL: http://svn.apache.org/viewvc?rev=1161649&view=rev
Log:
add some more instructions

Modified:
    geronimo/tck/branches/3.0/validator-tck-runner/README.TXT

Modified: geronimo/tck/branches/3.0/validator-tck-runner/README.TXT
URL: http://svn.apache.org/viewvc/geronimo/tck/branches/3.0/validator-tck-runner/README.TXT?rev=1161649&r1=1161648&r2=1161649&view=diff
==============================================================================
--- geronimo/tck/branches/3.0/validator-tck-runner/README.TXT (original)
+++ geronimo/tck/branches/3.0/validator-tck-runner/README.TXT Thu Aug 25 17:14:26 2011
@@ -17,3 +17,9 @@ where assemblyId can be one of:
     jetty8-javaee6
     jetty8-javaee6-web
 
+You may need to specify -enableassertions. And I also need to set validation.provider. 
+
+Following works for me:
+
+GERONIMO_OPTS="-Dvalidation.provider=org.apache.bval.jsr303.ApacheValidationProvider -enableassertions -Xmx1024m -XX:MaxPermSize=1024m -XX:+HeapDumpOnOutOfMemoryError"  mvn clean test -Dincontainer -Dgeronimo-assembly -DassemblyId=tomcat7-javaee6
+