You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2020/11/17 15:22:28 UTC

[tomee-tck] 01/02: Websocket configuration + eclipselink logging

This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git

commit 307c3ac22bab85a6e229abe61445d52c84347980
Author: Jean-Louis Monteiro <je...@gmail.com>
AuthorDate: Tue Nov 17 15:46:43 2020 +0100

    Websocket configuration + eclipselink logging
---
 src/test/tomee-plume/conf/system.properties | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/test/tomee-plume/conf/system.properties b/src/test/tomee-plume/conf/system.properties
index 4af938e..3222fc8 100644
--- a/src/test/tomee-plume/conf/system.properties
+++ b/src/test/tomee-plume/conf/system.properties
@@ -17,6 +17,9 @@
 
 org.apache.catalina.STRICT_SERVLET_COMPLIANCE=true
 org.apache.tomcat.util.http.ServerCookie.FWD_SLASH_IS_SEPARATOR=false
+org.apache.tomcat.websocket.DISABLE_BUILTIN_EXTENSIONS=true
+org.apache.tomcat.websocket.ALLOW_UNSUPPORTED_EXTENSIONS=true
+org.apache.tomcat.websocket.DEFAULT_PROCESS_PERIOD=0
 user.language=en
 user.country=US
 
@@ -79,9 +82,9 @@ PERSISTENCEUNIT.CTS-EM-NOTX.openjpa.jdbc.SynchronizeMappings=buildSchema(IgnoreE
 PERSISTENCEUNIT.CTS-EM-NOTX.openjpa.Compatibility=StrictIdentityValues=true,NonDefaultMappingAllowed=true,ConvertPositionalParametersToNamed=true
 
 PERSISTENCEUNIT.CTS-EM.eclipselink.target-database=Derby
-PERSISTENCEUNIT.CTS-EM.eclipselink.logging.level=ALL
+PERSISTENCEUNIT.CTS-EM.eclipselink.logging.level=INFO
 PERSISTENCEUNIT.CTS-EM-NOTX.eclipselink.target-database=Derby
-PERSISTENCEUNIT.CTS-EM-NOTX.eclipselink.logging.level=ALL
+PERSISTENCEUNIT.CTS-EM-NOTX.eclipselink.logging.level=INFO
 
 old-dd-whitebox-notx-param.rar.moduleId=oldwhitebox-notx-param
 old-dd-whitebox-notx.rar.moduleId=oldwhitebox-notx