Author: rmannibucau
Date: Sun Jul 8 17:48:58 2012
New Revision: 1358796
URL: http://svn.apache.org/viewvc?rev=1358796&view=rev
Log:
adding an option to skip strict servlet compliance (added by our remoteserver
to be TCK compliant) to be able to start the sample by tomee:run
Modified:
openejb/trunk/openejb/examples/cdi-ejbcontext-jaas/pom.xml
Modified: openejb/trunk/openejb/examples/cdi-ejbcontext-jaas/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/cdi-ejbcontext-jaas/pom.xml?rev=1358796&r1=1358795&r2=1358796&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/cdi-ejbcontext-jaas/pom.xml (original)
+++ openejb/trunk/openejb/examples/cdi-ejbcontext-jaas/pom.xml Sun Jul 8
17:48:58 2012
@@ -56,6 +56,7 @@
<configuration>
<systemVariables>
<java.security.auth.login.config>${project.build.directory}/apache-tomee/conf/login.config</java.security.auth.login.config>
+
<org.apache.catalina.STRICT_SERVLET_COMPLIANCE>false</org.apache.catalina.STRICT_SERVLET_COMPLIANCE>
</systemVariables>
</configuration>
</plugin>