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 2019/02/22 08:41:58 UTC

[tomee-tck] branch javaee7-tck updated: Clean up not necessary files

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

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


The following commit(s) were added to refs/heads/javaee7-tck by this push:
     new e054dbe  Clean up not necessary files
e054dbe is described below

commit e054dbe7ba67d854fc6389b0a1c64c9f5081eed3
Author: Jean-Louis Monteiro <je...@gmail.com>
AuthorDate: Fri Feb 22 09:41:50 2019 +0100

    Clean up not necessary files
---
 profiles/full/full-jdk6.properties      | 410 ----------------
 profiles/full/full-jdk7.properties      | 410 ----------------
 profiles/full/full-jdk8.properties      | 411 ----------------
 profiles/full/full.properties           | 407 ---------------
 profiles/plume/plume.properties         | 843 -------------------------------
 profiles/plus/plus.now.properties       | 841 -------------------------------
 profiles/plus/plus.properties           | 842 -------------------------------
 profiles/test/test-jdk6.properties      |  16 -
 profiles/test/test-jdk7.properties      |  16 -
 profiles/test/test-jdk8.properties      |  16 -
 profiles/web/webprofile-jdk6.properties | 845 -------------------------------
 profiles/web/webprofile-jdk7.properties | 845 -------------------------------
 profiles/web/webprofile-jdk8.properties | 845 -------------------------------
 profiles/web/webprofile-jdk9.properties | 845 -------------------------------
 profiles/web/webprofile-plus.properties | 841 -------------------------------
 profiles/web/webprofile.now.properties  | 847 --------------------------------
 profiles/web/webprofile.properties      | 843 -------------------------------
 17 files changed, 10123 deletions(-)

diff --git a/profiles/full/full-jdk6.properties b/profiles/full/full-jdk6.properties
deleted file mode 100644
index ca07c4f..0000000
--- a/profiles/full/full-jdk6.properties
+++ /dev/null
@@ -1,410 +0,0 @@
-project.name= full-7.x
-project.version = 7.0.4-SNAPSHOT
-project.id = 12
-project.jdk = jdk6
-project.cron = * 6 0
-#This is the TCK repo URL
-project.scmUrl = scm:svn:https://svn.apache.org/repos/tck/tomee-tck/trunk
-project.buildFile= runtests
-include.f.javatest.log= target/logs/javatest.log
-include.d.logs=.*target/(apache|openejb).*/logs/.*
-header.webcontainer= tomee-plus
-
-# This file defines the tasks that are run in EC2.
-# Each build.* line becomes a task which is sent to a machine.
-# That machine will run the command and send back the results.
-# Adding lines to this file is enough to update the TCK setup in EC2.
-#
-# The syntax is pretty simple:
-#
-#   build.<some-made-up-id> = <the-arguments-to-the-runtests-script>
-#
-# By convention, the "some-made-up-id" usualy refers to the name of the tests run.
-#
-# The "the-arguments-to-the-runtests-script" are simply passed as-is to './runtests'.
-# This means that anything that can be run on someone's machine via './runtests -abcdefg com.sun.foo' 
-# can also be run in EC2 by adding 'build.com.sun.foo = -abcdefg com.sun.foo' to this file.
-#
-# EC2 will update itself by pulling this file from svn nightly
-#
-build.appclient = -c -U -w tomee-plus com.sun.ts.tests.appclient
-build.assembly = -c -U -w tomee-plus com.sun.ts.tests.assembly
-build.common = -c -U -w tomee-plus com.sun.ts.tests.common
-build.compat12 = -c -U -w tomee-plus com.sun.ts.tests.compat12
-build.compat13 = -c -U -w tomee-plus com.sun.ts.tests.compat13
-build.connector = -c -U -w tomee-plus --connector com.sun.ts.tests.connector
-
-build.ejb.ee.bb.entity = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.bb.entity
-build.ejb.ee.bb.localaccess = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.bb.localaccess
-build.ejb.ee.bb.session = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.bb.session
-
-build.ejb.ee.deploy.entity = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.deploy.entity
-build.ejb.ee.deploy.mdb = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.deploy.mdb
-build.ejb.ee.deploy.session = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.deploy.session
-
-build.ejb.ee.pm.ejbql = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.pm.ejbql
-build.ejb.ee.pm.manyXmany = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.pm.manyXmany
-build.ejb.ee.pm.manyXone = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.pm.manyXone
-build.ejb.ee.pm.oneXmany = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.pm.oneXmany
-build.ejb.ee.pm.oneXone = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.pm.oneXone
-build.ejb.ee.pm.selfXself = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.pm.selfXself
-
-build.ejb.ee.sec.bmp = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.sec.bmp
-build.ejb.ee.sec.cmp = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.sec.cmp
-build.ejb.ee.sec.cmp20 = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.sec.cmp20
-build.ejb.ee.sec.mdb = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.sec.mdb
-build.ejb.ee.sec.stateful = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.sec.stateful
-build.ejb.ee.sec.stateless = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.sec.stateless
-
-build.ejb.ee.timer.apitests = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.timer.apitests
-build.ejb.ee.timer.entity = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.timer.entity
-build.ejb.ee.timer.mdb = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.timer.mdb
-build.ejb.ee.timer.session = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.timer.session
-
-build.ejb.ee.tx.entity = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.tx.entity
-build.ejb.ee.tx.entityLocal = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.tx.entityLocal
-build.ejb.ee.tx.session = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.tx.session
-build.ejb.ee.tx.sessionLocal = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.tx.sessionLocal
-
-build.ejb.ee.webservices = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.webservices
-
-build.ejb30.misc = -c -U -w tomee-plus com.sun.ts.tests.ejb30.misc
-build.ejb30.sec = -c -U -w tomee-plus com.sun.ts.tests.ejb30.sec
-build.ejb30.timer = -c -U -w tomee-plus com.sun.ts.tests.ejb30.timer
-build.ejb30.tx = -c -U -w tomee-plus com.sun.ts.tests.ejb30.tx
-build.ejb30.tooSmall = -c -U -w tomee-plus com.sun.ts.tests.ejb30.webservice tomee-plus com.sun.ts.tests.ejb30.zombie com.sun.ts.tests.ejb30.assembly
-
-build.ejb30.bb.localaccess = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.localaccess
-build.ejb30.bb.mdb = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.mdb
-
-build.ejb30.bb.session.stateful.annotation = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.annotation
-build.ejb30.bb.session.stateful.basic = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.basic
-build.ejb30.bb.session.stateful.bm = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.bm
-build.ejb30.bb.session.stateful.busiface = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.busiface
-build.ejb30.bb.session.stateful.busifacedd = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.busifacedd
-build.ejb30.bb.session.stateful.callback = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.callback
-build.ejb30.bb.session.stateful.cm = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.cm
-build.ejb30.bb.session.stateful.concurrency = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.concurrency
-build.ejb30.bb.session.stateful.ejblink = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.ejblink
-build.ejb30.bb.session.stateful.equals = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.equals
-build.ejb30.bb.session.stateful.interceptor = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.interceptor
-build.ejb30.bb.session.stateful.migration = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.migration
-build.ejb30.bb.session.stateful.noattrremotelocal = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.noattrremotelocal
-build.ejb30.bb.session.stateful.remove = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.remove
-build.ejb30.bb.session.stateful.sessioncontext = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.sessioncontext
-build.ejb30.bb.session.stateful.timeout = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.timeout
-
-build.ejb30.bb.session.stateless.annotation = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.annotation
-build.ejb30.bb.session.stateless.basic = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.basic
-build.ejb30.bb.session.stateless.bm = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.bm
-build.ejb30.bb.session.stateless.busiface = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.busiface
-build.ejb30.bb.session.stateless.busifacedd = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.busifacedd
-build.ejb30.bb.session.stateless.callback = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.callback
-build.ejb30.bb.session.stateless.cm = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.cm
-build.ejb30.bb.session.stateless.ejblink = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.ejblink
-build.ejb30.bb.session.stateless.equals = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.equals
-build.ejb30.bb.session.stateless.interceptor = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.interceptor
-build.ejb30.bb.session.stateless.migration = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.migration
-build.ejb30.bb.session.stateless.noattrremotelocal = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.noattrremotelocal
-build.ejb30.bb.session.stateless.sessioncontext = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.sessioncontext
-
-build.ejb30.lite.appexception = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.appexception
-build.ejb30.lite.async = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.async
-build.ejb30.lite.basic = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.basic
-build.ejb30.lite.ejbcontext = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.ejbcontext
-build.ejb30.lite.enventry = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.enventry
-build.ejb30.lite.interceptor = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.interceptor
-build.ejb30.lite.lookup = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.lookup
-build.ejb30.lite.nointerface = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.nointerface
-build.ejb30.lite.packaging = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.packaging
-build.ejb30.lite.singleton = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton
-build.ejb30.lite.stateful = -c-c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful
-build.ejb30.lite.tx = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx
-build.ejb30.lite.view = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.view
-
-
-build.ejb30.persistence.annotations = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations
-build.ejb30.persistence.cache = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.cache
-build.ejb30.persistence.callback = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.callback
-build.ejb30.persistence.derivedid = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid
-build.ejb30.persistence.ee = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.ee
-build.ejb30.persistence.entityManagerClose = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entityManagerClose
-build.ejb30.persistence.exceptions = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.exceptions
-build.ejb30.persistence.inheritance = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.inheritance
-build.ejb30.persistence.lock = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.lock
-build.ejb30.persistence.metamodelapi = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi
-build.ejb30.persistence.nestedembedding = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.nestedembedding
-build.ejb30.persistence.override = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.override
-build.ejb30.persistence.relationship = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.relationship
-build.ejb30.persistence.types = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.types
-build.ejb30.persistence.tooSmall = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.versioning com.sun.ts.tests.ejb30.persistence.basic
-
-build.ejb30.persistence.criteriaapi.abstractquery = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.criteriaapi.abstractquery
-build.ejb30.persistence.criteriaapi.criteriaquery = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.criteriaapi.criteriaquery
-build.ejb30.persistence.criteriaapi.metamodelquery = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.criteriaapi.metamodelquery
-build.ejb30.persistence.criteriaapi.querybuilder = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.criteriaapi.querybuilder
-build.ejb30.persistence.criteriaapi.strquery = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.criteriaapi.strquery
-
-build.ejb30.persistence.entitytest.apitests = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.apitests
-build.ejb30.persistence.entitytest.bigdecimal = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.bigdecimal
-build.ejb30.persistence.entitytest.biginteger = -c-c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.biginteger
-build.ejb30.persistence.entitytest.cascadeall = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall
-build.ejb30.persistence.entitytest.detach = -c-c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.detach
-build.ejb30.persistence.entitytest.persist = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.persist
-build.ejb30.persistence.entitytest.remove = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.remove
-
-build.ejb30.persistence.query.apitests = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.query.apitests
-build.ejb30.persistence.query.flushmode = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.query.flushmode
-build.ejb30.persistence.query.language = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.query.language
-
-
-build.el = -c -U -w tomee-plus com.sun.ts.tests.el
-build.integration = -c -U -w tomee-plus com.sun.ts.tests.integration
-build.interop = -c -U -w tomee-plus com.sun.ts.tests.interop
-build.j2eetools = -c -U -w tomee-plus com.sun.ts.tests.j2eetools
-build.jacc = -c -U -w tomee-plus com.sun.ts.tests.jacc
-build.jaspic = -c -U -w tomee-plus com.sun.ts.tests.jaspic
-build.javamail = -c -U -w tomee-plus com.sun.ts.tests.javamail
-build.jaxr = -c -U -w tomee-plus com.sun.ts.tests.jaxr
-build.jaxrpc = -c -U -w tomee-plus com.sun.ts.tests.jaxrpc
-build.jaxrs = -c -U -w tomee-plus -j com.sun.ts.tests.jaxrs
-
-# TODO Temporarily disabled build.jaxws = -c -U -w tomee-plus com.sun.ts.tests.jaxws
-
-# JMS
-
-build.jms.ee.all.bytesMsgQueue = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.bytesMsgQueue
-build.jms.ee.all.bytesMsgTopic = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.bytesMsgTopic
-build.jms.ee.all.closedQueueConnection = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.closedQueueConnection
-build.jms.ee.all.closedQueueReceiver = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.closedQueueReceiver
-build.jms.ee.all.closedQueueSender = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.closedQueueSender
-build.jms.ee.all.closedQueueSession = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.closedQueueSession
-build.jms.ee.all.closedTopicConnection = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.closedTopicConnection
-build.jms.ee.all.closedpublisher = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.closedpublisher
-build.jms.ee.all.closedsubscriber = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.closedsubscriber
-build.jms.ee.all.closedtopicsessiontests = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.closedtopicsessiontests
-build.jms.ee.all.exceptionQueue = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.exceptionQueue
-build.jms.ee.all.exceptiontests = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.exceptiontests
-build.jms.ee.all.exceptiontopictests = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.exceptiontopictests
-build.jms.ee.all.foreignMsgQueue = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.foreignMsgQueue
-build.jms.ee.all.foreignMsgTopic = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.foreignMsgTopic
-build.jms.ee.all.illegalState = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.illegalState
-build.jms.ee.all.invalidDest = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.invalidDest
-build.jms.ee.all.mapMsgQueue = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.mapMsgQueue
-build.jms.ee.all.mapMsgTopic = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.mapMsgTopic
-build.jms.ee.all.messageQueue = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.messageQueue
-build.jms.ee.all.messageTopic = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.messageTopic
-build.jms.ee.all.msgproducer = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.msgproducer
-build.jms.ee.all.notReadable = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.notReadable
-build.jms.ee.all.objectMsgQueue = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.objectMsgQueue
-build.jms.ee.all.objectMsgTopic = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.objectMsgTopic
-build.jms.ee.all.queueconn = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.queueconn
-build.jms.ee.all.queueheader = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.queueheader
-build.jms.ee.all.queueproperty = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.queueproperty
-build.jms.ee.all.queuetests = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.queuetests
-build.jms.ee.all.selectorQueue = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.selectorQueue
-build.jms.ee.all.selectorTopic = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.selectorTopic
-build.jms.ee.all.sessiontests = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.sessiontests
-build.jms.ee.all.streamMsgQueue = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.streamMsgQueue
-build.jms.ee.all.streamMsgTopic = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.streamMsgTopic
-build.jms.ee.all.topicconntests = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.topicconntests
-build.jms.ee.all.topicheader = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.topicheader
-build.jms.ee.all.topicproperty = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.topicproperty
-build.jms.ee.all.topictests = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.topictests
-build.jms.ee.all.unsupporttests = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.unsupporttests
-build.jms.ee.app = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.app
-build.jms.ee.client = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.client
-build.jms.ee.ejb = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.ejb
-build.jms.ee.ejbweb = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.ejbweb
-build.jms.ee.mdb = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.mdb
-
-
-
-# JSP
-build.jsp.api = -c -U -w tomee-plus com.sun.ts.tests.jsp.api
-build.jsp.spec.configuration = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.configuration
-build.jsp.spec.core_syntax = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax
-build.jsp.spec.el = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.el
-build.jsp.spec.i18n = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.i18n
-build.jsp.spec.jspdocument = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.jspdocument
-build.jsp.spec.misc = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.misc
-build.jsp.spec.security = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.security
-build.jsp.spec.tagext = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tagext
-build.jsp.spec.tagfiles = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tagfiles
-build.jsp.spec.tldres = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tldres
-
-# JSTL
-build.jstl.compat = -c -U -w tomee-plus com.sun.ts.tests.jstl.compat
-build.jstl.spec.core = -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core
-build.jstl.spec.etu = -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.etu
-build.jstl.spec.fmt = -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt
-build.jstl.spec.sql = -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.sql
-build.jstl.spec.xml = -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.xml
-
-
-build.jta = -c -U -w tomee-plus com.sun.ts.tests.jta
-build.jws = -c -U -w tomee-plus com.sun.ts.tests.jws
-build.pluggability = -c -U -w tomee-plus com.sun.ts.tests.pluggability
-build.rmiiiop = -c -U -w tomee-plus com.sun.ts.tests.rmiiiop
-build.saaj = -c -U -w tomee-plus com.sun.ts.tests.saaj
-build.samples = -c -U -w tomee-plus com.sun.ts.tests.samples
-
-build.servlet.api.javax_servlet = -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet
-build.servlet.api.javax_servlet_http = -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http
-build.servlet.compat = -c -U -w tomee-plus com.sun.ts.tests.servlet.compat
-build.servlet.spec = -c -U -w tomee-plus com.sun.ts.tests.servlet.spec
-
-build.signaturetest = -c -U -w tomee-plus com.sun.ts.tests.signaturetest
-build.webservices = -c -U -w tomee-plus com.sun.ts.tests.webservices
-build.webservices12 = -c -U -w tomee-plus com.sun.ts.tests.webservices12
-build.webservices13 = -c -U -w tomee-plus com.sun.ts.tests.webservices13
-build.xa = -c -U -w tomee-plus com.sun.ts.tests.xa
-
-
-#############
-#  Pulled from webprofile.properties
-#  These all need to be re-verified
-#############
-
-build.com.sun.ts.tests.jdbc.ee.batchUpdate = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.batchUpdate
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt1 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt1
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt10 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt10
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt11 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt11
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt12 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt12
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt13 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt13
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt14 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt14
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt15 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt15
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt16 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt16
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt17 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt17
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt18 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt18
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt19 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt19
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt2 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt2
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt20 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt20
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt21 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt21
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt22 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt22
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt3 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt3
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt4 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt4
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt5 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt5
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt6 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt6
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt7 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt7
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt8 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt8
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt9 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt9
-build.com.sun.ts.tests.jdbc.ee.connection.connection1 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.connection.connection1
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime1 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dateTime.dateTime1
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime2 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dateTime.dateTime2
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime3 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dateTime.dateTime3
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta1 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta1
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta10 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta10
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta11 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta11
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta12 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta12
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta2 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta2
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta3 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta3
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta4 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta4
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta5 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta5
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta6 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta6
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta7 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta7
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta8 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta8
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta9 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta9
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar1 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar1
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar2 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar2
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar3 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar3
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar4 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar4
-build.com.sun.ts.tests.jdbc.ee.exception.batUpdExcept = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.exception.batUpdExcept
-build.com.sun.ts.tests.jdbc.ee.exception.sqlException = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.exception.sqlException
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt1 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt1
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt10 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt10
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt11 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt11
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt12 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt12
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt13 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt13
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt14 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt14
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt15 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt15
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt16 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt16
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt2 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt2
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt3 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt3
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt4 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt4
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt5 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt5
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt6 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt6
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt7 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt7
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt8 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt8
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt9 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt9
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet1 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet1
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet10 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet10
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet11 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet11
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet14 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet14
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet17 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet17
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet18 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet18
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet41 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet41
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet45 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet45
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet47 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet47
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet49 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet49
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet7 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet7
-build.com.sun.ts.tests.jdbc.ee.rsMeta = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.rsMeta
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt1 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.stmt.stmt1
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt2 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.stmt.stmt2
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt3 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.stmt.stmt3
-
-# JSF
-
-build.jsf.api.javax_faces.application = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application
-build.jsf.api.javax_faces.context = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.context
-build.jsf.api.javax_faces.convert = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert
-build.jsf.api.javax_faces.el = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.el
-build.jsf.api.javax_faces.event = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event
-build.jsf.api.javax_faces.facesexception = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.facesexception
-build.jsf.api.javax_faces.factoryfinder = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.factoryfinder
-build.jsf.api.javax_faces.factoryfinderrelease = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.factoryfinderrelease
-build.jsf.api.javax_faces.lifecycle = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.lifecycle
-build.jsf.api.javax_faces.model = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.model
-build.jsf.api.javax_faces.render = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.render
-build.jsf.api.javax_faces.validator = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.validator
-build.jsf.api.javax_faces.view = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.view
-build.jsf.spec = -c -U -w tomee-plus com.sun.ts.tests.jsf.spec
-
-build.jsf.api.javax_faces.component.annotation = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.annotation
-build.jsf.api.javax_faces.component.uicolumn = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uicolumn
-build.jsf.api.javax_faces.component.uicommand = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uicommand
-build.jsf.api.javax_faces.component.uidata = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uidata
-build.jsf.api.javax_faces.component.uiform = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiform
-build.jsf.api.javax_faces.component.uigraphic = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uigraphic
-build.jsf.api.javax_faces.component.uiinput = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiinput
-build.jsf.api.javax_faces.component.uimessage = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uimessage
-build.jsf.api.javax_faces.component.uimessages = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uimessages
-build.jsf.api.javax_faces.component.uinamingcontainer = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uinamingcontainer
-build.jsf.api.javax_faces.component.uioutcometarget = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uioutcometarget
-build.jsf.api.javax_faces.component.uioutput = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uioutput
-build.jsf.api.javax_faces.component.uipanel = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uipanel
-build.jsf.api.javax_faces.component.uiparameter = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiparameter
-build.jsf.api.javax_faces.component.uiselectboolean = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiselectboolean
-build.jsf.api.javax_faces.component.uiselectitem = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitem
-build.jsf.api.javax_faces.component.uiselectitems = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitems
-build.jsf.api.javax_faces.component.uiselectmany = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiselectmany
-build.jsf.api.javax_faces.component.uiselectone = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiselectone
-build.jsf.api.javax_faces.component.uiviewparameter = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiviewparameter
-build.jsf.api.javax_faces.component.uiviewroot = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiviewroot
-
-build.jsf.api.javax_faces.component.html.htmlcommandbutton = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandbutton
-build.jsf.api.javax_faces.component.html.htmlcommandlink = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandlink
-build.jsf.api.javax_faces.component.html.htmldatatable = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmldatatable
-build.jsf.api.javax_faces.component.html.htmlform = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlform
-build.jsf.api.javax_faces.component.html.htmlgraphicimage = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlgraphicimage
-build.jsf.api.javax_faces.component.html.htmlinputhidden = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputhidden
-build.jsf.api.javax_faces.component.html.htmlinputsecret = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputsecret
-build.jsf.api.javax_faces.component.html.htmlinputtext = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtext
-build.jsf.api.javax_faces.component.html.htmlinputtextarea = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtextarea
-build.jsf.api.javax_faces.component.html.htmlmessage = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessage
-build.jsf.api.javax_faces.component.html.htmlmessages = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessages
-build.jsf.api.javax_faces.component.html.htmloutcometargetbutton = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetbutton
-build.jsf.api.javax_faces.component.html.htmloutcometargetlink = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetlink
-build.jsf.api.javax_faces.component.html.htmloutputformat = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputformat
-build.jsf.api.javax_faces.component.html.htmloutputlabel = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlabel
-build.jsf.api.javax_faces.component.html.htmloutputlink = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlink
-build.jsf.api.javax_faces.component.html.htmloutputtext = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputtext
-build.jsf.api.javax_faces.component.html.htmlpanelgrid = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgrid
-build.jsf.api.javax_faces.component.html.htmlpanelgroup = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgroup
-build.jsf.api.javax_faces.component.html.htmlselectbooleancheckbox = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectbooleancheckbox
-build.jsf.api.javax_faces.component.html.htmlselectmanycheckbox = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanycheckbox
-build.jsf.api.javax_faces.component.html.htmlselectmanylistbox = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanylistbox
-build.jsf.api.javax_faces.component.html.htmlselectmanymenu = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanymenu
-build.jsf.api.javax_faces.component.html.htmlselectonelistbox = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonelistbox
-build.jsf.api.javax_faces.component.html.htmlselectonemenu = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonemenu
-build.jsf.api.javax_faces.component.html.htmlselectoneradio = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectoneradio
diff --git a/profiles/full/full-jdk7.properties b/profiles/full/full-jdk7.properties
deleted file mode 100644
index 968f624..0000000
--- a/profiles/full/full-jdk7.properties
+++ /dev/null
@@ -1,410 +0,0 @@
-project.name= full-7.x
-project.version = 7.0.4-SNAPSHOT
-project.id = 12
-project.jdk = jdk7
-project.cron = * 8 0
-#This is the TCK repo URL
-project.scmUrl = scm:svn:https://svn.apache.org/repos/tck/tomee-tck/trunk
-project.buildFile= runtests
-include.f.javatest.log= target/logs/javatest.log
-include.d.logs=.*target/(apache|openejb).*/logs/.*
-header.webcontainer= tomee-plus
-
-# This file defines the tasks that are run in EC2.
-# Each build.* line becomes a task which is sent to a machine.
-# That machine will run the command and send back the results.
-# Adding lines to this file is enough to update the TCK setup in EC2.
-#
-# The syntax is pretty simple:
-#
-#   build.<some-made-up-id> = <the-arguments-to-the-runtests-script>
-#
-# By convention, the "some-made-up-id" usualy refers to the name of the tests run.
-#
-# The "the-arguments-to-the-runtests-script" are simply passed as-is to './runtests'.
-# This means that anything that can be run on someone's machine via './runtests -abcdefg com.sun.foo' 
-# can also be run in EC2 by adding 'build.com.sun.foo = -abcdefg com.sun.foo' to this file.
-#
-# EC2 will update itself by pulling this file from svn nightly
-#
-build.appclient = -c -U -w tomee-plus com.sun.ts.tests.appclient
-build.assembly = -c -U -w tomee-plus com.sun.ts.tests.assembly
-build.common = -c -U -w tomee-plus com.sun.ts.tests.common
-build.compat12 = -c -U -w tomee-plus com.sun.ts.tests.compat12
-build.compat13 = -c -U -w tomee-plus com.sun.ts.tests.compat13
-build.connector = -c -U -w tomee-plus --connector com.sun.ts.tests.connector
-
-build.ejb.ee.bb.entity = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.bb.entity
-build.ejb.ee.bb.localaccess = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.bb.localaccess
-build.ejb.ee.bb.session = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.bb.session
-
-build.ejb.ee.deploy.entity = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.deploy.entity
-build.ejb.ee.deploy.mdb = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.deploy.mdb
-build.ejb.ee.deploy.session = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.deploy.session
-
-build.ejb.ee.pm.ejbql = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.pm.ejbql
-build.ejb.ee.pm.manyXmany = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.pm.manyXmany
-build.ejb.ee.pm.manyXone = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.pm.manyXone
-build.ejb.ee.pm.oneXmany = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.pm.oneXmany
-build.ejb.ee.pm.oneXone = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.pm.oneXone
-build.ejb.ee.pm.selfXself = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.pm.selfXself
-
-build.ejb.ee.sec.bmp = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.sec.bmp
-build.ejb.ee.sec.cmp = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.sec.cmp
-build.ejb.ee.sec.cmp20 = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.sec.cmp20
-build.ejb.ee.sec.mdb = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.sec.mdb
-build.ejb.ee.sec.stateful = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.sec.stateful
-build.ejb.ee.sec.stateless = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.sec.stateless
-
-build.ejb.ee.timer.apitests = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.timer.apitests
-build.ejb.ee.timer.entity = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.timer.entity
-build.ejb.ee.timer.mdb = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.timer.mdb
-build.ejb.ee.timer.session = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.timer.session
-
-build.ejb.ee.tx.entity = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.tx.entity
-build.ejb.ee.tx.entityLocal = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.tx.entityLocal
-build.ejb.ee.tx.session = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.tx.session
-build.ejb.ee.tx.sessionLocal = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.tx.sessionLocal
-
-build.ejb.ee.webservices = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.webservices
-
-build.ejb30.misc = -c -U -w tomee-plus com.sun.ts.tests.ejb30.misc
-build.ejb30.sec = -c -U -w tomee-plus com.sun.ts.tests.ejb30.sec
-build.ejb30.timer = -c -U -w tomee-plus com.sun.ts.tests.ejb30.timer
-build.ejb30.tx = -c -U -w tomee-plus com.sun.ts.tests.ejb30.tx
-build.ejb30.tooSmall = -c -U -w tomee-plus com.sun.ts.tests.ejb30.webservice tomee-plus com.sun.ts.tests.ejb30.zombie com.sun.ts.tests.ejb30.assembly
-
-build.ejb30.bb.localaccess = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.localaccess
-build.ejb30.bb.mdb = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.mdb
-
-build.ejb30.bb.session.stateful.annotation = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.annotation
-build.ejb30.bb.session.stateful.basic = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.basic
-build.ejb30.bb.session.stateful.bm = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.bm
-build.ejb30.bb.session.stateful.busiface = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.busiface
-build.ejb30.bb.session.stateful.busifacedd = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.busifacedd
-build.ejb30.bb.session.stateful.callback = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.callback
-build.ejb30.bb.session.stateful.cm = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.cm
-build.ejb30.bb.session.stateful.concurrency = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.concurrency
-build.ejb30.bb.session.stateful.ejblink = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.ejblink
-build.ejb30.bb.session.stateful.equals = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.equals
-build.ejb30.bb.session.stateful.interceptor = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.interceptor
-build.ejb30.bb.session.stateful.migration = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.migration
-build.ejb30.bb.session.stateful.noattrremotelocal = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.noattrremotelocal
-build.ejb30.bb.session.stateful.remove = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.remove
-build.ejb30.bb.session.stateful.sessioncontext = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.sessioncontext
-build.ejb30.bb.session.stateful.timeout = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.timeout
-
-build.ejb30.bb.session.stateless.annotation = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.annotation
-build.ejb30.bb.session.stateless.basic = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.basic
-build.ejb30.bb.session.stateless.bm = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.bm
-build.ejb30.bb.session.stateless.busiface = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.busiface
-build.ejb30.bb.session.stateless.busifacedd = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.busifacedd
-build.ejb30.bb.session.stateless.callback = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.callback
-build.ejb30.bb.session.stateless.cm = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.cm
-build.ejb30.bb.session.stateless.ejblink = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.ejblink
-build.ejb30.bb.session.stateless.equals = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.equals
-build.ejb30.bb.session.stateless.interceptor = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.interceptor
-build.ejb30.bb.session.stateless.migration = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.migration
-build.ejb30.bb.session.stateless.noattrremotelocal = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.noattrremotelocal
-build.ejb30.bb.session.stateless.sessioncontext = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.sessioncontext
-
-build.ejb30.lite.appexception = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.appexception
-build.ejb30.lite.async = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.async
-build.ejb30.lite.basic = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.basic
-build.ejb30.lite.ejbcontext = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.ejbcontext
-build.ejb30.lite.enventry = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.enventry
-build.ejb30.lite.interceptor = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.interceptor
-build.ejb30.lite.lookup = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.lookup
-build.ejb30.lite.nointerface = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.nointerface
-build.ejb30.lite.packaging = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.packaging
-build.ejb30.lite.singleton = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton
-build.ejb30.lite.stateful = -c-c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful
-build.ejb30.lite.tx = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx
-build.ejb30.lite.view = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.view
-
-
-build.ejb30.persistence.annotations = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations
-build.ejb30.persistence.cache = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.cache
-build.ejb30.persistence.callback = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.callback
-build.ejb30.persistence.derivedid = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid
-build.ejb30.persistence.ee = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.ee
-build.ejb30.persistence.entityManagerClose = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entityManagerClose
-build.ejb30.persistence.exceptions = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.exceptions
-build.ejb30.persistence.inheritance = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.inheritance
-build.ejb30.persistence.lock = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.lock
-build.ejb30.persistence.metamodelapi = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi
-build.ejb30.persistence.nestedembedding = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.nestedembedding
-build.ejb30.persistence.override = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.override
-build.ejb30.persistence.relationship = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.relationship
-build.ejb30.persistence.types = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.types
-build.ejb30.persistence.tooSmall = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.versioning com.sun.ts.tests.ejb30.persistence.basic
-
-build.ejb30.persistence.criteriaapi.abstractquery = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.criteriaapi.abstractquery
-build.ejb30.persistence.criteriaapi.criteriaquery = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.criteriaapi.criteriaquery
-build.ejb30.persistence.criteriaapi.metamodelquery = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.criteriaapi.metamodelquery
-build.ejb30.persistence.criteriaapi.querybuilder = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.criteriaapi.querybuilder
-build.ejb30.persistence.criteriaapi.strquery = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.criteriaapi.strquery
-
-build.ejb30.persistence.entitytest.apitests = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.apitests
-build.ejb30.persistence.entitytest.bigdecimal = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.bigdecimal
-build.ejb30.persistence.entitytest.biginteger = -c-c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.biginteger
-build.ejb30.persistence.entitytest.cascadeall = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall
-build.ejb30.persistence.entitytest.detach = -c-c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.detach
-build.ejb30.persistence.entitytest.persist = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.persist
-build.ejb30.persistence.entitytest.remove = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.remove
-
-build.ejb30.persistence.query.apitests = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.query.apitests
-build.ejb30.persistence.query.flushmode = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.query.flushmode
-build.ejb30.persistence.query.language = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.query.language
-
-
-build.el = -c -U -w tomee-plus com.sun.ts.tests.el
-build.integration = -c -U -w tomee-plus com.sun.ts.tests.integration
-build.interop = -c -U -w tomee-plus com.sun.ts.tests.interop
-build.j2eetools = -c -U -w tomee-plus com.sun.ts.tests.j2eetools
-build.jacc = -c -U -w tomee-plus com.sun.ts.tests.jacc
-build.jaspic = -c -U -w tomee-plus com.sun.ts.tests.jaspic
-build.javamail = -c -U -w tomee-plus com.sun.ts.tests.javamail
-build.jaxr = -c -U -w tomee-plus com.sun.ts.tests.jaxr
-build.jaxrpc = -c -U -w tomee-plus com.sun.ts.tests.jaxrpc
-build.jaxrs = -c -U -w tomee-plus -j com.sun.ts.tests.jaxrs
-
-# TODO Temporarily disabled build.jaxws = -c -U -w tomee-plus com.sun.ts.tests.jaxws
-
-# JMS
-
-build.jms.ee.all.bytesMsgQueue = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.bytesMsgQueue
-build.jms.ee.all.bytesMsgTopic = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.bytesMsgTopic
-build.jms.ee.all.closedQueueConnection = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.closedQueueConnection
-build.jms.ee.all.closedQueueReceiver = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.closedQueueReceiver
-build.jms.ee.all.closedQueueSender = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.closedQueueSender
-build.jms.ee.all.closedQueueSession = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.closedQueueSession
-build.jms.ee.all.closedTopicConnection = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.closedTopicConnection
-build.jms.ee.all.closedpublisher = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.closedpublisher
-build.jms.ee.all.closedsubscriber = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.closedsubscriber
-build.jms.ee.all.closedtopicsessiontests = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.closedtopicsessiontests
-build.jms.ee.all.exceptionQueue = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.exceptionQueue
-build.jms.ee.all.exceptiontests = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.exceptiontests
-build.jms.ee.all.exceptiontopictests = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.exceptiontopictests
-build.jms.ee.all.foreignMsgQueue = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.foreignMsgQueue
-build.jms.ee.all.foreignMsgTopic = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.foreignMsgTopic
-build.jms.ee.all.illegalState = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.illegalState
-build.jms.ee.all.invalidDest = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.invalidDest
-build.jms.ee.all.mapMsgQueue = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.mapMsgQueue
-build.jms.ee.all.mapMsgTopic = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.mapMsgTopic
-build.jms.ee.all.messageQueue = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.messageQueue
-build.jms.ee.all.messageTopic = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.messageTopic
-build.jms.ee.all.msgproducer = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.msgproducer
-build.jms.ee.all.notReadable = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.notReadable
-build.jms.ee.all.objectMsgQueue = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.objectMsgQueue
-build.jms.ee.all.objectMsgTopic = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.objectMsgTopic
-build.jms.ee.all.queueconn = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.queueconn
-build.jms.ee.all.queueheader = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.queueheader
-build.jms.ee.all.queueproperty = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.queueproperty
-build.jms.ee.all.queuetests = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.queuetests
-build.jms.ee.all.selectorQueue = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.selectorQueue
-build.jms.ee.all.selectorTopic = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.selectorTopic
-build.jms.ee.all.sessiontests = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.sessiontests
-build.jms.ee.all.streamMsgQueue = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.streamMsgQueue
-build.jms.ee.all.streamMsgTopic = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.streamMsgTopic
-build.jms.ee.all.topicconntests = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.topicconntests
-build.jms.ee.all.topicheader = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.topicheader
-build.jms.ee.all.topicproperty = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.topicproperty
-build.jms.ee.all.topictests = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.topictests
-build.jms.ee.all.unsupporttests = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.unsupporttests
-build.jms.ee.app = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.app
-build.jms.ee.client = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.client
-build.jms.ee.ejb = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.ejb
-build.jms.ee.ejbweb = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.ejbweb
-build.jms.ee.mdb = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.mdb
-
-
-
-# JSP
-build.jsp.api = -c -U -w tomee-plus com.sun.ts.tests.jsp.api
-build.jsp.spec.configuration = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.configuration
-build.jsp.spec.core_syntax = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax
-build.jsp.spec.el = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.el
-build.jsp.spec.i18n = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.i18n
-build.jsp.spec.jspdocument = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.jspdocument
-build.jsp.spec.misc = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.misc
-build.jsp.spec.security = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.security
-build.jsp.spec.tagext = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tagext
-build.jsp.spec.tagfiles = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tagfiles
-build.jsp.spec.tldres = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tldres
-
-# JSTL
-build.jstl.compat = -c -U -w tomee-plus com.sun.ts.tests.jstl.compat
-build.jstl.spec.core = -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core
-build.jstl.spec.etu = -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.etu
-build.jstl.spec.fmt = -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt
-build.jstl.spec.sql = -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.sql
-build.jstl.spec.xml = -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.xml
-
-
-build.jta = -c -U -w tomee-plus com.sun.ts.tests.jta
-build.jws = -c -U -w tomee-plus com.sun.ts.tests.jws
-build.pluggability = -c -U -w tomee-plus com.sun.ts.tests.pluggability
-build.rmiiiop = -c -U -w tomee-plus com.sun.ts.tests.rmiiiop
-build.saaj = -c -U -w tomee-plus com.sun.ts.tests.saaj
-build.samples = -c -U -w tomee-plus com.sun.ts.tests.samples
-
-build.servlet.api.javax_servlet = -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet
-build.servlet.api.javax_servlet_http = -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http
-build.servlet.compat = -c -U -w tomee-plus com.sun.ts.tests.servlet.compat
-build.servlet.spec = -c -U -w tomee-plus com.sun.ts.tests.servlet.spec
-
-build.signaturetest = -c -U -w tomee-plus com.sun.ts.tests.signaturetest
-build.webservices = -c -U -w tomee-plus com.sun.ts.tests.webservices
-build.webservices12 = -c -U -w tomee-plus com.sun.ts.tests.webservices12
-build.webservices13 = -c -U -w tomee-plus com.sun.ts.tests.webservices13
-build.xa = -c -U -w tomee-plus com.sun.ts.tests.xa
-
-
-#############
-#  Pulled from webprofile.properties
-#  These all need to be re-verified
-#############
-
-build.com.sun.ts.tests.jdbc.ee.batchUpdate = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.batchUpdate
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt1 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt1
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt10 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt10
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt11 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt11
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt12 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt12
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt13 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt13
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt14 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt14
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt15 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt15
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt16 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt16
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt17 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt17
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt18 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt18
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt19 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt19
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt2 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt2
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt20 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt20
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt21 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt21
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt22 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt22
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt3 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt3
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt4 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt4
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt5 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt5
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt6 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt6
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt7 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt7
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt8 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt8
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt9 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt9
-build.com.sun.ts.tests.jdbc.ee.connection.connection1 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.connection.connection1
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime1 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dateTime.dateTime1
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime2 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dateTime.dateTime2
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime3 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dateTime.dateTime3
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta1 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta1
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta10 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta10
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta11 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta11
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta12 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta12
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta2 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta2
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta3 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta3
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta4 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta4
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta5 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta5
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta6 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta6
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta7 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta7
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta8 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta8
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta9 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta9
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar1 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar1
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar2 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar2
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar3 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar3
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar4 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar4
-build.com.sun.ts.tests.jdbc.ee.exception.batUpdExcept = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.exception.batUpdExcept
-build.com.sun.ts.tests.jdbc.ee.exception.sqlException = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.exception.sqlException
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt1 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt1
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt10 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt10
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt11 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt11
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt12 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt12
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt13 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt13
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt14 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt14
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt15 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt15
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt16 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt16
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt2 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt2
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt3 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt3
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt4 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt4
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt5 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt5
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt6 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt6
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt7 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt7
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt8 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt8
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt9 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt9
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet1 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet1
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet10 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet10
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet11 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet11
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet14 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet14
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet17 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet17
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet18 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet18
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet41 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet41
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet45 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet45
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet47 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet47
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet49 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet49
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet7 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet7
-build.com.sun.ts.tests.jdbc.ee.rsMeta = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.rsMeta
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt1 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.stmt.stmt1
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt2 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.stmt.stmt2
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt3 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.stmt.stmt3
-
-# JSF
-
-build.jsf.api.javax_faces.application = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application
-build.jsf.api.javax_faces.context = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.context
-build.jsf.api.javax_faces.convert = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert
-build.jsf.api.javax_faces.el = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.el
-build.jsf.api.javax_faces.event = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event
-build.jsf.api.javax_faces.facesexception = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.facesexception
-build.jsf.api.javax_faces.factoryfinder = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.factoryfinder
-build.jsf.api.javax_faces.factoryfinderrelease = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.factoryfinderrelease
-build.jsf.api.javax_faces.lifecycle = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.lifecycle
-build.jsf.api.javax_faces.model = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.model
-build.jsf.api.javax_faces.render = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.render
-build.jsf.api.javax_faces.validator = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.validator
-build.jsf.api.javax_faces.view = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.view
-build.jsf.spec = -c -U -w tomee-plus com.sun.ts.tests.jsf.spec
-
-build.jsf.api.javax_faces.component.annotation = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.annotation
-build.jsf.api.javax_faces.component.uicolumn = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uicolumn
-build.jsf.api.javax_faces.component.uicommand = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uicommand
-build.jsf.api.javax_faces.component.uidata = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uidata
-build.jsf.api.javax_faces.component.uiform = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiform
-build.jsf.api.javax_faces.component.uigraphic = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uigraphic
-build.jsf.api.javax_faces.component.uiinput = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiinput
-build.jsf.api.javax_faces.component.uimessage = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uimessage
-build.jsf.api.javax_faces.component.uimessages = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uimessages
-build.jsf.api.javax_faces.component.uinamingcontainer = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uinamingcontainer
-build.jsf.api.javax_faces.component.uioutcometarget = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uioutcometarget
-build.jsf.api.javax_faces.component.uioutput = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uioutput
-build.jsf.api.javax_faces.component.uipanel = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uipanel
-build.jsf.api.javax_faces.component.uiparameter = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiparameter
-build.jsf.api.javax_faces.component.uiselectboolean = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiselectboolean
-build.jsf.api.javax_faces.component.uiselectitem = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitem
-build.jsf.api.javax_faces.component.uiselectitems = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitems
-build.jsf.api.javax_faces.component.uiselectmany = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiselectmany
-build.jsf.api.javax_faces.component.uiselectone = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiselectone
-build.jsf.api.javax_faces.component.uiviewparameter = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiviewparameter
-build.jsf.api.javax_faces.component.uiviewroot = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiviewroot
-
-build.jsf.api.javax_faces.component.html.htmlcommandbutton = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandbutton
-build.jsf.api.javax_faces.component.html.htmlcommandlink = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandlink
-build.jsf.api.javax_faces.component.html.htmldatatable = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmldatatable
-build.jsf.api.javax_faces.component.html.htmlform = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlform
-build.jsf.api.javax_faces.component.html.htmlgraphicimage = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlgraphicimage
-build.jsf.api.javax_faces.component.html.htmlinputhidden = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputhidden
-build.jsf.api.javax_faces.component.html.htmlinputsecret = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputsecret
-build.jsf.api.javax_faces.component.html.htmlinputtext = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtext
-build.jsf.api.javax_faces.component.html.htmlinputtextarea = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtextarea
-build.jsf.api.javax_faces.component.html.htmlmessage = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessage
-build.jsf.api.javax_faces.component.html.htmlmessages = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessages
-build.jsf.api.javax_faces.component.html.htmloutcometargetbutton = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetbutton
-build.jsf.api.javax_faces.component.html.htmloutcometargetlink = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetlink
-build.jsf.api.javax_faces.component.html.htmloutputformat = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputformat
-build.jsf.api.javax_faces.component.html.htmloutputlabel = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlabel
-build.jsf.api.javax_faces.component.html.htmloutputlink = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlink
-build.jsf.api.javax_faces.component.html.htmloutputtext = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputtext
-build.jsf.api.javax_faces.component.html.htmlpanelgrid = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgrid
-build.jsf.api.javax_faces.component.html.htmlpanelgroup = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgroup
-build.jsf.api.javax_faces.component.html.htmlselectbooleancheckbox = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectbooleancheckbox
-build.jsf.api.javax_faces.component.html.htmlselectmanycheckbox = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanycheckbox
-build.jsf.api.javax_faces.component.html.htmlselectmanylistbox = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanylistbox
-build.jsf.api.javax_faces.component.html.htmlselectmanymenu = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanymenu
-build.jsf.api.javax_faces.component.html.htmlselectonelistbox = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonelistbox
-build.jsf.api.javax_faces.component.html.htmlselectonemenu = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonemenu
-build.jsf.api.javax_faces.component.html.htmlselectoneradio = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectoneradio
diff --git a/profiles/full/full-jdk8.properties b/profiles/full/full-jdk8.properties
deleted file mode 100644
index a7b3e6a..0000000
--- a/profiles/full/full-jdk8.properties
+++ /dev/null
@@ -1,411 +0,0 @@
-project.name= full-7.x
-project.version = 7.0.4-SNAPSHOT
-project.id = 12
-project.jdk = jdk8
-project.cron = * 10 0
-fire.on.submit = false
-#This is the TCK repo URL
-project.scmUrl = scm:svn:https://svn.apache.org/repos/tck/tomee-tck/trunk
-project.buildFile= runtests
-include.f.javatest.log= target/logs/javatest.log
-include.d.logs=.*target/(apache|openejb).*/logs/.*
-header.webcontainer= tomee-plus
-
-# This file defines the tasks that are run in EC2.
-# Each build.* line becomes a task which is sent to a machine.
-# That machine will run the command and send back the results.
-# Adding lines to this file is enough to update the TCK setup in EC2.
-#
-# The syntax is pretty simple:
-#
-#   build.<some-made-up-id> = <the-arguments-to-the-runtests-script>
-#
-# By convention, the "some-made-up-id" usualy refers to the name of the tests run.
-#
-# The "the-arguments-to-the-runtests-script" are simply passed as-is to './runtests'.
-# This means that anything that can be run on someone's machine via './runtests -abcdefg com.sun.foo' 
-# can also be run in EC2 by adding 'build.com.sun.foo = -abcdefg com.sun.foo' to this file.
-#
-# EC2 will update itself by pulling this file from svn nightly
-#
-build.appclient = -c -U -w tomee-plus com.sun.ts.tests.appclient
-build.assembly = -c -U -w tomee-plus com.sun.ts.tests.assembly
-build.common = -c -U -w tomee-plus com.sun.ts.tests.common
-build.compat12 = -c -U -w tomee-plus com.sun.ts.tests.compat12
-build.compat13 = -c -U -w tomee-plus com.sun.ts.tests.compat13
-build.connector = -c -U -w tomee-plus --connector com.sun.ts.tests.connector
-
-build.ejb.ee.bb.entity = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.bb.entity
-build.ejb.ee.bb.localaccess = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.bb.localaccess
-build.ejb.ee.bb.session = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.bb.session
-
-build.ejb.ee.deploy.entity = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.deploy.entity
-build.ejb.ee.deploy.mdb = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.deploy.mdb
-build.ejb.ee.deploy.session = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.deploy.session
-
-build.ejb.ee.pm.ejbql = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.pm.ejbql
-build.ejb.ee.pm.manyXmany = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.pm.manyXmany
-build.ejb.ee.pm.manyXone = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.pm.manyXone
-build.ejb.ee.pm.oneXmany = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.pm.oneXmany
-build.ejb.ee.pm.oneXone = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.pm.oneXone
-build.ejb.ee.pm.selfXself = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.pm.selfXself
-
-build.ejb.ee.sec.bmp = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.sec.bmp
-build.ejb.ee.sec.cmp = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.sec.cmp
-build.ejb.ee.sec.cmp20 = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.sec.cmp20
-build.ejb.ee.sec.mdb = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.sec.mdb
-build.ejb.ee.sec.stateful = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.sec.stateful
-build.ejb.ee.sec.stateless = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.sec.stateless
-
-build.ejb.ee.timer.apitests = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.timer.apitests
-build.ejb.ee.timer.entity = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.timer.entity
-build.ejb.ee.timer.mdb = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.timer.mdb
-build.ejb.ee.timer.session = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.timer.session
-
-build.ejb.ee.tx.entity = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.tx.entity
-build.ejb.ee.tx.entityLocal = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.tx.entityLocal
-build.ejb.ee.tx.session = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.tx.session
-build.ejb.ee.tx.sessionLocal = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.tx.sessionLocal
-
-build.ejb.ee.webservices = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.webservices
-
-build.ejb30.misc = -c -U -w tomee-plus com.sun.ts.tests.ejb30.misc
-build.ejb30.sec = -c -U -w tomee-plus com.sun.ts.tests.ejb30.sec
-build.ejb30.timer = -c -U -w tomee-plus com.sun.ts.tests.ejb30.timer
-build.ejb30.tx = -c -U -w tomee-plus com.sun.ts.tests.ejb30.tx
-build.ejb30.tooSmall = -c -U -w tomee-plus com.sun.ts.tests.ejb30.webservice tomee-plus com.sun.ts.tests.ejb30.zombie com.sun.ts.tests.ejb30.assembly
-
-build.ejb30.bb.localaccess = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.localaccess
-build.ejb30.bb.mdb = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.mdb
-
-build.ejb30.bb.session.stateful.annotation = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.annotation
-build.ejb30.bb.session.stateful.basic = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.basic
-build.ejb30.bb.session.stateful.bm = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.bm
-build.ejb30.bb.session.stateful.busiface = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.busiface
-build.ejb30.bb.session.stateful.busifacedd = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.busifacedd
-build.ejb30.bb.session.stateful.callback = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.callback
-build.ejb30.bb.session.stateful.cm = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.cm
-build.ejb30.bb.session.stateful.concurrency = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.concurrency
-build.ejb30.bb.session.stateful.ejblink = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.ejblink
-build.ejb30.bb.session.stateful.equals = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.equals
-build.ejb30.bb.session.stateful.interceptor = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.interceptor
-build.ejb30.bb.session.stateful.migration = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.migration
-build.ejb30.bb.session.stateful.noattrremotelocal = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.noattrremotelocal
-build.ejb30.bb.session.stateful.remove = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.remove
-build.ejb30.bb.session.stateful.sessioncontext = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.sessioncontext
-build.ejb30.bb.session.stateful.timeout = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.timeout
-
-build.ejb30.bb.session.stateless.annotation = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.annotation
-build.ejb30.bb.session.stateless.basic = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.basic
-build.ejb30.bb.session.stateless.bm = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.bm
-build.ejb30.bb.session.stateless.busiface = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.busiface
-build.ejb30.bb.session.stateless.busifacedd = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.busifacedd
-build.ejb30.bb.session.stateless.callback = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.callback
-build.ejb30.bb.session.stateless.cm = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.cm
-build.ejb30.bb.session.stateless.ejblink = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.ejblink
-build.ejb30.bb.session.stateless.equals = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.equals
-build.ejb30.bb.session.stateless.interceptor = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.interceptor
-build.ejb30.bb.session.stateless.migration = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.migration
-build.ejb30.bb.session.stateless.noattrremotelocal = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.noattrremotelocal
-build.ejb30.bb.session.stateless.sessioncontext = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.sessioncontext
-
-build.ejb30.lite.appexception = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.appexception
-build.ejb30.lite.async = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.async
-build.ejb30.lite.basic = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.basic
-build.ejb30.lite.ejbcontext = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.ejbcontext
-build.ejb30.lite.enventry = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.enventry
-build.ejb30.lite.interceptor = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.interceptor
-build.ejb30.lite.lookup = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.lookup
-build.ejb30.lite.nointerface = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.nointerface
-build.ejb30.lite.packaging = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.packaging
-build.ejb30.lite.singleton = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton
-build.ejb30.lite.stateful = -c-c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful
-build.ejb30.lite.tx = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx
-build.ejb30.lite.view = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.view
-
-
-build.ejb30.persistence.annotations = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations
-build.ejb30.persistence.cache = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.cache
-build.ejb30.persistence.callback = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.callback
-build.ejb30.persistence.derivedid = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid
-build.ejb30.persistence.ee = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.ee
-build.ejb30.persistence.entityManagerClose = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entityManagerClose
-build.ejb30.persistence.exceptions = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.exceptions
-build.ejb30.persistence.inheritance = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.inheritance
-build.ejb30.persistence.lock = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.lock
-build.ejb30.persistence.metamodelapi = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi
-build.ejb30.persistence.nestedembedding = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.nestedembedding
-build.ejb30.persistence.override = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.override
-build.ejb30.persistence.relationship = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.relationship
-build.ejb30.persistence.types = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.types
-build.ejb30.persistence.tooSmall = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.versioning com.sun.ts.tests.ejb30.persistence.basic
-
-build.ejb30.persistence.criteriaapi.abstractquery = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.criteriaapi.abstractquery
-build.ejb30.persistence.criteriaapi.criteriaquery = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.criteriaapi.criteriaquery
-build.ejb30.persistence.criteriaapi.metamodelquery = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.criteriaapi.metamodelquery
-build.ejb30.persistence.criteriaapi.querybuilder = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.criteriaapi.querybuilder
-build.ejb30.persistence.criteriaapi.strquery = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.criteriaapi.strquery
-
-build.ejb30.persistence.entitytest.apitests = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.apitests
-build.ejb30.persistence.entitytest.bigdecimal = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.bigdecimal
-build.ejb30.persistence.entitytest.biginteger = -c-c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.biginteger
-build.ejb30.persistence.entitytest.cascadeall = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall
-build.ejb30.persistence.entitytest.detach = -c-c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.detach
-build.ejb30.persistence.entitytest.persist = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.persist
-build.ejb30.persistence.entitytest.remove = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.remove
-
-build.ejb30.persistence.query.apitests = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.query.apitests
-build.ejb30.persistence.query.flushmode = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.query.flushmode
-build.ejb30.persistence.query.language = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.query.language
-
-
-build.el = -c -U -w tomee-plus com.sun.ts.tests.el
-build.integration = -c -U -w tomee-plus com.sun.ts.tests.integration
-build.interop = -c -U -w tomee-plus com.sun.ts.tests.interop
-build.j2eetools = -c -U -w tomee-plus com.sun.ts.tests.j2eetools
-build.jacc = -c -U -w tomee-plus com.sun.ts.tests.jacc
-build.jaspic = -c -U -w tomee-plus com.sun.ts.tests.jaspic
-build.javamail = -c -U -w tomee-plus com.sun.ts.tests.javamail
-build.jaxr = -c -U -w tomee-plus com.sun.ts.tests.jaxr
-build.jaxrpc = -c -U -w tomee-plus com.sun.ts.tests.jaxrpc
-build.jaxrs = -c -U -w tomee-plus -j com.sun.ts.tests.jaxrs
-
-# TODO Temporarily disabled build.jaxws = -c -U -w tomee-plus com.sun.ts.tests.jaxws
-
-# JMS
-
-build.jms.ee.all.bytesMsgQueue = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.bytesMsgQueue
-build.jms.ee.all.bytesMsgTopic = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.bytesMsgTopic
-build.jms.ee.all.closedQueueConnection = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.closedQueueConnection
-build.jms.ee.all.closedQueueReceiver = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.closedQueueReceiver
-build.jms.ee.all.closedQueueSender = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.closedQueueSender
-build.jms.ee.all.closedQueueSession = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.closedQueueSession
-build.jms.ee.all.closedTopicConnection = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.closedTopicConnection
-build.jms.ee.all.closedpublisher = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.closedpublisher
-build.jms.ee.all.closedsubscriber = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.closedsubscriber
-build.jms.ee.all.closedtopicsessiontests = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.closedtopicsessiontests
-build.jms.ee.all.exceptionQueue = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.exceptionQueue
-build.jms.ee.all.exceptiontests = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.exceptiontests
-build.jms.ee.all.exceptiontopictests = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.exceptiontopictests
-build.jms.ee.all.foreignMsgQueue = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.foreignMsgQueue
-build.jms.ee.all.foreignMsgTopic = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.foreignMsgTopic
-build.jms.ee.all.illegalState = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.illegalState
-build.jms.ee.all.invalidDest = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.invalidDest
-build.jms.ee.all.mapMsgQueue = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.mapMsgQueue
-build.jms.ee.all.mapMsgTopic = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.mapMsgTopic
-build.jms.ee.all.messageQueue = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.messageQueue
-build.jms.ee.all.messageTopic = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.messageTopic
-build.jms.ee.all.msgproducer = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.msgproducer
-build.jms.ee.all.notReadable = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.notReadable
-build.jms.ee.all.objectMsgQueue = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.objectMsgQueue
-build.jms.ee.all.objectMsgTopic = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.objectMsgTopic
-build.jms.ee.all.queueconn = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.queueconn
-build.jms.ee.all.queueheader = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.queueheader
-build.jms.ee.all.queueproperty = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.queueproperty
-build.jms.ee.all.queuetests = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.queuetests
-build.jms.ee.all.selectorQueue = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.selectorQueue
-build.jms.ee.all.selectorTopic = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.selectorTopic
-build.jms.ee.all.sessiontests = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.sessiontests
-build.jms.ee.all.streamMsgQueue = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.streamMsgQueue
-build.jms.ee.all.streamMsgTopic = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.streamMsgTopic
-build.jms.ee.all.topicconntests = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.topicconntests
-build.jms.ee.all.topicheader = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.topicheader
-build.jms.ee.all.topicproperty = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.topicproperty
-build.jms.ee.all.topictests = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.topictests
-build.jms.ee.all.unsupporttests = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.unsupporttests
-build.jms.ee.app = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.app
-build.jms.ee.client = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.client
-build.jms.ee.ejb = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.ejb
-build.jms.ee.ejbweb = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.ejbweb
-build.jms.ee.mdb = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.mdb
-
-
-
-# JSP
-build.jsp.api = -c -U -w tomee-plus com.sun.ts.tests.jsp.api
-build.jsp.spec.configuration = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.configuration
-build.jsp.spec.core_syntax = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax
-build.jsp.spec.el = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.el
-build.jsp.spec.i18n = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.i18n
-build.jsp.spec.jspdocument = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.jspdocument
-build.jsp.spec.misc = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.misc
-build.jsp.spec.security = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.security
-build.jsp.spec.tagext = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tagext
-build.jsp.spec.tagfiles = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tagfiles
-build.jsp.spec.tldres = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tldres
-
-# JSTL
-build.jstl.compat = -c -U -w tomee-plus com.sun.ts.tests.jstl.compat
-build.jstl.spec.core = -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core
-build.jstl.spec.etu = -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.etu
-build.jstl.spec.fmt = -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt
-build.jstl.spec.sql = -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.sql
-build.jstl.spec.xml = -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.xml
-
-
-build.jta = -c -U -w tomee-plus com.sun.ts.tests.jta
-build.jws = -c -U -w tomee-plus com.sun.ts.tests.jws
-build.pluggability = -c -U -w tomee-plus com.sun.ts.tests.pluggability
-build.rmiiiop = -c -U -w tomee-plus com.sun.ts.tests.rmiiiop
-build.saaj = -c -U -w tomee-plus com.sun.ts.tests.saaj
-build.samples = -c -U -w tomee-plus com.sun.ts.tests.samples
-
-build.servlet.api.javax_servlet = -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet
-build.servlet.api.javax_servlet_http = -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http
-build.servlet.compat = -c -U -w tomee-plus com.sun.ts.tests.servlet.compat
-build.servlet.spec = -c -U -w tomee-plus com.sun.ts.tests.servlet.spec
-
-build.signaturetest = -c -U -w tomee-plus com.sun.ts.tests.signaturetest
-build.webservices = -c -U -w tomee-plus com.sun.ts.tests.webservices
-build.webservices12 = -c -U -w tomee-plus com.sun.ts.tests.webservices12
-build.webservices13 = -c -U -w tomee-plus com.sun.ts.tests.webservices13
-build.xa = -c -U -w tomee-plus com.sun.ts.tests.xa
-
-
-#############
-#  Pulled from webprofile.properties
-#  These all need to be re-verified
-#############
-
-build.com.sun.ts.tests.jdbc.ee.batchUpdate = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.batchUpdate
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt1 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt1
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt10 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt10
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt11 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt11
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt12 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt12
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt13 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt13
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt14 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt14
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt15 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt15
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt16 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt16
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt17 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt17
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt18 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt18
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt19 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt19
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt2 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt2
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt20 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt20
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt21 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt21
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt22 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt22
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt3 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt3
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt4 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt4
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt5 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt5
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt6 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt6
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt7 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt7
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt8 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt8
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt9 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt9
-build.com.sun.ts.tests.jdbc.ee.connection.connection1 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.connection.connection1
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime1 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dateTime.dateTime1
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime2 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dateTime.dateTime2
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime3 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dateTime.dateTime3
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta1 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta1
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta10 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta10
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta11 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta11
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta12 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta12
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta2 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta2
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta3 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta3
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta4 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta4
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta5 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta5
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta6 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta6
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta7 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta7
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta8 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta8
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta9 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta9
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar1 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar1
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar2 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar2
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar3 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar3
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar4 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar4
-build.com.sun.ts.tests.jdbc.ee.exception.batUpdExcept = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.exception.batUpdExcept
-build.com.sun.ts.tests.jdbc.ee.exception.sqlException = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.exception.sqlException
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt1 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt1
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt10 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt10
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt11 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt11
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt12 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt12
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt13 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt13
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt14 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt14
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt15 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt15
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt16 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt16
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt2 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt2
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt3 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt3
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt4 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt4
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt5 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt5
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt6 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt6
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt7 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt7
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt8 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt8
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt9 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt9
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet1 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet1
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet10 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet10
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet11 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet11
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet14 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet14
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet17 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet17
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet18 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet18
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet41 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet41
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet45 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet45
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet47 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet47
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet49 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet49
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet7 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet7
-build.com.sun.ts.tests.jdbc.ee.rsMeta = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.rsMeta
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt1 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.stmt.stmt1
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt2 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.stmt.stmt2
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt3 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.stmt.stmt3
-
-# JSF
-
-build.jsf.api.javax_faces.application = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application
-build.jsf.api.javax_faces.context = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.context
-build.jsf.api.javax_faces.convert = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert
-build.jsf.api.javax_faces.el = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.el
-build.jsf.api.javax_faces.event = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event
-build.jsf.api.javax_faces.facesexception = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.facesexception
-build.jsf.api.javax_faces.factoryfinder = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.factoryfinder
-build.jsf.api.javax_faces.factoryfinderrelease = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.factoryfinderrelease
-build.jsf.api.javax_faces.lifecycle = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.lifecycle
-build.jsf.api.javax_faces.model = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.model
-build.jsf.api.javax_faces.render = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.render
-build.jsf.api.javax_faces.validator = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.validator
-build.jsf.api.javax_faces.view = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.view
-build.jsf.spec = -c -U -w tomee-plus com.sun.ts.tests.jsf.spec
-
-build.jsf.api.javax_faces.component.annotation = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.annotation
-build.jsf.api.javax_faces.component.uicolumn = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uicolumn
-build.jsf.api.javax_faces.component.uicommand = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uicommand
-build.jsf.api.javax_faces.component.uidata = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uidata
-build.jsf.api.javax_faces.component.uiform = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiform
-build.jsf.api.javax_faces.component.uigraphic = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uigraphic
-build.jsf.api.javax_faces.component.uiinput = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiinput
-build.jsf.api.javax_faces.component.uimessage = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uimessage
-build.jsf.api.javax_faces.component.uimessages = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uimessages
-build.jsf.api.javax_faces.component.uinamingcontainer = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uinamingcontainer
-build.jsf.api.javax_faces.component.uioutcometarget = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uioutcometarget
-build.jsf.api.javax_faces.component.uioutput = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uioutput
-build.jsf.api.javax_faces.component.uipanel = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uipanel
-build.jsf.api.javax_faces.component.uiparameter = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiparameter
-build.jsf.api.javax_faces.component.uiselectboolean = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiselectboolean
-build.jsf.api.javax_faces.component.uiselectitem = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitem
-build.jsf.api.javax_faces.component.uiselectitems = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitems
-build.jsf.api.javax_faces.component.uiselectmany = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiselectmany
-build.jsf.api.javax_faces.component.uiselectone = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiselectone
-build.jsf.api.javax_faces.component.uiviewparameter = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiviewparameter
-build.jsf.api.javax_faces.component.uiviewroot = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiviewroot
-
-build.jsf.api.javax_faces.component.html.htmlcommandbutton = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandbutton
-build.jsf.api.javax_faces.component.html.htmlcommandlink = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandlink
-build.jsf.api.javax_faces.component.html.htmldatatable = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmldatatable
-build.jsf.api.javax_faces.component.html.htmlform = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlform
-build.jsf.api.javax_faces.component.html.htmlgraphicimage = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlgraphicimage
-build.jsf.api.javax_faces.component.html.htmlinputhidden = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputhidden
-build.jsf.api.javax_faces.component.html.htmlinputsecret = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputsecret
-build.jsf.api.javax_faces.component.html.htmlinputtext = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtext
-build.jsf.api.javax_faces.component.html.htmlinputtextarea = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtextarea
-build.jsf.api.javax_faces.component.html.htmlmessage = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessage
-build.jsf.api.javax_faces.component.html.htmlmessages = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessages
-build.jsf.api.javax_faces.component.html.htmloutcometargetbutton = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetbutton
-build.jsf.api.javax_faces.component.html.htmloutcometargetlink = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetlink
-build.jsf.api.javax_faces.component.html.htmloutputformat = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputformat
-build.jsf.api.javax_faces.component.html.htmloutputlabel = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlabel
-build.jsf.api.javax_faces.component.html.htmloutputlink = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlink
-build.jsf.api.javax_faces.component.html.htmloutputtext = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputtext
-build.jsf.api.javax_faces.component.html.htmlpanelgrid = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgrid
-build.jsf.api.javax_faces.component.html.htmlpanelgroup = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgroup
-build.jsf.api.javax_faces.component.html.htmlselectbooleancheckbox = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectbooleancheckbox
-build.jsf.api.javax_faces.component.html.htmlselectmanycheckbox = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanycheckbox
-build.jsf.api.javax_faces.component.html.htmlselectmanylistbox = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanylistbox
-build.jsf.api.javax_faces.component.html.htmlselectmanymenu = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanymenu
-build.jsf.api.javax_faces.component.html.htmlselectonelistbox = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonelistbox
-build.jsf.api.javax_faces.component.html.htmlselectonemenu = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonemenu
-build.jsf.api.javax_faces.component.html.htmlselectoneradio = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectoneradio
diff --git a/profiles/full/full.properties b/profiles/full/full.properties
deleted file mode 100644
index fd641d0..0000000
--- a/profiles/full/full.properties
+++ /dev/null
@@ -1,407 +0,0 @@
-project.name= apache-tomee-plus-full
-project.version= 7.0.4-SNAPSHOT
-project.id= 3
-project.scmUrl= scm:svn:https://svn.apache.org/repos/tck/tomee-tck/trunk
-project.buildFile= runtests
-include.f.javatest.log= target/logs/javatest.log
-include.d.logs=.*target/(apache|openejb).*/logs/.*
-header.webcontainer= tomee-plus
-
-# This file defines the tasks that are run in EC2.
-# Each build.* line becomes a task which is sent to a machine.
-# That machine will run the command and send back the results.
-# Adding lines to this file is enough to update the TCK setup in EC2.
-#
-# The syntax is pretty simple:
-#
-#   build.<some-made-up-id> = <the-arguments-to-the-runtests-script>
-#
-# By convention, the "some-made-up-id" usualy refers to the name of the tests run.
-#
-# The "the-arguments-to-the-runtests-script" are simply passed as-is to './runtests'.
-# This means that anything that can be run on someone's machine via './runtests -abcdefg com.sun.foo' 
-# can also be run in EC2 by adding 'build.com.sun.foo = -abcdefg com.sun.foo' to this file.
-#
-# EC2 will update itself by pulling this file from svn nightly
-#
-build.appclient = -c -U -w tomee-plus com.sun.ts.tests.appclient
-build.assembly = -c -U -w tomee-plus com.sun.ts.tests.assembly
-build.common = -c -U -w tomee-plus com.sun.ts.tests.common
-build.compat12 = -c -U -w tomee-plus com.sun.ts.tests.compat12
-build.compat13 = -c -U -w tomee-plus com.sun.ts.tests.compat13
-build.connector = -c -U -w tomee-plus --connector com.sun.ts.tests.connector
-
-build.ejb.ee.bb.entity = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.bb.entity
-build.ejb.ee.bb.localaccess = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.bb.localaccess
-build.ejb.ee.bb.session = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.bb.session
-
-build.ejb.ee.deploy.entity = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.deploy.entity
-build.ejb.ee.deploy.mdb = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.deploy.mdb
-build.ejb.ee.deploy.session = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.deploy.session
-
-build.ejb.ee.pm.ejbql = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.pm.ejbql
-build.ejb.ee.pm.manyXmany = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.pm.manyXmany
-build.ejb.ee.pm.manyXone = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.pm.manyXone
-build.ejb.ee.pm.oneXmany = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.pm.oneXmany
-build.ejb.ee.pm.oneXone = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.pm.oneXone
-build.ejb.ee.pm.selfXself = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.pm.selfXself
-
-build.ejb.ee.sec.bmp = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.sec.bmp
-build.ejb.ee.sec.cmp = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.sec.cmp
-build.ejb.ee.sec.cmp20 = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.sec.cmp20
-build.ejb.ee.sec.mdb = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.sec.mdb
-build.ejb.ee.sec.stateful = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.sec.stateful
-build.ejb.ee.sec.stateless = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.sec.stateless
-
-build.ejb.ee.timer.apitests = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.timer.apitests
-build.ejb.ee.timer.entity = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.timer.entity
-build.ejb.ee.timer.mdb = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.timer.mdb
-build.ejb.ee.timer.session = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.timer.session
-
-build.ejb.ee.tx.entity = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.tx.entity
-build.ejb.ee.tx.entityLocal = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.tx.entityLocal
-build.ejb.ee.tx.session = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.tx.session
-build.ejb.ee.tx.sessionLocal = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.tx.sessionLocal
-
-build.ejb.ee.webservices = -c -U -w tomee-plus com.sun.ts.tests.ejb.ee.webservices
-
-build.ejb30.misc = -c -U -w tomee-plus com.sun.ts.tests.ejb30.misc
-build.ejb30.sec = -c -U -w tomee-plus com.sun.ts.tests.ejb30.sec
-build.ejb30.timer = -c -U -w tomee-plus com.sun.ts.tests.ejb30.timer
-build.ejb30.tx = -c -U -w tomee-plus com.sun.ts.tests.ejb30.tx
-build.ejb30.tooSmall = -c -U -w tomee-plus com.sun.ts.tests.ejb30.webservice tomee-plus com.sun.ts.tests.ejb30.zombie com.sun.ts.tests.ejb30.assembly
-
-build.ejb30.bb.localaccess = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.localaccess
-build.ejb30.bb.mdb = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.mdb
-
-build.ejb30.bb.session.stateful.annotation = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.annotation
-build.ejb30.bb.session.stateful.basic = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.basic
-build.ejb30.bb.session.stateful.bm = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.bm
-build.ejb30.bb.session.stateful.busiface = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.busiface
-build.ejb30.bb.session.stateful.busifacedd = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.busifacedd
-build.ejb30.bb.session.stateful.callback = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.callback
-build.ejb30.bb.session.stateful.cm = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.cm
-build.ejb30.bb.session.stateful.concurrency = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.concurrency
-build.ejb30.bb.session.stateful.ejblink = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.ejblink
-build.ejb30.bb.session.stateful.equals = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.equals
-build.ejb30.bb.session.stateful.interceptor = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.interceptor
-build.ejb30.bb.session.stateful.migration = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.migration
-build.ejb30.bb.session.stateful.noattrremotelocal = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.noattrremotelocal
-build.ejb30.bb.session.stateful.remove = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.remove
-build.ejb30.bb.session.stateful.sessioncontext = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.sessioncontext
-build.ejb30.bb.session.stateful.timeout = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateful.timeout
-
-build.ejb30.bb.session.stateless.annotation = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.annotation
-build.ejb30.bb.session.stateless.basic = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.basic
-build.ejb30.bb.session.stateless.bm = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.bm
-build.ejb30.bb.session.stateless.busiface = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.busiface
-build.ejb30.bb.session.stateless.busifacedd = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.busifacedd
-build.ejb30.bb.session.stateless.callback = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.callback
-build.ejb30.bb.session.stateless.cm = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.cm
-build.ejb30.bb.session.stateless.ejblink = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.ejblink
-build.ejb30.bb.session.stateless.equals = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.equals
-build.ejb30.bb.session.stateless.interceptor = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.interceptor
-build.ejb30.bb.session.stateless.migration = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.migration
-build.ejb30.bb.session.stateless.noattrremotelocal = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.noattrremotelocal
-build.ejb30.bb.session.stateless.sessioncontext = -c -U -w tomee-plus com.sun.ts.tests.ejb30.bb.session.stateless.sessioncontext
-
-build.ejb30.lite.appexception = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.appexception
-build.ejb30.lite.async = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.async
-build.ejb30.lite.basic = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.basic
-build.ejb30.lite.ejbcontext = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.ejbcontext
-build.ejb30.lite.enventry = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.enventry
-build.ejb30.lite.interceptor = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.interceptor
-build.ejb30.lite.lookup = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.lookup
-build.ejb30.lite.nointerface = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.nointerface
-build.ejb30.lite.packaging = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.packaging
-build.ejb30.lite.singleton = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton
-build.ejb30.lite.stateful = -c-c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful
-build.ejb30.lite.tx = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx
-build.ejb30.lite.view = -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.view
-
-
-build.ejb30.persistence.annotations = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations
-build.ejb30.persistence.cache = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.cache
-build.ejb30.persistence.callback = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.callback
-build.ejb30.persistence.derivedid = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid
-build.ejb30.persistence.ee = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.ee
-build.ejb30.persistence.entityManagerClose = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entityManagerClose
-build.ejb30.persistence.exceptions = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.exceptions
-build.ejb30.persistence.inheritance = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.inheritance
-build.ejb30.persistence.lock = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.lock
-build.ejb30.persistence.metamodelapi = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi
-build.ejb30.persistence.nestedembedding = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.nestedembedding
-build.ejb30.persistence.override = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.override
-build.ejb30.persistence.relationship = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.relationship
-build.ejb30.persistence.types = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.types
-build.ejb30.persistence.tooSmall = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.versioning com.sun.ts.tests.ejb30.persistence.basic
-
-build.ejb30.persistence.criteriaapi.abstractquery = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.criteriaapi.abstractquery
-build.ejb30.persistence.criteriaapi.criteriaquery = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.criteriaapi.criteriaquery
-build.ejb30.persistence.criteriaapi.metamodelquery = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.criteriaapi.metamodelquery
-build.ejb30.persistence.criteriaapi.querybuilder = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.criteriaapi.querybuilder
-build.ejb30.persistence.criteriaapi.strquery = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.criteriaapi.strquery
-
-build.ejb30.persistence.entitytest.apitests = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.apitests
-build.ejb30.persistence.entitytest.bigdecimal = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.bigdecimal
-build.ejb30.persistence.entitytest.biginteger = -c-c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.biginteger
-build.ejb30.persistence.entitytest.cascadeall = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall
-build.ejb30.persistence.entitytest.detach = -c-c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.detach
-build.ejb30.persistence.entitytest.persist = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.persist
-build.ejb30.persistence.entitytest.remove = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.remove
-
-build.ejb30.persistence.query.apitests = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.query.apitests
-build.ejb30.persistence.query.flushmode = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.query.flushmode
-build.ejb30.persistence.query.language = -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.query.language
-
-
-build.el = -c -U -w tomee-plus com.sun.ts.tests.el
-build.integration = -c -U -w tomee-plus com.sun.ts.tests.integration
-build.interop = -c -U -w tomee-plus com.sun.ts.tests.interop
-build.j2eetools = -c -U -w tomee-plus com.sun.ts.tests.j2eetools
-build.jacc = -c -U -w tomee-plus com.sun.ts.tests.jacc
-build.jaspic = -c -U -w tomee-plus com.sun.ts.tests.jaspic
-build.javamail = -c -U -w tomee-plus com.sun.ts.tests.javamail
-build.jaxr = -c -U -w tomee-plus com.sun.ts.tests.jaxr
-build.jaxrpc = -c -U -w tomee-plus com.sun.ts.tests.jaxrpc
-build.jaxrs = -c -U -w tomee-plus -j com.sun.ts.tests.jaxrs
-
-# TODO Temporarily disabled build.jaxws = -c -U -w tomee-plus com.sun.ts.tests.jaxws
-
-# JMS
-
-build.jms.ee.all.bytesMsgQueue = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.bytesMsgQueue
-build.jms.ee.all.bytesMsgTopic = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.bytesMsgTopic
-build.jms.ee.all.closedQueueConnection = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.closedQueueConnection
-build.jms.ee.all.closedQueueReceiver = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.closedQueueReceiver
-build.jms.ee.all.closedQueueSender = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.closedQueueSender
-build.jms.ee.all.closedQueueSession = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.closedQueueSession
-build.jms.ee.all.closedTopicConnection = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.closedTopicConnection
-build.jms.ee.all.closedpublisher = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.closedpublisher
-build.jms.ee.all.closedsubscriber = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.closedsubscriber
-build.jms.ee.all.closedtopicsessiontests = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.closedtopicsessiontests
-build.jms.ee.all.exceptionQueue = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.exceptionQueue
-build.jms.ee.all.exceptiontests = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.exceptiontests
-build.jms.ee.all.exceptiontopictests = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.exceptiontopictests
-build.jms.ee.all.foreignMsgQueue = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.foreignMsgQueue
-build.jms.ee.all.foreignMsgTopic = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.foreignMsgTopic
-build.jms.ee.all.illegalState = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.illegalState
-build.jms.ee.all.invalidDest = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.invalidDest
-build.jms.ee.all.mapMsgQueue = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.mapMsgQueue
-build.jms.ee.all.mapMsgTopic = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.mapMsgTopic
-build.jms.ee.all.messageQueue = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.messageQueue
-build.jms.ee.all.messageTopic = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.messageTopic
-build.jms.ee.all.msgproducer = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.msgproducer
-build.jms.ee.all.notReadable = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.notReadable
-build.jms.ee.all.objectMsgQueue = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.objectMsgQueue
-build.jms.ee.all.objectMsgTopic = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.objectMsgTopic
-build.jms.ee.all.queueconn = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.queueconn
-build.jms.ee.all.queueheader = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.queueheader
-build.jms.ee.all.queueproperty = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.queueproperty
-build.jms.ee.all.queuetests = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.queuetests
-build.jms.ee.all.selectorQueue = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.selectorQueue
-build.jms.ee.all.selectorTopic = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.selectorTopic
-build.jms.ee.all.sessiontests = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.sessiontests
-build.jms.ee.all.streamMsgQueue = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.streamMsgQueue
-build.jms.ee.all.streamMsgTopic = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.streamMsgTopic
-build.jms.ee.all.topicconntests = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.topicconntests
-build.jms.ee.all.topicheader = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.topicheader
-build.jms.ee.all.topicproperty = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.topicproperty
-build.jms.ee.all.topictests = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.topictests
-build.jms.ee.all.unsupporttests = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.all.unsupporttests
-build.jms.ee.app = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.app
-build.jms.ee.client = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.client
-build.jms.ee.ejb = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.ejb
-build.jms.ee.ejbweb = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.ejbweb
-build.jms.ee.mdb = -c -U -w tomee-plus com.sun.ts.tests.jms.ee.mdb
-
-
-
-# JSP
-build.jsp.api = -c -U -w tomee-plus com.sun.ts.tests.jsp.api
-build.jsp.spec.configuration = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.configuration
-build.jsp.spec.core_syntax = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax
-build.jsp.spec.el = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.el
-build.jsp.spec.i18n = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.i18n
-build.jsp.spec.jspdocument = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.jspdocument
-build.jsp.spec.misc = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.misc
-build.jsp.spec.security = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.security
-build.jsp.spec.tagext = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tagext
-build.jsp.spec.tagfiles = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tagfiles
-build.jsp.spec.tldres = -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tldres
-
-# JSTL
-build.jstl.compat = -c -U -w tomee-plus com.sun.ts.tests.jstl.compat
-build.jstl.spec.core = -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core
-build.jstl.spec.etu = -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.etu
-build.jstl.spec.fmt = -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt
-build.jstl.spec.sql = -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.sql
-build.jstl.spec.xml = -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.xml
-
-
-build.jta = -c -U -w tomee-plus com.sun.ts.tests.jta
-build.jws = -c -U -w tomee-plus com.sun.ts.tests.jws
-build.pluggability = -c -U -w tomee-plus com.sun.ts.tests.pluggability
-build.rmiiiop = -c -U -w tomee-plus com.sun.ts.tests.rmiiiop
-build.saaj = -c -U -w tomee-plus com.sun.ts.tests.saaj
-build.samples = -c -U -w tomee-plus com.sun.ts.tests.samples
-
-build.servlet.api.javax_servlet = -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet
-build.servlet.api.javax_servlet_http = -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http
-build.servlet.compat = -c -U -w tomee-plus com.sun.ts.tests.servlet.compat
-build.servlet.spec = -c -U -w tomee-plus com.sun.ts.tests.servlet.spec
-
-build.signaturetest = -c -U -w tomee-plus com.sun.ts.tests.signaturetest
-build.webservices = -c -U -w tomee-plus com.sun.ts.tests.webservices
-build.webservices12 = -c -U -w tomee-plus com.sun.ts.tests.webservices12
-build.webservices13 = -c -U -w tomee-plus com.sun.ts.tests.webservices13
-build.xa = -c -U -w tomee-plus com.sun.ts.tests.xa
-
-
-#############
-#  Pulled from webprofile.properties
-#  These all need to be re-verified
-#############
-
-build.com.sun.ts.tests.jdbc.ee.batchUpdate = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.batchUpdate
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt1 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt1
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt10 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt10
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt11 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt11
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt12 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt12
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt13 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt13
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt14 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt14
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt15 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt15
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt16 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt16
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt17 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt17
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt18 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt18
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt19 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt19
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt2 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt2
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt20 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt20
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt21 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt21
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt22 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt22
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt3 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt3
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt4 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt4
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt5 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt5
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt6 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt6
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt7 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt7
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt8 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt8
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt9 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt9
-build.com.sun.ts.tests.jdbc.ee.connection.connection1 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.connection.connection1
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime1 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dateTime.dateTime1
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime2 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dateTime.dateTime2
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime3 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dateTime.dateTime3
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta1 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta1
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta10 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta10
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta11 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta11
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta12 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta12
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta2 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta2
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta3 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta3
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta4 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta4
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta5 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta5
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta6 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta6
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta7 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta7
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta8 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta8
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta9 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta9
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar1 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar1
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar2 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar2
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar3 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar3
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar4 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar4
-build.com.sun.ts.tests.jdbc.ee.exception.batUpdExcept = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.exception.batUpdExcept
-build.com.sun.ts.tests.jdbc.ee.exception.sqlException = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.exception.sqlException
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt1 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt1
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt10 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt10
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt11 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt11
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt12 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt12
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt13 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt13
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt14 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt14
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt15 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt15
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt16 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt16
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt2 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt2
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt3 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt3
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt4 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt4
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt5 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt5
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt6 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt6
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt7 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt7
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt8 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt8
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt9 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt9
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet1 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet1
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet10 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet10
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet11 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet11
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet14 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet14
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet17 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet17
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet18 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet18
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet41 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet41
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet45 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet45
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet47 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet47
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet49 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet49
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet7 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet7
-build.com.sun.ts.tests.jdbc.ee.rsMeta = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.rsMeta
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt1 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.stmt.stmt1
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt2 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.stmt.stmt2
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt3 = --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.stmt.stmt3
-
-# JSF
-
-build.jsf.api.javax_faces.application = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application
-build.jsf.api.javax_faces.context = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.context
-build.jsf.api.javax_faces.convert = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert
-build.jsf.api.javax_faces.el = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.el
-build.jsf.api.javax_faces.event = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event
-build.jsf.api.javax_faces.facesexception = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.facesexception
-build.jsf.api.javax_faces.factoryfinder = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.factoryfinder
-build.jsf.api.javax_faces.factoryfinderrelease = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.factoryfinderrelease
-build.jsf.api.javax_faces.lifecycle = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.lifecycle
-build.jsf.api.javax_faces.model = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.model
-build.jsf.api.javax_faces.render = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.render
-build.jsf.api.javax_faces.validator = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.validator
-build.jsf.api.javax_faces.view = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.view
-build.jsf.spec = -c -U -w tomee-plus com.sun.ts.tests.jsf.spec
-
-build.jsf.api.javax_faces.component.annotation = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.annotation
-build.jsf.api.javax_faces.component.uicolumn = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uicolumn
-build.jsf.api.javax_faces.component.uicommand = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uicommand
-build.jsf.api.javax_faces.component.uidata = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uidata
-build.jsf.api.javax_faces.component.uiform = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiform
-build.jsf.api.javax_faces.component.uigraphic = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uigraphic
-build.jsf.api.javax_faces.component.uiinput = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiinput
-build.jsf.api.javax_faces.component.uimessage = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uimessage
-build.jsf.api.javax_faces.component.uimessages = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uimessages
-build.jsf.api.javax_faces.component.uinamingcontainer = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uinamingcontainer
-build.jsf.api.javax_faces.component.uioutcometarget = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uioutcometarget
-build.jsf.api.javax_faces.component.uioutput = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uioutput
-build.jsf.api.javax_faces.component.uipanel = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uipanel
-build.jsf.api.javax_faces.component.uiparameter = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiparameter
-build.jsf.api.javax_faces.component.uiselectboolean = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiselectboolean
-build.jsf.api.javax_faces.component.uiselectitem = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitem
-build.jsf.api.javax_faces.component.uiselectitems = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitems
-build.jsf.api.javax_faces.component.uiselectmany = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiselectmany
-build.jsf.api.javax_faces.component.uiselectone = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiselectone
-build.jsf.api.javax_faces.component.uiviewparameter = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiviewparameter
-build.jsf.api.javax_faces.component.uiviewroot = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiviewroot
-
-build.jsf.api.javax_faces.component.html.htmlcommandbutton = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandbutton
-build.jsf.api.javax_faces.component.html.htmlcommandlink = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandlink
-build.jsf.api.javax_faces.component.html.htmldatatable = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmldatatable
-build.jsf.api.javax_faces.component.html.htmlform = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlform
-build.jsf.api.javax_faces.component.html.htmlgraphicimage = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlgraphicimage
-build.jsf.api.javax_faces.component.html.htmlinputhidden = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputhidden
-build.jsf.api.javax_faces.component.html.htmlinputsecret = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputsecret
-build.jsf.api.javax_faces.component.html.htmlinputtext = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtext
-build.jsf.api.javax_faces.component.html.htmlinputtextarea = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtextarea
-build.jsf.api.javax_faces.component.html.htmlmessage = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessage
-build.jsf.api.javax_faces.component.html.htmlmessages = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessages
-build.jsf.api.javax_faces.component.html.htmloutcometargetbutton = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetbutton
-build.jsf.api.javax_faces.component.html.htmloutcometargetlink = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetlink
-build.jsf.api.javax_faces.component.html.htmloutputformat = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputformat
-build.jsf.api.javax_faces.component.html.htmloutputlabel = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlabel
-build.jsf.api.javax_faces.component.html.htmloutputlink = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlink
-build.jsf.api.javax_faces.component.html.htmloutputtext = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputtext
-build.jsf.api.javax_faces.component.html.htmlpanelgrid = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgrid
-build.jsf.api.javax_faces.component.html.htmlpanelgroup = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgroup
-build.jsf.api.javax_faces.component.html.htmlselectbooleancheckbox = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectbooleancheckbox
-build.jsf.api.javax_faces.component.html.htmlselectmanycheckbox = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanycheckbox
-build.jsf.api.javax_faces.component.html.htmlselectmanylistbox = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanylistbox
-build.jsf.api.javax_faces.component.html.htmlselectmanymenu = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanymenu
-build.jsf.api.javax_faces.component.html.htmlselectonelistbox = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonelistbox
-build.jsf.api.javax_faces.component.html.htmlselectonemenu = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonemenu
-build.jsf.api.javax_faces.component.html.htmlselectoneradio = -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectoneradio
diff --git a/profiles/plume/plume.properties b/profiles/plume/plume.properties
deleted file mode 100644
index 86c18e4..0000000
--- a/profiles/plume/plume.properties
+++ /dev/null
@@ -1,843 +0,0 @@
-project.name= plume-7.x
-project.version = 7.0.4-SNAPSHOT
-project.id = 11
-project.cron = * 19 45
-#This is the TCK repo URL
-project.scmUrl = scm:svn:https://svn.apache.org/repos/tck/tomee-tck/trunk
-project.buildFile= runtests
-include.f.javatest.log= target/logs/javatest.log
-include.d.logs=.*target/(apache|openejb).*/logs/.*
-#include.d.results= .*.jtr
-header.webcontainer= tomee
-order = ejb30.persistence.criteriaapi, ejb30.lite.singleton.concurrency, ejb30.lite.stateful.timeout, random
-
-build.com.sun.ts.tests.ejb30.lite.appexception.singleton.annotated = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.appexception.singleton.annotated
-build.com.sun.ts.tests.ejb30.lite.appexception.singleton.inheritance = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.appexception.singleton.inheritance
-build.com.sun.ts.tests.ejb30.lite.appexception.stateful.annotated = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.appexception.stateful.annotated
-build.com.sun.ts.tests.ejb30.lite.appexception.stateful.inheritance = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.appexception.stateful.inheritance
-build.com.sun.ts.tests.ejb30.lite.appexception.stateless.annotated = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.appexception.stateless.annotated
-build.com.sun.ts.tests.ejb30.lite.appexception.stateless.override = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.appexception.stateless.override
-build.com.sun.ts.tests.ejb30.lite.basic.mock = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.basic.mock
-build.com.sun.ts.tests.ejb30.lite.basic.singleton = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.basic.singleton
-build.com.sun.ts.tests.ejb30.lite.basic.stateful = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.basic.stateful
-build.com.sun.ts.tests.ejb30.lite.basic.stateless = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.basic.stateless
-build.com.sun.ts.tests.ejb30.lite.ejbcontext.stateless = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.ejbcontext.stateless
-build.com.sun.ts.tests.ejb30.lite.enventry.singleton = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.enventry.singleton
-build.com.sun.ts.tests.ejb30.lite.enventry.stateful = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.enventry.stateful
-build.com.sun.ts.tests.ejb30.lite.enventry.stateless = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.enventry.stateless
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.annotated = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.annotated
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.descriptor = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.descriptor
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.invocationcontext = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.interceptor.singleton.invocationcontext
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.annotated = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.annotated
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.descriptor = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.descriptor
-build.com.sun.ts.tests.ejb30.lite.lookup.annotated = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.lookup.annotated
-build.com.sun.ts.tests.ejb30.lite.lookup.descriptor = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.lookup.descriptor
-build.com.sun.ts.tests.ejb30.lite.nointerface.annotated = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.nointerface.annotated
-build.com.sun.ts.tests.ejb30.lite.nointerface.descriptor = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.nointerface.descriptor
-build.com.sun.ts.tests.ejb30.lite.packaging.embed.provider = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.packaging.embed.provider
-build.com.sun.ts.tests.ejb30.lite.packaging.war.datasource.singleton = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.packaging.war.datasource.singleton
-build.com.sun.ts.tests.ejb30.lite.packaging.war.datasource.stateful = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.packaging.war.datasource.stateful
-build.com.sun.ts.tests.ejb30.lite.packaging.war.enventry = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.packaging.war.enventry
-build.com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.business = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.business
-build.com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.invocationcontext = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.invocationcontext
-build.com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.lifecycle = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.lifecycle
-build.com.sun.ts.tests.ejb30.lite.packaging.war.servletcontextlistener = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.packaging.war.servletcontextlistener
-build.com.sun.ts.tests.ejb30.lite.packaging.war.webinflib = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.packaging.war.webinflib
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.bean = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.concurrency.bean
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.accesstimeout = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.accesstimeout
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejbembed = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejblitejsf = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejblitejsp = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejbliteservlet = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejbliteservlet2 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejbembed = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejblitejsf = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejblitejsp = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejbliteservlet = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejbliteservlet2 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejbembed = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejblitejsf = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejblitejsp = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejbliteservlet = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejbliteservlet2 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejbembed = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejblitejsf = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejblitejsp = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejbliteservlet = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejbliteservlet2 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejbembed = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejblitejsf = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejblitejsp = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejbliteservlet = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejbliteservlet2 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejbembed = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejblitejsf = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejblitejsp = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejbliteservlet = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejbliteservlet2 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.inheritance = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.inheritance
-build.com.sun.ts.tests.ejb30.lite.singleton.dependson.graph = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.dependson.graph
-build.com.sun.ts.tests.ejb30.lite.singleton.dependson.triangle = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.dependson.triangle
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.bean = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.lifecycle.bean
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejbembed = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejblitejsf = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejblitejsp = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejbliteservlet = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejbliteservlet2 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejbembed = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejblitejsf = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejblitejsp = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejbliteservlet = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejbliteservlet2 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejbembed = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejblitejsf = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejblitejsp = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejbliteservlet = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejbliteservlet2 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejbembed = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejblitejsf = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejblitejsp = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejbliteservlet = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejbliteservlet2 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejbembed = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejblitejsf = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejblitejsp = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejbliteservlet = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejbliteservlet2 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.annotated = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.annotated
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.descriptor = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.descriptor
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.annotated = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.annotated
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.descriptor = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.descriptor
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.dayUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#dayUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.dayUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#dayUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitNoInterface_from_ejbembed = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitNoInterface_from_ejblitejsp = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.hourUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#hourUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.hourUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#hourUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.microsecondUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#microsecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.microsecondUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#microsecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.millisecondUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#millisecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.millisecondUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#millisecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.minus1Timeout_from_ejbembed = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#minus1Timeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.minus1Timeout_from_ejblitejsp = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#minus1Timeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.nanosecondUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#nanosecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.nanosecondUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#nanosecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitNoInterface_from_ejbembed = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitNoInterface_from_ejblitejsp = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.zeroTimeout_from_ejbembed = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#zeroTimeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.zeroTimeout_from_ejblitejsp = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#zeroTimeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.dayUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#dayUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.dayUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#dayUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitNoInterface_from_ejbembed = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitNoInterface_from_ejblitejsp = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.hourUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#hourUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.hourUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#hourUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.microsecondUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#microsecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.microsecondUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#microsecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.millisecondUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#millisecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.millisecondUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#millisecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.minus1Timeout_from_ejbembed = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#minus1Timeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.minus1Timeout_from_ejblitejsp = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#minus1Timeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.nanosecondUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#nanosecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.nanosecondUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#nanosecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitNoInterface_from_ejbembed = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitNoInterface_from_ejblitejsp = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.zeroTimeout_from_ejbembed = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#zeroTimeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.zeroTimeout_from_ejblitejsp = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#zeroTimeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.tx.bm.singleton.rw = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.tx.bm.singleton.rw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.annotated = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.tx.cm.singleton.annotated
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.inheritance = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.tx.cm.singleton.inheritance
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.mandatory = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#mandatory
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.postConstructTransaction = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#postConstructTransaction
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.required = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#required
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.requiredNoExistingTransaction = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#requiredNoExistingTransaction
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.requiresNew = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#requiresNew
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.supports = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#supports
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.webrw = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.tx.cm.singleton.webrw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateful.annotated = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.tx.cm.stateful.annotated
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateful.rw = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.tx.cm.stateful.rw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateful.sessionsync = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.tx.cm.stateful.sessionsync
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.annotated = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.tx.cm.stateless.annotated
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.inheritance = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.tx.cm.stateless.inheritance
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.rw = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.tx.cm.stateless.rw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.webrw = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.tx.cm.stateless.webrw
-build.com.sun.ts.tests.ejb30.lite.view.equals = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.view.equals
-build.com.sun.ts.tests.ejb30.lite.view.singleton.annotated = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.view.singleton.annotated
-build.com.sun.ts.tests.ejb30.lite.view.stateful.annotated = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.view.stateful.annotated
-build.com.sun.ts.tests.ejb30.lite.view.stateless.annotated = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.lite.view.stateless.annotated
-build.com.sun.ts.tests.ejb30.persistence.annotations.access.field = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.annotations.access.field
-build.com.sun.ts.tests.ejb30.persistence.annotations.access.mappedsc = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.annotations.access.mappedsc
-build.com.sun.ts.tests.ejb30.persistence.annotations.access.property = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.annotations.access.property
-build.com.sun.ts.tests.ejb30.persistence.annotations.assocoverride = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.annotations.assocoverride
-build.com.sun.ts.tests.ejb30.persistence.annotations.basic = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.annotations.basic
-build.com.sun.ts.tests.ejb30.persistence.annotations.collectiontable = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.annotations.collectiontable
-build.com.sun.ts.tests.ejb30.persistence.annotations.elementcollection = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.annotations.elementcollection
-build.com.sun.ts.tests.ejb30.persistence.annotations.embeddable = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.annotations.embeddable
-build.com.sun.ts.tests.ejb30.persistence.annotations.entity = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.annotations.entity
-build.com.sun.ts.tests.ejb30.persistence.annotations.lob = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.annotations.lob
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkey = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.annotations.mapkey
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkeyclass = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.annotations.mapkeyclass
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkeycolumn = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.annotations.mapkeycolumn
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkeyjoincolumn = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.annotations.mapkeyjoincolumn
-build.com.sun.ts.tests.ejb30.persistence.annotations.mappedbyid = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.annotations.mappedbyid
-build.com.sun.ts.tests.ejb30.persistence.annotations.nativequery = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.annotations.nativequery
-build.com.sun.ts.tests.ejb30.persistence.annotations.onexmanyuni = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.annotations.onexmanyuni
-build.com.sun.ts.tests.ejb30.persistence.annotations.orderby = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.annotations.orderby
-build.com.sun.ts.tests.ejb30.persistence.annotations.ordercolumn = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.annotations.ordercolumn
-build.com.sun.ts.tests.ejb30.persistence.basic = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.basic
-build.com.sun.ts.tests.ejb30.persistence.cache = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.cache
-build.com.sun.ts.tests.ejb30.persistence.callback.inheritance = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.callback.inheritance
-build.com.sun.ts.tests.ejb30.persistence.callback.listener = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.callback.listener
-build.com.sun.ts.tests.ejb30.persistence.callback.listeneroverride = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.callback.listeneroverride
-build.com.sun.ts.tests.ejb30.persistence.callback.method = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.callback.method
-build.com.sun.ts.tests.ejb30.persistence.callback.methodoverride = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.callback.methodoverride
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.abstractquery = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.criteriaapi.abstractquery
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.criteriaquery = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.criteriaapi.criteriaquery
-#hangs
-#build.com.sun.ts.tests.ejb30.persistence.criteriaapi.metamodelquery = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.criteriaapi.metamodelquery
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.querybuilder = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.criteriaapi.querybuilder
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.strquery = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.criteriaapi.strquery
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex1a = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.derivedid.ex1a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex1b = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.derivedid.ex1b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex2a = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.derivedid.ex2a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex2b = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.derivedid.ex2b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex3a = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.derivedid.ex3a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex3b = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.derivedid.ex3b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex4a = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.derivedid.ex4a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex4b = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.derivedid.ex4b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex5a = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.derivedid.ex5a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex5b = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.derivedid.ex5b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex6a = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.derivedid.ex6a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex6b = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.derivedid.ex6b
-build.com.sun.ts.tests.ejb30.persistence.entityManagerClose = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.entityManagerClose
-build.com.sun.ts.tests.ejb30.persistence.entitytest.apitests = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.entitytest.apitests
-build.com.sun.ts.tests.ejb30.persistence.entitytest.bigdecimal = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.entitytest.bigdecimal
-build.com.sun.ts.tests.ejb30.persistence.entitytest.biginteger = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.entitytest.biginteger
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXmany = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXone = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXmany = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXone = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.basic = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.entitytest.detach.basic
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXmany = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXone = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXmany = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXone = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.basic = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.entitytest.persist.basic
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXmany = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXone = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmany = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmanyFetchEager = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmanyFetchEager
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXone = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.remove.basic = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.entitytest.remove.basic
-build.com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXmany = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXone = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXone
-build.com.sun.ts.tests.ejb30.persistence.exceptions = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.exceptions
-build.com.sun.ts.tests.ejb30.persistence.inheritance.abstractentity = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.inheritance.abstractentity
-build.com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.annotation = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.annotation
-build.com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.descriptors = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.descriptors
-build.com.sun.ts.tests.ejb30.persistence.inheritance.nonentity = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.inheritance.nonentity
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.attribute = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.metamodelapi.attribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.basictype = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.metamodelapi.basictype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.bindable = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.metamodelapi.bindable
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.collectionattribute = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.metamodelapi.collectionattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.embeddabletype = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.metamodelapi.embeddabletype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.entitytype = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.metamodelapi.entitytype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.identifiabletype = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.metamodelapi.identifiabletype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.listattribute = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.metamodelapi.listattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.managedtype = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.metamodelapi.managedtype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.mapattribute = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.metamodelapi.mapattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.mappedsuperclasstype = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.metamodelapi.mappedsuperclasstype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.metamodel = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.metamodelapi.metamodel
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.pluralattribute = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.metamodelapi.pluralattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.setattribute = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.metamodelapi.setattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.singularattribute = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.metamodelapi.singularattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.type = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.metamodelapi.type
-build.com.sun.ts.tests.ejb30.persistence.nestedembedding = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.nestedembedding
-build.com.sun.ts.tests.ejb30.persistence.override.attributeoverride = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.override.attributeoverride
-build.com.sun.ts.tests.ejb30.persistence.override.callbacklistener = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.override.callbacklistener
-build.com.sun.ts.tests.ejb30.persistence.override.embeddable = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.override.embeddable
-build.com.sun.ts.tests.ejb30.persistence.override.entity = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.override.entity
-build.com.sun.ts.tests.ejb30.persistence.override.entitylistener = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.override.entitylistener
-build.com.sun.ts.tests.ejb30.persistence.override.joincolumn = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.override.joincolumn
-build.com.sun.ts.tests.ejb30.persistence.override.manytomany = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.override.manytomany
-build.com.sun.ts.tests.ejb30.persistence.override.mapkey = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.override.mapkey
-build.com.sun.ts.tests.ejb30.persistence.override.nocallbacklistener = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.override.nocallbacklistener
-build.com.sun.ts.tests.ejb30.persistence.override.table = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.override.table
-build.com.sun.ts.tests.ejb30.persistence.query.apitests = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.query.apitests
-build.com.sun.ts.tests.ejb30.persistence.query.flushmode = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.query.flushmode
-build.com.sun.ts.tests.ejb30.persistence.query.language = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.query.language
-build.com.sun.ts.tests.ejb30.persistence.relationship.annotations = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.relationship.annotations
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxmany = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxone = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxone
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidironexmany = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.relationship.bidironexmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidironexone = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.relationship.bidironexone
-build.com.sun.ts.tests.ejb30.persistence.relationship.defaults = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.relationship.defaults
-build.com.sun.ts.tests.ejb30.persistence.relationship.descriptors = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.relationship.descriptors
-build.com.sun.ts.tests.ejb30.persistence.relationship.unimanyxmany = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.relationship.unimanyxmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.unimanyxone = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.relationship.unimanyxone
-build.com.sun.ts.tests.ejb30.persistence.relationship.unionexmany = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.relationship.unionexmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.unionexone = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.relationship.unionexone
-build.com.sun.ts.tests.ejb30.persistence.types.auto = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.types.auto
-build.com.sun.ts.tests.ejb30.persistence.types.field = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.types.field
-build.com.sun.ts.tests.ejb30.persistence.types.generator = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.types.generator
-build.com.sun.ts.tests.ejb30.persistence.types.primarykey.compound = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.types.primarykey.compound
-build.com.sun.ts.tests.ejb30.persistence.types.property = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.types.property
-build.com.sun.ts.tests.ejb30.persistence.versioning = --env -nc -c -U -w tomee-plume com.sun.ts.tests.ejb30.persistence.versioning
-build.com.sun.ts.tests.el.api.javax_el.arrayelresolver = --env -nc -c -U -w tomee-plume com.sun.ts.tests.el.api.javax_el.arrayelresolver
-build.com.sun.ts.tests.el.api.javax_el.beanelresolver = --env -nc -c -U -w tomee-plume com.sun.ts.tests.el.api.javax_el.beanelresolver
-build.com.sun.ts.tests.el.api.javax_el.compositeelresolver = --env -nc -c -U -w tomee-plume com.sun.ts.tests.el.api.javax_el.compositeelresolver
-build.com.sun.ts.tests.el.api.javax_el.elresolver = --env -nc -c -U -w tomee-plume com.sun.ts.tests.el.api.javax_el.elresolver
-build.com.sun.ts.tests.el.api.javax_el.expression = --env -nc -c -U -w tomee-plume com.sun.ts.tests.el.api.javax_el.expression
-build.com.sun.ts.tests.el.api.javax_el.expressionfactory = --env -nc -c -U -w tomee-plume com.sun.ts.tests.el.api.javax_el.expressionfactory
-build.com.sun.ts.tests.el.api.javax_el.functionmapper = --env -nc -c -U -w tomee-plume com.sun.ts.tests.el.api.javax_el.functionmapper
-build.com.sun.ts.tests.el.api.javax_el.listelresolver = --env -nc -c -U -w tomee-plume com.sun.ts.tests.el.api.javax_el.listelresolver
-build.com.sun.ts.tests.el.api.javax_el.mapelresolver = --env -nc -c -U -w tomee-plume com.sun.ts.tests.el.api.javax_el.mapelresolver
-build.com.sun.ts.tests.el.api.javax_el.methodexpression = --env -nc -c -U -w tomee-plume com.sun.ts.tests.el.api.javax_el.methodexpression
-build.com.sun.ts.tests.el.api.javax_el.methodinfo = --env -nc -c -U -w tomee-plume com.sun.ts.tests.el.api.javax_el.methodinfo
-build.com.sun.ts.tests.el.api.javax_el.resourcebundleelresolver = --env -nc -c -U -w tomee-plume com.sun.ts.tests.el.api.javax_el.resourcebundleelresolver
-build.com.sun.ts.tests.el.api.javax_el.valueexpression = --env -nc -c -U -w tomee-plume com.sun.ts.tests.el.api.javax_el.valueexpression
-build.com.sun.ts.tests.el.api.javax_el.variablemapper = --env -nc -c -U -w tomee-plume com.sun.ts.tests.el.api.javax_el.variablemapper
-build.com.sun.ts.tests.el.spec.binaryoperator = --env -nc -c -U -w tomee-plume com.sun.ts.tests.el.spec.binaryoperator
-build.com.sun.ts.tests.el.spec.coercion = --env -nc -c -U -w tomee-plume com.sun.ts.tests.el.spec.coercion
-build.com.sun.ts.tests.el.spec.conditionaloperator = --env -nc -c -U -w tomee-plume com.sun.ts.tests.el.spec.conditionaloperator
-build.com.sun.ts.tests.el.spec.emptyoperator = --env -nc -c -U -w tomee-plume com.sun.ts.tests.el.spec.emptyoperator
-build.com.sun.ts.tests.el.spec.language = --env -nc -c -U -w tomee-plume com.sun.ts.tests.el.spec.language
-build.com.sun.ts.tests.el.spec.literal = --env -nc -c -U -w tomee-plume com.sun.ts.tests.el.spec.literal
-build.com.sun.ts.tests.el.spec.mapper = --env -nc -c -U -w tomee-plume com.sun.ts.tests.el.spec.mapper
-build.com.sun.ts.tests.el.spec.operatorprecedence = --env -nc -c -U -w tomee-plume com.sun.ts.tests.el.spec.operatorprecedence
-build.com.sun.ts.tests.el.spec.relationaloperator = --env -nc -c -U -w tomee-plume com.sun.ts.tests.el.spec.relationaloperator
-build.com.sun.ts.tests.el.spec.unaryoperator = --env -nc -c -U -w tomee-plume com.sun.ts.tests.el.spec.unaryoperator
-build.com.sun.ts.tests.javamail.ee.internetaddress = --env -nc -c -U -w tomee-plume com.sun.ts.tests.javamail.ee.internetaddress
-build.com.sun.ts.tests.javamail.ee.mimemessage = --env -nc -c -U -w tomee-plume com.sun.ts.tests.javamail.ee.mimemessage
-build.com.sun.ts.tests.javamail.ee.multipart = --env -nc -c -U -w tomee-plume com.sun.ts.tests.javamail.ee.multipart
-build.com.sun.ts.tests.javamail.ee.transport = --env -nc -c -U -w tomee-plume com.sun.ts.tests.javamail.ee.transport
-build.com.sun.ts.tests.jdbc.ee.batchUpdate = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.batchUpdate
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt1 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.callStmt.callStmt1
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt10 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.callStmt.callStmt10
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt11 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.callStmt.callStmt11
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt12 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.callStmt.callStmt12
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt13 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.callStmt.callStmt13
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt14 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.callStmt.callStmt14
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt15 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.callStmt.callStmt15
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt16 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.callStmt.callStmt16
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt17 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.callStmt.callStmt17
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt18 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.callStmt.callStmt18
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt19 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.callStmt.callStmt19
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt2 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.callStmt.callStmt2
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt20 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.callStmt.callStmt20
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt21 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.callStmt.callStmt21
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt22 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.callStmt.callStmt22
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt3 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.callStmt.callStmt3
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt4 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.callStmt.callStmt4
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt5 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.callStmt.callStmt5
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt6 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.callStmt.callStmt6
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt7 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.callStmt.callStmt7
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt8 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.callStmt.callStmt8
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt9 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.callStmt.callStmt9
-build.com.sun.ts.tests.jdbc.ee.connection.connection1 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.connection.connection1
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime1 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.dateTime.dateTime1
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime2 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.dateTime.dateTime2
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime3 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.dateTime.dateTime3
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta1 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta1
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta10 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta10
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta11 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta11
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta12 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta12
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta2 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta2
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta3 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta3
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta4 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta4
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta5 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta5
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta6 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta6
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta7 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta7
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta8 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta8
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta9 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta9
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar1 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar1
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar2 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar2
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar3 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar3
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar4 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar4
-build.com.sun.ts.tests.jdbc.ee.exception.batUpdExcept = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.exception.batUpdExcept
-build.com.sun.ts.tests.jdbc.ee.exception.sqlException = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.exception.sqlException
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt1 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt1
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt10 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt10
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt11 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt11
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt12 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt12
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt13 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt13
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt14 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt14
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt15 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt15
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt16 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt16
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt2 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt2
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt3 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt3
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt4 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt4
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt5 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt5
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt6 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt6
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt7 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt7
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt8 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt8
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt9 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt9
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet1 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.resultSet.resultSet1
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet10 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.resultSet.resultSet10
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet11 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.resultSet.resultSet11
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet14 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.resultSet.resultSet14
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet17 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.resultSet.resultSet17
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet18 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.resultSet.resultSet18
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet41 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.resultSet.resultSet41
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet45 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.resultSet.resultSet45
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet47 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.resultSet.resultSet47
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet49 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.resultSet.resultSet49
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet7 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.resultSet.resultSet7
-build.com.sun.ts.tests.jdbc.ee.rsMeta = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.rsMeta
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt1 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.stmt.stmt1
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt2 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.stmt.stmt2
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt3 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jdbc.ee.stmt.stmt3
-build.com.sun.ts.tests.jsf.api.javax_faces.application.application = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.application.application
-build.com.sun.ts.tests.jsf.api.javax_faces.application.applicationfactory = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.application.applicationfactory
-build.com.sun.ts.tests.jsf.api.javax_faces.application.applicationISE = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.application.applicationISE
-build.com.sun.ts.tests.jsf.api.javax_faces.application.applicationwrapper = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.application.applicationwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.facesmessage = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.application.facesmessage
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resource = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.application.resource
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandler = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandler
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerEx = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerEx
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerwrapper = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcewrapper = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.application.resourcewrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.statemanager = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.application.statemanager
-build.com.sun.ts.tests.jsf.api.javax_faces.application.statemanagerwrapper = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.application.statemanagerwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.viewhandler = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.application.viewhandler
-build.com.sun.ts.tests.jsf.api.javax_faces.application.viewhandlerwrapper = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.application.viewhandlerwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.component.annotation = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.annotation
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandbutton = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandbutton
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandlink = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandlink
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmldatatable = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.html.htmldatatable
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlform = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlform
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlgraphicimage = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlgraphicimage
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputhidden = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputhidden
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputsecret = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputsecret
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtext = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtext
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtextarea = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtextarea
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessage = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessage
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessages = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessages
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetbutton = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetbutton
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetlink = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetlink
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputformat = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputformat
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlabel = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlabel
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlink = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlink
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputtext = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputtext
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgrid = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgrid
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgroup = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgroup
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectbooleancheckbox = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectbooleancheckbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanycheckbox = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanycheckbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanylistbox = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanylistbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanymenu = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanymenu
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonelistbox = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonelistbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonemenu = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonemenu
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectoneradio = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectoneradio
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uicolumn = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.uicolumn
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uicommand = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.uicommand
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uidata = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.uidata
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiform = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.uiform
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uigraphic = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.uigraphic
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiinput = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.uiinput
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uimessage = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.uimessage
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uimessages = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.uimessages
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uinamingcontainer = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.uinamingcontainer
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uioutcometarget = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.uioutcometarget
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uioutput = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.uioutput
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uipanel = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.uipanel
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiparameter = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.uiparameter
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectboolean = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.uiselectboolean
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitem = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitem
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitems = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitems
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectmany = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.uiselectmany
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectone = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.uiselectone
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiviewparameter = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.uiviewparameter
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiviewroot = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.component.uiviewroot
-build.com.sun.ts.tests.jsf.api.javax_faces.context.externalcontext = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.context.externalcontext
-build.com.sun.ts.tests.jsf.api.javax_faces.context.facescontext = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.context.facescontext
-build.com.sun.ts.tests.jsf.api.javax_faces.context.facescontextfactory = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.context.facescontextfactory
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.bigdecimalconverter = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.convert.bigdecimalconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.bigintegerconverter = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.convert.bigintegerconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.booleanconverter = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.convert.booleanconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.byteconverter = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.convert.byteconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.characterconverter = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.convert.characterconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.datetimeconverter = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.convert.datetimeconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.doubleconverter = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.convert.doubleconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.enumconverter = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.convert.enumconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.floatconverter = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.convert.floatconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.integerconverter = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.convert.integerconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.longconverter = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.convert.longconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.numberconverter = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.convert.numberconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.shortconverter = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.convert.shortconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.el.evaluationexception = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.el.evaluationexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.methodbinding = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.el.methodbinding
-build.com.sun.ts.tests.jsf.api.javax_faces.el.methodnotfoundexception = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.el.methodnotfoundexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.propertynotfoundexception = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.el.propertynotfoundexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.propertyresolver = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.el.propertyresolver
-build.com.sun.ts.tests.jsf.api.javax_faces.el.referencesyntaxexception = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.el.referencesyntaxexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.valuebinding = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.el.valuebinding
-build.com.sun.ts.tests.jsf.api.javax_faces.el.variableresolver = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.el.variableresolver
-build.com.sun.ts.tests.jsf.api.javax_faces.event.abortprocessingexception = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.event.abortprocessingexception
-build.com.sun.ts.tests.jsf.api.javax_faces.event.actionevent = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.event.actionevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.ajaxbehaviorevent = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.event.ajaxbehaviorevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedevent = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedeventcontext = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedeventcontext
-build.com.sun.ts.tests.jsf.api.javax_faces.event.facesevent = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.event.facesevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postaddtoviewevent = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.event.postaddtoviewevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postconstructapplicationevent = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.event.postconstructapplicationevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postconstructviewmapevent = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.event.postconstructviewmapevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postrestorestateevent = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.event.postrestorestateevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postvalidateevent = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.event.postvalidateevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.predestroyapplicationevent = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.event.predestroyapplicationevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.predestroyviewmapevent = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.event.predestroyviewmapevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.preremovefromviewevent = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.event.preremovefromviewevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.prerendercomponentevent = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.event.prerendercomponentevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.prevalidateevent = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.event.prevalidateevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.valuechangeevent = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.event.valuechangeevent
-build.com.sun.ts.tests.jsf.api.javax_faces.facesexception = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.facesexception
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfig = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfig
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfiglast = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfiglast
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.decorated = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.decorated
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.factoryfinder = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.factoryfinder
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainf = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainf
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainflast = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainflast
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.service = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.service
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.webinf = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.webinf
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinderrelease = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.factoryfinderrelease
-build.com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecycle = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecycle
-build.com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecyclefactory = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecyclefactory
-build.com.sun.ts.tests.jsf.api.javax_faces.model.arraydatamodel = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.model.arraydatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.datamodelevent = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.model.datamodelevent
-build.com.sun.ts.tests.jsf.api.javax_faces.model.listdatamodel = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.model.listdatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.resultdatamodel = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.model.resultdatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.resultsetdatamodel = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.model.resultsetdatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.scalardatamodel = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.model.scalardatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.selectitem = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.model.selectitem
-build.com.sun.ts.tests.jsf.api.javax_faces.model.selectitemgroup = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.model.selectitemgroup
-build.com.sun.ts.tests.jsf.api.javax_faces.render.renderkit = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.render.renderkit
-build.com.sun.ts.tests.jsf.api.javax_faces.render.renderkitfactory = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.render.renderkitfactory
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.beanvalidator = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.validator.beanvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.doublerangevalidator = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.validator.doublerangevalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.lengthvalidator = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.validator.lengthvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.longrangevalidator = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.validator.longrangevalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.methodexpressionvalidator = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.validator.methodexpressionvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.regexvalidator = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.validator.regexvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.view.location = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.api.javax_faces.view.location
-build.com.sun.ts.tests.jsf.spec.ajax.keyword = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.ajax.keyword
-build.com.sun.ts.tests.jsf.spec.ajax.tagwrapper = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.ajax.tagwrapper
-build.com.sun.ts.tests.jsf.spec.appconfigresources.absolute_ordering = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.appconfigresources.absolute_ordering
-build.com.sun.ts.tests.jsf.spec.appconfigresources.relative_ordering = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.appconfigresources.relative_ordering
-build.com.sun.ts.tests.jsf.spec.appconfigresources.startupbehavior = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.appconfigresources.startupbehavior
-build.com.sun.ts.tests.jsf.spec.composite.actionsource = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.composite.actionsource
-build.com.sun.ts.tests.jsf.spec.composite.attribute = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.composite.attribute
-build.com.sun.ts.tests.jsf.spec.composite.editablevalueholder = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.composite.editablevalueholder
-build.com.sun.ts.tests.jsf.spec.composite.facet = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.composite.facet
-build.com.sun.ts.tests.jsf.spec.composite.insertchildren = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.composite.insertchildren
-build.com.sun.ts.tests.jsf.spec.composite.packaging.classpath = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.composite.packaging.classpath
-build.com.sun.ts.tests.jsf.spec.composite.packaging.webapproot = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.composite.packaging.webapproot
-build.com.sun.ts.tests.jsf.spec.composite.valueholder = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.composite.valueholder
-build.com.sun.ts.tests.jsf.spec.coretags.selectitems = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.coretags.selectitems
-build.com.sun.ts.tests.jsf.spec.el.elresolvers = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.el.elresolvers
-build.com.sun.ts.tests.jsf.spec.el.managedbean.ee = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.el.managedbean.ee
-build.com.sun.ts.tests.jsf.spec.el.managedbean.standalone = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.el.managedbean.standalone
-build.com.sun.ts.tests.jsf.spec.jstl.cwo = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.jstl.cwo
-build.com.sun.ts.tests.jsf.spec.jstl.fncontains = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.jstl.fncontains
-build.com.sun.ts.tests.jsf.spec.jstl.fncontainsignore = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.jstl.fncontainsignore
-build.com.sun.ts.tests.jsf.spec.jstl.fnendswith = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.jstl.fnendswith
-build.com.sun.ts.tests.jsf.spec.jstl.fnescapexml = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.jstl.fnescapexml
-build.com.sun.ts.tests.jsf.spec.jstl.fnindexof = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.jstl.fnindexof
-build.com.sun.ts.tests.jsf.spec.jstl.fnjoin = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.jstl.fnjoin
-build.com.sun.ts.tests.jsf.spec.jstl.fnlength = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.jstl.fnlength
-build.com.sun.ts.tests.jsf.spec.jstl.fnreplace = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.jstl.fnreplace
-build.com.sun.ts.tests.jsf.spec.jstl.fnsplit = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.jstl.fnsplit
-build.com.sun.ts.tests.jsf.spec.jstl.fnstartswith = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.jstl.fnstartswith
-build.com.sun.ts.tests.jsf.spec.jstl.fnsubstring = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.jstl.fnsubstring
-build.com.sun.ts.tests.jsf.spec.jstl.fnsubstringafter = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.jstl.fnsubstringafter
-build.com.sun.ts.tests.jsf.spec.jstl.fnsubstringbefore = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.jstl.fnsubstringbefore
-build.com.sun.ts.tests.jsf.spec.jstl.fntolowercase = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.jstl.fntolowercase
-build.com.sun.ts.tests.jsf.spec.jstl.fntouppercase = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.jstl.fntouppercase
-build.com.sun.ts.tests.jsf.spec.jstl.fntrim = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.jstl.fntrim
-build.com.sun.ts.tests.jsf.spec.jstl.foreachtag = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.jstl.foreachtag
-build.com.sun.ts.tests.jsf.spec.jstl.iftag = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.jstl.iftag
-build.com.sun.ts.tests.jsf.spec.navigation = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.navigation
-build.com.sun.ts.tests.jsf.spec.render.body = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.render.body
-build.com.sun.ts.tests.jsf.spec.render.booleancheckbox = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.render.booleancheckbox
-build.com.sun.ts.tests.jsf.spec.render.commandbutton = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.render.commandbutton
-build.com.sun.ts.tests.jsf.spec.render.commandlink = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.render.commandlink
-build.com.sun.ts.tests.jsf.spec.render.datatable = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.render.datatable
-build.com.sun.ts.tests.jsf.spec.render.form = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.render.form
-build.com.sun.ts.tests.jsf.spec.render.graphic = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.render.graphic
-build.com.sun.ts.tests.jsf.spec.render.grid = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.render.grid
-build.com.sun.ts.tests.jsf.spec.render.head = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.render.head
-build.com.sun.ts.tests.jsf.spec.render.hidden = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.render.hidden
-build.com.sun.ts.tests.jsf.spec.render.inputtext = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.render.inputtext
-build.com.sun.ts.tests.jsf.spec.render.manycheckbox = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.render.manycheckbox
-build.com.sun.ts.tests.jsf.spec.render.manylistbox = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.render.manylistbox
-build.com.sun.ts.tests.jsf.spec.render.manymenu = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.render.manymenu
-build.com.sun.ts.tests.jsf.spec.render.message = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.render.message
-build.com.sun.ts.tests.jsf.spec.render.messages = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.render.messages
-build.com.sun.ts.tests.jsf.spec.render.onelistbox = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.render.onelistbox
-build.com.sun.ts.tests.jsf.spec.render.onemenu = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.render.onemenu
-build.com.sun.ts.tests.jsf.spec.render.oneradio = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.render.oneradio
-build.com.sun.ts.tests.jsf.spec.render.outputformat = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.render.outputformat
-build.com.sun.ts.tests.jsf.spec.render.outputlabel = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.render.outputlabel
-build.com.sun.ts.tests.jsf.spec.render.outputlink = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.render.outputlink
-build.com.sun.ts.tests.jsf.spec.render.outputscript = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.render.outputscript
-build.com.sun.ts.tests.jsf.spec.render.outputstyle = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.render.outputstyle
-build.com.sun.ts.tests.jsf.spec.render.outputtext = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.render.outputtext
-build.com.sun.ts.tests.jsf.spec.render.secret = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.render.secret
-build.com.sun.ts.tests.jsf.spec.render.textarea = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.render.textarea
-build.com.sun.ts.tests.jsf.spec.resource.packaging.classpath = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.resource.packaging.classpath
-build.com.sun.ts.tests.jsf.spec.resource.packaging.webapproot = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.resource.packaging.webapproot
-build.com.sun.ts.tests.jsf.spec.resource.relocatable = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.resource.relocatable
-build.com.sun.ts.tests.jsf.spec.templating.insert = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.templating.insert
-build.com.sun.ts.tests.jsf.spec.templating.remove = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.templating.remove
-build.com.sun.ts.tests.jsf.spec.templating.repeat = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.templating.repeat
-build.com.sun.ts.tests.jsf.spec.view.viewhandler = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.view.viewhandler
-build.com.sun.ts.tests.jsf.spec.webapp.tldsig = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsf.spec.webapp.tldsig
-build.com.sun.ts.tests.jsp.api.javax_el.arrayelresolver = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_el.arrayelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.beanelresolver = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_el.beanelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.compelresolver = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_el.compelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.createmethexpr = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_el.createmethexpr
-build.com.sun.ts.tests.jsp.api.javax_el.createvalexpr = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_el.createvalexpr
-build.com.sun.ts.tests.jsp.api.javax_el.elresolver = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_el.elresolver
-build.com.sun.ts.tests.jsp.api.javax_el.listelresolver = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_el.listelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.mapelresolver = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_el.mapelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.methodinfo = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_el.methodinfo
-build.com.sun.ts.tests.jsp.api.javax_el.resourcebundleelresolver = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_el.resourcebundleelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.valexpression = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_el.valexpression
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.elexception = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.elexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.elparseexception = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.elparseexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.expression = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.expression
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.expressionevaluator = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.expressionevaluator
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.implicitobjelresolver = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.implicitobjelresolver
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.scopedattrelresolver = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.scopedattrelresolver
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.variableresolver = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.variableresolver
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.errordata = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_servlet.jsp.errordata
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspapplicationcontext = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspapplicationcontext
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspengineinfo = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspengineinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspexception = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspfactory = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspfactory
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jsptagexception = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_servlet.jsp.jsptagexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspwriter = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspwriter
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.pagecontext = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_servlet.jsp.pagecontext
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.skippageexception = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_servlet.jsp.skippageexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.bodycontent = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.bodycontent
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.bodytagsupport = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.bodytagsupport
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.dynamicattributes = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.dynamicattributes
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.functioninfo = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.functioninfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.jspidconsumer = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.jspidconsumer
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.pagedata = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.pagedata
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.simpletagsupport = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.simpletagsupport
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagadapter = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagadapter
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagattributeinfo = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagattributeinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagdata = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagdata
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagextrainfo = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagextrainfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagfileinfo = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagfileinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taginfo = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taginfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taglibraryinfo = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taglibraryinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taglibraryvalidator = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taglibraryvalidator
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagsupport = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagsupport
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagvariableinfo = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagvariableinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.trycatchfinally = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.trycatchfinally
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.variableinfo = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.variableinfo
-build.com.sun.ts.tests.jsp.spec.configuration.charsequence = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.configuration.charsequence
-build.com.sun.ts.tests.jsp.spec.configuration.elevaluation = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.configuration.elevaluation
-build.com.sun.ts.tests.jsp.spec.configuration.encoding = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.configuration.encoding
-build.com.sun.ts.tests.jsp.spec.configuration.general = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.configuration.general
-build.com.sun.ts.tests.jsp.spec.configuration.includes = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.configuration.includes
-build.com.sun.ts.tests.jsp.spec.configuration.scripting = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.configuration.scripting
-build.com.sun.ts.tests.jsp.spec.configuration.xml = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.configuration.xml
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.attribute = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.core_syntax.actions.attribute
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.body = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.core_syntax.actions.body
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.declaration = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.core_syntax.actions.declaration
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.dobody = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.core_syntax.actions.dobody
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.element = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.core_syntax.actions.element
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.expression = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.core_syntax.actions.expression
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.forward = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.core_syntax.actions.forward
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.getproperty = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.core_syntax.actions.getproperty
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.include = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.core_syntax.actions.include
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.invoke = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.core_syntax.actions.invoke
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.output = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.core_syntax.actions.output
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.param = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.core_syntax.actions.param
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.plugin = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.core_syntax.actions.plugin
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.root = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.core_syntax.actions.root
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.scriptlet = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.core_syntax.actions.scriptlet
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.setproperty = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.core_syntax.actions.setproperty
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.text = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.core_syntax.actions.text
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.usebean = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.core_syntax.actions.usebean
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.usebean2 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.core_syntax.actions.usebean2
-build.com.sun.ts.tests.jsp.spec.core_syntax.directives.include = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.core_syntax.directives.include
-build.com.sun.ts.tests.jsp.spec.core_syntax.directives.page = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.core_syntax.directives.page
-build.com.sun.ts.tests.jsp.spec.core_syntax.directives.taglib = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.core_syntax.directives.taglib
-build.com.sun.ts.tests.jsp.spec.core_syntax.implicitobjects = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.core_syntax.implicitobjects
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.declaration = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.core_syntax.scripting.declaration
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.el = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.core_syntax.scripting.el
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.escaping = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.core_syntax.scripting.escaping
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.expressions = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.core_syntax.scripting.expressions
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.scriptlet = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.core_syntax.scripting.scriptlet
-build.com.sun.ts.tests.jsp.spec.el.jsp = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.el.jsp
-build.com.sun.ts.tests.jsp.spec.el.language = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.el.language
-build.com.sun.ts.tests.jsp.spec.i18n = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.i18n
-build.com.sun.ts.tests.jsp.spec.jspdocument.elements = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.jspdocument.elements
-build.com.sun.ts.tests.jsp.spec.jspdocument.general = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.jspdocument.general
-build.com.sun.ts.tests.jsp.spec.misc.precompilation = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.misc.precompilation
-build.com.sun.ts.tests.jsp.spec.security.secbasic = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.security.secbasic
-build.com.sun.ts.tests.jsp.spec.security.secform = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.security.secform
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.attribute20 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.tagfiles.directives.attribute20
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.attribute21 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.tagfiles.directives.attribute21
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.general = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.tagfiles.directives.general
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.tag20 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.tagfiles.directives.tag20
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.tag21 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.tagfiles.directives.tag21
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.variable = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.tagfiles.directives.variable
-build.com.sun.ts.tests.jsp.spec.tagfiles.implicitobjects = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.tagfiles.implicitobjects
-build.com.sun.ts.tests.jsp.spec.tagfiles.packaging = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.tagfiles.packaging
-build.com.sun.ts.tests.jsp.spec.tagfiles.semantics = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.tagfiles.semantics
-build.com.sun.ts.tests.jsp.spec.tldres = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jsp.spec.tldres
-build.com.sun.ts.tests.jstl.compat.onedotzero = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.compat.onedotzero
-build.com.sun.ts.tests.jstl.spec.core.conditional.cwo = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.core.conditional.cwo
-build.com.sun.ts.tests.jstl.spec.core.conditional.iftag = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.core.conditional.iftag
-build.com.sun.ts.tests.jstl.spec.core.general.catchtag = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.core.general.catchtag
-build.com.sun.ts.tests.jstl.spec.core.general.outtag = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.core.general.outtag
-build.com.sun.ts.tests.jstl.spec.core.general.remove = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.core.general.remove
-build.com.sun.ts.tests.jstl.spec.core.general.set = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.core.general.set
-build.com.sun.ts.tests.jstl.spec.core.iteration.foreach = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.core.iteration.foreach
-build.com.sun.ts.tests.jstl.spec.core.iteration.fortokens = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.core.iteration.fortokens
-build.com.sun.ts.tests.jstl.spec.core.iteration.loopstatus = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.core.iteration.loopstatus
-build.com.sun.ts.tests.jstl.spec.core.urlresource.importtag = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.core.urlresource.importtag
-build.com.sun.ts.tests.jstl.spec.core.urlresource.param = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.core.urlresource.param
-build.com.sun.ts.tests.jstl.spec.core.urlresource.redirect = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.core.urlresource.redirect
-build.com.sun.ts.tests.jstl.spec.core.urlresource.url = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.core.urlresource.url
-build.com.sun.ts.tests.jstl.spec.etu.config = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.etu.config
-build.com.sun.ts.tests.jstl.spec.etu.functions = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.etu.functions
-build.com.sun.ts.tests.jstl.spec.etu.tlv.permitted = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.etu.tlv.permitted
-build.com.sun.ts.tests.jstl.spec.etu.tlv.scrfree = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.etu.tlv.scrfree
-build.com.sun.ts.tests.jstl.spec.etu.uri = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.etu.uri
-build.com.sun.ts.tests.jstl.spec.fmt.format.fmtdate = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.fmt.format.fmtdate
-build.com.sun.ts.tests.jstl.spec.fmt.format.fmtnum = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.fmt.format.fmtnum
-build.com.sun.ts.tests.jstl.spec.fmt.format.localecontext = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.fmt.format.localecontext
-build.com.sun.ts.tests.jstl.spec.fmt.format.parsedate = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.fmt.format.parsedate
-build.com.sun.ts.tests.jstl.spec.fmt.format.parsenum = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.fmt.format.parsenum
-build.com.sun.ts.tests.jstl.spec.fmt.format.settimezone = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.fmt.format.settimezone
-build.com.sun.ts.tests.jstl.spec.fmt.format.timezone = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.fmt.format.timezone
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.bundle = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.fmt.i18n.bundle
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.message = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.fmt.i18n.message
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.param = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.fmt.i18n.param
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.requestencoding = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.fmt.i18n.requestencoding
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.resourcelookup = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.fmt.i18n.resourcelookup
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.responseencoding = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.fmt.i18n.responseencoding
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.setbundle = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.fmt.i18n.setbundle
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.setlocale = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.fmt.i18n.setlocale
-build.com.sun.ts.tests.jstl.spec.sql.param = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.sql.param
-build.com.sun.ts.tests.jstl.spec.sql.query = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.sql.query
-build.com.sun.ts.tests.jstl.spec.sql.result = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.sql.result
-build.com.sun.ts.tests.jstl.spec.sql.setdatasource = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.sql.setdatasource
-build.com.sun.ts.tests.jstl.spec.sql.transaction = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.sql.transaction
-build.com.sun.ts.tests.jstl.spec.sql.update = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.sql.update
-build.com.sun.ts.tests.jstl.spec.xml.xconditional.xcwo = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.xml.xconditional.xcwo
-build.com.sun.ts.tests.jstl.spec.xml.xconditional.xforeach = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.xml.xconditional.xforeach
-build.com.sun.ts.tests.jstl.spec.xml.xconditional.xif = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.xml.xconditional.xif
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.bindings = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.xml.xmlcore.bindings
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.parse = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.xml.xmlcore.parse
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.types = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.xml.xmlcore.types
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.xout = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.xml.xmlcore.xout
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.xset = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.xml.xmlcore.xset
-build.com.sun.ts.tests.jstl.spec.xml.xtransform.param = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.xml.xtransform.param
-build.com.sun.ts.tests.jstl.spec.xml.xtransform.transform = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jstl.spec.xml.xtransform.transform
-build.com.sun.ts.tests.jta.ee.usertransaction.begin = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jta.ee.usertransaction.begin
-build.com.sun.ts.tests.jta.ee.usertransaction.commit = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jta.ee.usertransaction.commit
-build.com.sun.ts.tests.jta.ee.usertransaction.getstatus = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jta.ee.usertransaction.getstatus
-build.com.sun.ts.tests.jta.ee.usertransaction.rollback = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jta.ee.usertransaction.rollback
-build.com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly
-build.com.sun.ts.tests.jta.ee.usertransaction.settransactiontimeout = --env -nc -c -U -w tomee-plume com.sun.ts.tests.jta.ee.usertransaction.settransactiontimeout
-build.com.sun.ts.tests.samples.javamail.ee.transport = --env -nc -c -U -w tomee-plume com.sun.ts.tests.samples.javamail.ee.transport
-build.com.sun.ts.tests.samples.jdbc.ee.testConn = --env -nc -c -U -w tomee-plume com.sun.ts.tests.samples.jdbc.ee.testConn
-build.com.sun.ts.tests.servlet.api.javax_servlet.asynccontext = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet.asynccontext
-build.com.sun.ts.tests.servlet.api.javax_servlet.asyncevent = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet.asyncevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.dispatchertype = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet.dispatchertype
-build.com.sun.ts.tests.servlet.api.javax_servlet.dofilter = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet.dofilter
-build.com.sun.ts.tests.servlet.api.javax_servlet.filter = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet.filter
-build.com.sun.ts.tests.servlet.api.javax_servlet.filterchain = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet.filterchain
-build.com.sun.ts.tests.servlet.api.javax_servlet.filterconfig = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet.filterconfig
-build.com.sun.ts.tests.servlet.api.javax_servlet.filterrequestdispatcher = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet.filterrequestdispatcher
-build.com.sun.ts.tests.servlet.api.javax_servlet.genericservlet = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet.genericservlet
-build.com.sun.ts.tests.servlet.api.javax_servlet.registration = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet.registration
-build.com.sun.ts.tests.servlet.api.javax_servlet.requestdispatcher = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet.requestdispatcher
-build.com.sun.ts.tests.servlet.api.javax_servlet.scattributeevent = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet.scattributeevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.scattributelistener = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet.scattributelistener
-build.com.sun.ts.tests.servlet.api.javax_servlet.scevent = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet.scevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.sclistener = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet.sclistener
-build.com.sun.ts.tests.servlet.api.javax_servlet.servlet = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet.servlet
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletconfig = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet.servletconfig
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletcontext = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet.servletcontext
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletcontext30 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet.servletcontext30
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletexception = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet.servletexception
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletinputstream = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet.servletinputstream
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletoutputstream = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet.servletoutputstream
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequest = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet.servletrequest
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequest1 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet.servletrequest1
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequest30 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet.servletrequest30
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequestwrapper = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet.servletrequestwrapper
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequestwrapper30 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet.servletrequestwrapper30
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletresponse = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet.servletresponse
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletresponsewrapper = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet.servletresponsewrapper
-build.com.sun.ts.tests.servlet.api.javax_servlet.singlethreadmodel = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet.singlethreadmodel
-build.com.sun.ts.tests.servlet.api.javax_servlet.srattributeevent = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet.srattributeevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.srattributelistener = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet.srattributelistener
-build.com.sun.ts.tests.servlet.api.javax_servlet.srevent = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet.srevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.srlistener = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet.srlistener
-build.com.sun.ts.tests.servlet.api.javax_servlet.unavailableexception = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet.unavailableexception
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.cookie = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet_http.cookie
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservlet = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet_http.httpservlet
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest1 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest1
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest30 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest30
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequestwrapper = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequestwrapper
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponse = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponse
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponse30 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponse30
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponsewrapper = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponsewrapper
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponsewrapper30 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponsewrapper30
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsession = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet_http.httpsession
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionattributelistener = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionattributelistener
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionbindingevent = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionbindingevent
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionbindinglistener = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionbindinglistener
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionevent = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionevent
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionlistener = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionlistener
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionx = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionx
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.sessioncookieconfig = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.api.javax_servlet_http.sessioncookieconfig
-build.com.sun.ts.tests.servlet.compat.LeadingSlash.WithLeadingSlash = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.compat.LeadingSlash.WithLeadingSlash
-build.com.sun.ts.tests.servlet.compat.LeadingSlash.WithoutLeadingSlash = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.compat.LeadingSlash.WithoutLeadingSlash
-build.com.sun.ts.tests.servlet.spec.annotationservlet.webfilter = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.spec.annotationservlet.webfilter
-build.com.sun.ts.tests.servlet.spec.annotationservlet.weblistener = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.spec.annotationservlet.weblistener
-build.com.sun.ts.tests.servlet.spec.annotationservlet.webservlet = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.spec.annotationservlet.webservlet
-build.com.sun.ts.tests.servlet.spec.aordering = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.spec.aordering
-build.com.sun.ts.tests.servlet.spec.async = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.spec.async
-build.com.sun.ts.tests.servlet.spec.crosscontext = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.spec.crosscontext
-build.com.sun.ts.tests.servlet.spec.defaultmapping = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.spec.defaultmapping
-build.com.sun.ts.tests.servlet.spec.dir_struct = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.spec.dir_struct
-build.com.sun.ts.tests.servlet.spec.errorpage = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.spec.errorpage
-build.com.sun.ts.tests.servlet.spec.errorpage1 = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.spec.errorpage1
-build.com.sun.ts.tests.servlet.spec.fragment = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.spec.fragment
-build.com.sun.ts.tests.servlet.spec.httpservletresponse = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.spec.httpservletresponse
-build.com.sun.ts.tests.servlet.spec.i18n.encoding = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.spec.i18n.encoding
-build.com.sun.ts.tests.servlet.spec.listenerorder = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.spec.listenerorder
-build.com.sun.ts.tests.servlet.spec.multifiltermapping = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.spec.multifiltermapping
-build.com.sun.ts.tests.servlet.spec.protocols.http = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.spec.protocols.http
-build.com.sun.ts.tests.servlet.spec.rdspecialchar = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.spec.rdspecialchar
-build.com.sun.ts.tests.servlet.spec.requestdispatcher = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.spec.requestdispatcher
-build.com.sun.ts.tests.servlet.spec.requestmap = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.spec.requestmap
-build.com.sun.ts.tests.servlet.spec.security.annotations = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.spec.security.annotations
-build.com.sun.ts.tests.servlet.spec.security.clientcert = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.spec.security.clientcert
-build.com.sun.ts.tests.servlet.spec.security.clientcertanno = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.spec.security.clientcertanno
-build.com.sun.ts.tests.servlet.spec.security.secbasic = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.spec.security.secbasic
-build.com.sun.ts.tests.servlet.spec.security.secform = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.spec.security.secform
-build.com.sun.ts.tests.servlet.spec.servletmapping = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.spec.servletmapping
-build.com.sun.ts.tests.servlet.spec.servletresponse = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.spec.servletresponse
-build.com.sun.ts.tests.servlet.spec.srlistener = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.spec.srlistener
-build.com.sun.ts.tests.servlet.spec.webapps.accesswebinf = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.spec.webapps.accesswebinf
-build.com.sun.ts.tests.servlet.spec.welcomefiles = --env -nc -c -U -w tomee-plume com.sun.ts.tests.servlet.spec.welcomefiles
-build.com.sun.ts.tests.jaxrs.GroupOne = --env -nc -c -U -w tomee-plume-plume -j -sql skip com.sun.ts.tests.jaxrs.api.rs_core.uriBuilderTest
-build.com.sun.ts.tests.jaxrs.GroupTwo = --env -nc -c -U -w tomee-plume-plume -j -sql skip com.sun.ts.tests.jaxrs.api.rs_core.cacheControlTest com.sun.ts.tests.jaxrs.api.rs_core.cookieTest com.sun.ts.tests.jaxrs.api.rs_core.entityTagTest com.sun.ts.tests.jaxrs.api.rs_core.genericEntityTest com.sun.ts.tests.jaxrs.api.rs_core.mediaTypeTest com.sun.ts.tests.jaxrs.api.rs_core.newCookieTest com.sun.ts.tests.jaxrs.api.rs_core.responseCTest com.sun.ts.tests.jaxrs.api.rs_core.variantListBuilderTe [...]
diff --git a/profiles/plus/plus.now.properties b/profiles/plus/plus.now.properties
deleted file mode 100644
index 93f5bca..0000000
--- a/profiles/plus/plus.now.properties
+++ /dev/null
@@ -1,841 +0,0 @@
-project.name= plus-7.x
-project.version = 7.0.4-SNAPSHOT
-project.id = 72
-#This is the TCK repo URL and should be the branch for this repo
-project.scmUrl = scm:svn:https://svn.apache.org/repos/tck/tomee-tck/trunk
-project.buildFile= runtests
-include.f.javatest.log= target/logs/javatest.log
-include.d.logs=.*target/(apache|openejb).*/logs/.*
-header.webcontainer= tomee-plus
-order = ejb30.persistence.criteriaapi, ejb30.lite.singleton.concurrency, ejb30.lite.stateful.timeout, random
-
-build.com.sun.ts.tests.ejb30.lite.appexception.singleton.annotated = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.appexception.singleton.annotated
-build.com.sun.ts.tests.ejb30.lite.appexception.singleton.inheritance = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.appexception.singleton.inheritance
-build.com.sun.ts.tests.ejb30.lite.appexception.stateful.annotated = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.appexception.stateful.annotated
-build.com.sun.ts.tests.ejb30.lite.appexception.stateful.inheritance = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.appexception.stateful.inheritance
-build.com.sun.ts.tests.ejb30.lite.appexception.stateless.annotated = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.appexception.stateless.annotated
-build.com.sun.ts.tests.ejb30.lite.appexception.stateless.override = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.appexception.stateless.override
-build.com.sun.ts.tests.ejb30.lite.basic.mock = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.basic.mock
-build.com.sun.ts.tests.ejb30.lite.basic.singleton = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.basic.singleton
-build.com.sun.ts.tests.ejb30.lite.basic.stateful = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.basic.stateful
-build.com.sun.ts.tests.ejb30.lite.basic.stateless = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.basic.stateless
-build.com.sun.ts.tests.ejb30.lite.ejbcontext.stateless = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.ejbcontext.stateless
-build.com.sun.ts.tests.ejb30.lite.enventry.singleton = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.enventry.singleton
-build.com.sun.ts.tests.ejb30.lite.enventry.stateful = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.enventry.stateful
-build.com.sun.ts.tests.ejb30.lite.enventry.stateless = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.enventry.stateless
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.annotated = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.annotated
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.descriptor = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.descriptor
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.invocationcontext = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.interceptor.singleton.invocationcontext
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.annotated = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.annotated
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.descriptor = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.descriptor
-build.com.sun.ts.tests.ejb30.lite.lookup.annotated = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.lookup.annotated
-build.com.sun.ts.tests.ejb30.lite.lookup.descriptor = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.lookup.descriptor
-build.com.sun.ts.tests.ejb30.lite.nointerface.annotated = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.nointerface.annotated
-build.com.sun.ts.tests.ejb30.lite.nointerface.descriptor = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.nointerface.descriptor
-build.com.sun.ts.tests.ejb30.lite.packaging.embed.provider = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.packaging.embed.provider
-build.com.sun.ts.tests.ejb30.lite.packaging.war.datasource.singleton = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.packaging.war.datasource.singleton
-build.com.sun.ts.tests.ejb30.lite.packaging.war.datasource.stateful = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.packaging.war.datasource.stateful
-build.com.sun.ts.tests.ejb30.lite.packaging.war.enventry = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.packaging.war.enventry
-build.com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.business = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.business
-build.com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.invocationcontext = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.invocationcontext
-build.com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.lifecycle = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.lifecycle
-build.com.sun.ts.tests.ejb30.lite.packaging.war.servletcontextlistener = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.packaging.war.servletcontextlistener
-build.com.sun.ts.tests.ejb30.lite.packaging.war.webinflib = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.packaging.war.webinflib
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.bean = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.bean
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.accesstimeout = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.accesstimeout
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejblitejsf = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejbliteservlet = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejbliteservlet2 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejblitejsf = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejbliteservlet = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejbliteservlet2 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejblitejsf = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejbliteservlet = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejbliteservlet2 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejblitejsf = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejbliteservlet = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejbliteservlet2 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejblitejsf = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejbliteservlet = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejbliteservlet2 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejblitejsf = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejbliteservlet = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejbliteservlet2 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.inheritance = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.inheritance
-build.com.sun.ts.tests.ejb30.lite.singleton.dependson.graph = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.dependson.graph
-build.com.sun.ts.tests.ejb30.lite.singleton.dependson.triangle = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.dependson.triangle
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.bean = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.bean
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejblitejsf = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejbliteservlet = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejbliteservlet2 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejblitejsf = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejbliteservlet = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejbliteservlet2 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejblitejsf = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejbliteservlet = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejbliteservlet2 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejblitejsf = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejbliteservlet = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejbliteservlet2 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejblitejsf = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejbliteservlet = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejbliteservlet2 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.annotated = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.annotated
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.descriptor = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.descriptor
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.annotated = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.annotated
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.descriptor = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.descriptor
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.dayUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#dayUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.dayUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#dayUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitNoInterface_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitNoInterface_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.hourUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#hourUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.hourUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#hourUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.microsecondUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#microsecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.microsecondUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#microsecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.millisecondUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#millisecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.millisecondUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#millisecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.minus1Timeout_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#minus1Timeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.minus1Timeout_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#minus1Timeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.nanosecondUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#nanosecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.nanosecondUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#nanosecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitNoInterface_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitNoInterface_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.zeroTimeout_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#zeroTimeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.zeroTimeout_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#zeroTimeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.dayUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#dayUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.dayUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#dayUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitNoInterface_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitNoInterface_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.hourUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#hourUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.hourUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#hourUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.microsecondUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#microsecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.microsecondUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#microsecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.millisecondUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#millisecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.millisecondUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#millisecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.minus1Timeout_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#minus1Timeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.minus1Timeout_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#minus1Timeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.nanosecondUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#nanosecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.nanosecondUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#nanosecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitNoInterface_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitNoInterface_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.zeroTimeout_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#zeroTimeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.zeroTimeout_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#zeroTimeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.tx.bm.singleton.rw = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.bm.singleton.rw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.annotated = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.singleton.annotated
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.inheritance = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.singleton.inheritance
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.mandatory = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#mandatory
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.postConstructTransaction = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#postConstructTransaction
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.required = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#required
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.requiredNoExistingTransaction = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#requiredNoExistingTransaction
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.requiresNew = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#requiresNew
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.supports = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#supports
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.webrw = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.singleton.webrw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateful.annotated = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.stateful.annotated
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateful.rw = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.stateful.rw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateful.sessionsync = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.stateful.sessionsync
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.annotated = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.stateless.annotated
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.inheritance = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.stateless.inheritance
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.rw = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.stateless.rw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.webrw = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.stateless.webrw
-build.com.sun.ts.tests.ejb30.lite.view.equals = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.view.equals
-build.com.sun.ts.tests.ejb30.lite.view.singleton.annotated = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.view.singleton.annotated
-build.com.sun.ts.tests.ejb30.lite.view.stateful.annotated = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.view.stateful.annotated
-build.com.sun.ts.tests.ejb30.lite.view.stateless.annotated = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.view.stateless.annotated
-build.com.sun.ts.tests.ejb30.persistence.annotations.access.field = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.access.field
-build.com.sun.ts.tests.ejb30.persistence.annotations.access.mappedsc = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.access.mappedsc
-build.com.sun.ts.tests.ejb30.persistence.annotations.access.property = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.access.property
-build.com.sun.ts.tests.ejb30.persistence.annotations.assocoverride = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.assocoverride
-build.com.sun.ts.tests.ejb30.persistence.annotations.basic = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.basic
-build.com.sun.ts.tests.ejb30.persistence.annotations.collectiontable = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.collectiontable
-build.com.sun.ts.tests.ejb30.persistence.annotations.elementcollection = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.elementcollection
-build.com.sun.ts.tests.ejb30.persistence.annotations.embeddable = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.embeddable
-build.com.sun.ts.tests.ejb30.persistence.annotations.entity = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.entity
-build.com.sun.ts.tests.ejb30.persistence.annotations.lob = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.lob
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkey = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.mapkey
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkeyclass = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.mapkeyclass
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkeycolumn = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.mapkeycolumn
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkeyjoincolumn = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.mapkeyjoincolumn
-build.com.sun.ts.tests.ejb30.persistence.annotations.mappedbyid = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.mappedbyid
-build.com.sun.ts.tests.ejb30.persistence.annotations.nativequery = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.nativequery
-build.com.sun.ts.tests.ejb30.persistence.annotations.onexmanyuni = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.onexmanyuni
-build.com.sun.ts.tests.ejb30.persistence.annotations.orderby = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.orderby
-build.com.sun.ts.tests.ejb30.persistence.annotations.ordercolumn = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.ordercolumn
-build.com.sun.ts.tests.ejb30.persistence.basic = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.basic
-build.com.sun.ts.tests.ejb30.persistence.cache = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.cache
-build.com.sun.ts.tests.ejb30.persistence.callback.inheritance = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.callback.inheritance
-build.com.sun.ts.tests.ejb30.persistence.callback.listener = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.callback.listener
-build.com.sun.ts.tests.ejb30.persistence.callback.listeneroverride = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.callback.listeneroverride
-build.com.sun.ts.tests.ejb30.persistence.callback.method = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.callback.method
-build.com.sun.ts.tests.ejb30.persistence.callback.methodoverride = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.callback.methodoverride
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.abstractquery = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.criteriaapi.abstractquery
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.criteriaquery = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.criteriaapi.criteriaquery
-#hangs
-#build.com.sun.ts.tests.ejb30.persistence.criteriaapi.metamodelquery = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.criteriaapi.metamodelquery
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.querybuilder = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.criteriaapi.querybuilder
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.strquery = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.criteriaapi.strquery
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex1a = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid.ex1a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex1b = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid.ex1b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex2a = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid.ex2a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex2b = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid.ex2b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex3a = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid.ex3a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex3b = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid.ex3b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex4a = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid.ex4a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex4b = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid.ex4b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex5a = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid.ex5a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex5b = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid.ex5b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex6a = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid.ex6a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex6b = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid.ex6b
-build.com.sun.ts.tests.ejb30.persistence.entityManagerClose = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entityManagerClose
-build.com.sun.ts.tests.ejb30.persistence.entitytest.apitests = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.apitests
-build.com.sun.ts.tests.ejb30.persistence.entitytest.bigdecimal = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.bigdecimal
-build.com.sun.ts.tests.ejb30.persistence.entitytest.biginteger = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.biginteger
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXmany = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXone = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXmany = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXone = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.basic = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.detach.basic
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXmany = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXone = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXmany = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXone = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.basic = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.persist.basic
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXmany = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXone = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmany = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmanyFetchEager = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmanyFetchEager
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXone = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.remove.basic = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.remove.basic
-build.com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXmany = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXone = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXone
-build.com.sun.ts.tests.ejb30.persistence.exceptions = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.exceptions
-build.com.sun.ts.tests.ejb30.persistence.inheritance.abstractentity = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.inheritance.abstractentity
-build.com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.annotation = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.annotation
-build.com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.descriptors = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.descriptors
-build.com.sun.ts.tests.ejb30.persistence.inheritance.nonentity = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.inheritance.nonentity
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.attribute = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.attribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.basictype = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.basictype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.bindable = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.bindable
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.collectionattribute = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.collectionattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.embeddabletype = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.embeddabletype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.entitytype = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.entitytype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.identifiabletype = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.identifiabletype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.listattribute = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.listattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.managedtype = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.managedtype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.mapattribute = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.mapattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.mappedsuperclasstype = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.mappedsuperclasstype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.metamodel = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.metamodel
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.pluralattribute = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.pluralattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.setattribute = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.setattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.singularattribute = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.singularattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.type = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.type
-build.com.sun.ts.tests.ejb30.persistence.nestedembedding = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.nestedembedding
-build.com.sun.ts.tests.ejb30.persistence.override.attributeoverride = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.override.attributeoverride
-build.com.sun.ts.tests.ejb30.persistence.override.callbacklistener = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.override.callbacklistener
-build.com.sun.ts.tests.ejb30.persistence.override.embeddable = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.override.embeddable
-build.com.sun.ts.tests.ejb30.persistence.override.entity = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.override.entity
-build.com.sun.ts.tests.ejb30.persistence.override.entitylistener = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.override.entitylistener
-build.com.sun.ts.tests.ejb30.persistence.override.joincolumn = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.override.joincolumn
-build.com.sun.ts.tests.ejb30.persistence.override.manytomany = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.override.manytomany
-build.com.sun.ts.tests.ejb30.persistence.override.mapkey = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.override.mapkey
-build.com.sun.ts.tests.ejb30.persistence.override.nocallbacklistener = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.override.nocallbacklistener
-build.com.sun.ts.tests.ejb30.persistence.override.table = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.override.table
-build.com.sun.ts.tests.ejb30.persistence.query.apitests = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.query.apitests
-build.com.sun.ts.tests.ejb30.persistence.query.flushmode = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.query.flushmode
-build.com.sun.ts.tests.ejb30.persistence.query.language = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.query.language
-build.com.sun.ts.tests.ejb30.persistence.relationship.annotations = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.relationship.annotations
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxmany = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxone = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxone
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidironexmany = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.relationship.bidironexmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidironexone = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.relationship.bidironexone
-build.com.sun.ts.tests.ejb30.persistence.relationship.defaults = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.relationship.defaults
-build.com.sun.ts.tests.ejb30.persistence.relationship.descriptors = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.relationship.descriptors
-build.com.sun.ts.tests.ejb30.persistence.relationship.unimanyxmany = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.relationship.unimanyxmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.unimanyxone = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.relationship.unimanyxone
-build.com.sun.ts.tests.ejb30.persistence.relationship.unionexmany = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.relationship.unionexmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.unionexone = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.relationship.unionexone
-build.com.sun.ts.tests.ejb30.persistence.types.auto = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.types.auto
-build.com.sun.ts.tests.ejb30.persistence.types.field = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.types.field
-build.com.sun.ts.tests.ejb30.persistence.types.generator = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.types.generator
-build.com.sun.ts.tests.ejb30.persistence.types.primarykey.compound = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.types.primarykey.compound
-build.com.sun.ts.tests.ejb30.persistence.types.property = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.types.property
-build.com.sun.ts.tests.ejb30.persistence.versioning = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.versioning
-build.com.sun.ts.tests.el.api.javax_el.arrayelresolver = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.arrayelresolver
-build.com.sun.ts.tests.el.api.javax_el.beanelresolver = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.beanelresolver
-build.com.sun.ts.tests.el.api.javax_el.compositeelresolver = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.compositeelresolver
-build.com.sun.ts.tests.el.api.javax_el.elresolver = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.elresolver
-build.com.sun.ts.tests.el.api.javax_el.expression = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.expression
-build.com.sun.ts.tests.el.api.javax_el.expressionfactory = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.expressionfactory
-build.com.sun.ts.tests.el.api.javax_el.functionmapper = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.functionmapper
-build.com.sun.ts.tests.el.api.javax_el.listelresolver = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.listelresolver
-build.com.sun.ts.tests.el.api.javax_el.mapelresolver = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.mapelresolver
-build.com.sun.ts.tests.el.api.javax_el.methodexpression = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.methodexpression
-build.com.sun.ts.tests.el.api.javax_el.methodinfo = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.methodinfo
-build.com.sun.ts.tests.el.api.javax_el.resourcebundleelresolver = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.resourcebundleelresolver
-build.com.sun.ts.tests.el.api.javax_el.valueexpression = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.valueexpression
-build.com.sun.ts.tests.el.api.javax_el.variablemapper = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.variablemapper
-build.com.sun.ts.tests.el.spec.binaryoperator = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.spec.binaryoperator
-build.com.sun.ts.tests.el.spec.coercion = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.spec.coercion
-build.com.sun.ts.tests.el.spec.conditionaloperator = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.spec.conditionaloperator
-build.com.sun.ts.tests.el.spec.emptyoperator = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.spec.emptyoperator
-build.com.sun.ts.tests.el.spec.language = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.spec.language
-build.com.sun.ts.tests.el.spec.literal = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.spec.literal
-build.com.sun.ts.tests.el.spec.mapper = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.spec.mapper
-build.com.sun.ts.tests.el.spec.operatorprecedence = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.spec.operatorprecedence
-build.com.sun.ts.tests.el.spec.relationaloperator = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.spec.relationaloperator
-build.com.sun.ts.tests.el.spec.unaryoperator = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.spec.unaryoperator
-build.com.sun.ts.tests.javamail.ee.internetaddress = --env -nc -c -U -w tomee-plus com.sun.ts.tests.javamail.ee.internetaddress
-build.com.sun.ts.tests.javamail.ee.mimemessage = --env -nc -c -U -w tomee-plus com.sun.ts.tests.javamail.ee.mimemessage
-build.com.sun.ts.tests.javamail.ee.multipart = --env -nc -c -U -w tomee-plus com.sun.ts.tests.javamail.ee.multipart
-build.com.sun.ts.tests.javamail.ee.transport = --env -nc -c -U -w tomee-plus com.sun.ts.tests.javamail.ee.transport
-build.com.sun.ts.tests.jdbc.ee.batchUpdate = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.batchUpdate
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt1 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt1
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt10 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt10
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt11 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt11
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt12 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt12
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt13 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt13
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt14 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt14
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt15 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt15
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt16 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt16
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt17 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt17
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt18 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt18
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt19 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt19
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt2 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt2
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt20 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt20
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt21 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt21
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt22 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt22
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt3 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt3
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt4 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt4
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt5 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt5
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt6 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt6
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt7 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt7
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt8 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt8
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt9 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt9
-build.com.sun.ts.tests.jdbc.ee.connection.connection1 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.connection.connection1
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime1 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dateTime.dateTime1
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime2 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dateTime.dateTime2
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime3 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dateTime.dateTime3
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta1 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta1
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta10 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta10
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta11 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta11
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta12 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta12
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta2 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta2
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta3 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta3
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta4 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta4
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta5 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta5
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta6 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta6
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta7 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta7
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta8 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta8
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta9 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta9
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar1 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar1
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar2 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar2
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar3 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar3
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar4 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar4
-build.com.sun.ts.tests.jdbc.ee.exception.batUpdExcept = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.exception.batUpdExcept
-build.com.sun.ts.tests.jdbc.ee.exception.sqlException = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.exception.sqlException
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt1 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt1
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt10 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt10
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt11 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt11
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt12 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt12
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt13 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt13
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt14 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt14
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt15 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt15
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt16 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt16
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt2 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt2
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt3 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt3
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt4 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt4
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt5 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt5
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt6 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt6
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt7 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt7
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt8 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt8
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt9 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt9
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet1 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.resultSet.resultSet1
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet10 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.resultSet.resultSet10
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet11 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.resultSet.resultSet11
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet14 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.resultSet.resultSet14
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet17 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.resultSet.resultSet17
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet18 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.resultSet.resultSet18
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet41 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.resultSet.resultSet41
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet45 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.resultSet.resultSet45
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet47 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.resultSet.resultSet47
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet49 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.resultSet.resultSet49
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet7 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.resultSet.resultSet7
-build.com.sun.ts.tests.jdbc.ee.rsMeta = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.rsMeta
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt1 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.stmt.stmt1
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt2 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.stmt.stmt2
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt3 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.stmt.stmt3
-build.com.sun.ts.tests.jsf.api.javax_faces.application.application = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.application
-build.com.sun.ts.tests.jsf.api.javax_faces.application.applicationfactory = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.applicationfactory
-build.com.sun.ts.tests.jsf.api.javax_faces.application.applicationISE = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.applicationISE
-build.com.sun.ts.tests.jsf.api.javax_faces.application.applicationwrapper = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.applicationwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.facesmessage = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.facesmessage
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resource = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.resource
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandler = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandler
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerEx = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerEx
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerwrapper = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcewrapper = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.resourcewrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.statemanager = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.statemanager
-build.com.sun.ts.tests.jsf.api.javax_faces.application.statemanagerwrapper = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.statemanagerwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.viewhandler = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.viewhandler
-build.com.sun.ts.tests.jsf.api.javax_faces.application.viewhandlerwrapper = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.viewhandlerwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.component.annotation = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.annotation
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandbutton = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandbutton
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandlink = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandlink
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmldatatable = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmldatatable
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlform = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlform
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlgraphicimage = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlgraphicimage
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputhidden = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputhidden
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputsecret = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputsecret
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtext = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtext
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtextarea = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtextarea
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessage = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessage
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessages = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessages
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetbutton = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetbutton
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetlink = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetlink
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputformat = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputformat
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlabel = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlabel
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlink = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlink
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputtext = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputtext
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgrid = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgrid
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgroup = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgroup
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectbooleancheckbox = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectbooleancheckbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanycheckbox = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanycheckbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanylistbox = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanylistbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanymenu = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanymenu
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonelistbox = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonelistbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonemenu = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonemenu
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectoneradio = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectoneradio
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uicolumn = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uicolumn
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uicommand = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uicommand
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uidata = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uidata
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiform = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiform
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uigraphic = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uigraphic
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiinput = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiinput
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uimessage = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uimessage
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uimessages = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uimessages
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uinamingcontainer = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uinamingcontainer
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uioutcometarget = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uioutcometarget
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uioutput = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uioutput
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uipanel = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uipanel
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiparameter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiparameter
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectboolean = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiselectboolean
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitem = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitem
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitems = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitems
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectmany = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiselectmany
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectone = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiselectone
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiviewparameter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiviewparameter
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiviewroot = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiviewroot
-build.com.sun.ts.tests.jsf.api.javax_faces.context.externalcontext = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.context.externalcontext
-build.com.sun.ts.tests.jsf.api.javax_faces.context.facescontext = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.context.facescontext
-build.com.sun.ts.tests.jsf.api.javax_faces.context.facescontextfactory = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.context.facescontextfactory
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.bigdecimalconverter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert.bigdecimalconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.bigintegerconverter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert.bigintegerconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.booleanconverter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert.booleanconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.byteconverter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert.byteconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.characterconverter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert.characterconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.datetimeconverter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert.datetimeconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.doubleconverter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert.doubleconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.enumconverter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert.enumconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.floatconverter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert.floatconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.integerconverter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert.integerconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.longconverter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert.longconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.numberconverter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert.numberconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.shortconverter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert.shortconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.el.evaluationexception = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.el.evaluationexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.methodbinding = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.el.methodbinding
-build.com.sun.ts.tests.jsf.api.javax_faces.el.methodnotfoundexception = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.el.methodnotfoundexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.propertynotfoundexception = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.el.propertynotfoundexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.propertyresolver = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.el.propertyresolver
-build.com.sun.ts.tests.jsf.api.javax_faces.el.referencesyntaxexception = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.el.referencesyntaxexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.valuebinding = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.el.valuebinding
-build.com.sun.ts.tests.jsf.api.javax_faces.el.variableresolver = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.el.variableresolver
-build.com.sun.ts.tests.jsf.api.javax_faces.event.abortprocessingexception = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.abortprocessingexception
-build.com.sun.ts.tests.jsf.api.javax_faces.event.actionevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.actionevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.ajaxbehaviorevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.ajaxbehaviorevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedeventcontext = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedeventcontext
-build.com.sun.ts.tests.jsf.api.javax_faces.event.facesevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.facesevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postaddtoviewevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.postaddtoviewevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postconstructapplicationevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.postconstructapplicationevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postconstructviewmapevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.postconstructviewmapevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postrestorestateevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.postrestorestateevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postvalidateevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.postvalidateevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.predestroyapplicationevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.predestroyapplicationevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.predestroyviewmapevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.predestroyviewmapevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.preremovefromviewevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.preremovefromviewevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.prerendercomponentevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.prerendercomponentevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.prevalidateevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.prevalidateevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.valuechangeevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.valuechangeevent
-build.com.sun.ts.tests.jsf.api.javax_faces.facesexception = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.facesexception
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfig = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfig
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfiglast = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfiglast
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.decorated = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.decorated
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.factoryfinder = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.factoryfinder
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainf = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainf
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainflast = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainflast
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.service = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.service
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.webinf = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.webinf
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinderrelease = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.factoryfinderrelease
-build.com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecycle = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecycle
-build.com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecyclefactory = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecyclefactory
-build.com.sun.ts.tests.jsf.api.javax_faces.model.arraydatamodel = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.model.arraydatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.datamodelevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.model.datamodelevent
-build.com.sun.ts.tests.jsf.api.javax_faces.model.listdatamodel = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.model.listdatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.resultdatamodel = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.model.resultdatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.resultsetdatamodel = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.model.resultsetdatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.scalardatamodel = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.model.scalardatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.selectitem = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.model.selectitem
-build.com.sun.ts.tests.jsf.api.javax_faces.model.selectitemgroup = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.model.selectitemgroup
-build.com.sun.ts.tests.jsf.api.javax_faces.render.renderkit = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.render.renderkit
-build.com.sun.ts.tests.jsf.api.javax_faces.render.renderkitfactory = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.render.renderkitfactory
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.beanvalidator = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.validator.beanvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.doublerangevalidator = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.validator.doublerangevalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.lengthvalidator = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.validator.lengthvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.longrangevalidator = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.validator.longrangevalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.methodexpressionvalidator = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.validator.methodexpressionvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.regexvalidator = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.validator.regexvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.view.location = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.view.location
-build.com.sun.ts.tests.jsf.spec.ajax.keyword = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.ajax.keyword
-build.com.sun.ts.tests.jsf.spec.ajax.tagwrapper = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.ajax.tagwrapper
-build.com.sun.ts.tests.jsf.spec.appconfigresources.absolute_ordering = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.appconfigresources.absolute_ordering
-build.com.sun.ts.tests.jsf.spec.appconfigresources.relative_ordering = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.appconfigresources.relative_ordering
-build.com.sun.ts.tests.jsf.spec.appconfigresources.startupbehavior = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.appconfigresources.startupbehavior
-build.com.sun.ts.tests.jsf.spec.composite.actionsource = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.composite.actionsource
-build.com.sun.ts.tests.jsf.spec.composite.attribute = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.composite.attribute
-build.com.sun.ts.tests.jsf.spec.composite.editablevalueholder = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.composite.editablevalueholder
-build.com.sun.ts.tests.jsf.spec.composite.facet = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.composite.facet
-build.com.sun.ts.tests.jsf.spec.composite.insertchildren = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.composite.insertchildren
-build.com.sun.ts.tests.jsf.spec.composite.packaging.classpath = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.composite.packaging.classpath
-build.com.sun.ts.tests.jsf.spec.composite.packaging.webapproot = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.composite.packaging.webapproot
-build.com.sun.ts.tests.jsf.spec.composite.valueholder = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.composite.valueholder
-build.com.sun.ts.tests.jsf.spec.coretags.selectitems = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.coretags.selectitems
-build.com.sun.ts.tests.jsf.spec.el.elresolvers = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.el.elresolvers
-build.com.sun.ts.tests.jsf.spec.el.managedbean.ee = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.el.managedbean.ee
-build.com.sun.ts.tests.jsf.spec.el.managedbean.standalone = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.el.managedbean.standalone
-build.com.sun.ts.tests.jsf.spec.jstl.cwo = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.cwo
-build.com.sun.ts.tests.jsf.spec.jstl.fncontains = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fncontains
-build.com.sun.ts.tests.jsf.spec.jstl.fncontainsignore = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fncontainsignore
-build.com.sun.ts.tests.jsf.spec.jstl.fnendswith = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fnendswith
-build.com.sun.ts.tests.jsf.spec.jstl.fnescapexml = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fnescapexml
-build.com.sun.ts.tests.jsf.spec.jstl.fnindexof = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fnindexof
-build.com.sun.ts.tests.jsf.spec.jstl.fnjoin = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fnjoin
-build.com.sun.ts.tests.jsf.spec.jstl.fnlength = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fnlength
-build.com.sun.ts.tests.jsf.spec.jstl.fnreplace = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fnreplace
-build.com.sun.ts.tests.jsf.spec.jstl.fnsplit = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fnsplit
-build.com.sun.ts.tests.jsf.spec.jstl.fnstartswith = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fnstartswith
-build.com.sun.ts.tests.jsf.spec.jstl.fnsubstring = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fnsubstring
-build.com.sun.ts.tests.jsf.spec.jstl.fnsubstringafter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fnsubstringafter
-build.com.sun.ts.tests.jsf.spec.jstl.fnsubstringbefore = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fnsubstringbefore
-build.com.sun.ts.tests.jsf.spec.jstl.fntolowercase = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fntolowercase
-build.com.sun.ts.tests.jsf.spec.jstl.fntouppercase = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fntouppercase
-build.com.sun.ts.tests.jsf.spec.jstl.fntrim = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fntrim
-build.com.sun.ts.tests.jsf.spec.jstl.foreachtag = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.foreachtag
-build.com.sun.ts.tests.jsf.spec.jstl.iftag = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.iftag
-build.com.sun.ts.tests.jsf.spec.navigation = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.navigation
-build.com.sun.ts.tests.jsf.spec.render.body = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.body
-build.com.sun.ts.tests.jsf.spec.render.booleancheckbox = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.booleancheckbox
-build.com.sun.ts.tests.jsf.spec.render.commandbutton = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.commandbutton
-build.com.sun.ts.tests.jsf.spec.render.commandlink = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.commandlink
-build.com.sun.ts.tests.jsf.spec.render.datatable = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.datatable
-build.com.sun.ts.tests.jsf.spec.render.form = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.form
-build.com.sun.ts.tests.jsf.spec.render.graphic = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.graphic
-build.com.sun.ts.tests.jsf.spec.render.grid = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.grid
-build.com.sun.ts.tests.jsf.spec.render.head = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.head
-build.com.sun.ts.tests.jsf.spec.render.hidden = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.hidden
-build.com.sun.ts.tests.jsf.spec.render.inputtext = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.inputtext
-build.com.sun.ts.tests.jsf.spec.render.manycheckbox = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.manycheckbox
-build.com.sun.ts.tests.jsf.spec.render.manylistbox = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.manylistbox
-build.com.sun.ts.tests.jsf.spec.render.manymenu = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.manymenu
-build.com.sun.ts.tests.jsf.spec.render.message = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.message
-build.com.sun.ts.tests.jsf.spec.render.messages = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.messages
-build.com.sun.ts.tests.jsf.spec.render.onelistbox = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.onelistbox
-build.com.sun.ts.tests.jsf.spec.render.onemenu = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.onemenu
-build.com.sun.ts.tests.jsf.spec.render.oneradio = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.oneradio
-build.com.sun.ts.tests.jsf.spec.render.outputformat = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.outputformat
-build.com.sun.ts.tests.jsf.spec.render.outputlabel = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.outputlabel
-build.com.sun.ts.tests.jsf.spec.render.outputlink = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.outputlink
-build.com.sun.ts.tests.jsf.spec.render.outputscript = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.outputscript
-build.com.sun.ts.tests.jsf.spec.render.outputstyle = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.outputstyle
-build.com.sun.ts.tests.jsf.spec.render.outputtext = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.outputtext
-build.com.sun.ts.tests.jsf.spec.render.secret = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.secret
-build.com.sun.ts.tests.jsf.spec.render.textarea = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.textarea
-build.com.sun.ts.tests.jsf.spec.resource.packaging.classpath = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.resource.packaging.classpath
-build.com.sun.ts.tests.jsf.spec.resource.packaging.webapproot = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.resource.packaging.webapproot
-build.com.sun.ts.tests.jsf.spec.resource.relocatable = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.resource.relocatable
-build.com.sun.ts.tests.jsf.spec.templating.insert = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.templating.insert
-build.com.sun.ts.tests.jsf.spec.templating.remove = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.templating.remove
-build.com.sun.ts.tests.jsf.spec.templating.repeat = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.templating.repeat
-build.com.sun.ts.tests.jsf.spec.view.viewhandler = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.view.viewhandler
-build.com.sun.ts.tests.jsf.spec.webapp.tldsig = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.webapp.tldsig
-build.com.sun.ts.tests.jsp.api.javax_el.arrayelresolver = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_el.arrayelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.beanelresolver = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_el.beanelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.compelresolver = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_el.compelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.createmethexpr = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_el.createmethexpr
-build.com.sun.ts.tests.jsp.api.javax_el.createvalexpr = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_el.createvalexpr
-build.com.sun.ts.tests.jsp.api.javax_el.elresolver = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_el.elresolver
-build.com.sun.ts.tests.jsp.api.javax_el.listelresolver = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_el.listelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.mapelresolver = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_el.mapelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.methodinfo = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_el.methodinfo
-build.com.sun.ts.tests.jsp.api.javax_el.resourcebundleelresolver = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_el.resourcebundleelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.valexpression = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_el.valexpression
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.elexception = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.elexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.elparseexception = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.elparseexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.expression = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.expression
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.expressionevaluator = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.expressionevaluator
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.implicitobjelresolver = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.implicitobjelresolver
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.scopedattrelresolver = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.scopedattrelresolver
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.variableresolver = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.variableresolver
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.errordata = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.errordata
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspapplicationcontext = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspapplicationcontext
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspengineinfo = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspengineinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspexception = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspfactory = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspfactory
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jsptagexception = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.jsptagexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspwriter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspwriter
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.pagecontext = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.pagecontext
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.skippageexception = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.skippageexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.bodycontent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.bodycontent
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.bodytagsupport = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.bodytagsupport
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.dynamicattributes = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.dynamicattributes
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.functioninfo = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.functioninfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.jspidconsumer = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.jspidconsumer
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.pagedata = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.pagedata
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.simpletagsupport = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.simpletagsupport
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagadapter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagadapter
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagattributeinfo = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagattributeinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagdata = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagdata
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagextrainfo = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagextrainfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagfileinfo = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagfileinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taginfo = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taginfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taglibraryinfo = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taglibraryinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taglibraryvalidator = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taglibraryvalidator
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagsupport = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagsupport
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagvariableinfo = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagvariableinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.trycatchfinally = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.trycatchfinally
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.variableinfo = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.variableinfo
-build.com.sun.ts.tests.jsp.spec.configuration.charsequence = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.configuration.charsequence
-build.com.sun.ts.tests.jsp.spec.configuration.elevaluation = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.configuration.elevaluation
-build.com.sun.ts.tests.jsp.spec.configuration.encoding = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.configuration.encoding
-build.com.sun.ts.tests.jsp.spec.configuration.general = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.configuration.general
-build.com.sun.ts.tests.jsp.spec.configuration.includes = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.configuration.includes
-build.com.sun.ts.tests.jsp.spec.configuration.scripting = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.configuration.scripting
-build.com.sun.ts.tests.jsp.spec.configuration.xml = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.configuration.xml
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.attribute = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.attribute
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.body = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.body
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.declaration = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.declaration
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.dobody = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.dobody
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.element = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.element
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.expression = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.expression
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.forward = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.forward
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.getproperty = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.getproperty
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.include = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.include
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.invoke = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.invoke
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.output = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.output
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.param = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.param
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.plugin = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.plugin
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.root = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.root
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.scriptlet = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.scriptlet
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.setproperty = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.setproperty
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.text = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.text
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.usebean = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.usebean
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.usebean2 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.usebean2
-build.com.sun.ts.tests.jsp.spec.core_syntax.directives.include = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.directives.include
-build.com.sun.ts.tests.jsp.spec.core_syntax.directives.page = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.directives.page
-build.com.sun.ts.tests.jsp.spec.core_syntax.directives.taglib = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.directives.taglib
-build.com.sun.ts.tests.jsp.spec.core_syntax.implicitobjects = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.implicitobjects
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.declaration = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.scripting.declaration
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.el = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.scripting.el
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.escaping = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.scripting.escaping
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.expressions = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.scripting.expressions
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.scriptlet = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.scripting.scriptlet
-build.com.sun.ts.tests.jsp.spec.el.jsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.el.jsp
-build.com.sun.ts.tests.jsp.spec.el.language = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.el.language
-build.com.sun.ts.tests.jsp.spec.i18n = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.i18n
-build.com.sun.ts.tests.jsp.spec.jspdocument.elements = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.jspdocument.elements
-build.com.sun.ts.tests.jsp.spec.jspdocument.general = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.jspdocument.general
-build.com.sun.ts.tests.jsp.spec.misc.precompilation = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.misc.precompilation
-build.com.sun.ts.tests.jsp.spec.security.secbasic = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.security.secbasic
-build.com.sun.ts.tests.jsp.spec.security.secform = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.security.secform
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.attribute20 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tagfiles.directives.attribute20
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.attribute21 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tagfiles.directives.attribute21
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.general = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tagfiles.directives.general
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.tag20 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tagfiles.directives.tag20
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.tag21 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tagfiles.directives.tag21
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.variable = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tagfiles.directives.variable
-build.com.sun.ts.tests.jsp.spec.tagfiles.implicitobjects = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tagfiles.implicitobjects
-build.com.sun.ts.tests.jsp.spec.tagfiles.packaging = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tagfiles.packaging
-build.com.sun.ts.tests.jsp.spec.tagfiles.semantics = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tagfiles.semantics
-build.com.sun.ts.tests.jsp.spec.tldres = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tldres
-build.com.sun.ts.tests.jstl.compat.onedotzero = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.compat.onedotzero
-build.com.sun.ts.tests.jstl.spec.core.conditional.cwo = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core.conditional.cwo
-build.com.sun.ts.tests.jstl.spec.core.conditional.iftag = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core.conditional.iftag
-build.com.sun.ts.tests.jstl.spec.core.general.catchtag = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core.general.catchtag
-build.com.sun.ts.tests.jstl.spec.core.general.outtag = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core.general.outtag
-build.com.sun.ts.tests.jstl.spec.core.general.remove = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core.general.remove
-build.com.sun.ts.tests.jstl.spec.core.general.set = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core.general.set
-build.com.sun.ts.tests.jstl.spec.core.iteration.foreach = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core.iteration.foreach
-build.com.sun.ts.tests.jstl.spec.core.iteration.fortokens = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core.iteration.fortokens
-build.com.sun.ts.tests.jstl.spec.core.iteration.loopstatus = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core.iteration.loopstatus
-build.com.sun.ts.tests.jstl.spec.core.urlresource.importtag = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core.urlresource.importtag
-build.com.sun.ts.tests.jstl.spec.core.urlresource.param = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core.urlresource.param
-build.com.sun.ts.tests.jstl.spec.core.urlresource.redirect = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core.urlresource.redirect
-build.com.sun.ts.tests.jstl.spec.core.urlresource.url = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core.urlresource.url
-build.com.sun.ts.tests.jstl.spec.etu.config = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.etu.config
-build.com.sun.ts.tests.jstl.spec.etu.functions = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.etu.functions
-build.com.sun.ts.tests.jstl.spec.etu.tlv.permitted = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.etu.tlv.permitted
-build.com.sun.ts.tests.jstl.spec.etu.tlv.scrfree = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.etu.tlv.scrfree
-build.com.sun.ts.tests.jstl.spec.etu.uri = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.etu.uri
-build.com.sun.ts.tests.jstl.spec.fmt.format.fmtdate = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.format.fmtdate
-build.com.sun.ts.tests.jstl.spec.fmt.format.fmtnum = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.format.fmtnum
-build.com.sun.ts.tests.jstl.spec.fmt.format.localecontext = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.format.localecontext
-build.com.sun.ts.tests.jstl.spec.fmt.format.parsedate = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.format.parsedate
-build.com.sun.ts.tests.jstl.spec.fmt.format.parsenum = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.format.parsenum
-build.com.sun.ts.tests.jstl.spec.fmt.format.settimezone = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.format.settimezone
-build.com.sun.ts.tests.jstl.spec.fmt.format.timezone = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.format.timezone
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.bundle = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.i18n.bundle
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.message = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.i18n.message
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.param = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.i18n.param
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.requestencoding = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.i18n.requestencoding
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.resourcelookup = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.i18n.resourcelookup
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.responseencoding = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.i18n.responseencoding
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.setbundle = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.i18n.setbundle
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.setlocale = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.i18n.setlocale
-build.com.sun.ts.tests.jstl.spec.sql.param = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.sql.param
-build.com.sun.ts.tests.jstl.spec.sql.query = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.sql.query
-build.com.sun.ts.tests.jstl.spec.sql.result = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.sql.result
-build.com.sun.ts.tests.jstl.spec.sql.setdatasource = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.sql.setdatasource
-build.com.sun.ts.tests.jstl.spec.sql.transaction = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.sql.transaction
-build.com.sun.ts.tests.jstl.spec.sql.update = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.sql.update
-build.com.sun.ts.tests.jstl.spec.xml.xconditional.xcwo = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.xml.xconditional.xcwo
-build.com.sun.ts.tests.jstl.spec.xml.xconditional.xforeach = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.xml.xconditional.xforeach
-build.com.sun.ts.tests.jstl.spec.xml.xconditional.xif = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.xml.xconditional.xif
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.bindings = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.xml.xmlcore.bindings
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.parse = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.xml.xmlcore.parse
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.types = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.xml.xmlcore.types
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.xout = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.xml.xmlcore.xout
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.xset = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.xml.xmlcore.xset
-build.com.sun.ts.tests.jstl.spec.xml.xtransform.param = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.xml.xtransform.param
-build.com.sun.ts.tests.jstl.spec.xml.xtransform.transform = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.xml.xtransform.transform
-build.com.sun.ts.tests.jta.ee.usertransaction.begin = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jta.ee.usertransaction.begin
-build.com.sun.ts.tests.jta.ee.usertransaction.commit = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jta.ee.usertransaction.commit
-build.com.sun.ts.tests.jta.ee.usertransaction.getstatus = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jta.ee.usertransaction.getstatus
-build.com.sun.ts.tests.jta.ee.usertransaction.rollback = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jta.ee.usertransaction.rollback
-build.com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly
-build.com.sun.ts.tests.jta.ee.usertransaction.settransactiontimeout = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jta.ee.usertransaction.settransactiontimeout
-build.com.sun.ts.tests.samples.javamail.ee.transport = --env -nc -c -U -w tomee-plus com.sun.ts.tests.samples.javamail.ee.transport
-build.com.sun.ts.tests.samples.jdbc.ee.testConn = --env -nc -c -U -w tomee-plus com.sun.ts.tests.samples.jdbc.ee.testConn
-build.com.sun.ts.tests.servlet.api.javax_servlet.asynccontext = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.asynccontext
-build.com.sun.ts.tests.servlet.api.javax_servlet.asyncevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.asyncevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.dispatchertype = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.dispatchertype
-build.com.sun.ts.tests.servlet.api.javax_servlet.dofilter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.dofilter
-build.com.sun.ts.tests.servlet.api.javax_servlet.filter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.filter
-build.com.sun.ts.tests.servlet.api.javax_servlet.filterchain = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.filterchain
-build.com.sun.ts.tests.servlet.api.javax_servlet.filterconfig = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.filterconfig
-build.com.sun.ts.tests.servlet.api.javax_servlet.filterrequestdispatcher = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.filterrequestdispatcher
-build.com.sun.ts.tests.servlet.api.javax_servlet.genericservlet = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.genericservlet
-build.com.sun.ts.tests.servlet.api.javax_servlet.registration = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.registration
-build.com.sun.ts.tests.servlet.api.javax_servlet.requestdispatcher = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.requestdispatcher
-build.com.sun.ts.tests.servlet.api.javax_servlet.scattributeevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.scattributeevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.scattributelistener = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.scattributelistener
-build.com.sun.ts.tests.servlet.api.javax_servlet.scevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.scevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.sclistener = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.sclistener
-build.com.sun.ts.tests.servlet.api.javax_servlet.servlet = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servlet
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletconfig = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servletconfig
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletcontext = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servletcontext
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletcontext30 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servletcontext30
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletexception = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servletexception
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletinputstream = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servletinputstream
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletoutputstream = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servletoutputstream
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequest = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servletrequest
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequest1 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servletrequest1
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequest30 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servletrequest30
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequestwrapper = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servletrequestwrapper
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequestwrapper30 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servletrequestwrapper30
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletresponse = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servletresponse
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletresponsewrapper = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servletresponsewrapper
-build.com.sun.ts.tests.servlet.api.javax_servlet.singlethreadmodel = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.singlethreadmodel
-build.com.sun.ts.tests.servlet.api.javax_servlet.srattributeevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.srattributeevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.srattributelistener = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.srattributelistener
-build.com.sun.ts.tests.servlet.api.javax_servlet.srevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.srevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.srlistener = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.srlistener
-build.com.sun.ts.tests.servlet.api.javax_servlet.unavailableexception = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.unavailableexception
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.cookie = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.cookie
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservlet = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpservlet
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest1 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest1
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest30 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest30
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequestwrapper = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequestwrapper
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponse = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponse
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponse30 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponse30
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponsewrapper = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponsewrapper
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponsewrapper30 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponsewrapper30
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsession = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpsession
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionattributelistener = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionattributelistener
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionbindingevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionbindingevent
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionbindinglistener = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionbindinglistener
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionevent
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionlistener = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionlistener
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionx = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionx
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.sessioncookieconfig = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.sessioncookieconfig
-build.com.sun.ts.tests.servlet.compat.LeadingSlash.WithLeadingSlash = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.compat.LeadingSlash.WithLeadingSlash
-build.com.sun.ts.tests.servlet.compat.LeadingSlash.WithoutLeadingSlash = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.compat.LeadingSlash.WithoutLeadingSlash
-build.com.sun.ts.tests.servlet.spec.annotationservlet.webfilter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.annotationservlet.webfilter
-build.com.sun.ts.tests.servlet.spec.annotationservlet.weblistener = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.annotationservlet.weblistener
-build.com.sun.ts.tests.servlet.spec.annotationservlet.webservlet = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.annotationservlet.webservlet
-build.com.sun.ts.tests.servlet.spec.aordering = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.aordering
-build.com.sun.ts.tests.servlet.spec.async = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.async
-build.com.sun.ts.tests.servlet.spec.crosscontext = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.crosscontext
-build.com.sun.ts.tests.servlet.spec.defaultmapping = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.defaultmapping
-build.com.sun.ts.tests.servlet.spec.dir_struct = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.dir_struct
-build.com.sun.ts.tests.servlet.spec.errorpage = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.errorpage
-build.com.sun.ts.tests.servlet.spec.errorpage1 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.errorpage1
-build.com.sun.ts.tests.servlet.spec.fragment = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.fragment
-build.com.sun.ts.tests.servlet.spec.httpservletresponse = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.httpservletresponse
-build.com.sun.ts.tests.servlet.spec.i18n.encoding = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.i18n.encoding
-build.com.sun.ts.tests.servlet.spec.listenerorder = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.listenerorder
-build.com.sun.ts.tests.servlet.spec.multifiltermapping = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.multifiltermapping
-build.com.sun.ts.tests.servlet.spec.protocols.http = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.protocols.http
-build.com.sun.ts.tests.servlet.spec.rdspecialchar = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.rdspecialchar
-build.com.sun.ts.tests.servlet.spec.requestdispatcher = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.requestdispatcher
-build.com.sun.ts.tests.servlet.spec.requestmap = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.requestmap
-build.com.sun.ts.tests.servlet.spec.security.annotations = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.security.annotations
-build.com.sun.ts.tests.servlet.spec.security.clientcert = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.security.clientcert
-build.com.sun.ts.tests.servlet.spec.security.clientcertanno = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.security.clientcertanno
-build.com.sun.ts.tests.servlet.spec.security.secbasic = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.security.secbasic
-build.com.sun.ts.tests.servlet.spec.security.secform = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.security.secform
-build.com.sun.ts.tests.servlet.spec.servletmapping = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.servletmapping
-build.com.sun.ts.tests.servlet.spec.servletresponse = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.servletresponse
-build.com.sun.ts.tests.servlet.spec.srlistener = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.srlistener
-build.com.sun.ts.tests.servlet.spec.webapps.accesswebinf = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.webapps.accesswebinf
-build.com.sun.ts.tests.servlet.spec.welcomefiles = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.welcomefiles
-build.com.sun.ts.tests.jaxrs.GroupOne = --env -nc -c -U -w tomee-plus -j -sql skip com.sun.ts.tests.jaxrs.api.rs_core.uriBuilderTest
-build.com.sun.ts.tests.jaxrs.GroupTwo = --env -nc -c -U -w tomee-plus -j -sql skip com.sun.ts.tests.jaxrs.api.rs_core.cacheControlTest com.sun.ts.tests.jaxrs.api.rs_core.cookieTest com.sun.ts.tests.jaxrs.api.rs_core.entityTagTest com.sun.ts.tests.jaxrs.api.rs_core.genericEntityTest com.sun.ts.tests.jaxrs.api.rs_core.mediaTypeTest com.sun.ts.tests.jaxrs.api.rs_core.newCookieTest com.sun.ts.tests.jaxrs.api.rs_core.responseCTest com.sun.ts.tests.jaxrs.api.rs_core.variantListBuilderTest com. [...]
diff --git a/profiles/plus/plus.properties b/profiles/plus/plus.properties
deleted file mode 100644
index 0fa6801..0000000
--- a/profiles/plus/plus.properties
+++ /dev/null
@@ -1,842 +0,0 @@
-project.name= plus-7.x
-project.version = 7.0.4-SNAPSHOT
-project.id = 72
-project.cron = * 21 45
-#This is the TCK repo URL
-project.scmUrl = scm:svn:https://svn.apache.org/repos/tck/tomee-tck/trunk
-project.buildFile= runtests
-include.f.javatest.log= target/logs/javatest.log
-include.d.logs=.*target/(apache|openejb).*/logs/.*
-header.webcontainer= tomee-plus
-order = ejb30.persistence.criteriaapi, ejb30.lite.singleton.concurrency, ejb30.lite.stateful.timeout, random
-
-build.com.sun.ts.tests.ejb30.lite.appexception.singleton.annotated = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.appexception.singleton.annotated
-build.com.sun.ts.tests.ejb30.lite.appexception.singleton.inheritance = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.appexception.singleton.inheritance
-build.com.sun.ts.tests.ejb30.lite.appexception.stateful.annotated = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.appexception.stateful.annotated
-build.com.sun.ts.tests.ejb30.lite.appexception.stateful.inheritance = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.appexception.stateful.inheritance
-build.com.sun.ts.tests.ejb30.lite.appexception.stateless.annotated = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.appexception.stateless.annotated
-build.com.sun.ts.tests.ejb30.lite.appexception.stateless.override = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.appexception.stateless.override
-build.com.sun.ts.tests.ejb30.lite.basic.mock = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.basic.mock
-build.com.sun.ts.tests.ejb30.lite.basic.singleton = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.basic.singleton
-build.com.sun.ts.tests.ejb30.lite.basic.stateful = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.basic.stateful
-build.com.sun.ts.tests.ejb30.lite.basic.stateless = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.basic.stateless
-build.com.sun.ts.tests.ejb30.lite.ejbcontext.stateless = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.ejbcontext.stateless
-build.com.sun.ts.tests.ejb30.lite.enventry.singleton = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.enventry.singleton
-build.com.sun.ts.tests.ejb30.lite.enventry.stateful = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.enventry.stateful
-build.com.sun.ts.tests.ejb30.lite.enventry.stateless = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.enventry.stateless
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.annotated = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.annotated
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.descriptor = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.descriptor
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.invocationcontext = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.interceptor.singleton.invocationcontext
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.annotated = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.annotated
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.descriptor = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.descriptor
-build.com.sun.ts.tests.ejb30.lite.lookup.annotated = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.lookup.annotated
-build.com.sun.ts.tests.ejb30.lite.lookup.descriptor = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.lookup.descriptor
-build.com.sun.ts.tests.ejb30.lite.nointerface.annotated = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.nointerface.annotated
-build.com.sun.ts.tests.ejb30.lite.nointerface.descriptor = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.nointerface.descriptor
-build.com.sun.ts.tests.ejb30.lite.packaging.embed.provider = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.packaging.embed.provider
-build.com.sun.ts.tests.ejb30.lite.packaging.war.datasource.singleton = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.packaging.war.datasource.singleton
-build.com.sun.ts.tests.ejb30.lite.packaging.war.datasource.stateful = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.packaging.war.datasource.stateful
-build.com.sun.ts.tests.ejb30.lite.packaging.war.enventry = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.packaging.war.enventry
-build.com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.business = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.business
-build.com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.invocationcontext = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.invocationcontext
-build.com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.lifecycle = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.lifecycle
-build.com.sun.ts.tests.ejb30.lite.packaging.war.servletcontextlistener = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.packaging.war.servletcontextlistener
-build.com.sun.ts.tests.ejb30.lite.packaging.war.webinflib = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.packaging.war.webinflib
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.bean = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.bean
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.accesstimeout = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.accesstimeout
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejblitejsf = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejbliteservlet = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejbliteservlet2 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejblitejsf = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejbliteservlet = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejbliteservlet2 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejblitejsf = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejbliteservlet = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejbliteservlet2 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejblitejsf = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejbliteservlet = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejbliteservlet2 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejblitejsf = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejbliteservlet = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejbliteservlet2 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejblitejsf = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejbliteservlet = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejbliteservlet2 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.inheritance = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.inheritance
-build.com.sun.ts.tests.ejb30.lite.singleton.dependson.graph = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.dependson.graph
-build.com.sun.ts.tests.ejb30.lite.singleton.dependson.triangle = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.dependson.triangle
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.bean = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.bean
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejblitejsf = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejbliteservlet = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejbliteservlet2 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejblitejsf = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejbliteservlet = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejbliteservlet2 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejblitejsf = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejbliteservlet = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejbliteservlet2 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejblitejsf = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejbliteservlet = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejbliteservlet2 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejblitejsf = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejbliteservlet = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejbliteservlet2 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.annotated = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.annotated
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.descriptor = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.descriptor
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.annotated = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.annotated
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.descriptor = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.descriptor
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.dayUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#dayUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.dayUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#dayUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitNoInterface_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitNoInterface_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.hourUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#hourUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.hourUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#hourUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.microsecondUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#microsecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.microsecondUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#microsecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.millisecondUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#millisecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.millisecondUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#millisecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.minus1Timeout_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#minus1Timeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.minus1Timeout_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#minus1Timeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.nanosecondUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#nanosecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.nanosecondUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#nanosecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitNoInterface_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitNoInterface_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.zeroTimeout_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#zeroTimeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.zeroTimeout_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#zeroTimeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.dayUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#dayUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.dayUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#dayUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitNoInterface_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitNoInterface_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.hourUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#hourUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.hourUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#hourUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.microsecondUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#microsecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.microsecondUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#microsecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.millisecondUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#millisecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.millisecondUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#millisecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.minus1Timeout_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#minus1Timeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.minus1Timeout_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#minus1Timeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.nanosecondUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#nanosecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.nanosecondUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#nanosecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitLocal_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitLocal_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitNoInterface_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitNoInterface_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.zeroTimeout_from_ejbembed = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#zeroTimeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.zeroTimeout_from_ejblitejsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#zeroTimeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.tx.bm.singleton.rw = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.bm.singleton.rw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.annotated = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.singleton.annotated
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.inheritance = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.singleton.inheritance
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.mandatory = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#mandatory
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.postConstructTransaction = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#postConstructTransaction
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.required = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#required
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.requiredNoExistingTransaction = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#requiredNoExistingTransaction
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.requiresNew = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#requiresNew
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.supports = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#supports
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.webrw = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.singleton.webrw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateful.annotated = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.stateful.annotated
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateful.rw = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.stateful.rw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateful.sessionsync = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.stateful.sessionsync
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.annotated = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.stateless.annotated
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.inheritance = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.stateless.inheritance
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.rw = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.stateless.rw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.webrw = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.stateless.webrw
-build.com.sun.ts.tests.ejb30.lite.view.equals = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.view.equals
-build.com.sun.ts.tests.ejb30.lite.view.singleton.annotated = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.view.singleton.annotated
-build.com.sun.ts.tests.ejb30.lite.view.stateful.annotated = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.view.stateful.annotated
-build.com.sun.ts.tests.ejb30.lite.view.stateless.annotated = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.view.stateless.annotated
-build.com.sun.ts.tests.ejb30.persistence.annotations.access.field = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.access.field
-build.com.sun.ts.tests.ejb30.persistence.annotations.access.mappedsc = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.access.mappedsc
-build.com.sun.ts.tests.ejb30.persistence.annotations.access.property = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.access.property
-build.com.sun.ts.tests.ejb30.persistence.annotations.assocoverride = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.assocoverride
-build.com.sun.ts.tests.ejb30.persistence.annotations.basic = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.basic
-build.com.sun.ts.tests.ejb30.persistence.annotations.collectiontable = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.collectiontable
-build.com.sun.ts.tests.ejb30.persistence.annotations.elementcollection = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.elementcollection
-build.com.sun.ts.tests.ejb30.persistence.annotations.embeddable = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.embeddable
-build.com.sun.ts.tests.ejb30.persistence.annotations.entity = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.entity
-build.com.sun.ts.tests.ejb30.persistence.annotations.lob = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.lob
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkey = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.mapkey
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkeyclass = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.mapkeyclass
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkeycolumn = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.mapkeycolumn
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkeyjoincolumn = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.mapkeyjoincolumn
-build.com.sun.ts.tests.ejb30.persistence.annotations.mappedbyid = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.mappedbyid
-build.com.sun.ts.tests.ejb30.persistence.annotations.nativequery = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.nativequery
-build.com.sun.ts.tests.ejb30.persistence.annotations.onexmanyuni = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.onexmanyuni
-build.com.sun.ts.tests.ejb30.persistence.annotations.orderby = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.orderby
-build.com.sun.ts.tests.ejb30.persistence.annotations.ordercolumn = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.ordercolumn
-build.com.sun.ts.tests.ejb30.persistence.basic = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.basic
-build.com.sun.ts.tests.ejb30.persistence.cache = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.cache
-build.com.sun.ts.tests.ejb30.persistence.callback.inheritance = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.callback.inheritance
-build.com.sun.ts.tests.ejb30.persistence.callback.listener = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.callback.listener
-build.com.sun.ts.tests.ejb30.persistence.callback.listeneroverride = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.callback.listeneroverride
-build.com.sun.ts.tests.ejb30.persistence.callback.method = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.callback.method
-build.com.sun.ts.tests.ejb30.persistence.callback.methodoverride = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.callback.methodoverride
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.abstractquery = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.criteriaapi.abstractquery
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.criteriaquery = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.criteriaapi.criteriaquery
-#hangs
-#build.com.sun.ts.tests.ejb30.persistence.criteriaapi.metamodelquery = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.criteriaapi.metamodelquery
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.querybuilder = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.criteriaapi.querybuilder
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.strquery = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.criteriaapi.strquery
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex1a = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid.ex1a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex1b = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid.ex1b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex2a = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid.ex2a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex2b = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid.ex2b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex3a = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid.ex3a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex3b = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid.ex3b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex4a = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid.ex4a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex4b = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid.ex4b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex5a = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid.ex5a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex5b = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid.ex5b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex6a = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid.ex6a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex6b = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid.ex6b
-build.com.sun.ts.tests.ejb30.persistence.entityManagerClose = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entityManagerClose
-build.com.sun.ts.tests.ejb30.persistence.entitytest.apitests = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.apitests
-build.com.sun.ts.tests.ejb30.persistence.entitytest.bigdecimal = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.bigdecimal
-build.com.sun.ts.tests.ejb30.persistence.entitytest.biginteger = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.biginteger
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXmany = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXone = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXmany = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXone = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.basic = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.detach.basic
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXmany = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXone = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXmany = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXone = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.basic = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.persist.basic
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXmany = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXone = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmany = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmanyFetchEager = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmanyFetchEager
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXone = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.remove.basic = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.remove.basic
-build.com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXmany = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXone = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXone
-build.com.sun.ts.tests.ejb30.persistence.exceptions = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.exceptions
-build.com.sun.ts.tests.ejb30.persistence.inheritance.abstractentity = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.inheritance.abstractentity
-build.com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.annotation = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.annotation
-build.com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.descriptors = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.descriptors
-build.com.sun.ts.tests.ejb30.persistence.inheritance.nonentity = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.inheritance.nonentity
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.attribute = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.attribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.basictype = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.basictype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.bindable = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.bindable
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.collectionattribute = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.collectionattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.embeddabletype = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.embeddabletype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.entitytype = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.entitytype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.identifiabletype = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.identifiabletype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.listattribute = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.listattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.managedtype = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.managedtype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.mapattribute = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.mapattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.mappedsuperclasstype = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.mappedsuperclasstype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.metamodel = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.metamodel
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.pluralattribute = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.pluralattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.setattribute = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.setattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.singularattribute = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.singularattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.type = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.type
-build.com.sun.ts.tests.ejb30.persistence.nestedembedding = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.nestedembedding
-build.com.sun.ts.tests.ejb30.persistence.override.attributeoverride = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.override.attributeoverride
-build.com.sun.ts.tests.ejb30.persistence.override.callbacklistener = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.override.callbacklistener
-build.com.sun.ts.tests.ejb30.persistence.override.embeddable = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.override.embeddable
-build.com.sun.ts.tests.ejb30.persistence.override.entity = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.override.entity
-build.com.sun.ts.tests.ejb30.persistence.override.entitylistener = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.override.entitylistener
-build.com.sun.ts.tests.ejb30.persistence.override.joincolumn = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.override.joincolumn
-build.com.sun.ts.tests.ejb30.persistence.override.manytomany = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.override.manytomany
-build.com.sun.ts.tests.ejb30.persistence.override.mapkey = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.override.mapkey
-build.com.sun.ts.tests.ejb30.persistence.override.nocallbacklistener = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.override.nocallbacklistener
-build.com.sun.ts.tests.ejb30.persistence.override.table = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.override.table
-build.com.sun.ts.tests.ejb30.persistence.query.apitests = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.query.apitests
-build.com.sun.ts.tests.ejb30.persistence.query.flushmode = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.query.flushmode
-build.com.sun.ts.tests.ejb30.persistence.query.language = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.query.language
-build.com.sun.ts.tests.ejb30.persistence.relationship.annotations = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.relationship.annotations
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxmany = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxone = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxone
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidironexmany = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.relationship.bidironexmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidironexone = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.relationship.bidironexone
-build.com.sun.ts.tests.ejb30.persistence.relationship.defaults = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.relationship.defaults
-build.com.sun.ts.tests.ejb30.persistence.relationship.descriptors = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.relationship.descriptors
-build.com.sun.ts.tests.ejb30.persistence.relationship.unimanyxmany = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.relationship.unimanyxmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.unimanyxone = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.relationship.unimanyxone
-build.com.sun.ts.tests.ejb30.persistence.relationship.unionexmany = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.relationship.unionexmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.unionexone = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.relationship.unionexone
-build.com.sun.ts.tests.ejb30.persistence.types.auto = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.types.auto
-build.com.sun.ts.tests.ejb30.persistence.types.field = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.types.field
-build.com.sun.ts.tests.ejb30.persistence.types.generator = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.types.generator
-build.com.sun.ts.tests.ejb30.persistence.types.primarykey.compound = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.types.primarykey.compound
-build.com.sun.ts.tests.ejb30.persistence.types.property = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.types.property
-build.com.sun.ts.tests.ejb30.persistence.versioning = --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.versioning
-build.com.sun.ts.tests.el.api.javax_el.arrayelresolver = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.arrayelresolver
-build.com.sun.ts.tests.el.api.javax_el.beanelresolver = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.beanelresolver
-build.com.sun.ts.tests.el.api.javax_el.compositeelresolver = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.compositeelresolver
-build.com.sun.ts.tests.el.api.javax_el.elresolver = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.elresolver
-build.com.sun.ts.tests.el.api.javax_el.expression = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.expression
-build.com.sun.ts.tests.el.api.javax_el.expressionfactory = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.expressionfactory
-build.com.sun.ts.tests.el.api.javax_el.functionmapper = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.functionmapper
-build.com.sun.ts.tests.el.api.javax_el.listelresolver = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.listelresolver
-build.com.sun.ts.tests.el.api.javax_el.mapelresolver = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.mapelresolver
-build.com.sun.ts.tests.el.api.javax_el.methodexpression = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.methodexpression
-build.com.sun.ts.tests.el.api.javax_el.methodinfo = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.methodinfo
-build.com.sun.ts.tests.el.api.javax_el.resourcebundleelresolver = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.resourcebundleelresolver
-build.com.sun.ts.tests.el.api.javax_el.valueexpression = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.valueexpression
-build.com.sun.ts.tests.el.api.javax_el.variablemapper = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.variablemapper
-build.com.sun.ts.tests.el.spec.binaryoperator = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.spec.binaryoperator
-build.com.sun.ts.tests.el.spec.coercion = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.spec.coercion
-build.com.sun.ts.tests.el.spec.conditionaloperator = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.spec.conditionaloperator
-build.com.sun.ts.tests.el.spec.emptyoperator = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.spec.emptyoperator
-build.com.sun.ts.tests.el.spec.language = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.spec.language
-build.com.sun.ts.tests.el.spec.literal = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.spec.literal
-build.com.sun.ts.tests.el.spec.mapper = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.spec.mapper
-build.com.sun.ts.tests.el.spec.operatorprecedence = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.spec.operatorprecedence
-build.com.sun.ts.tests.el.spec.relationaloperator = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.spec.relationaloperator
-build.com.sun.ts.tests.el.spec.unaryoperator = --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.spec.unaryoperator
-build.com.sun.ts.tests.javamail.ee.internetaddress = --env -nc -c -U -w tomee-plus com.sun.ts.tests.javamail.ee.internetaddress
-build.com.sun.ts.tests.javamail.ee.mimemessage = --env -nc -c -U -w tomee-plus com.sun.ts.tests.javamail.ee.mimemessage
-build.com.sun.ts.tests.javamail.ee.multipart = --env -nc -c -U -w tomee-plus com.sun.ts.tests.javamail.ee.multipart
-build.com.sun.ts.tests.javamail.ee.transport = --env -nc -c -U -w tomee-plus com.sun.ts.tests.javamail.ee.transport
-build.com.sun.ts.tests.jdbc.ee.batchUpdate = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.batchUpdate
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt1 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt1
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt10 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt10
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt11 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt11
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt12 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt12
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt13 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt13
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt14 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt14
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt15 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt15
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt16 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt16
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt17 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt17
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt18 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt18
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt19 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt19
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt2 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt2
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt20 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt20
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt21 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt21
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt22 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt22
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt3 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt3
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt4 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt4
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt5 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt5
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt6 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt6
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt7 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt7
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt8 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt8
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt9 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt9
-build.com.sun.ts.tests.jdbc.ee.connection.connection1 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.connection.connection1
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime1 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dateTime.dateTime1
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime2 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dateTime.dateTime2
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime3 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dateTime.dateTime3
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta1 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta1
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta10 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta10
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta11 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta11
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta12 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta12
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta2 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta2
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta3 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta3
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta4 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta4
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta5 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta5
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta6 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta6
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta7 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta7
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta8 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta8
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta9 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta9
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar1 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar1
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar2 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar2
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar3 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar3
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar4 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar4
-build.com.sun.ts.tests.jdbc.ee.exception.batUpdExcept = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.exception.batUpdExcept
-build.com.sun.ts.tests.jdbc.ee.exception.sqlException = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.exception.sqlException
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt1 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt1
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt10 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt10
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt11 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt11
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt12 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt12
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt13 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt13
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt14 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt14
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt15 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt15
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt16 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt16
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt2 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt2
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt3 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt3
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt4 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt4
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt5 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt5
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt6 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt6
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt7 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt7
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt8 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt8
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt9 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt9
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet1 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.resultSet.resultSet1
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet10 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.resultSet.resultSet10
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet11 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.resultSet.resultSet11
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet14 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.resultSet.resultSet14
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet17 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.resultSet.resultSet17
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet18 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.resultSet.resultSet18
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet41 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.resultSet.resultSet41
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet45 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.resultSet.resultSet45
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet47 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.resultSet.resultSet47
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet49 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.resultSet.resultSet49
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet7 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.resultSet.resultSet7
-build.com.sun.ts.tests.jdbc.ee.rsMeta = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.rsMeta
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt1 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.stmt.stmt1
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt2 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.stmt.stmt2
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt3 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.stmt.stmt3
-build.com.sun.ts.tests.jsf.api.javax_faces.application.application = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.application
-build.com.sun.ts.tests.jsf.api.javax_faces.application.applicationfactory = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.applicationfactory
-build.com.sun.ts.tests.jsf.api.javax_faces.application.applicationISE = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.applicationISE
-build.com.sun.ts.tests.jsf.api.javax_faces.application.applicationwrapper = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.applicationwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.facesmessage = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.facesmessage
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resource = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.resource
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandler = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandler
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerEx = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerEx
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerwrapper = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcewrapper = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.resourcewrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.statemanager = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.statemanager
-build.com.sun.ts.tests.jsf.api.javax_faces.application.statemanagerwrapper = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.statemanagerwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.viewhandler = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.viewhandler
-build.com.sun.ts.tests.jsf.api.javax_faces.application.viewhandlerwrapper = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.viewhandlerwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.component.annotation = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.annotation
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandbutton = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandbutton
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandlink = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandlink
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmldatatable = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmldatatable
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlform = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlform
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlgraphicimage = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlgraphicimage
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputhidden = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputhidden
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputsecret = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputsecret
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtext = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtext
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtextarea = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtextarea
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessage = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessage
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessages = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessages
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetbutton = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetbutton
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetlink = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetlink
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputformat = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputformat
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlabel = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlabel
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlink = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlink
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputtext = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputtext
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgrid = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgrid
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgroup = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgroup
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectbooleancheckbox = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectbooleancheckbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanycheckbox = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanycheckbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanylistbox = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanylistbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanymenu = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanymenu
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonelistbox = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonelistbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonemenu = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonemenu
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectoneradio = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectoneradio
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uicolumn = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uicolumn
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uicommand = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uicommand
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uidata = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uidata
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiform = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiform
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uigraphic = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uigraphic
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiinput = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiinput
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uimessage = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uimessage
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uimessages = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uimessages
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uinamingcontainer = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uinamingcontainer
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uioutcometarget = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uioutcometarget
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uioutput = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uioutput
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uipanel = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uipanel
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiparameter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiparameter
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectboolean = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiselectboolean
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitem = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitem
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitems = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitems
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectmany = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiselectmany
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectone = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiselectone
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiviewparameter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiviewparameter
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiviewroot = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiviewroot
-build.com.sun.ts.tests.jsf.api.javax_faces.context.externalcontext = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.context.externalcontext
-build.com.sun.ts.tests.jsf.api.javax_faces.context.facescontext = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.context.facescontext
-build.com.sun.ts.tests.jsf.api.javax_faces.context.facescontextfactory = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.context.facescontextfactory
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.bigdecimalconverter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert.bigdecimalconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.bigintegerconverter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert.bigintegerconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.booleanconverter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert.booleanconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.byteconverter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert.byteconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.characterconverter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert.characterconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.datetimeconverter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert.datetimeconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.doubleconverter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert.doubleconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.enumconverter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert.enumconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.floatconverter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert.floatconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.integerconverter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert.integerconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.longconverter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert.longconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.numberconverter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert.numberconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.shortconverter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert.shortconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.el.evaluationexception = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.el.evaluationexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.methodbinding = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.el.methodbinding
-build.com.sun.ts.tests.jsf.api.javax_faces.el.methodnotfoundexception = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.el.methodnotfoundexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.propertynotfoundexception = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.el.propertynotfoundexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.propertyresolver = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.el.propertyresolver
-build.com.sun.ts.tests.jsf.api.javax_faces.el.referencesyntaxexception = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.el.referencesyntaxexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.valuebinding = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.el.valuebinding
-build.com.sun.ts.tests.jsf.api.javax_faces.el.variableresolver = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.el.variableresolver
-build.com.sun.ts.tests.jsf.api.javax_faces.event.abortprocessingexception = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.abortprocessingexception
-build.com.sun.ts.tests.jsf.api.javax_faces.event.actionevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.actionevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.ajaxbehaviorevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.ajaxbehaviorevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedeventcontext = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedeventcontext
-build.com.sun.ts.tests.jsf.api.javax_faces.event.facesevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.facesevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postaddtoviewevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.postaddtoviewevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postconstructapplicationevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.postconstructapplicationevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postconstructviewmapevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.postconstructviewmapevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postrestorestateevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.postrestorestateevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postvalidateevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.postvalidateevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.predestroyapplicationevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.predestroyapplicationevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.predestroyviewmapevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.predestroyviewmapevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.preremovefromviewevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.preremovefromviewevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.prerendercomponentevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.prerendercomponentevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.prevalidateevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.prevalidateevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.valuechangeevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.valuechangeevent
-build.com.sun.ts.tests.jsf.api.javax_faces.facesexception = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.facesexception
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfig = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfig
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfiglast = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfiglast
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.decorated = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.decorated
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.factoryfinder = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.factoryfinder
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainf = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainf
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainflast = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainflast
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.service = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.service
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.webinf = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.webinf
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinderrelease = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.factoryfinderrelease
-build.com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecycle = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecycle
-build.com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecyclefactory = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecyclefactory
-build.com.sun.ts.tests.jsf.api.javax_faces.model.arraydatamodel = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.model.arraydatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.datamodelevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.model.datamodelevent
-build.com.sun.ts.tests.jsf.api.javax_faces.model.listdatamodel = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.model.listdatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.resultdatamodel = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.model.resultdatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.resultsetdatamodel = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.model.resultsetdatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.scalardatamodel = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.model.scalardatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.selectitem = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.model.selectitem
-build.com.sun.ts.tests.jsf.api.javax_faces.model.selectitemgroup = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.model.selectitemgroup
-build.com.sun.ts.tests.jsf.api.javax_faces.render.renderkit = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.render.renderkit
-build.com.sun.ts.tests.jsf.api.javax_faces.render.renderkitfactory = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.render.renderkitfactory
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.beanvalidator = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.validator.beanvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.doublerangevalidator = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.validator.doublerangevalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.lengthvalidator = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.validator.lengthvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.longrangevalidator = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.validator.longrangevalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.methodexpressionvalidator = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.validator.methodexpressionvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.regexvalidator = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.validator.regexvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.view.location = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.view.location
-build.com.sun.ts.tests.jsf.spec.ajax.keyword = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.ajax.keyword
-build.com.sun.ts.tests.jsf.spec.ajax.tagwrapper = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.ajax.tagwrapper
-build.com.sun.ts.tests.jsf.spec.appconfigresources.absolute_ordering = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.appconfigresources.absolute_ordering
-build.com.sun.ts.tests.jsf.spec.appconfigresources.relative_ordering = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.appconfigresources.relative_ordering
-build.com.sun.ts.tests.jsf.spec.appconfigresources.startupbehavior = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.appconfigresources.startupbehavior
-build.com.sun.ts.tests.jsf.spec.composite.actionsource = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.composite.actionsource
-build.com.sun.ts.tests.jsf.spec.composite.attribute = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.composite.attribute
-build.com.sun.ts.tests.jsf.spec.composite.editablevalueholder = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.composite.editablevalueholder
-build.com.sun.ts.tests.jsf.spec.composite.facet = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.composite.facet
-build.com.sun.ts.tests.jsf.spec.composite.insertchildren = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.composite.insertchildren
-build.com.sun.ts.tests.jsf.spec.composite.packaging.classpath = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.composite.packaging.classpath
-build.com.sun.ts.tests.jsf.spec.composite.packaging.webapproot = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.composite.packaging.webapproot
-build.com.sun.ts.tests.jsf.spec.composite.valueholder = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.composite.valueholder
-build.com.sun.ts.tests.jsf.spec.coretags.selectitems = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.coretags.selectitems
-build.com.sun.ts.tests.jsf.spec.el.elresolvers = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.el.elresolvers
-build.com.sun.ts.tests.jsf.spec.el.managedbean.ee = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.el.managedbean.ee
-build.com.sun.ts.tests.jsf.spec.el.managedbean.standalone = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.el.managedbean.standalone
-build.com.sun.ts.tests.jsf.spec.jstl.cwo = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.cwo
-build.com.sun.ts.tests.jsf.spec.jstl.fncontains = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fncontains
-build.com.sun.ts.tests.jsf.spec.jstl.fncontainsignore = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fncontainsignore
-build.com.sun.ts.tests.jsf.spec.jstl.fnendswith = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fnendswith
-build.com.sun.ts.tests.jsf.spec.jstl.fnescapexml = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fnescapexml
-build.com.sun.ts.tests.jsf.spec.jstl.fnindexof = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fnindexof
-build.com.sun.ts.tests.jsf.spec.jstl.fnjoin = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fnjoin
-build.com.sun.ts.tests.jsf.spec.jstl.fnlength = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fnlength
-build.com.sun.ts.tests.jsf.spec.jstl.fnreplace = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fnreplace
-build.com.sun.ts.tests.jsf.spec.jstl.fnsplit = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fnsplit
-build.com.sun.ts.tests.jsf.spec.jstl.fnstartswith = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fnstartswith
-build.com.sun.ts.tests.jsf.spec.jstl.fnsubstring = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fnsubstring
-build.com.sun.ts.tests.jsf.spec.jstl.fnsubstringafter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fnsubstringafter
-build.com.sun.ts.tests.jsf.spec.jstl.fnsubstringbefore = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fnsubstringbefore
-build.com.sun.ts.tests.jsf.spec.jstl.fntolowercase = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fntolowercase
-build.com.sun.ts.tests.jsf.spec.jstl.fntouppercase = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fntouppercase
-build.com.sun.ts.tests.jsf.spec.jstl.fntrim = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fntrim
-build.com.sun.ts.tests.jsf.spec.jstl.foreachtag = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.foreachtag
-build.com.sun.ts.tests.jsf.spec.jstl.iftag = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.iftag
-build.com.sun.ts.tests.jsf.spec.navigation = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.navigation
-build.com.sun.ts.tests.jsf.spec.render.body = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.body
-build.com.sun.ts.tests.jsf.spec.render.booleancheckbox = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.booleancheckbox
-build.com.sun.ts.tests.jsf.spec.render.commandbutton = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.commandbutton
-build.com.sun.ts.tests.jsf.spec.render.commandlink = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.commandlink
-build.com.sun.ts.tests.jsf.spec.render.datatable = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.datatable
-build.com.sun.ts.tests.jsf.spec.render.form = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.form
-build.com.sun.ts.tests.jsf.spec.render.graphic = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.graphic
-build.com.sun.ts.tests.jsf.spec.render.grid = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.grid
-build.com.sun.ts.tests.jsf.spec.render.head = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.head
-build.com.sun.ts.tests.jsf.spec.render.hidden = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.hidden
-build.com.sun.ts.tests.jsf.spec.render.inputtext = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.inputtext
-build.com.sun.ts.tests.jsf.spec.render.manycheckbox = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.manycheckbox
-build.com.sun.ts.tests.jsf.spec.render.manylistbox = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.manylistbox
-build.com.sun.ts.tests.jsf.spec.render.manymenu = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.manymenu
-build.com.sun.ts.tests.jsf.spec.render.message = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.message
-build.com.sun.ts.tests.jsf.spec.render.messages = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.messages
-build.com.sun.ts.tests.jsf.spec.render.onelistbox = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.onelistbox
-build.com.sun.ts.tests.jsf.spec.render.onemenu = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.onemenu
-build.com.sun.ts.tests.jsf.spec.render.oneradio = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.oneradio
-build.com.sun.ts.tests.jsf.spec.render.outputformat = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.outputformat
-build.com.sun.ts.tests.jsf.spec.render.outputlabel = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.outputlabel
-build.com.sun.ts.tests.jsf.spec.render.outputlink = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.outputlink
-build.com.sun.ts.tests.jsf.spec.render.outputscript = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.outputscript
-build.com.sun.ts.tests.jsf.spec.render.outputstyle = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.outputstyle
-build.com.sun.ts.tests.jsf.spec.render.outputtext = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.outputtext
-build.com.sun.ts.tests.jsf.spec.render.secret = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.secret
-build.com.sun.ts.tests.jsf.spec.render.textarea = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.textarea
-build.com.sun.ts.tests.jsf.spec.resource.packaging.classpath = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.resource.packaging.classpath
-build.com.sun.ts.tests.jsf.spec.resource.packaging.webapproot = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.resource.packaging.webapproot
-build.com.sun.ts.tests.jsf.spec.resource.relocatable = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.resource.relocatable
-build.com.sun.ts.tests.jsf.spec.templating.insert = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.templating.insert
-build.com.sun.ts.tests.jsf.spec.templating.remove = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.templating.remove
-build.com.sun.ts.tests.jsf.spec.templating.repeat = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.templating.repeat
-build.com.sun.ts.tests.jsf.spec.view.viewhandler = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.view.viewhandler
-build.com.sun.ts.tests.jsf.spec.webapp.tldsig = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.webapp.tldsig
-build.com.sun.ts.tests.jsp.api.javax_el.arrayelresolver = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_el.arrayelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.beanelresolver = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_el.beanelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.compelresolver = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_el.compelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.createmethexpr = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_el.createmethexpr
-build.com.sun.ts.tests.jsp.api.javax_el.createvalexpr = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_el.createvalexpr
-build.com.sun.ts.tests.jsp.api.javax_el.elresolver = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_el.elresolver
-build.com.sun.ts.tests.jsp.api.javax_el.listelresolver = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_el.listelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.mapelresolver = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_el.mapelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.methodinfo = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_el.methodinfo
-build.com.sun.ts.tests.jsp.api.javax_el.resourcebundleelresolver = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_el.resourcebundleelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.valexpression = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_el.valexpression
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.elexception = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.elexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.elparseexception = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.elparseexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.expression = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.expression
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.expressionevaluator = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.expressionevaluator
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.implicitobjelresolver = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.implicitobjelresolver
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.scopedattrelresolver = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.scopedattrelresolver
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.variableresolver = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.variableresolver
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.errordata = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.errordata
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspapplicationcontext = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspapplicationcontext
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspengineinfo = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspengineinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspexception = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspfactory = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspfactory
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jsptagexception = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.jsptagexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspwriter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspwriter
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.pagecontext = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.pagecontext
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.skippageexception = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.skippageexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.bodycontent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.bodycontent
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.bodytagsupport = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.bodytagsupport
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.dynamicattributes = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.dynamicattributes
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.functioninfo = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.functioninfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.jspidconsumer = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.jspidconsumer
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.pagedata = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.pagedata
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.simpletagsupport = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.simpletagsupport
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagadapter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagadapter
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagattributeinfo = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagattributeinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagdata = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagdata
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagextrainfo = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagextrainfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagfileinfo = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagfileinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taginfo = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taginfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taglibraryinfo = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taglibraryinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taglibraryvalidator = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taglibraryvalidator
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagsupport = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagsupport
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagvariableinfo = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagvariableinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.trycatchfinally = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.trycatchfinally
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.variableinfo = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.variableinfo
-build.com.sun.ts.tests.jsp.spec.configuration.charsequence = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.configuration.charsequence
-build.com.sun.ts.tests.jsp.spec.configuration.elevaluation = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.configuration.elevaluation
-build.com.sun.ts.tests.jsp.spec.configuration.encoding = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.configuration.encoding
-build.com.sun.ts.tests.jsp.spec.configuration.general = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.configuration.general
-build.com.sun.ts.tests.jsp.spec.configuration.includes = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.configuration.includes
-build.com.sun.ts.tests.jsp.spec.configuration.scripting = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.configuration.scripting
-build.com.sun.ts.tests.jsp.spec.configuration.xml = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.configuration.xml
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.attribute = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.attribute
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.body = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.body
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.declaration = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.declaration
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.dobody = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.dobody
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.element = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.element
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.expression = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.expression
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.forward = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.forward
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.getproperty = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.getproperty
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.include = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.include
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.invoke = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.invoke
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.output = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.output
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.param = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.param
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.plugin = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.plugin
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.root = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.root
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.scriptlet = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.scriptlet
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.setproperty = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.setproperty
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.text = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.text
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.usebean = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.usebean
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.usebean2 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.usebean2
-build.com.sun.ts.tests.jsp.spec.core_syntax.directives.include = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.directives.include
-build.com.sun.ts.tests.jsp.spec.core_syntax.directives.page = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.directives.page
-build.com.sun.ts.tests.jsp.spec.core_syntax.directives.taglib = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.directives.taglib
-build.com.sun.ts.tests.jsp.spec.core_syntax.implicitobjects = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.implicitobjects
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.declaration = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.scripting.declaration
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.el = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.scripting.el
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.escaping = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.scripting.escaping
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.expressions = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.scripting.expressions
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.scriptlet = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.scripting.scriptlet
-build.com.sun.ts.tests.jsp.spec.el.jsp = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.el.jsp
-build.com.sun.ts.tests.jsp.spec.el.language = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.el.language
-build.com.sun.ts.tests.jsp.spec.i18n = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.i18n
-build.com.sun.ts.tests.jsp.spec.jspdocument.elements = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.jspdocument.elements
-build.com.sun.ts.tests.jsp.spec.jspdocument.general = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.jspdocument.general
-build.com.sun.ts.tests.jsp.spec.misc.precompilation = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.misc.precompilation
-build.com.sun.ts.tests.jsp.spec.security.secbasic = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.security.secbasic
-build.com.sun.ts.tests.jsp.spec.security.secform = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.security.secform
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.attribute20 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tagfiles.directives.attribute20
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.attribute21 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tagfiles.directives.attribute21
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.general = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tagfiles.directives.general
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.tag20 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tagfiles.directives.tag20
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.tag21 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tagfiles.directives.tag21
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.variable = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tagfiles.directives.variable
-build.com.sun.ts.tests.jsp.spec.tagfiles.implicitobjects = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tagfiles.implicitobjects
-build.com.sun.ts.tests.jsp.spec.tagfiles.packaging = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tagfiles.packaging
-build.com.sun.ts.tests.jsp.spec.tagfiles.semantics = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tagfiles.semantics
-build.com.sun.ts.tests.jsp.spec.tldres = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tldres
-build.com.sun.ts.tests.jstl.compat.onedotzero = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.compat.onedotzero
-build.com.sun.ts.tests.jstl.spec.core.conditional.cwo = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core.conditional.cwo
-build.com.sun.ts.tests.jstl.spec.core.conditional.iftag = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core.conditional.iftag
-build.com.sun.ts.tests.jstl.spec.core.general.catchtag = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core.general.catchtag
-build.com.sun.ts.tests.jstl.spec.core.general.outtag = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core.general.outtag
-build.com.sun.ts.tests.jstl.spec.core.general.remove = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core.general.remove
-build.com.sun.ts.tests.jstl.spec.core.general.set = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core.general.set
-build.com.sun.ts.tests.jstl.spec.core.iteration.foreach = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core.iteration.foreach
-build.com.sun.ts.tests.jstl.spec.core.iteration.fortokens = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core.iteration.fortokens
-build.com.sun.ts.tests.jstl.spec.core.iteration.loopstatus = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core.iteration.loopstatus
-build.com.sun.ts.tests.jstl.spec.core.urlresource.importtag = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core.urlresource.importtag
-build.com.sun.ts.tests.jstl.spec.core.urlresource.param = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core.urlresource.param
-build.com.sun.ts.tests.jstl.spec.core.urlresource.redirect = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core.urlresource.redirect
-build.com.sun.ts.tests.jstl.spec.core.urlresource.url = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core.urlresource.url
-build.com.sun.ts.tests.jstl.spec.etu.config = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.etu.config
-build.com.sun.ts.tests.jstl.spec.etu.functions = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.etu.functions
-build.com.sun.ts.tests.jstl.spec.etu.tlv.permitted = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.etu.tlv.permitted
-build.com.sun.ts.tests.jstl.spec.etu.tlv.scrfree = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.etu.tlv.scrfree
-build.com.sun.ts.tests.jstl.spec.etu.uri = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.etu.uri
-build.com.sun.ts.tests.jstl.spec.fmt.format.fmtdate = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.format.fmtdate
-build.com.sun.ts.tests.jstl.spec.fmt.format.fmtnum = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.format.fmtnum
-build.com.sun.ts.tests.jstl.spec.fmt.format.localecontext = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.format.localecontext
-build.com.sun.ts.tests.jstl.spec.fmt.format.parsedate = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.format.parsedate
-build.com.sun.ts.tests.jstl.spec.fmt.format.parsenum = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.format.parsenum
-build.com.sun.ts.tests.jstl.spec.fmt.format.settimezone = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.format.settimezone
-build.com.sun.ts.tests.jstl.spec.fmt.format.timezone = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.format.timezone
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.bundle = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.i18n.bundle
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.message = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.i18n.message
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.param = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.i18n.param
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.requestencoding = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.i18n.requestencoding
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.resourcelookup = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.i18n.resourcelookup
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.responseencoding = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.i18n.responseencoding
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.setbundle = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.i18n.setbundle
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.setlocale = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.i18n.setlocale
-build.com.sun.ts.tests.jstl.spec.sql.param = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.sql.param
-build.com.sun.ts.tests.jstl.spec.sql.query = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.sql.query
-build.com.sun.ts.tests.jstl.spec.sql.result = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.sql.result
-build.com.sun.ts.tests.jstl.spec.sql.setdatasource = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.sql.setdatasource
-build.com.sun.ts.tests.jstl.spec.sql.transaction = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.sql.transaction
-build.com.sun.ts.tests.jstl.spec.sql.update = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.sql.update
-build.com.sun.ts.tests.jstl.spec.xml.xconditional.xcwo = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.xml.xconditional.xcwo
-build.com.sun.ts.tests.jstl.spec.xml.xconditional.xforeach = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.xml.xconditional.xforeach
-build.com.sun.ts.tests.jstl.spec.xml.xconditional.xif = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.xml.xconditional.xif
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.bindings = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.xml.xmlcore.bindings
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.parse = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.xml.xmlcore.parse
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.types = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.xml.xmlcore.types
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.xout = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.xml.xmlcore.xout
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.xset = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.xml.xmlcore.xset
-build.com.sun.ts.tests.jstl.spec.xml.xtransform.param = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.xml.xtransform.param
-build.com.sun.ts.tests.jstl.spec.xml.xtransform.transform = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.xml.xtransform.transform
-build.com.sun.ts.tests.jta.ee.usertransaction.begin = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jta.ee.usertransaction.begin
-build.com.sun.ts.tests.jta.ee.usertransaction.commit = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jta.ee.usertransaction.commit
-build.com.sun.ts.tests.jta.ee.usertransaction.getstatus = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jta.ee.usertransaction.getstatus
-build.com.sun.ts.tests.jta.ee.usertransaction.rollback = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jta.ee.usertransaction.rollback
-build.com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly
-build.com.sun.ts.tests.jta.ee.usertransaction.settransactiontimeout = --env -nc -c -U -w tomee-plus com.sun.ts.tests.jta.ee.usertransaction.settransactiontimeout
-build.com.sun.ts.tests.samples.javamail.ee.transport = --env -nc -c -U -w tomee-plus com.sun.ts.tests.samples.javamail.ee.transport
-build.com.sun.ts.tests.samples.jdbc.ee.testConn = --env -nc -c -U -w tomee-plus com.sun.ts.tests.samples.jdbc.ee.testConn
-build.com.sun.ts.tests.servlet.api.javax_servlet.asynccontext = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.asynccontext
-build.com.sun.ts.tests.servlet.api.javax_servlet.asyncevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.asyncevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.dispatchertype = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.dispatchertype
-build.com.sun.ts.tests.servlet.api.javax_servlet.dofilter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.dofilter
-build.com.sun.ts.tests.servlet.api.javax_servlet.filter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.filter
-build.com.sun.ts.tests.servlet.api.javax_servlet.filterchain = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.filterchain
-build.com.sun.ts.tests.servlet.api.javax_servlet.filterconfig = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.filterconfig
-build.com.sun.ts.tests.servlet.api.javax_servlet.filterrequestdispatcher = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.filterrequestdispatcher
-build.com.sun.ts.tests.servlet.api.javax_servlet.genericservlet = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.genericservlet
-build.com.sun.ts.tests.servlet.api.javax_servlet.registration = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.registration
-build.com.sun.ts.tests.servlet.api.javax_servlet.requestdispatcher = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.requestdispatcher
-build.com.sun.ts.tests.servlet.api.javax_servlet.scattributeevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.scattributeevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.scattributelistener = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.scattributelistener
-build.com.sun.ts.tests.servlet.api.javax_servlet.scevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.scevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.sclistener = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.sclistener
-build.com.sun.ts.tests.servlet.api.javax_servlet.servlet = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servlet
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletconfig = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servletconfig
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletcontext = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servletcontext
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletcontext30 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servletcontext30
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletexception = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servletexception
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletinputstream = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servletinputstream
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletoutputstream = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servletoutputstream
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequest = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servletrequest
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequest1 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servletrequest1
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequest30 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servletrequest30
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequestwrapper = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servletrequestwrapper
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequestwrapper30 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servletrequestwrapper30
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletresponse = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servletresponse
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletresponsewrapper = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servletresponsewrapper
-build.com.sun.ts.tests.servlet.api.javax_servlet.singlethreadmodel = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.singlethreadmodel
-build.com.sun.ts.tests.servlet.api.javax_servlet.srattributeevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.srattributeevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.srattributelistener = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.srattributelistener
-build.com.sun.ts.tests.servlet.api.javax_servlet.srevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.srevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.srlistener = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.srlistener
-build.com.sun.ts.tests.servlet.api.javax_servlet.unavailableexception = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.unavailableexception
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.cookie = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.cookie
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservlet = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpservlet
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest1 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest1
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest30 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest30
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequestwrapper = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequestwrapper
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponse = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponse
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponse30 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponse30
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponsewrapper = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponsewrapper
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponsewrapper30 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponsewrapper30
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsession = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpsession
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionattributelistener = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionattributelistener
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionbindingevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionbindingevent
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionbindinglistener = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionbindinglistener
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionevent = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionevent
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionlistener = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionlistener
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionx = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionx
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.sessioncookieconfig = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.sessioncookieconfig
-build.com.sun.ts.tests.servlet.compat.LeadingSlash.WithLeadingSlash = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.compat.LeadingSlash.WithLeadingSlash
-build.com.sun.ts.tests.servlet.compat.LeadingSlash.WithoutLeadingSlash = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.compat.LeadingSlash.WithoutLeadingSlash
-build.com.sun.ts.tests.servlet.spec.annotationservlet.webfilter = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.annotationservlet.webfilter
-build.com.sun.ts.tests.servlet.spec.annotationservlet.weblistener = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.annotationservlet.weblistener
-build.com.sun.ts.tests.servlet.spec.annotationservlet.webservlet = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.annotationservlet.webservlet
-build.com.sun.ts.tests.servlet.spec.aordering = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.aordering
-build.com.sun.ts.tests.servlet.spec.async = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.async
-build.com.sun.ts.tests.servlet.spec.crosscontext = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.crosscontext
-build.com.sun.ts.tests.servlet.spec.defaultmapping = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.defaultmapping
-build.com.sun.ts.tests.servlet.spec.dir_struct = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.dir_struct
-build.com.sun.ts.tests.servlet.spec.errorpage = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.errorpage
-build.com.sun.ts.tests.servlet.spec.errorpage1 = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.errorpage1
-build.com.sun.ts.tests.servlet.spec.fragment = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.fragment
-build.com.sun.ts.tests.servlet.spec.httpservletresponse = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.httpservletresponse
-build.com.sun.ts.tests.servlet.spec.i18n.encoding = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.i18n.encoding
-build.com.sun.ts.tests.servlet.spec.listenerorder = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.listenerorder
-build.com.sun.ts.tests.servlet.spec.multifiltermapping = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.multifiltermapping
-build.com.sun.ts.tests.servlet.spec.protocols.http = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.protocols.http
-build.com.sun.ts.tests.servlet.spec.rdspecialchar = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.rdspecialchar
-build.com.sun.ts.tests.servlet.spec.requestdispatcher = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.requestdispatcher
-build.com.sun.ts.tests.servlet.spec.requestmap = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.requestmap
-build.com.sun.ts.tests.servlet.spec.security.annotations = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.security.annotations
-build.com.sun.ts.tests.servlet.spec.security.clientcert = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.security.clientcert
-build.com.sun.ts.tests.servlet.spec.security.clientcertanno = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.security.clientcertanno
-build.com.sun.ts.tests.servlet.spec.security.secbasic = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.security.secbasic
-build.com.sun.ts.tests.servlet.spec.security.secform = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.security.secform
-build.com.sun.ts.tests.servlet.spec.servletmapping = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.servletmapping
-build.com.sun.ts.tests.servlet.spec.servletresponse = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.servletresponse
-build.com.sun.ts.tests.servlet.spec.srlistener = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.srlistener
-build.com.sun.ts.tests.servlet.spec.webapps.accesswebinf = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.webapps.accesswebinf
-build.com.sun.ts.tests.servlet.spec.welcomefiles = --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.welcomefiles
-build.com.sun.ts.tests.jaxrs.GroupOne = --env -nc -c -U -w tomee-plus -j -sql skip com.sun.ts.tests.jaxrs.api.rs_core.uriBuilderTest
-build.com.sun.ts.tests.jaxrs.GroupTwo = --env -nc -c -U -w tomee-plus -j -sql skip com.sun.ts.tests.jaxrs.api.rs_core.cacheControlTest com.sun.ts.tests.jaxrs.api.rs_core.cookieTest com.sun.ts.tests.jaxrs.api.rs_core.entityTagTest com.sun.ts.tests.jaxrs.api.rs_core.genericEntityTest com.sun.ts.tests.jaxrs.api.rs_core.mediaTypeTest com.sun.ts.tests.jaxrs.api.rs_core.newCookieTest com.sun.ts.tests.jaxrs.api.rs_core.responseCTest com.sun.ts.tests.jaxrs.api.rs_core.variantListBuilderTest com. [...]
diff --git a/profiles/test/test-jdk6.properties b/profiles/test/test-jdk6.properties
deleted file mode 100644
index 372f533..0000000
--- a/profiles/test/test-jdk6.properties
+++ /dev/null
@@ -1,16 +0,0 @@
-project.name= test-7.x
-project.version = 7.0.4-SNAPSHOT
-project.id = 100
-project.jdk = jdk6
-fire.on.submit = true
-#This is the TCK repo URL
-project.scmUrl = scm:svn:https://svn.apache.org/repos/tck/tomee-tck/trunk
-project.buildFile= runtests
-include.f.javatest.log= target/logs/javatest.log
-include.d.logs=.*target/(apache|openejb).*/logs/.*
-#include.d.results= .*.jtr
-header.webcontainer= tomee
-order = ejb30.persistence.criteriaapi, ejb30.lite.singleton.concurrency, ejb30.lite.stateful.timeout, random
-
-build.com.sun.ts.tests.ejb30.lite.appexception.singleton.annotated = --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.singleton.annotated
-build.com.sun.ts.tests.ejb30.lite.appexception.singleton.inheritance = --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.singleton.inheritance
diff --git a/profiles/test/test-jdk7.properties b/profiles/test/test-jdk7.properties
deleted file mode 100644
index 51cd509..0000000
--- a/profiles/test/test-jdk7.properties
+++ /dev/null
@@ -1,16 +0,0 @@
-project.name= test-7.x
-project.version = 7.0.4-SNAPSHOT
-project.id = 100
-project.jdk = jdk7
-fire.on.submit = true
-#This is the TCK repo URL
-project.scmUrl = scm:svn:https://svn.apache.org/repos/tck/tomee-tck/trunk
-project.buildFile= runtests
-include.f.javatest.log= target/logs/javatest.log
-include.d.logs=.*target/(apache|openejb).*/logs/.*
-#include.d.results= .*.jtr
-header.webcontainer= tomee
-order = ejb30.persistence.criteriaapi, ejb30.lite.singleton.concurrency, ejb30.lite.stateful.timeout, random
-
-build.com.sun.ts.tests.ejb30.lite.appexception.singleton.annotated = --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.singleton.annotated
-build.com.sun.ts.tests.ejb30.lite.appexception.singleton.inheritance = --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.singleton.inheritance
diff --git a/profiles/test/test-jdk8.properties b/profiles/test/test-jdk8.properties
deleted file mode 100644
index 9cd08a5..0000000
--- a/profiles/test/test-jdk8.properties
+++ /dev/null
@@ -1,16 +0,0 @@
-project.name= test-7.x
-project.version = 7.0.4-SNAPSHOT
-project.id = 100
-project.jdk = jdk8
-fire.on.submit = true
-#This is the TCK repo URL
-project.scmUrl = scm:svn:https://svn.apache.org/repos/tck/tomee-tck/trunk
-project.buildFile= runtests
-include.f.javatest.log= target/logs/javatest.log
-include.d.logs=.*target/(apache|openejb).*/logs/.*
-#include.d.results= .*.jtr
-header.webcontainer= tomee
-order = ejb30.persistence.criteriaapi, ejb30.lite.singleton.concurrency, ejb30.lite.stateful.timeout, random
-
-build.com.sun.ts.tests.ejb30.lite.appexception.singleton.annotated = --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.singleton.annotated
-build.com.sun.ts.tests.ejb30.lite.appexception.singleton.inheritance = --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.singleton.inheritance
diff --git a/profiles/web/webprofile-jdk6.properties b/profiles/web/webprofile-jdk6.properties
deleted file mode 100644
index 49a54a7..0000000
--- a/profiles/web/webprofile-jdk6.properties
+++ /dev/null
@@ -1,845 +0,0 @@
-project.name= webprofile-7.x
-project.version = 7.0.4-SNAPSHOT
-project.id = 71
-project.jdk = jdk6
-project.cron = * 0 0
-fire.on.submit = false
-#This is the TCK repo URL
-project.scmUrl = scm:svn:https://svn.apache.org/repos/tck/tomee-tck/trunk
-project.buildFile = runtests
-include.f.javatest.log = target/logs/javatest.log
-include.d.logs =.*target/(apache|openejb).*/logs/.*
-#include.d.results= .*.jtr
-header.webcontainer= tomee
-order = ejb30.persistence.criteriaapi, ejb30.lite.singleton.concurrency, ejb30.lite.stateful.timeout, random
-
-build.com.sun.ts.tests.ejb30.lite.appexception.singleton.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.singleton.annotated
-build.com.sun.ts.tests.ejb30.lite.appexception.singleton.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.singleton.inheritance
-build.com.sun.ts.tests.ejb30.lite.appexception.stateful.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.stateful.annotated
-build.com.sun.ts.tests.ejb30.lite.appexception.stateful.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.stateful.inheritance
-build.com.sun.ts.tests.ejb30.lite.appexception.stateless.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.stateless.annotated
-build.com.sun.ts.tests.ejb30.lite.appexception.stateless.override = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.stateless.override
-build.com.sun.ts.tests.ejb30.lite.basic.mock = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.basic.mock
-build.com.sun.ts.tests.ejb30.lite.basic.singleton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.basic.singleton
-build.com.sun.ts.tests.ejb30.lite.basic.stateful = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.basic.stateful
-build.com.sun.ts.tests.ejb30.lite.basic.stateless = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.basic.stateless
-build.com.sun.ts.tests.ejb30.lite.ejbcontext.stateless = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.ejbcontext.stateless
-build.com.sun.ts.tests.ejb30.lite.enventry.singleton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.enventry.singleton
-build.com.sun.ts.tests.ejb30.lite.enventry.stateful = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.enventry.stateful
-build.com.sun.ts.tests.ejb30.lite.enventry.stateless = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.enventry.stateless
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.annotated
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.descriptor
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.invocationcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.interceptor.singleton.invocationcontext
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.annotated
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.descriptor
-build.com.sun.ts.tests.ejb30.lite.lookup.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.lookup.annotated
-build.com.sun.ts.tests.ejb30.lite.lookup.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.lookup.descriptor
-build.com.sun.ts.tests.ejb30.lite.nointerface.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.nointerface.annotated
-build.com.sun.ts.tests.ejb30.lite.nointerface.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.nointerface.descriptor
-build.com.sun.ts.tests.ejb30.lite.packaging.embed.provider = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.embed.provider
-build.com.sun.ts.tests.ejb30.lite.packaging.war.datasource.singleton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.datasource.singleton
-build.com.sun.ts.tests.ejb30.lite.packaging.war.datasource.stateful = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.datasource.stateful
-build.com.sun.ts.tests.ejb30.lite.packaging.war.enventry = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.enventry
-build.com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.business = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.business
-build.com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.invocationcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.invocationcontext
-build.com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.lifecycle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.lifecycle
-build.com.sun.ts.tests.ejb30.lite.packaging.war.servletcontextlistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.servletcontextlistener
-build.com.sun.ts.tests.ejb30.lite.packaging.war.webinflib = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.webinflib
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.bean = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.bean
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.accesstimeout = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.accesstimeout
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.inheritance
-build.com.sun.ts.tests.ejb30.lite.singleton.dependson.graph = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.dependson.graph
-build.com.sun.ts.tests.ejb30.lite.singleton.dependson.triangle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.dependson.triangle
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.bean = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.bean
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.annotated
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.descriptor
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.annotated
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.descriptor
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.dayUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#dayUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.dayUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#dayUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitNoInterface_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitNoInterface_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.hourUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#hourUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.hourUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#hourUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.microsecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#microsecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.microsecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#microsecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.millisecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#millisecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.millisecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#millisecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.minus1Timeout_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#minus1Timeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.minus1Timeout_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#minus1Timeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.nanosecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#nanosecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.nanosecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#nanosecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitNoInterface_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitNoInterface_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.zeroTimeout_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#zeroTimeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.zeroTimeout_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#zeroTimeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.dayUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#dayUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.dayUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#dayUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitNoInterface_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitNoInterface_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.hourUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#hourUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.hourUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#hourUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.microsecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#microsecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.microsecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#microsecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.millisecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#millisecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.millisecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#millisecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.minus1Timeout_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#minus1Timeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.minus1Timeout_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#minus1Timeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.nanosecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#nanosecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.nanosecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#nanosecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitNoInterface_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitNoInterface_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.zeroTimeout_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#zeroTimeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.zeroTimeout_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#zeroTimeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.tx.bm.singleton.rw = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.bm.singleton.rw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.annotated
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.inheritance
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.mandatory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#mandatory
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.postConstructTransaction = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#postConstructTransaction
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.required = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#required
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.requiredNoExistingTransaction = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#requiredNoExistingTransaction
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.requiresNew = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#requiresNew
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.supports = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#supports
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.webrw = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.webrw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateful.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateful.annotated
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateful.rw = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateful.rw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateful.sessionsync = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateful.sessionsync
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateless.annotated
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateless.inheritance
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.rw = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateless.rw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.webrw = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateless.webrw
-build.com.sun.ts.tests.ejb30.lite.view.equals = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.view.equals
-build.com.sun.ts.tests.ejb30.lite.view.singleton.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.view.singleton.annotated
-build.com.sun.ts.tests.ejb30.lite.view.stateful.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.view.stateful.annotated
-build.com.sun.ts.tests.ejb30.lite.view.stateless.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.view.stateless.annotated
-build.com.sun.ts.tests.ejb30.persistence.annotations.access.field = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.access.field
-build.com.sun.ts.tests.ejb30.persistence.annotations.access.mappedsc = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.access.mappedsc
-build.com.sun.ts.tests.ejb30.persistence.annotations.access.property = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.access.property
-build.com.sun.ts.tests.ejb30.persistence.annotations.assocoverride = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.assocoverride
-build.com.sun.ts.tests.ejb30.persistence.annotations.basic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.basic
-build.com.sun.ts.tests.ejb30.persistence.annotations.collectiontable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.collectiontable
-build.com.sun.ts.tests.ejb30.persistence.annotations.elementcollection = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.elementcollection
-build.com.sun.ts.tests.ejb30.persistence.annotations.embeddable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.embeddable
-build.com.sun.ts.tests.ejb30.persistence.annotations.entity = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.entity
-build.com.sun.ts.tests.ejb30.persistence.annotations.lob = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.lob
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkey = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.mapkey
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkeyclass = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.mapkeyclass
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkeycolumn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.mapkeycolumn
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkeyjoincolumn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.mapkeyjoincolumn
-build.com.sun.ts.tests.ejb30.persistence.annotations.mappedbyid = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.mappedbyid
-build.com.sun.ts.tests.ejb30.persistence.annotations.nativequery = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.nativequery
-build.com.sun.ts.tests.ejb30.persistence.annotations.onexmanyuni = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.onexmanyuni
-build.com.sun.ts.tests.ejb30.persistence.annotations.orderby = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.orderby
-build.com.sun.ts.tests.ejb30.persistence.annotations.ordercolumn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.ordercolumn
-build.com.sun.ts.tests.ejb30.persistence.basic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.basic
-build.com.sun.ts.tests.ejb30.persistence.cache = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.cache
-build.com.sun.ts.tests.ejb30.persistence.callback.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.callback.inheritance
-build.com.sun.ts.tests.ejb30.persistence.callback.listener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.callback.listener
-build.com.sun.ts.tests.ejb30.persistence.callback.listeneroverride = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.callback.listeneroverride
-build.com.sun.ts.tests.ejb30.persistence.callback.method = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.callback.method
-build.com.sun.ts.tests.ejb30.persistence.callback.methodoverride = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.callback.methodoverride
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.abstractquery = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.criteriaapi.abstractquery
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.criteriaquery = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.criteriaapi.criteriaquery
-#hangs
-#build.com.sun.ts.tests.ejb30.persistence.criteriaapi.metamodelquery = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.criteriaapi.metamodelquery
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.querybuilder = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.criteriaapi.querybuilder
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.strquery = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.criteriaapi.strquery
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex1a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex1a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex1b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex1b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex2a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex2a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex2b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex2b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex3a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex3a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex3b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex3b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex4a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex4a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex4b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex4b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex5a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex5a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex5b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex5b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex6a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex6a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex6b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex6b
-build.com.sun.ts.tests.ejb30.persistence.entityManagerClose = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entityManagerClose
-build.com.sun.ts.tests.ejb30.persistence.entitytest.apitests = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.apitests
-build.com.sun.ts.tests.ejb30.persistence.entitytest.bigdecimal = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.bigdecimal
-build.com.sun.ts.tests.ejb30.persistence.entitytest.biginteger = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.biginteger
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.basic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.detach.basic
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.basic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.persist.basic
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmanyFetchEager = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmanyFetchEager
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.remove.basic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.remove.basic
-build.com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXone
-build.com.sun.ts.tests.ejb30.persistence.exceptions = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.exceptions
-build.com.sun.ts.tests.ejb30.persistence.inheritance.abstractentity = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.inheritance.abstractentity
-build.com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.annotation = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.annotation
-build.com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.descriptors = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.descriptors
-build.com.sun.ts.tests.ejb30.persistence.inheritance.nonentity = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.inheritance.nonentity
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.attribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.attribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.basictype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.basictype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.bindable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.bindable
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.collectionattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.collectionattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.embeddabletype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.embeddabletype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.entitytype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.entitytype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.identifiabletype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.identifiabletype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.listattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.listattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.managedtype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.managedtype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.mapattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.mapattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.mappedsuperclasstype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.mappedsuperclasstype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.metamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.metamodel
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.pluralattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.pluralattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.setattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.setattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.singularattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.singularattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.type = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.type
-build.com.sun.ts.tests.ejb30.persistence.nestedembedding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.nestedembedding
-build.com.sun.ts.tests.ejb30.persistence.override.attributeoverride = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.attributeoverride
-build.com.sun.ts.tests.ejb30.persistence.override.callbacklistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.callbacklistener
-build.com.sun.ts.tests.ejb30.persistence.override.embeddable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.embeddable
-build.com.sun.ts.tests.ejb30.persistence.override.entity = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.entity
-build.com.sun.ts.tests.ejb30.persistence.override.entitylistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.entitylistener
-build.com.sun.ts.tests.ejb30.persistence.override.joincolumn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.joincolumn
-build.com.sun.ts.tests.ejb30.persistence.override.manytomany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.manytomany
-build.com.sun.ts.tests.ejb30.persistence.override.mapkey = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.mapkey
-build.com.sun.ts.tests.ejb30.persistence.override.nocallbacklistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.nocallbacklistener
-build.com.sun.ts.tests.ejb30.persistence.override.table = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.table
-build.com.sun.ts.tests.ejb30.persistence.query.apitests = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.query.apitests
-build.com.sun.ts.tests.ejb30.persistence.query.flushmode = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.query.flushmode
-build.com.sun.ts.tests.ejb30.persistence.query.language = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.query.language
-build.com.sun.ts.tests.ejb30.persistence.relationship.annotations = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.annotations
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxone
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidironexmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.bidironexmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidironexone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.bidironexone
-build.com.sun.ts.tests.ejb30.persistence.relationship.defaults = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.defaults
-build.com.sun.ts.tests.ejb30.persistence.relationship.descriptors = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.descriptors
-build.com.sun.ts.tests.ejb30.persistence.relationship.unimanyxmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.unimanyxmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.unimanyxone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.unimanyxone
-build.com.sun.ts.tests.ejb30.persistence.relationship.unionexmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.unionexmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.unionexone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.unionexone
-build.com.sun.ts.tests.ejb30.persistence.types.auto = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.types.auto
-build.com.sun.ts.tests.ejb30.persistence.types.field = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.types.field
-build.com.sun.ts.tests.ejb30.persistence.types.generator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.types.generator
-build.com.sun.ts.tests.ejb30.persistence.types.primarykey.compound = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.types.primarykey.compound
-build.com.sun.ts.tests.ejb30.persistence.types.property = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.types.property
-build.com.sun.ts.tests.ejb30.persistence.versioning = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.versioning
-build.com.sun.ts.tests.el.api.javax_el.arrayelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.arrayelresolver
-build.com.sun.ts.tests.el.api.javax_el.beanelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.beanelresolver
-build.com.sun.ts.tests.el.api.javax_el.compositeelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.compositeelresolver
-build.com.sun.ts.tests.el.api.javax_el.elresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.elresolver
-build.com.sun.ts.tests.el.api.javax_el.expression = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.expression
-build.com.sun.ts.tests.el.api.javax_el.expressionfactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.expressionfactory
-build.com.sun.ts.tests.el.api.javax_el.functionmapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.functionmapper
-build.com.sun.ts.tests.el.api.javax_el.listelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.listelresolver
-build.com.sun.ts.tests.el.api.javax_el.mapelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.mapelresolver
-build.com.sun.ts.tests.el.api.javax_el.methodexpression = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.methodexpression
-build.com.sun.ts.tests.el.api.javax_el.methodinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.methodinfo
-build.com.sun.ts.tests.el.api.javax_el.resourcebundleelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.resourcebundleelresolver
-build.com.sun.ts.tests.el.api.javax_el.valueexpression = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.valueexpression
-build.com.sun.ts.tests.el.api.javax_el.variablemapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.variablemapper
-build.com.sun.ts.tests.el.spec.binaryoperator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.binaryoperator
-build.com.sun.ts.tests.el.spec.coercion = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.coercion
-build.com.sun.ts.tests.el.spec.conditionaloperator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.conditionaloperator
-build.com.sun.ts.tests.el.spec.emptyoperator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.emptyoperator
-build.com.sun.ts.tests.el.spec.language = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.language
-build.com.sun.ts.tests.el.spec.literal = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.literal
-build.com.sun.ts.tests.el.spec.mapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.mapper
-build.com.sun.ts.tests.el.spec.operatorprecedence = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.operatorprecedence
-build.com.sun.ts.tests.el.spec.relationaloperator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.relationaloperator
-build.com.sun.ts.tests.el.spec.unaryoperator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.unaryoperator
-build.com.sun.ts.tests.javamail.ee.internetaddress = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.javamail.ee.internetaddress
-build.com.sun.ts.tests.javamail.ee.mimemessage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.javamail.ee.mimemessage
-build.com.sun.ts.tests.javamail.ee.multipart = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.javamail.ee.multipart
-build.com.sun.ts.tests.javamail.ee.transport = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.javamail.ee.transport
-build.com.sun.ts.tests.jdbc.ee.batchUpdate = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.batchUpdate
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt1
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt10 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt10
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt11 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt11
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt12 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt12
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt13 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt13
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt14 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt14
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt15 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt15
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt16 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt16
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt17 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt17
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt18 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt18
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt19 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt19
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt2
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt20 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt20
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt21 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt21
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt22 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt22
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt3
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt4 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt4
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt5 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt5
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt6 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt6
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt7 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt7
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt8 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt8
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt9 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt9
-build.com.sun.ts.tests.jdbc.ee.connection.connection1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.connection.connection1
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dateTime.dateTime1
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dateTime.dateTime2
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dateTime.dateTime3
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta1
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta10 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta10
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta11 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta11
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta12 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta12
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta2
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta3
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta4 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta4
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta5 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta5
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta6 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta6
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta7 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta7
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta8 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta8
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta9 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta9
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar1
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar2
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar3
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar4 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar4
-build.com.sun.ts.tests.jdbc.ee.exception.batUpdExcept = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.exception.batUpdExcept
-build.com.sun.ts.tests.jdbc.ee.exception.sqlException = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.exception.sqlException
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt1
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt10 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt10
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt11 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt11
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt12 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt12
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt13 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt13
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt14 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt14
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt15 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt15
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt16 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt16
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt2
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt3
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt4 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt4
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt5 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt5
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt6 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt6
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt7 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt7
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt8 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt8
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt9 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt9
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet1
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet10 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet10
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet11 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet11
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet14 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet14
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet17 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet17
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet18 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet18
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet41 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet41
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet45 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet45
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet47 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet47
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet49 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet49
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet7 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet7
-build.com.sun.ts.tests.jdbc.ee.rsMeta = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.rsMeta
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.stmt.stmt1
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.stmt.stmt2
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.stmt.stmt3
-build.com.sun.ts.tests.jsf.api.javax_faces.application.application = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.application
-build.com.sun.ts.tests.jsf.api.javax_faces.application.applicationfactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.applicationfactory
-build.com.sun.ts.tests.jsf.api.javax_faces.application.applicationISE = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.applicationISE
-build.com.sun.ts.tests.jsf.api.javax_faces.application.applicationwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.applicationwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.facesmessage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.facesmessage
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resource = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.resource
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandler = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandler
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerEx = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerEx
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcewrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.resourcewrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.statemanager = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.statemanager
-build.com.sun.ts.tests.jsf.api.javax_faces.application.statemanagerwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.statemanagerwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.viewhandler = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.viewhandler
-build.com.sun.ts.tests.jsf.api.javax_faces.application.viewhandlerwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.viewhandlerwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.component.annotation = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.annotation
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandbutton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandbutton
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandlink = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandlink
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmldatatable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmldatatable
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlform = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlform
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlgraphicimage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlgraphicimage
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputhidden = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputhidden
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputsecret = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputsecret
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtext
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtextarea = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtextarea
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessage
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessages = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessages
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetbutton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetbutton
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetlink = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetlink
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputformat = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputformat
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlabel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlabel
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlink = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlink
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputtext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputtext
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgrid = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgrid
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgroup = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgroup
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectbooleancheckbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectbooleancheckbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanycheckbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanycheckbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanylistbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanylistbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanymenu = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanymenu
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonelistbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonelistbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonemenu = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonemenu
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectoneradio = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectoneradio
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uicolumn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uicolumn
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uicommand = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uicommand
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uidata = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uidata
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiform = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiform
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uigraphic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uigraphic
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiinput = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiinput
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uimessage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uimessage
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uimessages = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uimessages
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uinamingcontainer = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uinamingcontainer
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uioutcometarget = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uioutcometarget
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uioutput = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uioutput
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uipanel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uipanel
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiparameter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiparameter
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectboolean = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiselectboolean
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitem = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitem
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitems = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitems
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiselectmany
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiselectone
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiviewparameter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiviewparameter
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiviewroot = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiviewroot
-build.com.sun.ts.tests.jsf.api.javax_faces.context.externalcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.context.externalcontext
-build.com.sun.ts.tests.jsf.api.javax_faces.context.facescontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.context.facescontext
-build.com.sun.ts.tests.jsf.api.javax_faces.context.facescontextfactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.context.facescontextfactory
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.bigdecimalconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.bigdecimalconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.bigintegerconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.bigintegerconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.booleanconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.booleanconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.byteconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.byteconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.characterconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.characterconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.datetimeconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.datetimeconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.doubleconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.doubleconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.enumconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.enumconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.floatconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.floatconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.integerconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.integerconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.longconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.longconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.numberconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.numberconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.shortconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.shortconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.el.evaluationexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.evaluationexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.methodbinding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.methodbinding
-build.com.sun.ts.tests.jsf.api.javax_faces.el.methodnotfoundexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.methodnotfoundexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.propertynotfoundexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.propertynotfoundexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.propertyresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.propertyresolver
-build.com.sun.ts.tests.jsf.api.javax_faces.el.referencesyntaxexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.referencesyntaxexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.valuebinding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.valuebinding
-build.com.sun.ts.tests.jsf.api.javax_faces.el.variableresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.variableresolver
-build.com.sun.ts.tests.jsf.api.javax_faces.event.abortprocessingexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.abortprocessingexception
-build.com.sun.ts.tests.jsf.api.javax_faces.event.actionevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.actionevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.ajaxbehaviorevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.ajaxbehaviorevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedeventcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedeventcontext
-build.com.sun.ts.tests.jsf.api.javax_faces.event.facesevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.facesevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postaddtoviewevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.postaddtoviewevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postconstructapplicationevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.postconstructapplicationevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postconstructviewmapevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.postconstructviewmapevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postrestorestateevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.postrestorestateevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postvalidateevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.postvalidateevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.predestroyapplicationevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.predestroyapplicationevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.predestroyviewmapevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.predestroyviewmapevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.preremovefromviewevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.preremovefromviewevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.prerendercomponentevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.prerendercomponentevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.prevalidateevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.prevalidateevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.valuechangeevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.valuechangeevent
-build.com.sun.ts.tests.jsf.api.javax_faces.facesexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.facesexception
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfig = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfig
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfiglast = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfiglast
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.decorated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.decorated
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.factoryfinder = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.factoryfinder
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainf
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainflast = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainflast
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.service = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.service
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.webinf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.webinf
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinderrelease = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinderrelease
-build.com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecycle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecycle
-build.com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecyclefactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecyclefactory
-build.com.sun.ts.tests.jsf.api.javax_faces.model.arraydatamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.arraydatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.datamodelevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.datamodelevent
-build.com.sun.ts.tests.jsf.api.javax_faces.model.listdatamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.listdatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.resultdatamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.resultdatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.resultsetdatamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.resultsetdatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.scalardatamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.scalardatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.selectitem = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.selectitem
-build.com.sun.ts.tests.jsf.api.javax_faces.model.selectitemgroup = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.selectitemgroup
-build.com.sun.ts.tests.jsf.api.javax_faces.render.renderkit = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.render.renderkit
-build.com.sun.ts.tests.jsf.api.javax_faces.render.renderkitfactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.render.renderkitfactory
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.beanvalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.validator.beanvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.doublerangevalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.validator.doublerangevalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.lengthvalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.validator.lengthvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.longrangevalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.validator.longrangevalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.methodexpressionvalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.validator.methodexpressionvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.regexvalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.validator.regexvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.view.location = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.view.location
-build.com.sun.ts.tests.jsf.spec.ajax.keyword = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.ajax.keyword
-build.com.sun.ts.tests.jsf.spec.ajax.tagwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.ajax.tagwrapper
-build.com.sun.ts.tests.jsf.spec.appconfigresources.absolute_ordering = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.appconfigresources.absolute_ordering
-build.com.sun.ts.tests.jsf.spec.appconfigresources.relative_ordering = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.appconfigresources.relative_ordering
-build.com.sun.ts.tests.jsf.spec.appconfigresources.startupbehavior = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.appconfigresources.startupbehavior
-build.com.sun.ts.tests.jsf.spec.composite.actionsource = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.actionsource
-build.com.sun.ts.tests.jsf.spec.composite.attribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.attribute
-build.com.sun.ts.tests.jsf.spec.composite.editablevalueholder = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.editablevalueholder
-build.com.sun.ts.tests.jsf.spec.composite.facet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.facet
-build.com.sun.ts.tests.jsf.spec.composite.insertchildren = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.insertchildren
-build.com.sun.ts.tests.jsf.spec.composite.packaging.classpath = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.packaging.classpath
-build.com.sun.ts.tests.jsf.spec.composite.packaging.webapproot = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.packaging.webapproot
-build.com.sun.ts.tests.jsf.spec.composite.valueholder = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.valueholder
-build.com.sun.ts.tests.jsf.spec.coretags.selectitems = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.coretags.selectitems
-build.com.sun.ts.tests.jsf.spec.el.elresolvers = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.el.elresolvers
-build.com.sun.ts.tests.jsf.spec.el.managedbean.ee = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.el.managedbean.ee
-build.com.sun.ts.tests.jsf.spec.el.managedbean.standalone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.el.managedbean.standalone
-build.com.sun.ts.tests.jsf.spec.jstl.cwo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.cwo
-build.com.sun.ts.tests.jsf.spec.jstl.fncontains = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fncontains
-build.com.sun.ts.tests.jsf.spec.jstl.fncontainsignore = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fncontainsignore
-build.com.sun.ts.tests.jsf.spec.jstl.fnendswith = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnendswith
-build.com.sun.ts.tests.jsf.spec.jstl.fnescapexml = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnescapexml
-build.com.sun.ts.tests.jsf.spec.jstl.fnindexof = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnindexof
-build.com.sun.ts.tests.jsf.spec.jstl.fnjoin = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnjoin
-build.com.sun.ts.tests.jsf.spec.jstl.fnlength = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnlength
-build.com.sun.ts.tests.jsf.spec.jstl.fnreplace = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnreplace
-build.com.sun.ts.tests.jsf.spec.jstl.fnsplit = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnsplit
-build.com.sun.ts.tests.jsf.spec.jstl.fnstartswith = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnstartswith
-build.com.sun.ts.tests.jsf.spec.jstl.fnsubstring = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnsubstring
-build.com.sun.ts.tests.jsf.spec.jstl.fnsubstringafter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnsubstringafter
-build.com.sun.ts.tests.jsf.spec.jstl.fnsubstringbefore = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnsubstringbefore
-build.com.sun.ts.tests.jsf.spec.jstl.fntolowercase = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fntolowercase
-build.com.sun.ts.tests.jsf.spec.jstl.fntouppercase = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fntouppercase
-build.com.sun.ts.tests.jsf.spec.jstl.fntrim = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fntrim
-build.com.sun.ts.tests.jsf.spec.jstl.foreachtag = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.foreachtag
-build.com.sun.ts.tests.jsf.spec.jstl.iftag = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.iftag
-build.com.sun.ts.tests.jsf.spec.navigation = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.navigation
-build.com.sun.ts.tests.jsf.spec.render.body = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.body
-build.com.sun.ts.tests.jsf.spec.render.booleancheckbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.booleancheckbox
-build.com.sun.ts.tests.jsf.spec.render.commandbutton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.commandbutton
-build.com.sun.ts.tests.jsf.spec.render.commandlink = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.commandlink
-build.com.sun.ts.tests.jsf.spec.render.datatable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.datatable
-build.com.sun.ts.tests.jsf.spec.render.form = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.form
-build.com.sun.ts.tests.jsf.spec.render.graphic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.graphic
-build.com.sun.ts.tests.jsf.spec.render.grid = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.grid
-build.com.sun.ts.tests.jsf.spec.render.head = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.head
-build.com.sun.ts.tests.jsf.spec.render.hidden = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.hidden
-build.com.sun.ts.tests.jsf.spec.render.inputtext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.inputtext
-build.com.sun.ts.tests.jsf.spec.render.manycheckbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.manycheckbox
-build.com.sun.ts.tests.jsf.spec.render.manylistbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.manylistbox
-build.com.sun.ts.tests.jsf.spec.render.manymenu = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.manymenu
-build.com.sun.ts.tests.jsf.spec.render.message = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.message
-build.com.sun.ts.tests.jsf.spec.render.messages = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.messages
-build.com.sun.ts.tests.jsf.spec.render.onelistbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.onelistbox
-build.com.sun.ts.tests.jsf.spec.render.onemenu = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.onemenu
-build.com.sun.ts.tests.jsf.spec.render.oneradio = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.oneradio
-build.com.sun.ts.tests.jsf.spec.render.outputformat = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.outputformat
-build.com.sun.ts.tests.jsf.spec.render.outputlabel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.outputlabel
-build.com.sun.ts.tests.jsf.spec.render.outputlink = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.outputlink
-build.com.sun.ts.tests.jsf.spec.render.outputscript = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.outputscript
-build.com.sun.ts.tests.jsf.spec.render.outputstyle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.outputstyle
-build.com.sun.ts.tests.jsf.spec.render.outputtext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.outputtext
-build.com.sun.ts.tests.jsf.spec.render.secret = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.secret
-build.com.sun.ts.tests.jsf.spec.render.textarea = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.textarea
-build.com.sun.ts.tests.jsf.spec.resource.packaging.classpath = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.resource.packaging.classpath
-build.com.sun.ts.tests.jsf.spec.resource.packaging.webapproot = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.resource.packaging.webapproot
-build.com.sun.ts.tests.jsf.spec.resource.relocatable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.resource.relocatable
-build.com.sun.ts.tests.jsf.spec.templating.insert = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.templating.insert
-build.com.sun.ts.tests.jsf.spec.templating.remove = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.templating.remove
-build.com.sun.ts.tests.jsf.spec.templating.repeat = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.templating.repeat
-build.com.sun.ts.tests.jsf.spec.view.viewhandler = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.view.viewhandler
-build.com.sun.ts.tests.jsf.spec.webapp.tldsig = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.webapp.tldsig
-build.com.sun.ts.tests.jsp.api.javax_el.arrayelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.arrayelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.beanelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.beanelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.compelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.compelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.createmethexpr = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.createmethexpr
-build.com.sun.ts.tests.jsp.api.javax_el.createvalexpr = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.createvalexpr
-build.com.sun.ts.tests.jsp.api.javax_el.elresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.elresolver
-build.com.sun.ts.tests.jsp.api.javax_el.listelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.listelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.mapelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.mapelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.methodinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.methodinfo
-build.com.sun.ts.tests.jsp.api.javax_el.resourcebundleelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.resourcebundleelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.valexpression = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.valexpression
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.elexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.elexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.elparseexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.elparseexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.expression = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.expression
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.expressionevaluator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.expressionevaluator
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.implicitobjelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.implicitobjelresolver
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.scopedattrelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.scopedattrelresolver
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.variableresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.variableresolver
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.errordata = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.errordata
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspapplicationcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspapplicationcontext
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspengineinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspengineinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspfactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspfactory
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jsptagexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.jsptagexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspwriter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspwriter
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.pagecontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.pagecontext
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.skippageexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.skippageexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.bodycontent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.bodycontent
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.bodytagsupport = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.bodytagsupport
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.dynamicattributes = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.dynamicattributes
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.functioninfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.functioninfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.jspidconsumer = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.jspidconsumer
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.pagedata = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.pagedata
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.simpletagsupport = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.simpletagsupport
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagadapter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagadapter
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagattributeinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagattributeinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagdata = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagdata
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagextrainfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagextrainfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagfileinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagfileinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taginfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taginfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taglibraryinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taglibraryinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taglibraryvalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taglibraryvalidator
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagsupport = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagsupport
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagvariableinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagvariableinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.trycatchfinally = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.trycatchfinally
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.variableinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.variableinfo
-build.com.sun.ts.tests.jsp.spec.configuration.charsequence = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.configuration.charsequence
-build.com.sun.ts.tests.jsp.spec.configuration.elevaluation = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.configuration.elevaluation
-build.com.sun.ts.tests.jsp.spec.configuration.encoding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.configuration.encoding
-build.com.sun.ts.tests.jsp.spec.configuration.general = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.configuration.general
-build.com.sun.ts.tests.jsp.spec.configuration.includes = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.configuration.includes
-build.com.sun.ts.tests.jsp.spec.configuration.scripting = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.configuration.scripting
-build.com.sun.ts.tests.jsp.spec.configuration.xml = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.configuration.xml
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.attribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.attribute
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.body = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.body
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.declaration = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.declaration
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.dobody = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.dobody
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.element = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.element
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.expression = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.expression
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.forward = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.forward
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.getproperty = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.getproperty
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.include = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.include
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.invoke = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.invoke
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.output = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.output
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.param = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.param
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.plugin = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.plugin
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.root = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.root
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.scriptlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.scriptlet
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.setproperty = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.setproperty
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.text = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.text
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.usebean = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.usebean
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.usebean2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.usebean2
-build.com.sun.ts.tests.jsp.spec.core_syntax.directives.include = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.directives.include
-build.com.sun.ts.tests.jsp.spec.core_syntax.directives.page = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.directives.page
-build.com.sun.ts.tests.jsp.spec.core_syntax.directives.taglib = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.directives.taglib
-build.com.sun.ts.tests.jsp.spec.core_syntax.implicitobjects = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.implicitobjects
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.declaration = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.scripting.declaration
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.el = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.scripting.el
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.escaping = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.scripting.escaping
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.expressions = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.scripting.expressions
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.scriptlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.scripting.scriptlet
-build.com.sun.ts.tests.jsp.spec.el.jsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.el.jsp
-build.com.sun.ts.tests.jsp.spec.el.language = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.el.language
-build.com.sun.ts.tests.jsp.spec.i18n = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.i18n
-build.com.sun.ts.tests.jsp.spec.jspdocument.elements = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.jspdocument.elements
-build.com.sun.ts.tests.jsp.spec.jspdocument.general = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.jspdocument.general
-build.com.sun.ts.tests.jsp.spec.misc.precompilation = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.misc.precompilation
-build.com.sun.ts.tests.jsp.spec.security.secbasic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.security.secbasic
-build.com.sun.ts.tests.jsp.spec.security.secform = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.security.secform
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.attribute20 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.directives.attribute20
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.attribute21 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.directives.attribute21
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.general = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.directives.general
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.tag20 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.directives.tag20
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.tag21 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.directives.tag21
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.variable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.directives.variable
-build.com.sun.ts.tests.jsp.spec.tagfiles.implicitobjects = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.implicitobjects
-build.com.sun.ts.tests.jsp.spec.tagfiles.packaging = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.packaging
-build.com.sun.ts.tests.jsp.spec.tagfiles.semantics = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.semantics
-build.com.sun.ts.tests.jsp.spec.tldres = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tldres
-build.com.sun.ts.tests.jstl.compat.onedotzero = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.compat.onedotzero
-build.com.sun.ts.tests.jstl.spec.core.conditional.cwo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.conditional.cwo
-build.com.sun.ts.tests.jstl.spec.core.conditional.iftag = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.conditional.iftag
-build.com.sun.ts.tests.jstl.spec.core.general.catchtag = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.general.catchtag
-build.com.sun.ts.tests.jstl.spec.core.general.outtag = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.general.outtag
-build.com.sun.ts.tests.jstl.spec.core.general.remove = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.general.remove
-build.com.sun.ts.tests.jstl.spec.core.general.set = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.general.set
-build.com.sun.ts.tests.jstl.spec.core.iteration.foreach = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.iteration.foreach
-build.com.sun.ts.tests.jstl.spec.core.iteration.fortokens = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.iteration.fortokens
-build.com.sun.ts.tests.jstl.spec.core.iteration.loopstatus = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.iteration.loopstatus
-build.com.sun.ts.tests.jstl.spec.core.urlresource.importtag = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.urlresource.importtag
-build.com.sun.ts.tests.jstl.spec.core.urlresource.param = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.urlresource.param
-build.com.sun.ts.tests.jstl.spec.core.urlresource.redirect = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.urlresource.redirect
-build.com.sun.ts.tests.jstl.spec.core.urlresource.url = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.urlresource.url
-build.com.sun.ts.tests.jstl.spec.etu.config = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.etu.config
-build.com.sun.ts.tests.jstl.spec.etu.functions = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.etu.functions
-build.com.sun.ts.tests.jstl.spec.etu.tlv.permitted = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.etu.tlv.permitted
-build.com.sun.ts.tests.jstl.spec.etu.tlv.scrfree = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.etu.tlv.scrfree
-build.com.sun.ts.tests.jstl.spec.etu.uri = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.etu.uri
-build.com.sun.ts.tests.jstl.spec.fmt.format.fmtdate = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.format.fmtdate
-build.com.sun.ts.tests.jstl.spec.fmt.format.fmtnum = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.format.fmtnum
-build.com.sun.ts.tests.jstl.spec.fmt.format.localecontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.format.localecontext
-build.com.sun.ts.tests.jstl.spec.fmt.format.parsedate = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.format.parsedate
-build.com.sun.ts.tests.jstl.spec.fmt.format.parsenum = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.format.parsenum
-build.com.sun.ts.tests.jstl.spec.fmt.format.settimezone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.format.settimezone
-build.com.sun.ts.tests.jstl.spec.fmt.format.timezone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.format.timezone
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.bundle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.bundle
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.message = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.message
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.param = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.param
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.requestencoding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.requestencoding
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.resourcelookup = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.resourcelookup
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.responseencoding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.responseencoding
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.setbundle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.setbundle
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.setlocale = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.setlocale
-build.com.sun.ts.tests.jstl.spec.sql.param = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.sql.param
-build.com.sun.ts.tests.jstl.spec.sql.query = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.sql.query
-build.com.sun.ts.tests.jstl.spec.sql.result = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.sql.result
-build.com.sun.ts.tests.jstl.spec.sql.setdatasource = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.sql.setdatasource
-build.com.sun.ts.tests.jstl.spec.sql.transaction = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.sql.transaction
-build.com.sun.ts.tests.jstl.spec.sql.update = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.sql.update
-build.com.sun.ts.tests.jstl.spec.xml.xconditional.xcwo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xconditional.xcwo
-build.com.sun.ts.tests.jstl.spec.xml.xconditional.xforeach = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xconditional.xforeach
-build.com.sun.ts.tests.jstl.spec.xml.xconditional.xif = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xconditional.xif
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.bindings = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xmlcore.bindings
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.parse = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xmlcore.parse
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.types = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xmlcore.types
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.xout = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xmlcore.xout
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.xset = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xmlcore.xset
-build.com.sun.ts.tests.jstl.spec.xml.xtransform.param = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xtransform.param
-build.com.sun.ts.tests.jstl.spec.xml.xtransform.transform = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xtransform.transform
-build.com.sun.ts.tests.jta.ee.usertransaction.begin = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jta.ee.usertransaction.begin
-build.com.sun.ts.tests.jta.ee.usertransaction.commit = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jta.ee.usertransaction.commit
-build.com.sun.ts.tests.jta.ee.usertransaction.getstatus = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jta.ee.usertransaction.getstatus
-build.com.sun.ts.tests.jta.ee.usertransaction.rollback = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jta.ee.usertransaction.rollback
-build.com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly
-build.com.sun.ts.tests.jta.ee.usertransaction.settransactiontimeout = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jta.ee.usertransaction.settransactiontimeout
-build.com.sun.ts.tests.samples.javamail.ee.transport = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.samples.javamail.ee.transport
-build.com.sun.ts.tests.samples.jdbc.ee.testConn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.samples.jdbc.ee.testConn
-build.com.sun.ts.tests.servlet.api.javax_servlet.asynccontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.asynccontext
-build.com.sun.ts.tests.servlet.api.javax_servlet.asyncevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.asyncevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.dispatchertype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.dispatchertype
-build.com.sun.ts.tests.servlet.api.javax_servlet.dofilter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.dofilter
-build.com.sun.ts.tests.servlet.api.javax_servlet.filter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.filter
-build.com.sun.ts.tests.servlet.api.javax_servlet.filterchain = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.filterchain
-build.com.sun.ts.tests.servlet.api.javax_servlet.filterconfig = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.filterconfig
-build.com.sun.ts.tests.servlet.api.javax_servlet.filterrequestdispatcher = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.filterrequestdispatcher
-build.com.sun.ts.tests.servlet.api.javax_servlet.genericservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.genericservlet
-build.com.sun.ts.tests.servlet.api.javax_servlet.registration = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.registration
-build.com.sun.ts.tests.servlet.api.javax_servlet.requestdispatcher = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.requestdispatcher
-build.com.sun.ts.tests.servlet.api.javax_servlet.scattributeevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.scattributeevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.scattributelistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.scattributelistener
-build.com.sun.ts.tests.servlet.api.javax_servlet.scevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.scevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.sclistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.sclistener
-build.com.sun.ts.tests.servlet.api.javax_servlet.servlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servlet
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletconfig = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletconfig
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletcontext
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletcontext30 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletcontext30
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletexception
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletinputstream = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletinputstream
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletoutputstream = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletoutputstream
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequest = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletrequest
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequest1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletrequest1
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequest30 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletrequest30
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequestwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletrequestwrapper
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequestwrapper30 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletrequestwrapper30
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletresponse = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletresponse
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletresponsewrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletresponsewrapper
-build.com.sun.ts.tests.servlet.api.javax_servlet.singlethreadmodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.singlethreadmodel
-build.com.sun.ts.tests.servlet.api.javax_servlet.srattributeevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.srattributeevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.srattributelistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.srattributelistener
-build.com.sun.ts.tests.servlet.api.javax_servlet.srevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.srevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.srlistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.srlistener
-build.com.sun.ts.tests.servlet.api.javax_servlet.unavailableexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.unavailableexception
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.cookie = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.cookie
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservlet
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest1
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest30 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest30
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequestwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequestwrapper
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponse = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponse
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponse30 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponse30
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponsewrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponsewrapper
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponsewrapper30 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponsewrapper30
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsession = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpsession
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionattributelistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionattributelistener
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionbindingevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionbindingevent
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionbindinglistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionbindinglistener
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionevent
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionlistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionlistener
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionx = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionx
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.sessioncookieconfig = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.sessioncookieconfig
-build.com.sun.ts.tests.servlet.compat.LeadingSlash.WithLeadingSlash = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.compat.LeadingSlash.WithLeadingSlash
-build.com.sun.ts.tests.servlet.compat.LeadingSlash.WithoutLeadingSlash = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.compat.LeadingSlash.WithoutLeadingSlash
-build.com.sun.ts.tests.servlet.spec.annotationservlet.webfilter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.annotationservlet.webfilter
-build.com.sun.ts.tests.servlet.spec.annotationservlet.weblistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.annotationservlet.weblistener
-build.com.sun.ts.tests.servlet.spec.annotationservlet.webservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.annotationservlet.webservlet
-build.com.sun.ts.tests.servlet.spec.aordering = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.aordering
-build.com.sun.ts.tests.servlet.spec.async = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.async
-build.com.sun.ts.tests.servlet.spec.crosscontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.crosscontext
-build.com.sun.ts.tests.servlet.spec.defaultmapping = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.defaultmapping
-build.com.sun.ts.tests.servlet.spec.dir_struct = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.dir_struct
-build.com.sun.ts.tests.servlet.spec.errorpage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.errorpage
-build.com.sun.ts.tests.servlet.spec.errorpage1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.errorpage1
-build.com.sun.ts.tests.servlet.spec.fragment = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.fragment
-build.com.sun.ts.tests.servlet.spec.httpservletresponse = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.httpservletresponse
-build.com.sun.ts.tests.servlet.spec.i18n.encoding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.i18n.encoding
-build.com.sun.ts.tests.servlet.spec.listenerorder = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.listenerorder
-build.com.sun.ts.tests.servlet.spec.multifiltermapping = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.multifiltermapping
-build.com.sun.ts.tests.servlet.spec.protocols.http = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.protocols.http
-build.com.sun.ts.tests.servlet.spec.rdspecialchar = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.rdspecialchar
-build.com.sun.ts.tests.servlet.spec.requestdispatcher = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.requestdispatcher
-build.com.sun.ts.tests.servlet.spec.requestmap = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.requestmap
-build.com.sun.ts.tests.servlet.spec.security.annotations = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.security.annotations
-build.com.sun.ts.tests.servlet.spec.security.clientcert = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.security.clientcert
-build.com.sun.ts.tests.servlet.spec.security.clientcertanno = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.security.clientcertanno
-build.com.sun.ts.tests.servlet.spec.security.secbasic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.security.secbasic
-build.com.sun.ts.tests.servlet.spec.security.secform = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.security.secform
-build.com.sun.ts.tests.servlet.spec.servletmapping = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.servletmapping
-build.com.sun.ts.tests.servlet.spec.servletresponse = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.servletresponse
-build.com.sun.ts.tests.servlet.spec.srlistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.srlistener
-build.com.sun.ts.tests.servlet.spec.webapps.accesswebinf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.webapps.accesswebinf
-build.com.sun.ts.tests.servlet.spec.welcomefiles = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.welcomefiles
-#build.com.sun.ts.tests.jaxrs.GroupOne = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus -j -sql skip com.sun.ts.tests.jaxrs.api.rs_core.uriBuilderTest
-#build.com.sun.ts.tests.jaxrs.GroupTwo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus -j -sql skip com.sun.ts.tests.jaxrs.api.rs_core.cacheControlTest com.sun.ts.tests.jaxrs.api.rs_core.cookieTest com.sun.ts.tests.jaxrs.api.rs_core.entityTagTest com.sun.ts.tests.jaxrs.api.rs_core.genericEntityTest com.sun.ts.tests.jaxrs.api.rs_core.mediaTypeTest com.sun.ts.tests.jaxrs.api.rs_core.newCookieTest com.sun.ts.tests.jaxrs.api.rs_core.responseCTest com.sun.ts.tests.jaxrs.api. [...]
diff --git a/profiles/web/webprofile-jdk7.properties b/profiles/web/webprofile-jdk7.properties
deleted file mode 100644
index 21cd2ad..0000000
--- a/profiles/web/webprofile-jdk7.properties
+++ /dev/null
@@ -1,845 +0,0 @@
-project.name= webprofile-7.x
-project.version = 7.0.4-SNAPSHOT
-project.id = 71
-project.jdk = jdk7
-project.cron = * 2 0
-fire.on.submit = false
-#This is the TCK repo URL
-project.scmUrl = scm:svn:https://svn.apache.org/repos/tck/tomee-tck/trunk
-project.buildFile = runtests
-include.f.javatest.log = target/logs/javatest.log
-include.d.logs =.*target/(apache|openejb).*/logs/.*
-#include.d.results= .*.jtr
-header.webcontainer= tomee
-order = ejb30.persistence.criteriaapi, ejb30.lite.singleton.concurrency, ejb30.lite.stateful.timeout, random
-
-build.com.sun.ts.tests.ejb30.lite.appexception.singleton.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.singleton.annotated
-build.com.sun.ts.tests.ejb30.lite.appexception.singleton.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.singleton.inheritance
-build.com.sun.ts.tests.ejb30.lite.appexception.stateful.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.stateful.annotated
-build.com.sun.ts.tests.ejb30.lite.appexception.stateful.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.stateful.inheritance
-build.com.sun.ts.tests.ejb30.lite.appexception.stateless.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.stateless.annotated
-build.com.sun.ts.tests.ejb30.lite.appexception.stateless.override = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.stateless.override
-build.com.sun.ts.tests.ejb30.lite.basic.mock = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.basic.mock
-build.com.sun.ts.tests.ejb30.lite.basic.singleton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.basic.singleton
-build.com.sun.ts.tests.ejb30.lite.basic.stateful = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.basic.stateful
-build.com.sun.ts.tests.ejb30.lite.basic.stateless = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.basic.stateless
-build.com.sun.ts.tests.ejb30.lite.ejbcontext.stateless = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.ejbcontext.stateless
-build.com.sun.ts.tests.ejb30.lite.enventry.singleton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.enventry.singleton
-build.com.sun.ts.tests.ejb30.lite.enventry.stateful = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.enventry.stateful
-build.com.sun.ts.tests.ejb30.lite.enventry.stateless = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.enventry.stateless
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.annotated
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.descriptor
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.invocationcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.interceptor.singleton.invocationcontext
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.annotated
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.descriptor
-build.com.sun.ts.tests.ejb30.lite.lookup.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.lookup.annotated
-build.com.sun.ts.tests.ejb30.lite.lookup.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.lookup.descriptor
-build.com.sun.ts.tests.ejb30.lite.nointerface.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.nointerface.annotated
-build.com.sun.ts.tests.ejb30.lite.nointerface.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.nointerface.descriptor
-build.com.sun.ts.tests.ejb30.lite.packaging.embed.provider = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.embed.provider
-build.com.sun.ts.tests.ejb30.lite.packaging.war.datasource.singleton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.datasource.singleton
-build.com.sun.ts.tests.ejb30.lite.packaging.war.datasource.stateful = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.datasource.stateful
-build.com.sun.ts.tests.ejb30.lite.packaging.war.enventry = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.enventry
-build.com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.business = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.business
-build.com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.invocationcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.invocationcontext
-build.com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.lifecycle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.lifecycle
-build.com.sun.ts.tests.ejb30.lite.packaging.war.servletcontextlistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.servletcontextlistener
-build.com.sun.ts.tests.ejb30.lite.packaging.war.webinflib = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.webinflib
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.bean = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.bean
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.accesstimeout = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.accesstimeout
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.inheritance
-build.com.sun.ts.tests.ejb30.lite.singleton.dependson.graph = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.dependson.graph
-build.com.sun.ts.tests.ejb30.lite.singleton.dependson.triangle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.dependson.triangle
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.bean = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.bean
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.annotated
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.descriptor
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.annotated
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.descriptor
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.dayUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#dayUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.dayUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#dayUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitNoInterface_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitNoInterface_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.hourUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#hourUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.hourUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#hourUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.microsecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#microsecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.microsecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#microsecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.millisecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#millisecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.millisecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#millisecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.minus1Timeout_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#minus1Timeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.minus1Timeout_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#minus1Timeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.nanosecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#nanosecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.nanosecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#nanosecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitNoInterface_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitNoInterface_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.zeroTimeout_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#zeroTimeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.zeroTimeout_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#zeroTimeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.dayUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#dayUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.dayUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#dayUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitNoInterface_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitNoInterface_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.hourUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#hourUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.hourUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#hourUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.microsecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#microsecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.microsecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#microsecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.millisecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#millisecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.millisecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#millisecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.minus1Timeout_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#minus1Timeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.minus1Timeout_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#minus1Timeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.nanosecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#nanosecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.nanosecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#nanosecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitNoInterface_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitNoInterface_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.zeroTimeout_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#zeroTimeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.zeroTimeout_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#zeroTimeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.tx.bm.singleton.rw = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.bm.singleton.rw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.annotated
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.inheritance
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.mandatory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#mandatory
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.postConstructTransaction = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#postConstructTransaction
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.required = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#required
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.requiredNoExistingTransaction = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#requiredNoExistingTransaction
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.requiresNew = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#requiresNew
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.supports = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#supports
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.webrw = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.webrw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateful.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateful.annotated
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateful.rw = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateful.rw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateful.sessionsync = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateful.sessionsync
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateless.annotated
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateless.inheritance
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.rw = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateless.rw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.webrw = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateless.webrw
-build.com.sun.ts.tests.ejb30.lite.view.equals = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.view.equals
-build.com.sun.ts.tests.ejb30.lite.view.singleton.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.view.singleton.annotated
-build.com.sun.ts.tests.ejb30.lite.view.stateful.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.view.stateful.annotated
-build.com.sun.ts.tests.ejb30.lite.view.stateless.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.view.stateless.annotated
-build.com.sun.ts.tests.ejb30.persistence.annotations.access.field = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.access.field
-build.com.sun.ts.tests.ejb30.persistence.annotations.access.mappedsc = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.access.mappedsc
-build.com.sun.ts.tests.ejb30.persistence.annotations.access.property = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.access.property
-build.com.sun.ts.tests.ejb30.persistence.annotations.assocoverride = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.assocoverride
-build.com.sun.ts.tests.ejb30.persistence.annotations.basic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.basic
-build.com.sun.ts.tests.ejb30.persistence.annotations.collectiontable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.collectiontable
-build.com.sun.ts.tests.ejb30.persistence.annotations.elementcollection = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.elementcollection
-build.com.sun.ts.tests.ejb30.persistence.annotations.embeddable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.embeddable
-build.com.sun.ts.tests.ejb30.persistence.annotations.entity = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.entity
-build.com.sun.ts.tests.ejb30.persistence.annotations.lob = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.lob
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkey = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.mapkey
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkeyclass = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.mapkeyclass
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkeycolumn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.mapkeycolumn
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkeyjoincolumn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.mapkeyjoincolumn
-build.com.sun.ts.tests.ejb30.persistence.annotations.mappedbyid = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.mappedbyid
-build.com.sun.ts.tests.ejb30.persistence.annotations.nativequery = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.nativequery
-build.com.sun.ts.tests.ejb30.persistence.annotations.onexmanyuni = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.onexmanyuni
-build.com.sun.ts.tests.ejb30.persistence.annotations.orderby = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.orderby
-build.com.sun.ts.tests.ejb30.persistence.annotations.ordercolumn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.ordercolumn
-build.com.sun.ts.tests.ejb30.persistence.basic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.basic
-build.com.sun.ts.tests.ejb30.persistence.cache = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.cache
-build.com.sun.ts.tests.ejb30.persistence.callback.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.callback.inheritance
-build.com.sun.ts.tests.ejb30.persistence.callback.listener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.callback.listener
-build.com.sun.ts.tests.ejb30.persistence.callback.listeneroverride = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.callback.listeneroverride
-build.com.sun.ts.tests.ejb30.persistence.callback.method = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.callback.method
-build.com.sun.ts.tests.ejb30.persistence.callback.methodoverride = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.callback.methodoverride
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.abstractquery = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.criteriaapi.abstractquery
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.criteriaquery = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.criteriaapi.criteriaquery
-#hangs
-#build.com.sun.ts.tests.ejb30.persistence.criteriaapi.metamodelquery = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.criteriaapi.metamodelquery
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.querybuilder = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.criteriaapi.querybuilder
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.strquery = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.criteriaapi.strquery
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex1a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex1a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex1b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex1b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex2a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex2a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex2b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex2b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex3a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex3a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex3b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex3b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex4a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex4a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex4b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex4b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex5a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex5a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex5b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex5b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex6a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex6a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex6b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex6b
-build.com.sun.ts.tests.ejb30.persistence.entityManagerClose = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entityManagerClose
-build.com.sun.ts.tests.ejb30.persistence.entitytest.apitests = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.apitests
-build.com.sun.ts.tests.ejb30.persistence.entitytest.bigdecimal = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.bigdecimal
-build.com.sun.ts.tests.ejb30.persistence.entitytest.biginteger = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.biginteger
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.basic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.detach.basic
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.basic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.persist.basic
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmanyFetchEager = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmanyFetchEager
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.remove.basic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.remove.basic
-build.com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXone
-build.com.sun.ts.tests.ejb30.persistence.exceptions = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.exceptions
-build.com.sun.ts.tests.ejb30.persistence.inheritance.abstractentity = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.inheritance.abstractentity
-build.com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.annotation = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.annotation
-build.com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.descriptors = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.descriptors
-build.com.sun.ts.tests.ejb30.persistence.inheritance.nonentity = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.inheritance.nonentity
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.attribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.attribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.basictype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.basictype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.bindable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.bindable
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.collectionattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.collectionattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.embeddabletype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.embeddabletype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.entitytype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.entitytype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.identifiabletype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.identifiabletype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.listattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.listattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.managedtype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.managedtype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.mapattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.mapattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.mappedsuperclasstype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.mappedsuperclasstype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.metamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.metamodel
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.pluralattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.pluralattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.setattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.setattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.singularattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.singularattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.type = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.type
-build.com.sun.ts.tests.ejb30.persistence.nestedembedding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.nestedembedding
-build.com.sun.ts.tests.ejb30.persistence.override.attributeoverride = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.attributeoverride
-build.com.sun.ts.tests.ejb30.persistence.override.callbacklistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.callbacklistener
-build.com.sun.ts.tests.ejb30.persistence.override.embeddable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.embeddable
-build.com.sun.ts.tests.ejb30.persistence.override.entity = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.entity
-build.com.sun.ts.tests.ejb30.persistence.override.entitylistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.entitylistener
-build.com.sun.ts.tests.ejb30.persistence.override.joincolumn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.joincolumn
-build.com.sun.ts.tests.ejb30.persistence.override.manytomany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.manytomany
-build.com.sun.ts.tests.ejb30.persistence.override.mapkey = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.mapkey
-build.com.sun.ts.tests.ejb30.persistence.override.nocallbacklistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.nocallbacklistener
-build.com.sun.ts.tests.ejb30.persistence.override.table = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.table
-build.com.sun.ts.tests.ejb30.persistence.query.apitests = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.query.apitests
-build.com.sun.ts.tests.ejb30.persistence.query.flushmode = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.query.flushmode
-build.com.sun.ts.tests.ejb30.persistence.query.language = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.query.language
-build.com.sun.ts.tests.ejb30.persistence.relationship.annotations = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.annotations
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxone
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidironexmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.bidironexmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidironexone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.bidironexone
-build.com.sun.ts.tests.ejb30.persistence.relationship.defaults = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.defaults
-build.com.sun.ts.tests.ejb30.persistence.relationship.descriptors = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.descriptors
-build.com.sun.ts.tests.ejb30.persistence.relationship.unimanyxmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.unimanyxmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.unimanyxone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.unimanyxone
-build.com.sun.ts.tests.ejb30.persistence.relationship.unionexmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.unionexmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.unionexone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.unionexone
-build.com.sun.ts.tests.ejb30.persistence.types.auto = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.types.auto
-build.com.sun.ts.tests.ejb30.persistence.types.field = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.types.field
-build.com.sun.ts.tests.ejb30.persistence.types.generator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.types.generator
-build.com.sun.ts.tests.ejb30.persistence.types.primarykey.compound = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.types.primarykey.compound
-build.com.sun.ts.tests.ejb30.persistence.types.property = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.types.property
-build.com.sun.ts.tests.ejb30.persistence.versioning = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.versioning
-build.com.sun.ts.tests.el.api.javax_el.arrayelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.arrayelresolver
-build.com.sun.ts.tests.el.api.javax_el.beanelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.beanelresolver
-build.com.sun.ts.tests.el.api.javax_el.compositeelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.compositeelresolver
-build.com.sun.ts.tests.el.api.javax_el.elresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.elresolver
-build.com.sun.ts.tests.el.api.javax_el.expression = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.expression
-build.com.sun.ts.tests.el.api.javax_el.expressionfactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.expressionfactory
-build.com.sun.ts.tests.el.api.javax_el.functionmapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.functionmapper
-build.com.sun.ts.tests.el.api.javax_el.listelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.listelresolver
-build.com.sun.ts.tests.el.api.javax_el.mapelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.mapelresolver
-build.com.sun.ts.tests.el.api.javax_el.methodexpression = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.methodexpression
-build.com.sun.ts.tests.el.api.javax_el.methodinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.methodinfo
-build.com.sun.ts.tests.el.api.javax_el.resourcebundleelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.resourcebundleelresolver
-build.com.sun.ts.tests.el.api.javax_el.valueexpression = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.valueexpression
-build.com.sun.ts.tests.el.api.javax_el.variablemapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.variablemapper
-build.com.sun.ts.tests.el.spec.binaryoperator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.binaryoperator
-build.com.sun.ts.tests.el.spec.coercion = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.coercion
-build.com.sun.ts.tests.el.spec.conditionaloperator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.conditionaloperator
-build.com.sun.ts.tests.el.spec.emptyoperator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.emptyoperator
-build.com.sun.ts.tests.el.spec.language = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.language
-build.com.sun.ts.tests.el.spec.literal = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.literal
-build.com.sun.ts.tests.el.spec.mapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.mapper
-build.com.sun.ts.tests.el.spec.operatorprecedence = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.operatorprecedence
-build.com.sun.ts.tests.el.spec.relationaloperator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.relationaloperator
-build.com.sun.ts.tests.el.spec.unaryoperator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.unaryoperator
-build.com.sun.ts.tests.javamail.ee.internetaddress = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.javamail.ee.internetaddress
-build.com.sun.ts.tests.javamail.ee.mimemessage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.javamail.ee.mimemessage
-build.com.sun.ts.tests.javamail.ee.multipart = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.javamail.ee.multipart
-build.com.sun.ts.tests.javamail.ee.transport = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.javamail.ee.transport
-build.com.sun.ts.tests.jdbc.ee.batchUpdate = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.batchUpdate
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt1
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt10 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt10
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt11 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt11
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt12 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt12
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt13 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt13
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt14 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt14
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt15 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt15
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt16 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt16
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt17 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt17
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt18 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt18
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt19 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt19
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt2
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt20 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt20
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt21 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt21
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt22 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt22
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt3
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt4 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt4
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt5 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt5
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt6 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt6
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt7 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt7
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt8 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt8
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt9 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt9
-build.com.sun.ts.tests.jdbc.ee.connection.connection1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.connection.connection1
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dateTime.dateTime1
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dateTime.dateTime2
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dateTime.dateTime3
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta1
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta10 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta10
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta11 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta11
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta12 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta12
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta2
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta3
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta4 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta4
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta5 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta5
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta6 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta6
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta7 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta7
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta8 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta8
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta9 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta9
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar1
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar2
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar3
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar4 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar4
-build.com.sun.ts.tests.jdbc.ee.exception.batUpdExcept = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.exception.batUpdExcept
-build.com.sun.ts.tests.jdbc.ee.exception.sqlException = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.exception.sqlException
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt1
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt10 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt10
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt11 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt11
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt12 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt12
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt13 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt13
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt14 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt14
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt15 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt15
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt16 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt16
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt2
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt3
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt4 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt4
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt5 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt5
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt6 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt6
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt7 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt7
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt8 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt8
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt9 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt9
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet1
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet10 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet10
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet11 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet11
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet14 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet14
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet17 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet17
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet18 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet18
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet41 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet41
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet45 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet45
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet47 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet47
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet49 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet49
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet7 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet7
-build.com.sun.ts.tests.jdbc.ee.rsMeta = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.rsMeta
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.stmt.stmt1
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.stmt.stmt2
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.stmt.stmt3
-build.com.sun.ts.tests.jsf.api.javax_faces.application.application = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.application
-build.com.sun.ts.tests.jsf.api.javax_faces.application.applicationfactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.applicationfactory
-build.com.sun.ts.tests.jsf.api.javax_faces.application.applicationISE = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.applicationISE
-build.com.sun.ts.tests.jsf.api.javax_faces.application.applicationwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.applicationwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.facesmessage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.facesmessage
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resource = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.resource
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandler = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandler
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerEx = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerEx
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcewrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.resourcewrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.statemanager = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.statemanager
-build.com.sun.ts.tests.jsf.api.javax_faces.application.statemanagerwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.statemanagerwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.viewhandler = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.viewhandler
-build.com.sun.ts.tests.jsf.api.javax_faces.application.viewhandlerwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.viewhandlerwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.component.annotation = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.annotation
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandbutton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandbutton
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandlink = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandlink
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmldatatable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmldatatable
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlform = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlform
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlgraphicimage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlgraphicimage
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputhidden = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputhidden
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputsecret = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputsecret
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtext
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtextarea = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtextarea
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessage
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessages = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessages
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetbutton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetbutton
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetlink = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetlink
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputformat = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputformat
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlabel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlabel
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlink = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlink
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputtext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputtext
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgrid = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgrid
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgroup = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgroup
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectbooleancheckbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectbooleancheckbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanycheckbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanycheckbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanylistbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanylistbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanymenu = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanymenu
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonelistbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonelistbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonemenu = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonemenu
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectoneradio = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectoneradio
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uicolumn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uicolumn
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uicommand = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uicommand
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uidata = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uidata
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiform = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiform
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uigraphic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uigraphic
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiinput = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiinput
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uimessage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uimessage
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uimessages = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uimessages
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uinamingcontainer = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uinamingcontainer
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uioutcometarget = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uioutcometarget
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uioutput = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uioutput
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uipanel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uipanel
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiparameter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiparameter
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectboolean = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiselectboolean
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitem = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitem
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitems = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitems
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiselectmany
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiselectone
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiviewparameter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiviewparameter
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiviewroot = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiviewroot
-build.com.sun.ts.tests.jsf.api.javax_faces.context.externalcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.context.externalcontext
-build.com.sun.ts.tests.jsf.api.javax_faces.context.facescontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.context.facescontext
-build.com.sun.ts.tests.jsf.api.javax_faces.context.facescontextfactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.context.facescontextfactory
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.bigdecimalconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.bigdecimalconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.bigintegerconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.bigintegerconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.booleanconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.booleanconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.byteconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.byteconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.characterconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.characterconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.datetimeconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.datetimeconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.doubleconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.doubleconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.enumconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.enumconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.floatconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.floatconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.integerconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.integerconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.longconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.longconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.numberconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.numberconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.shortconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.shortconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.el.evaluationexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.evaluationexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.methodbinding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.methodbinding
-build.com.sun.ts.tests.jsf.api.javax_faces.el.methodnotfoundexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.methodnotfoundexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.propertynotfoundexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.propertynotfoundexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.propertyresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.propertyresolver
-build.com.sun.ts.tests.jsf.api.javax_faces.el.referencesyntaxexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.referencesyntaxexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.valuebinding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.valuebinding
-build.com.sun.ts.tests.jsf.api.javax_faces.el.variableresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.variableresolver
-build.com.sun.ts.tests.jsf.api.javax_faces.event.abortprocessingexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.abortprocessingexception
-build.com.sun.ts.tests.jsf.api.javax_faces.event.actionevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.actionevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.ajaxbehaviorevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.ajaxbehaviorevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedeventcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedeventcontext
-build.com.sun.ts.tests.jsf.api.javax_faces.event.facesevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.facesevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postaddtoviewevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.postaddtoviewevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postconstructapplicationevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.postconstructapplicationevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postconstructviewmapevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.postconstructviewmapevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postrestorestateevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.postrestorestateevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postvalidateevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.postvalidateevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.predestroyapplicationevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.predestroyapplicationevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.predestroyviewmapevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.predestroyviewmapevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.preremovefromviewevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.preremovefromviewevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.prerendercomponentevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.prerendercomponentevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.prevalidateevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.prevalidateevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.valuechangeevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.valuechangeevent
-build.com.sun.ts.tests.jsf.api.javax_faces.facesexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.facesexception
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfig = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfig
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfiglast = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfiglast
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.decorated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.decorated
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.factoryfinder = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.factoryfinder
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainf
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainflast = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainflast
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.service = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.service
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.webinf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.webinf
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinderrelease = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinderrelease
-build.com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecycle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecycle
-build.com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecyclefactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecyclefactory
-build.com.sun.ts.tests.jsf.api.javax_faces.model.arraydatamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.arraydatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.datamodelevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.datamodelevent
-build.com.sun.ts.tests.jsf.api.javax_faces.model.listdatamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.listdatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.resultdatamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.resultdatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.resultsetdatamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.resultsetdatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.scalardatamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.scalardatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.selectitem = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.selectitem
-build.com.sun.ts.tests.jsf.api.javax_faces.model.selectitemgroup = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.selectitemgroup
-build.com.sun.ts.tests.jsf.api.javax_faces.render.renderkit = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.render.renderkit
-build.com.sun.ts.tests.jsf.api.javax_faces.render.renderkitfactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.render.renderkitfactory
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.beanvalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.validator.beanvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.doublerangevalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.validator.doublerangevalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.lengthvalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.validator.lengthvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.longrangevalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.validator.longrangevalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.methodexpressionvalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.validator.methodexpressionvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.regexvalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.validator.regexvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.view.location = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.view.location
-build.com.sun.ts.tests.jsf.spec.ajax.keyword = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.ajax.keyword
-build.com.sun.ts.tests.jsf.spec.ajax.tagwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.ajax.tagwrapper
-build.com.sun.ts.tests.jsf.spec.appconfigresources.absolute_ordering = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.appconfigresources.absolute_ordering
-build.com.sun.ts.tests.jsf.spec.appconfigresources.relative_ordering = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.appconfigresources.relative_ordering
-build.com.sun.ts.tests.jsf.spec.appconfigresources.startupbehavior = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.appconfigresources.startupbehavior
-build.com.sun.ts.tests.jsf.spec.composite.actionsource = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.actionsource
-build.com.sun.ts.tests.jsf.spec.composite.attribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.attribute
-build.com.sun.ts.tests.jsf.spec.composite.editablevalueholder = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.editablevalueholder
-build.com.sun.ts.tests.jsf.spec.composite.facet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.facet
-build.com.sun.ts.tests.jsf.spec.composite.insertchildren = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.insertchildren
-build.com.sun.ts.tests.jsf.spec.composite.packaging.classpath = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.packaging.classpath
-build.com.sun.ts.tests.jsf.spec.composite.packaging.webapproot = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.packaging.webapproot
-build.com.sun.ts.tests.jsf.spec.composite.valueholder = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.valueholder
-build.com.sun.ts.tests.jsf.spec.coretags.selectitems = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.coretags.selectitems
-build.com.sun.ts.tests.jsf.spec.el.elresolvers = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.el.elresolvers
-build.com.sun.ts.tests.jsf.spec.el.managedbean.ee = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.el.managedbean.ee
-build.com.sun.ts.tests.jsf.spec.el.managedbean.standalone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.el.managedbean.standalone
-build.com.sun.ts.tests.jsf.spec.jstl.cwo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.cwo
-build.com.sun.ts.tests.jsf.spec.jstl.fncontains = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fncontains
-build.com.sun.ts.tests.jsf.spec.jstl.fncontainsignore = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fncontainsignore
-build.com.sun.ts.tests.jsf.spec.jstl.fnendswith = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnendswith
-build.com.sun.ts.tests.jsf.spec.jstl.fnescapexml = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnescapexml
-build.com.sun.ts.tests.jsf.spec.jstl.fnindexof = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnindexof
-build.com.sun.ts.tests.jsf.spec.jstl.fnjoin = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnjoin
-build.com.sun.ts.tests.jsf.spec.jstl.fnlength = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnlength
-build.com.sun.ts.tests.jsf.spec.jstl.fnreplace = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnreplace
-build.com.sun.ts.tests.jsf.spec.jstl.fnsplit = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnsplit
-build.com.sun.ts.tests.jsf.spec.jstl.fnstartswith = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnstartswith
-build.com.sun.ts.tests.jsf.spec.jstl.fnsubstring = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnsubstring
-build.com.sun.ts.tests.jsf.spec.jstl.fnsubstringafter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnsubstringafter
-build.com.sun.ts.tests.jsf.spec.jstl.fnsubstringbefore = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnsubstringbefore
-build.com.sun.ts.tests.jsf.spec.jstl.fntolowercase = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fntolowercase
-build.com.sun.ts.tests.jsf.spec.jstl.fntouppercase = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fntouppercase
-build.com.sun.ts.tests.jsf.spec.jstl.fntrim = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fntrim
-build.com.sun.ts.tests.jsf.spec.jstl.foreachtag = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.foreachtag
-build.com.sun.ts.tests.jsf.spec.jstl.iftag = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.iftag
-build.com.sun.ts.tests.jsf.spec.navigation = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.navigation
-build.com.sun.ts.tests.jsf.spec.render.body = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.body
-build.com.sun.ts.tests.jsf.spec.render.booleancheckbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.booleancheckbox
-build.com.sun.ts.tests.jsf.spec.render.commandbutton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.commandbutton
-build.com.sun.ts.tests.jsf.spec.render.commandlink = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.commandlink
-build.com.sun.ts.tests.jsf.spec.render.datatable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.datatable
-build.com.sun.ts.tests.jsf.spec.render.form = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.form
-build.com.sun.ts.tests.jsf.spec.render.graphic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.graphic
-build.com.sun.ts.tests.jsf.spec.render.grid = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.grid
-build.com.sun.ts.tests.jsf.spec.render.head = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.head
-build.com.sun.ts.tests.jsf.spec.render.hidden = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.hidden
-build.com.sun.ts.tests.jsf.spec.render.inputtext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.inputtext
-build.com.sun.ts.tests.jsf.spec.render.manycheckbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.manycheckbox
-build.com.sun.ts.tests.jsf.spec.render.manylistbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.manylistbox
-build.com.sun.ts.tests.jsf.spec.render.manymenu = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.manymenu
-build.com.sun.ts.tests.jsf.spec.render.message = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.message
-build.com.sun.ts.tests.jsf.spec.render.messages = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.messages
-build.com.sun.ts.tests.jsf.spec.render.onelistbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.onelistbox
-build.com.sun.ts.tests.jsf.spec.render.onemenu = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.onemenu
-build.com.sun.ts.tests.jsf.spec.render.oneradio = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.oneradio
-build.com.sun.ts.tests.jsf.spec.render.outputformat = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.outputformat
-build.com.sun.ts.tests.jsf.spec.render.outputlabel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.outputlabel
-build.com.sun.ts.tests.jsf.spec.render.outputlink = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.outputlink
-build.com.sun.ts.tests.jsf.spec.render.outputscript = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.outputscript
-build.com.sun.ts.tests.jsf.spec.render.outputstyle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.outputstyle
-build.com.sun.ts.tests.jsf.spec.render.outputtext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.outputtext
-build.com.sun.ts.tests.jsf.spec.render.secret = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.secret
-build.com.sun.ts.tests.jsf.spec.render.textarea = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.textarea
-build.com.sun.ts.tests.jsf.spec.resource.packaging.classpath = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.resource.packaging.classpath
-build.com.sun.ts.tests.jsf.spec.resource.packaging.webapproot = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.resource.packaging.webapproot
-build.com.sun.ts.tests.jsf.spec.resource.relocatable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.resource.relocatable
-build.com.sun.ts.tests.jsf.spec.templating.insert = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.templating.insert
-build.com.sun.ts.tests.jsf.spec.templating.remove = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.templating.remove
-build.com.sun.ts.tests.jsf.spec.templating.repeat = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.templating.repeat
-build.com.sun.ts.tests.jsf.spec.view.viewhandler = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.view.viewhandler
-build.com.sun.ts.tests.jsf.spec.webapp.tldsig = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.webapp.tldsig
-build.com.sun.ts.tests.jsp.api.javax_el.arrayelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.arrayelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.beanelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.beanelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.compelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.compelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.createmethexpr = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.createmethexpr
-build.com.sun.ts.tests.jsp.api.javax_el.createvalexpr = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.createvalexpr
-build.com.sun.ts.tests.jsp.api.javax_el.elresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.elresolver
-build.com.sun.ts.tests.jsp.api.javax_el.listelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.listelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.mapelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.mapelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.methodinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.methodinfo
-build.com.sun.ts.tests.jsp.api.javax_el.resourcebundleelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.resourcebundleelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.valexpression = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.valexpression
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.elexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.elexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.elparseexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.elparseexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.expression = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.expression
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.expressionevaluator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.expressionevaluator
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.implicitobjelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.implicitobjelresolver
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.scopedattrelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.scopedattrelresolver
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.variableresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.variableresolver
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.errordata = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.errordata
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspapplicationcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspapplicationcontext
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspengineinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspengineinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspfactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspfactory
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jsptagexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.jsptagexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspwriter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspwriter
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.pagecontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.pagecontext
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.skippageexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.skippageexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.bodycontent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.bodycontent
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.bodytagsupport = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.bodytagsupport
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.dynamicattributes = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.dynamicattributes
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.functioninfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.functioninfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.jspidconsumer = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.jspidconsumer
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.pagedata = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.pagedata
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.simpletagsupport = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.simpletagsupport
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagadapter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagadapter
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagattributeinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagattributeinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagdata = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagdata
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagextrainfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagextrainfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagfileinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagfileinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taginfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taginfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taglibraryinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taglibraryinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taglibraryvalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taglibraryvalidator
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagsupport = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagsupport
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagvariableinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagvariableinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.trycatchfinally = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.trycatchfinally
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.variableinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.variableinfo
-build.com.sun.ts.tests.jsp.spec.configuration.charsequence = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.configuration.charsequence
-build.com.sun.ts.tests.jsp.spec.configuration.elevaluation = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.configuration.elevaluation
-build.com.sun.ts.tests.jsp.spec.configuration.encoding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.configuration.encoding
-build.com.sun.ts.tests.jsp.spec.configuration.general = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.configuration.general
-build.com.sun.ts.tests.jsp.spec.configuration.includes = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.configuration.includes
-build.com.sun.ts.tests.jsp.spec.configuration.scripting = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.configuration.scripting
-build.com.sun.ts.tests.jsp.spec.configuration.xml = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.configuration.xml
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.attribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.attribute
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.body = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.body
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.declaration = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.declaration
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.dobody = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.dobody
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.element = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.element
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.expression = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.expression
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.forward = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.forward
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.getproperty = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.getproperty
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.include = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.include
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.invoke = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.invoke
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.output = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.output
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.param = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.param
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.plugin = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.plugin
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.root = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.root
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.scriptlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.scriptlet
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.setproperty = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.setproperty
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.text = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.text
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.usebean = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.usebean
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.usebean2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.usebean2
-build.com.sun.ts.tests.jsp.spec.core_syntax.directives.include = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.directives.include
-build.com.sun.ts.tests.jsp.spec.core_syntax.directives.page = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.directives.page
-build.com.sun.ts.tests.jsp.spec.core_syntax.directives.taglib = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.directives.taglib
-build.com.sun.ts.tests.jsp.spec.core_syntax.implicitobjects = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.implicitobjects
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.declaration = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.scripting.declaration
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.el = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.scripting.el
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.escaping = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.scripting.escaping
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.expressions = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.scripting.expressions
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.scriptlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.scripting.scriptlet
-build.com.sun.ts.tests.jsp.spec.el.jsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.el.jsp
-build.com.sun.ts.tests.jsp.spec.el.language = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.el.language
-build.com.sun.ts.tests.jsp.spec.i18n = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.i18n
-build.com.sun.ts.tests.jsp.spec.jspdocument.elements = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.jspdocument.elements
-build.com.sun.ts.tests.jsp.spec.jspdocument.general = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.jspdocument.general
-build.com.sun.ts.tests.jsp.spec.misc.precompilation = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.misc.precompilation
-build.com.sun.ts.tests.jsp.spec.security.secbasic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.security.secbasic
-build.com.sun.ts.tests.jsp.spec.security.secform = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.security.secform
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.attribute20 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.directives.attribute20
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.attribute21 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.directives.attribute21
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.general = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.directives.general
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.tag20 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.directives.tag20
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.tag21 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.directives.tag21
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.variable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.directives.variable
-build.com.sun.ts.tests.jsp.spec.tagfiles.implicitobjects = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.implicitobjects
-build.com.sun.ts.tests.jsp.spec.tagfiles.packaging = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.packaging
-build.com.sun.ts.tests.jsp.spec.tagfiles.semantics = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.semantics
-build.com.sun.ts.tests.jsp.spec.tldres = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tldres
-build.com.sun.ts.tests.jstl.compat.onedotzero = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.compat.onedotzero
-build.com.sun.ts.tests.jstl.spec.core.conditional.cwo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.conditional.cwo
-build.com.sun.ts.tests.jstl.spec.core.conditional.iftag = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.conditional.iftag
-build.com.sun.ts.tests.jstl.spec.core.general.catchtag = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.general.catchtag
-build.com.sun.ts.tests.jstl.spec.core.general.outtag = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.general.outtag
-build.com.sun.ts.tests.jstl.spec.core.general.remove = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.general.remove
-build.com.sun.ts.tests.jstl.spec.core.general.set = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.general.set
-build.com.sun.ts.tests.jstl.spec.core.iteration.foreach = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.iteration.foreach
-build.com.sun.ts.tests.jstl.spec.core.iteration.fortokens = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.iteration.fortokens
-build.com.sun.ts.tests.jstl.spec.core.iteration.loopstatus = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.iteration.loopstatus
-build.com.sun.ts.tests.jstl.spec.core.urlresource.importtag = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.urlresource.importtag
-build.com.sun.ts.tests.jstl.spec.core.urlresource.param = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.urlresource.param
-build.com.sun.ts.tests.jstl.spec.core.urlresource.redirect = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.urlresource.redirect
-build.com.sun.ts.tests.jstl.spec.core.urlresource.url = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.urlresource.url
-build.com.sun.ts.tests.jstl.spec.etu.config = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.etu.config
-build.com.sun.ts.tests.jstl.spec.etu.functions = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.etu.functions
-build.com.sun.ts.tests.jstl.spec.etu.tlv.permitted = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.etu.tlv.permitted
-build.com.sun.ts.tests.jstl.spec.etu.tlv.scrfree = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.etu.tlv.scrfree
-build.com.sun.ts.tests.jstl.spec.etu.uri = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.etu.uri
-build.com.sun.ts.tests.jstl.spec.fmt.format.fmtdate = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.format.fmtdate
-build.com.sun.ts.tests.jstl.spec.fmt.format.fmtnum = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.format.fmtnum
-build.com.sun.ts.tests.jstl.spec.fmt.format.localecontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.format.localecontext
-build.com.sun.ts.tests.jstl.spec.fmt.format.parsedate = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.format.parsedate
-build.com.sun.ts.tests.jstl.spec.fmt.format.parsenum = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.format.parsenum
-build.com.sun.ts.tests.jstl.spec.fmt.format.settimezone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.format.settimezone
-build.com.sun.ts.tests.jstl.spec.fmt.format.timezone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.format.timezone
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.bundle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.bundle
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.message = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.message
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.param = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.param
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.requestencoding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.requestencoding
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.resourcelookup = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.resourcelookup
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.responseencoding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.responseencoding
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.setbundle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.setbundle
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.setlocale = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.setlocale
-build.com.sun.ts.tests.jstl.spec.sql.param = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.sql.param
-build.com.sun.ts.tests.jstl.spec.sql.query = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.sql.query
-build.com.sun.ts.tests.jstl.spec.sql.result = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.sql.result
-build.com.sun.ts.tests.jstl.spec.sql.setdatasource = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.sql.setdatasource
-build.com.sun.ts.tests.jstl.spec.sql.transaction = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.sql.transaction
-build.com.sun.ts.tests.jstl.spec.sql.update = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.sql.update
-build.com.sun.ts.tests.jstl.spec.xml.xconditional.xcwo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xconditional.xcwo
-build.com.sun.ts.tests.jstl.spec.xml.xconditional.xforeach = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xconditional.xforeach
-build.com.sun.ts.tests.jstl.spec.xml.xconditional.xif = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xconditional.xif
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.bindings = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xmlcore.bindings
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.parse = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xmlcore.parse
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.types = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xmlcore.types
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.xout = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xmlcore.xout
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.xset = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xmlcore.xset
-build.com.sun.ts.tests.jstl.spec.xml.xtransform.param = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xtransform.param
-build.com.sun.ts.tests.jstl.spec.xml.xtransform.transform = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xtransform.transform
-build.com.sun.ts.tests.jta.ee.usertransaction.begin = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jta.ee.usertransaction.begin
-build.com.sun.ts.tests.jta.ee.usertransaction.commit = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jta.ee.usertransaction.commit
-build.com.sun.ts.tests.jta.ee.usertransaction.getstatus = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jta.ee.usertransaction.getstatus
-build.com.sun.ts.tests.jta.ee.usertransaction.rollback = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jta.ee.usertransaction.rollback
-build.com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly
-build.com.sun.ts.tests.jta.ee.usertransaction.settransactiontimeout = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jta.ee.usertransaction.settransactiontimeout
-build.com.sun.ts.tests.samples.javamail.ee.transport = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.samples.javamail.ee.transport
-build.com.sun.ts.tests.samples.jdbc.ee.testConn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.samples.jdbc.ee.testConn
-build.com.sun.ts.tests.servlet.api.javax_servlet.asynccontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.asynccontext
-build.com.sun.ts.tests.servlet.api.javax_servlet.asyncevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.asyncevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.dispatchertype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.dispatchertype
-build.com.sun.ts.tests.servlet.api.javax_servlet.dofilter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.dofilter
-build.com.sun.ts.tests.servlet.api.javax_servlet.filter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.filter
-build.com.sun.ts.tests.servlet.api.javax_servlet.filterchain = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.filterchain
-build.com.sun.ts.tests.servlet.api.javax_servlet.filterconfig = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.filterconfig
-build.com.sun.ts.tests.servlet.api.javax_servlet.filterrequestdispatcher = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.filterrequestdispatcher
-build.com.sun.ts.tests.servlet.api.javax_servlet.genericservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.genericservlet
-build.com.sun.ts.tests.servlet.api.javax_servlet.registration = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.registration
-build.com.sun.ts.tests.servlet.api.javax_servlet.requestdispatcher = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.requestdispatcher
-build.com.sun.ts.tests.servlet.api.javax_servlet.scattributeevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.scattributeevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.scattributelistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.scattributelistener
-build.com.sun.ts.tests.servlet.api.javax_servlet.scevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.scevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.sclistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.sclistener
-build.com.sun.ts.tests.servlet.api.javax_servlet.servlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servlet
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletconfig = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletconfig
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletcontext
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletcontext30 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletcontext30
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletexception
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletinputstream = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletinputstream
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletoutputstream = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletoutputstream
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequest = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletrequest
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequest1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletrequest1
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequest30 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletrequest30
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequestwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletrequestwrapper
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequestwrapper30 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletrequestwrapper30
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletresponse = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletresponse
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletresponsewrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletresponsewrapper
-build.com.sun.ts.tests.servlet.api.javax_servlet.singlethreadmodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.singlethreadmodel
-build.com.sun.ts.tests.servlet.api.javax_servlet.srattributeevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.srattributeevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.srattributelistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.srattributelistener
-build.com.sun.ts.tests.servlet.api.javax_servlet.srevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.srevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.srlistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.srlistener
-build.com.sun.ts.tests.servlet.api.javax_servlet.unavailableexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.unavailableexception
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.cookie = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.cookie
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservlet
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest1
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest30 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest30
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequestwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequestwrapper
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponse = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponse
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponse30 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponse30
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponsewrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponsewrapper
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponsewrapper30 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponsewrapper30
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsession = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpsession
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionattributelistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionattributelistener
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionbindingevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionbindingevent
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionbindinglistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionbindinglistener
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionevent
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionlistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionlistener
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionx = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionx
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.sessioncookieconfig = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.sessioncookieconfig
-build.com.sun.ts.tests.servlet.compat.LeadingSlash.WithLeadingSlash = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.compat.LeadingSlash.WithLeadingSlash
-build.com.sun.ts.tests.servlet.compat.LeadingSlash.WithoutLeadingSlash = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.compat.LeadingSlash.WithoutLeadingSlash
-build.com.sun.ts.tests.servlet.spec.annotationservlet.webfilter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.annotationservlet.webfilter
-build.com.sun.ts.tests.servlet.spec.annotationservlet.weblistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.annotationservlet.weblistener
-build.com.sun.ts.tests.servlet.spec.annotationservlet.webservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.annotationservlet.webservlet
-build.com.sun.ts.tests.servlet.spec.aordering = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.aordering
-build.com.sun.ts.tests.servlet.spec.async = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.async
-build.com.sun.ts.tests.servlet.spec.crosscontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.crosscontext
-build.com.sun.ts.tests.servlet.spec.defaultmapping = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.defaultmapping
-build.com.sun.ts.tests.servlet.spec.dir_struct = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.dir_struct
-build.com.sun.ts.tests.servlet.spec.errorpage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.errorpage
-build.com.sun.ts.tests.servlet.spec.errorpage1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.errorpage1
-build.com.sun.ts.tests.servlet.spec.fragment = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.fragment
-build.com.sun.ts.tests.servlet.spec.httpservletresponse = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.httpservletresponse
-build.com.sun.ts.tests.servlet.spec.i18n.encoding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.i18n.encoding
-build.com.sun.ts.tests.servlet.spec.listenerorder = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.listenerorder
-build.com.sun.ts.tests.servlet.spec.multifiltermapping = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.multifiltermapping
-build.com.sun.ts.tests.servlet.spec.protocols.http = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.protocols.http
-build.com.sun.ts.tests.servlet.spec.rdspecialchar = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.rdspecialchar
-build.com.sun.ts.tests.servlet.spec.requestdispatcher = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.requestdispatcher
-build.com.sun.ts.tests.servlet.spec.requestmap = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.requestmap
-build.com.sun.ts.tests.servlet.spec.security.annotations = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.security.annotations
-build.com.sun.ts.tests.servlet.spec.security.clientcert = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.security.clientcert
-build.com.sun.ts.tests.servlet.spec.security.clientcertanno = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.security.clientcertanno
-build.com.sun.ts.tests.servlet.spec.security.secbasic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.security.secbasic
-build.com.sun.ts.tests.servlet.spec.security.secform = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.security.secform
-build.com.sun.ts.tests.servlet.spec.servletmapping = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.servletmapping
-build.com.sun.ts.tests.servlet.spec.servletresponse = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.servletresponse
-build.com.sun.ts.tests.servlet.spec.srlistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.srlistener
-build.com.sun.ts.tests.servlet.spec.webapps.accesswebinf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.webapps.accesswebinf
-build.com.sun.ts.tests.servlet.spec.welcomefiles = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.welcomefiles
-#build.com.sun.ts.tests.jaxrs.GroupOne = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus -j -sql skip com.sun.ts.tests.jaxrs.api.rs_core.uriBuilderTest
-#build.com.sun.ts.tests.jaxrs.GroupTwo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus -j -sql skip com.sun.ts.tests.jaxrs.api.rs_core.cacheControlTest com.sun.ts.tests.jaxrs.api.rs_core.cookieTest com.sun.ts.tests.jaxrs.api.rs_core.entityTagTest com.sun.ts.tests.jaxrs.api.rs_core.genericEntityTest com.sun.ts.tests.jaxrs.api.rs_core.mediaTypeTest com.sun.ts.tests.jaxrs.api.rs_core.newCookieTest com.sun.ts.tests.jaxrs.api.rs_core.responseCTest com.sun.ts.tests.jaxrs.api. [...]
diff --git a/profiles/web/webprofile-jdk8.properties b/profiles/web/webprofile-jdk8.properties
deleted file mode 100644
index 086f3a5..0000000
--- a/profiles/web/webprofile-jdk8.properties
+++ /dev/null
@@ -1,845 +0,0 @@
-project.name= webprofile-7.x
-project.version = 7.0.4-SNAPSHOT
-project.id = 71
-project.jdk = jdk8
-project.cron = * 4 0
-fire.on.submit = false
-#This is the TCK repo URL
-project.scmUrl = scm:svn:https://svn.apache.org/repos/tck/tomee-tck/trunk
-project.buildFile = runtests
-include.f.javatest.log = target/logs/javatest.log
-include.d.logs =.*target/(apache|openejb).*/logs/.*
-#include.d.results= .*.jtr
-header.webcontainer= tomee
-order = ejb30.persistence.criteriaapi, ejb30.lite.singleton.concurrency, ejb30.lite.stateful.timeout, random
-
-build.com.sun.ts.tests.ejb30.lite.appexception.singleton.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.singleton.annotated
-build.com.sun.ts.tests.ejb30.lite.appexception.singleton.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.singleton.inheritance
-build.com.sun.ts.tests.ejb30.lite.appexception.stateful.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.stateful.annotated
-build.com.sun.ts.tests.ejb30.lite.appexception.stateful.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.stateful.inheritance
-build.com.sun.ts.tests.ejb30.lite.appexception.stateless.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.stateless.annotated
-build.com.sun.ts.tests.ejb30.lite.appexception.stateless.override = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.stateless.override
-build.com.sun.ts.tests.ejb30.lite.basic.mock = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.basic.mock
-build.com.sun.ts.tests.ejb30.lite.basic.singleton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.basic.singleton
-build.com.sun.ts.tests.ejb30.lite.basic.stateful = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.basic.stateful
-build.com.sun.ts.tests.ejb30.lite.basic.stateless = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.basic.stateless
-build.com.sun.ts.tests.ejb30.lite.ejbcontext.stateless = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.ejbcontext.stateless
-build.com.sun.ts.tests.ejb30.lite.enventry.singleton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.enventry.singleton
-build.com.sun.ts.tests.ejb30.lite.enventry.stateful = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.enventry.stateful
-build.com.sun.ts.tests.ejb30.lite.enventry.stateless = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.enventry.stateless
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.annotated
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.descriptor
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.invocationcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.interceptor.singleton.invocationcontext
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.annotated
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.descriptor
-build.com.sun.ts.tests.ejb30.lite.lookup.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.lookup.annotated
-build.com.sun.ts.tests.ejb30.lite.lookup.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.lookup.descriptor
-build.com.sun.ts.tests.ejb30.lite.nointerface.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.nointerface.annotated
-build.com.sun.ts.tests.ejb30.lite.nointerface.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.nointerface.descriptor
-build.com.sun.ts.tests.ejb30.lite.packaging.embed.provider = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.embed.provider
-build.com.sun.ts.tests.ejb30.lite.packaging.war.datasource.singleton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.datasource.singleton
-build.com.sun.ts.tests.ejb30.lite.packaging.war.datasource.stateful = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.datasource.stateful
-build.com.sun.ts.tests.ejb30.lite.packaging.war.enventry = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.enventry
-build.com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.business = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.business
-build.com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.invocationcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.invocationcontext
-build.com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.lifecycle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.lifecycle
-build.com.sun.ts.tests.ejb30.lite.packaging.war.servletcontextlistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.servletcontextlistener
-build.com.sun.ts.tests.ejb30.lite.packaging.war.webinflib = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.webinflib
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.bean = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.bean
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.accesstimeout = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.accesstimeout
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.inheritance
-build.com.sun.ts.tests.ejb30.lite.singleton.dependson.graph = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.dependson.graph
-build.com.sun.ts.tests.ejb30.lite.singleton.dependson.triangle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.dependson.triangle
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.bean = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.bean
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.annotated
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.descriptor
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.annotated
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.descriptor
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.dayUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#dayUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.dayUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#dayUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitNoInterface_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitNoInterface_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.hourUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#hourUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.hourUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#hourUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.microsecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#microsecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.microsecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#microsecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.millisecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#millisecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.millisecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#millisecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.minus1Timeout_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#minus1Timeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.minus1Timeout_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#minus1Timeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.nanosecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#nanosecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.nanosecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#nanosecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitNoInterface_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitNoInterface_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.zeroTimeout_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#zeroTimeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.zeroTimeout_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#zeroTimeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.dayUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#dayUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.dayUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#dayUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitNoInterface_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitNoInterface_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.hourUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#hourUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.hourUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#hourUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.microsecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#microsecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.microsecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#microsecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.millisecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#millisecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.millisecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#millisecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.minus1Timeout_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#minus1Timeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.minus1Timeout_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#minus1Timeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.nanosecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#nanosecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.nanosecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#nanosecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitNoInterface_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitNoInterface_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.zeroTimeout_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#zeroTimeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.zeroTimeout_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#zeroTimeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.tx.bm.singleton.rw = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.bm.singleton.rw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.annotated
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.inheritance
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.mandatory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#mandatory
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.postConstructTransaction = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#postConstructTransaction
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.required = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#required
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.requiredNoExistingTransaction = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#requiredNoExistingTransaction
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.requiresNew = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#requiresNew
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.supports = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#supports
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.webrw = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.webrw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateful.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateful.annotated
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateful.rw = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateful.rw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateful.sessionsync = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateful.sessionsync
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateless.annotated
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateless.inheritance
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.rw = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateless.rw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.webrw = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateless.webrw
-build.com.sun.ts.tests.ejb30.lite.view.equals = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.view.equals
-build.com.sun.ts.tests.ejb30.lite.view.singleton.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.view.singleton.annotated
-build.com.sun.ts.tests.ejb30.lite.view.stateful.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.view.stateful.annotated
-build.com.sun.ts.tests.ejb30.lite.view.stateless.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.view.stateless.annotated
-build.com.sun.ts.tests.ejb30.persistence.annotations.access.field = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.access.field
-build.com.sun.ts.tests.ejb30.persistence.annotations.access.mappedsc = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.access.mappedsc
-build.com.sun.ts.tests.ejb30.persistence.annotations.access.property = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.access.property
-build.com.sun.ts.tests.ejb30.persistence.annotations.assocoverride = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.assocoverride
-build.com.sun.ts.tests.ejb30.persistence.annotations.basic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.basic
-build.com.sun.ts.tests.ejb30.persistence.annotations.collectiontable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.collectiontable
-build.com.sun.ts.tests.ejb30.persistence.annotations.elementcollection = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.elementcollection
-build.com.sun.ts.tests.ejb30.persistence.annotations.embeddable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.embeddable
-build.com.sun.ts.tests.ejb30.persistence.annotations.entity = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.entity
-build.com.sun.ts.tests.ejb30.persistence.annotations.lob = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.lob
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkey = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.mapkey
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkeyclass = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.mapkeyclass
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkeycolumn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.mapkeycolumn
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkeyjoincolumn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.mapkeyjoincolumn
-build.com.sun.ts.tests.ejb30.persistence.annotations.mappedbyid = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.mappedbyid
-build.com.sun.ts.tests.ejb30.persistence.annotations.nativequery = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.nativequery
-build.com.sun.ts.tests.ejb30.persistence.annotations.onexmanyuni = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.onexmanyuni
-build.com.sun.ts.tests.ejb30.persistence.annotations.orderby = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.orderby
-build.com.sun.ts.tests.ejb30.persistence.annotations.ordercolumn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.ordercolumn
-build.com.sun.ts.tests.ejb30.persistence.basic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.basic
-build.com.sun.ts.tests.ejb30.persistence.cache = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.cache
-build.com.sun.ts.tests.ejb30.persistence.callback.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.callback.inheritance
-build.com.sun.ts.tests.ejb30.persistence.callback.listener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.callback.listener
-build.com.sun.ts.tests.ejb30.persistence.callback.listeneroverride = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.callback.listeneroverride
-build.com.sun.ts.tests.ejb30.persistence.callback.method = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.callback.method
-build.com.sun.ts.tests.ejb30.persistence.callback.methodoverride = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.callback.methodoverride
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.abstractquery = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.criteriaapi.abstractquery
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.criteriaquery = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.criteriaapi.criteriaquery
-#hangs
-#build.com.sun.ts.tests.ejb30.persistence.criteriaapi.metamodelquery = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.criteriaapi.metamodelquery
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.querybuilder = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.criteriaapi.querybuilder
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.strquery = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.criteriaapi.strquery
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex1a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex1a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex1b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex1b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex2a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex2a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex2b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex2b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex3a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex3a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex3b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex3b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex4a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex4a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex4b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex4b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex5a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex5a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex5b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex5b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex6a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex6a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex6b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex6b
-build.com.sun.ts.tests.ejb30.persistence.entityManagerClose = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entityManagerClose
-build.com.sun.ts.tests.ejb30.persistence.entitytest.apitests = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.apitests
-build.com.sun.ts.tests.ejb30.persistence.entitytest.bigdecimal = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.bigdecimal
-build.com.sun.ts.tests.ejb30.persistence.entitytest.biginteger = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.biginteger
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.basic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.detach.basic
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.basic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.persist.basic
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmanyFetchEager = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmanyFetchEager
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.remove.basic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.remove.basic
-build.com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXone
-build.com.sun.ts.tests.ejb30.persistence.exceptions = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.exceptions
-build.com.sun.ts.tests.ejb30.persistence.inheritance.abstractentity = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.inheritance.abstractentity
-build.com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.annotation = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.annotation
-build.com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.descriptors = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.descriptors
-build.com.sun.ts.tests.ejb30.persistence.inheritance.nonentity = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.inheritance.nonentity
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.attribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.attribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.basictype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.basictype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.bindable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.bindable
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.collectionattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.collectionattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.embeddabletype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.embeddabletype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.entitytype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.entitytype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.identifiabletype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.identifiabletype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.listattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.listattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.managedtype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.managedtype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.mapattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.mapattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.mappedsuperclasstype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.mappedsuperclasstype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.metamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.metamodel
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.pluralattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.pluralattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.setattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.setattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.singularattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.singularattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.type = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.type
-build.com.sun.ts.tests.ejb30.persistence.nestedembedding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.nestedembedding
-build.com.sun.ts.tests.ejb30.persistence.override.attributeoverride = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.attributeoverride
-build.com.sun.ts.tests.ejb30.persistence.override.callbacklistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.callbacklistener
-build.com.sun.ts.tests.ejb30.persistence.override.embeddable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.embeddable
-build.com.sun.ts.tests.ejb30.persistence.override.entity = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.entity
-build.com.sun.ts.tests.ejb30.persistence.override.entitylistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.entitylistener
-build.com.sun.ts.tests.ejb30.persistence.override.joincolumn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.joincolumn
-build.com.sun.ts.tests.ejb30.persistence.override.manytomany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.manytomany
-build.com.sun.ts.tests.ejb30.persistence.override.mapkey = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.mapkey
-build.com.sun.ts.tests.ejb30.persistence.override.nocallbacklistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.nocallbacklistener
-build.com.sun.ts.tests.ejb30.persistence.override.table = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.table
-build.com.sun.ts.tests.ejb30.persistence.query.apitests = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.query.apitests
-build.com.sun.ts.tests.ejb30.persistence.query.flushmode = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.query.flushmode
-build.com.sun.ts.tests.ejb30.persistence.query.language = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.query.language
-build.com.sun.ts.tests.ejb30.persistence.relationship.annotations = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.annotations
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxone
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidironexmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.bidironexmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidironexone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.bidironexone
-build.com.sun.ts.tests.ejb30.persistence.relationship.defaults = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.defaults
-build.com.sun.ts.tests.ejb30.persistence.relationship.descriptors = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.descriptors
-build.com.sun.ts.tests.ejb30.persistence.relationship.unimanyxmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.unimanyxmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.unimanyxone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.unimanyxone
-build.com.sun.ts.tests.ejb30.persistence.relationship.unionexmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.unionexmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.unionexone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.unionexone
-build.com.sun.ts.tests.ejb30.persistence.types.auto = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.types.auto
-build.com.sun.ts.tests.ejb30.persistence.types.field = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.types.field
-build.com.sun.ts.tests.ejb30.persistence.types.generator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.types.generator
-build.com.sun.ts.tests.ejb30.persistence.types.primarykey.compound = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.types.primarykey.compound
-build.com.sun.ts.tests.ejb30.persistence.types.property = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.types.property
-build.com.sun.ts.tests.ejb30.persistence.versioning = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.versioning
-build.com.sun.ts.tests.el.api.javax_el.arrayelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.arrayelresolver
-build.com.sun.ts.tests.el.api.javax_el.beanelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.beanelresolver
-build.com.sun.ts.tests.el.api.javax_el.compositeelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.compositeelresolver
-build.com.sun.ts.tests.el.api.javax_el.elresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.elresolver
-build.com.sun.ts.tests.el.api.javax_el.expression = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.expression
-build.com.sun.ts.tests.el.api.javax_el.expressionfactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.expressionfactory
-build.com.sun.ts.tests.el.api.javax_el.functionmapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.functionmapper
-build.com.sun.ts.tests.el.api.javax_el.listelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.listelresolver
-build.com.sun.ts.tests.el.api.javax_el.mapelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.mapelresolver
-build.com.sun.ts.tests.el.api.javax_el.methodexpression = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.methodexpression
-build.com.sun.ts.tests.el.api.javax_el.methodinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.methodinfo
-build.com.sun.ts.tests.el.api.javax_el.resourcebundleelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.resourcebundleelresolver
-build.com.sun.ts.tests.el.api.javax_el.valueexpression = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.valueexpression
-build.com.sun.ts.tests.el.api.javax_el.variablemapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.variablemapper
-build.com.sun.ts.tests.el.spec.binaryoperator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.binaryoperator
-build.com.sun.ts.tests.el.spec.coercion = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.coercion
-build.com.sun.ts.tests.el.spec.conditionaloperator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.conditionaloperator
-build.com.sun.ts.tests.el.spec.emptyoperator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.emptyoperator
-build.com.sun.ts.tests.el.spec.language = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.language
-build.com.sun.ts.tests.el.spec.literal = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.literal
-build.com.sun.ts.tests.el.spec.mapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.mapper
-build.com.sun.ts.tests.el.spec.operatorprecedence = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.operatorprecedence
-build.com.sun.ts.tests.el.spec.relationaloperator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.relationaloperator
-build.com.sun.ts.tests.el.spec.unaryoperator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.unaryoperator
-build.com.sun.ts.tests.javamail.ee.internetaddress = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.javamail.ee.internetaddress
-build.com.sun.ts.tests.javamail.ee.mimemessage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.javamail.ee.mimemessage
-build.com.sun.ts.tests.javamail.ee.multipart = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.javamail.ee.multipart
-build.com.sun.ts.tests.javamail.ee.transport = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.javamail.ee.transport
-build.com.sun.ts.tests.jdbc.ee.batchUpdate = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.batchUpdate
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt1
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt10 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt10
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt11 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt11
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt12 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt12
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt13 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt13
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt14 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt14
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt15 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt15
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt16 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt16
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt17 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt17
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt18 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt18
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt19 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt19
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt2
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt20 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt20
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt21 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt21
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt22 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt22
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt3
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt4 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt4
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt5 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt5
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt6 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt6
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt7 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt7
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt8 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt8
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt9 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt9
-build.com.sun.ts.tests.jdbc.ee.connection.connection1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.connection.connection1
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dateTime.dateTime1
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dateTime.dateTime2
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dateTime.dateTime3
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta1
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta10 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta10
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta11 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta11
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta12 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta12
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta2
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta3
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta4 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta4
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta5 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta5
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta6 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta6
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta7 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta7
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta8 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta8
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta9 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta9
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar1
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar2
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar3
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar4 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar4
-build.com.sun.ts.tests.jdbc.ee.exception.batUpdExcept = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.exception.batUpdExcept
-build.com.sun.ts.tests.jdbc.ee.exception.sqlException = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.exception.sqlException
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt1
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt10 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt10
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt11 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt11
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt12 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt12
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt13 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt13
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt14 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt14
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt15 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt15
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt16 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt16
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt2
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt3
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt4 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt4
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt5 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt5
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt6 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt6
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt7 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt7
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt8 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt8
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt9 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt9
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet1
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet10 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet10
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet11 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet11
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet14 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet14
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet17 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet17
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet18 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet18
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet41 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet41
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet45 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet45
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet47 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet47
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet49 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet49
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet7 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet7
-build.com.sun.ts.tests.jdbc.ee.rsMeta = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.rsMeta
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.stmt.stmt1
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.stmt.stmt2
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.stmt.stmt3
-build.com.sun.ts.tests.jsf.api.javax_faces.application.application = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.application
-build.com.sun.ts.tests.jsf.api.javax_faces.application.applicationfactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.applicationfactory
-build.com.sun.ts.tests.jsf.api.javax_faces.application.applicationISE = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.applicationISE
-build.com.sun.ts.tests.jsf.api.javax_faces.application.applicationwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.applicationwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.facesmessage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.facesmessage
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resource = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.resource
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandler = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandler
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerEx = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerEx
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcewrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.resourcewrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.statemanager = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.statemanager
-build.com.sun.ts.tests.jsf.api.javax_faces.application.statemanagerwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.statemanagerwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.viewhandler = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.viewhandler
-build.com.sun.ts.tests.jsf.api.javax_faces.application.viewhandlerwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.viewhandlerwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.component.annotation = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.annotation
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandbutton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandbutton
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandlink = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandlink
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmldatatable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmldatatable
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlform = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlform
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlgraphicimage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlgraphicimage
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputhidden = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputhidden
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputsecret = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputsecret
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtext
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtextarea = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtextarea
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessage
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessages = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessages
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetbutton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetbutton
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetlink = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetlink
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputformat = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputformat
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlabel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlabel
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlink = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlink
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputtext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputtext
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgrid = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgrid
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgroup = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgroup
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectbooleancheckbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectbooleancheckbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanycheckbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanycheckbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanylistbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanylistbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanymenu = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanymenu
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonelistbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonelistbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonemenu = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonemenu
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectoneradio = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectoneradio
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uicolumn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uicolumn
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uicommand = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uicommand
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uidata = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uidata
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiform = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiform
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uigraphic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uigraphic
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiinput = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiinput
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uimessage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uimessage
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uimessages = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uimessages
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uinamingcontainer = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uinamingcontainer
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uioutcometarget = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uioutcometarget
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uioutput = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uioutput
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uipanel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uipanel
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiparameter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiparameter
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectboolean = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiselectboolean
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitem = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitem
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitems = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitems
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiselectmany
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiselectone
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiviewparameter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiviewparameter
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiviewroot = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiviewroot
-build.com.sun.ts.tests.jsf.api.javax_faces.context.externalcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.context.externalcontext
-build.com.sun.ts.tests.jsf.api.javax_faces.context.facescontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.context.facescontext
-build.com.sun.ts.tests.jsf.api.javax_faces.context.facescontextfactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.context.facescontextfactory
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.bigdecimalconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.bigdecimalconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.bigintegerconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.bigintegerconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.booleanconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.booleanconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.byteconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.byteconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.characterconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.characterconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.datetimeconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.datetimeconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.doubleconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.doubleconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.enumconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.enumconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.floatconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.floatconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.integerconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.integerconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.longconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.longconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.numberconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.numberconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.shortconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.shortconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.el.evaluationexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.evaluationexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.methodbinding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.methodbinding
-build.com.sun.ts.tests.jsf.api.javax_faces.el.methodnotfoundexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.methodnotfoundexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.propertynotfoundexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.propertynotfoundexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.propertyresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.propertyresolver
-build.com.sun.ts.tests.jsf.api.javax_faces.el.referencesyntaxexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.referencesyntaxexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.valuebinding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.valuebinding
-build.com.sun.ts.tests.jsf.api.javax_faces.el.variableresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.variableresolver
-build.com.sun.ts.tests.jsf.api.javax_faces.event.abortprocessingexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.abortprocessingexception
-build.com.sun.ts.tests.jsf.api.javax_faces.event.actionevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.actionevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.ajaxbehaviorevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.ajaxbehaviorevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedeventcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedeventcontext
-build.com.sun.ts.tests.jsf.api.javax_faces.event.facesevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.facesevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postaddtoviewevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.postaddtoviewevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postconstructapplicationevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.postconstructapplicationevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postconstructviewmapevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.postconstructviewmapevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postrestorestateevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.postrestorestateevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postvalidateevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.postvalidateevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.predestroyapplicationevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.predestroyapplicationevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.predestroyviewmapevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.predestroyviewmapevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.preremovefromviewevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.preremovefromviewevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.prerendercomponentevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.prerendercomponentevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.prevalidateevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.prevalidateevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.valuechangeevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.valuechangeevent
-build.com.sun.ts.tests.jsf.api.javax_faces.facesexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.facesexception
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfig = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfig
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfiglast = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfiglast
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.decorated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.decorated
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.factoryfinder = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.factoryfinder
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainf
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainflast = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainflast
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.service = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.service
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.webinf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.webinf
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinderrelease = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinderrelease
-build.com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecycle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecycle
-build.com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecyclefactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecyclefactory
-build.com.sun.ts.tests.jsf.api.javax_faces.model.arraydatamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.arraydatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.datamodelevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.datamodelevent
-build.com.sun.ts.tests.jsf.api.javax_faces.model.listdatamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.listdatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.resultdatamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.resultdatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.resultsetdatamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.resultsetdatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.scalardatamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.scalardatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.selectitem = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.selectitem
-build.com.sun.ts.tests.jsf.api.javax_faces.model.selectitemgroup = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.selectitemgroup
-build.com.sun.ts.tests.jsf.api.javax_faces.render.renderkit = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.render.renderkit
-build.com.sun.ts.tests.jsf.api.javax_faces.render.renderkitfactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.render.renderkitfactory
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.beanvalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.validator.beanvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.doublerangevalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.validator.doublerangevalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.lengthvalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.validator.lengthvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.longrangevalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.validator.longrangevalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.methodexpressionvalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.validator.methodexpressionvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.regexvalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.validator.regexvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.view.location = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.view.location
-build.com.sun.ts.tests.jsf.spec.ajax.keyword = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.ajax.keyword
-build.com.sun.ts.tests.jsf.spec.ajax.tagwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.ajax.tagwrapper
-build.com.sun.ts.tests.jsf.spec.appconfigresources.absolute_ordering = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.appconfigresources.absolute_ordering
-build.com.sun.ts.tests.jsf.spec.appconfigresources.relative_ordering = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.appconfigresources.relative_ordering
-build.com.sun.ts.tests.jsf.spec.appconfigresources.startupbehavior = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.appconfigresources.startupbehavior
-build.com.sun.ts.tests.jsf.spec.composite.actionsource = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.actionsource
-build.com.sun.ts.tests.jsf.spec.composite.attribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.attribute
-build.com.sun.ts.tests.jsf.spec.composite.editablevalueholder = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.editablevalueholder
-build.com.sun.ts.tests.jsf.spec.composite.facet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.facet
-build.com.sun.ts.tests.jsf.spec.composite.insertchildren = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.insertchildren
-build.com.sun.ts.tests.jsf.spec.composite.packaging.classpath = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.packaging.classpath
-build.com.sun.ts.tests.jsf.spec.composite.packaging.webapproot = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.packaging.webapproot
-build.com.sun.ts.tests.jsf.spec.composite.valueholder = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.valueholder
-build.com.sun.ts.tests.jsf.spec.coretags.selectitems = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.coretags.selectitems
-build.com.sun.ts.tests.jsf.spec.el.elresolvers = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.el.elresolvers
-build.com.sun.ts.tests.jsf.spec.el.managedbean.ee = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.el.managedbean.ee
-build.com.sun.ts.tests.jsf.spec.el.managedbean.standalone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.el.managedbean.standalone
-build.com.sun.ts.tests.jsf.spec.jstl.cwo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.cwo
-build.com.sun.ts.tests.jsf.spec.jstl.fncontains = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fncontains
-build.com.sun.ts.tests.jsf.spec.jstl.fncontainsignore = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fncontainsignore
-build.com.sun.ts.tests.jsf.spec.jstl.fnendswith = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnendswith
-build.com.sun.ts.tests.jsf.spec.jstl.fnescapexml = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnescapexml
-build.com.sun.ts.tests.jsf.spec.jstl.fnindexof = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnindexof
-build.com.sun.ts.tests.jsf.spec.jstl.fnjoin = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnjoin
-build.com.sun.ts.tests.jsf.spec.jstl.fnlength = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnlength
-build.com.sun.ts.tests.jsf.spec.jstl.fnreplace = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnreplace
-build.com.sun.ts.tests.jsf.spec.jstl.fnsplit = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnsplit
-build.com.sun.ts.tests.jsf.spec.jstl.fnstartswith = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnstartswith
-build.com.sun.ts.tests.jsf.spec.jstl.fnsubstring = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnsubstring
-build.com.sun.ts.tests.jsf.spec.jstl.fnsubstringafter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnsubstringafter
-build.com.sun.ts.tests.jsf.spec.jstl.fnsubstringbefore = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnsubstringbefore
-build.com.sun.ts.tests.jsf.spec.jstl.fntolowercase = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fntolowercase
-build.com.sun.ts.tests.jsf.spec.jstl.fntouppercase = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fntouppercase
-build.com.sun.ts.tests.jsf.spec.jstl.fntrim = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fntrim
-build.com.sun.ts.tests.jsf.spec.jstl.foreachtag = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.foreachtag
-build.com.sun.ts.tests.jsf.spec.jstl.iftag = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.iftag
-build.com.sun.ts.tests.jsf.spec.navigation = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.navigation
-build.com.sun.ts.tests.jsf.spec.render.body = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.body
-build.com.sun.ts.tests.jsf.spec.render.booleancheckbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.booleancheckbox
-build.com.sun.ts.tests.jsf.spec.render.commandbutton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.commandbutton
-build.com.sun.ts.tests.jsf.spec.render.commandlink = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.commandlink
-build.com.sun.ts.tests.jsf.spec.render.datatable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.datatable
-build.com.sun.ts.tests.jsf.spec.render.form = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.form
-build.com.sun.ts.tests.jsf.spec.render.graphic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.graphic
-build.com.sun.ts.tests.jsf.spec.render.grid = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.grid
-build.com.sun.ts.tests.jsf.spec.render.head = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.head
-build.com.sun.ts.tests.jsf.spec.render.hidden = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.hidden
-build.com.sun.ts.tests.jsf.spec.render.inputtext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.inputtext
-build.com.sun.ts.tests.jsf.spec.render.manycheckbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.manycheckbox
-build.com.sun.ts.tests.jsf.spec.render.manylistbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.manylistbox
-build.com.sun.ts.tests.jsf.spec.render.manymenu = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.manymenu
-build.com.sun.ts.tests.jsf.spec.render.message = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.message
-build.com.sun.ts.tests.jsf.spec.render.messages = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.messages
-build.com.sun.ts.tests.jsf.spec.render.onelistbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.onelistbox
-build.com.sun.ts.tests.jsf.spec.render.onemenu = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.onemenu
-build.com.sun.ts.tests.jsf.spec.render.oneradio = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.oneradio
-build.com.sun.ts.tests.jsf.spec.render.outputformat = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.outputformat
-build.com.sun.ts.tests.jsf.spec.render.outputlabel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.outputlabel
-build.com.sun.ts.tests.jsf.spec.render.outputlink = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.outputlink
-build.com.sun.ts.tests.jsf.spec.render.outputscript = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.outputscript
-build.com.sun.ts.tests.jsf.spec.render.outputstyle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.outputstyle
-build.com.sun.ts.tests.jsf.spec.render.outputtext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.outputtext
-build.com.sun.ts.tests.jsf.spec.render.secret = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.secret
-build.com.sun.ts.tests.jsf.spec.render.textarea = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.textarea
-build.com.sun.ts.tests.jsf.spec.resource.packaging.classpath = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.resource.packaging.classpath
-build.com.sun.ts.tests.jsf.spec.resource.packaging.webapproot = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.resource.packaging.webapproot
-build.com.sun.ts.tests.jsf.spec.resource.relocatable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.resource.relocatable
-build.com.sun.ts.tests.jsf.spec.templating.insert = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.templating.insert
-build.com.sun.ts.tests.jsf.spec.templating.remove = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.templating.remove
-build.com.sun.ts.tests.jsf.spec.templating.repeat = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.templating.repeat
-build.com.sun.ts.tests.jsf.spec.view.viewhandler = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.view.viewhandler
-build.com.sun.ts.tests.jsf.spec.webapp.tldsig = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.webapp.tldsig
-build.com.sun.ts.tests.jsp.api.javax_el.arrayelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.arrayelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.beanelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.beanelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.compelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.compelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.createmethexpr = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.createmethexpr
-build.com.sun.ts.tests.jsp.api.javax_el.createvalexpr = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.createvalexpr
-build.com.sun.ts.tests.jsp.api.javax_el.elresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.elresolver
-build.com.sun.ts.tests.jsp.api.javax_el.listelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.listelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.mapelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.mapelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.methodinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.methodinfo
-build.com.sun.ts.tests.jsp.api.javax_el.resourcebundleelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.resourcebundleelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.valexpression = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.valexpression
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.elexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.elexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.elparseexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.elparseexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.expression = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.expression
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.expressionevaluator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.expressionevaluator
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.implicitobjelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.implicitobjelresolver
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.scopedattrelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.scopedattrelresolver
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.variableresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.variableresolver
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.errordata = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.errordata
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspapplicationcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspapplicationcontext
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspengineinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspengineinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspfactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspfactory
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jsptagexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.jsptagexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspwriter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspwriter
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.pagecontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.pagecontext
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.skippageexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.skippageexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.bodycontent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.bodycontent
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.bodytagsupport = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.bodytagsupport
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.dynamicattributes = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.dynamicattributes
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.functioninfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.functioninfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.jspidconsumer = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.jspidconsumer
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.pagedata = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.pagedata
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.simpletagsupport = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.simpletagsupport
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagadapter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagadapter
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagattributeinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagattributeinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagdata = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagdata
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagextrainfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagextrainfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagfileinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagfileinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taginfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taginfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taglibraryinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taglibraryinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taglibraryvalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taglibraryvalidator
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagsupport = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagsupport
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagvariableinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagvariableinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.trycatchfinally = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.trycatchfinally
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.variableinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.variableinfo
-build.com.sun.ts.tests.jsp.spec.configuration.charsequence = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.configuration.charsequence
-build.com.sun.ts.tests.jsp.spec.configuration.elevaluation = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.configuration.elevaluation
-build.com.sun.ts.tests.jsp.spec.configuration.encoding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.configuration.encoding
-build.com.sun.ts.tests.jsp.spec.configuration.general = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.configuration.general
-build.com.sun.ts.tests.jsp.spec.configuration.includes = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.configuration.includes
-build.com.sun.ts.tests.jsp.spec.configuration.scripting = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.configuration.scripting
-build.com.sun.ts.tests.jsp.spec.configuration.xml = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.configuration.xml
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.attribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.attribute
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.body = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.body
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.declaration = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.declaration
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.dobody = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.dobody
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.element = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.element
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.expression = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.expression
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.forward = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.forward
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.getproperty = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.getproperty
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.include = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.include
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.invoke = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.invoke
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.output = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.output
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.param = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.param
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.plugin = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.plugin
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.root = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.root
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.scriptlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.scriptlet
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.setproperty = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.setproperty
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.text = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.text
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.usebean = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.usebean
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.usebean2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.usebean2
-build.com.sun.ts.tests.jsp.spec.core_syntax.directives.include = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.directives.include
-build.com.sun.ts.tests.jsp.spec.core_syntax.directives.page = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.directives.page
-build.com.sun.ts.tests.jsp.spec.core_syntax.directives.taglib = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.directives.taglib
-build.com.sun.ts.tests.jsp.spec.core_syntax.implicitobjects = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.implicitobjects
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.declaration = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.scripting.declaration
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.el = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.scripting.el
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.escaping = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.scripting.escaping
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.expressions = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.scripting.expressions
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.scriptlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.scripting.scriptlet
-build.com.sun.ts.tests.jsp.spec.el.jsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.el.jsp
-build.com.sun.ts.tests.jsp.spec.el.language = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.el.language
-build.com.sun.ts.tests.jsp.spec.i18n = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.i18n
-build.com.sun.ts.tests.jsp.spec.jspdocument.elements = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.jspdocument.elements
-build.com.sun.ts.tests.jsp.spec.jspdocument.general = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.jspdocument.general
-build.com.sun.ts.tests.jsp.spec.misc.precompilation = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.misc.precompilation
-build.com.sun.ts.tests.jsp.spec.security.secbasic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.security.secbasic
-build.com.sun.ts.tests.jsp.spec.security.secform = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.security.secform
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.attribute20 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.directives.attribute20
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.attribute21 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.directives.attribute21
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.general = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.directives.general
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.tag20 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.directives.tag20
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.tag21 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.directives.tag21
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.variable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.directives.variable
-build.com.sun.ts.tests.jsp.spec.tagfiles.implicitobjects = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.implicitobjects
-build.com.sun.ts.tests.jsp.spec.tagfiles.packaging = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.packaging
-build.com.sun.ts.tests.jsp.spec.tagfiles.semantics = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.semantics
-build.com.sun.ts.tests.jsp.spec.tldres = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tldres
-build.com.sun.ts.tests.jstl.compat.onedotzero = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.compat.onedotzero
-build.com.sun.ts.tests.jstl.spec.core.conditional.cwo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.conditional.cwo
-build.com.sun.ts.tests.jstl.spec.core.conditional.iftag = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.conditional.iftag
-build.com.sun.ts.tests.jstl.spec.core.general.catchtag = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.general.catchtag
-build.com.sun.ts.tests.jstl.spec.core.general.outtag = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.general.outtag
-build.com.sun.ts.tests.jstl.spec.core.general.remove = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.general.remove
-build.com.sun.ts.tests.jstl.spec.core.general.set = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.general.set
-build.com.sun.ts.tests.jstl.spec.core.iteration.foreach = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.iteration.foreach
-build.com.sun.ts.tests.jstl.spec.core.iteration.fortokens = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.iteration.fortokens
-build.com.sun.ts.tests.jstl.spec.core.iteration.loopstatus = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.iteration.loopstatus
-build.com.sun.ts.tests.jstl.spec.core.urlresource.importtag = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.urlresource.importtag
-build.com.sun.ts.tests.jstl.spec.core.urlresource.param = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.urlresource.param
-build.com.sun.ts.tests.jstl.spec.core.urlresource.redirect = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.urlresource.redirect
-build.com.sun.ts.tests.jstl.spec.core.urlresource.url = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.urlresource.url
-build.com.sun.ts.tests.jstl.spec.etu.config = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.etu.config
-build.com.sun.ts.tests.jstl.spec.etu.functions = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.etu.functions
-build.com.sun.ts.tests.jstl.spec.etu.tlv.permitted = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.etu.tlv.permitted
-build.com.sun.ts.tests.jstl.spec.etu.tlv.scrfree = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.etu.tlv.scrfree
-build.com.sun.ts.tests.jstl.spec.etu.uri = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.etu.uri
-build.com.sun.ts.tests.jstl.spec.fmt.format.fmtdate = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.format.fmtdate
-build.com.sun.ts.tests.jstl.spec.fmt.format.fmtnum = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.format.fmtnum
-build.com.sun.ts.tests.jstl.spec.fmt.format.localecontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.format.localecontext
-build.com.sun.ts.tests.jstl.spec.fmt.format.parsedate = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.format.parsedate
-build.com.sun.ts.tests.jstl.spec.fmt.format.parsenum = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.format.parsenum
-build.com.sun.ts.tests.jstl.spec.fmt.format.settimezone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.format.settimezone
-build.com.sun.ts.tests.jstl.spec.fmt.format.timezone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.format.timezone
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.bundle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.bundle
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.message = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.message
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.param = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.param
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.requestencoding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.requestencoding
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.resourcelookup = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.resourcelookup
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.responseencoding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.responseencoding
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.setbundle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.setbundle
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.setlocale = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.setlocale
-build.com.sun.ts.tests.jstl.spec.sql.param = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.sql.param
-build.com.sun.ts.tests.jstl.spec.sql.query = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.sql.query
-build.com.sun.ts.tests.jstl.spec.sql.result = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.sql.result
-build.com.sun.ts.tests.jstl.spec.sql.setdatasource = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.sql.setdatasource
-build.com.sun.ts.tests.jstl.spec.sql.transaction = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.sql.transaction
-build.com.sun.ts.tests.jstl.spec.sql.update = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.sql.update
-build.com.sun.ts.tests.jstl.spec.xml.xconditional.xcwo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xconditional.xcwo
-build.com.sun.ts.tests.jstl.spec.xml.xconditional.xforeach = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xconditional.xforeach
-build.com.sun.ts.tests.jstl.spec.xml.xconditional.xif = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xconditional.xif
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.bindings = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xmlcore.bindings
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.parse = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xmlcore.parse
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.types = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xmlcore.types
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.xout = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xmlcore.xout
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.xset = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xmlcore.xset
-build.com.sun.ts.tests.jstl.spec.xml.xtransform.param = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xtransform.param
-build.com.sun.ts.tests.jstl.spec.xml.xtransform.transform = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xtransform.transform
-build.com.sun.ts.tests.jta.ee.usertransaction.begin = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jta.ee.usertransaction.begin
-build.com.sun.ts.tests.jta.ee.usertransaction.commit = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jta.ee.usertransaction.commit
-build.com.sun.ts.tests.jta.ee.usertransaction.getstatus = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jta.ee.usertransaction.getstatus
-build.com.sun.ts.tests.jta.ee.usertransaction.rollback = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jta.ee.usertransaction.rollback
-build.com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly
-build.com.sun.ts.tests.jta.ee.usertransaction.settransactiontimeout = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jta.ee.usertransaction.settransactiontimeout
-build.com.sun.ts.tests.samples.javamail.ee.transport = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.samples.javamail.ee.transport
-build.com.sun.ts.tests.samples.jdbc.ee.testConn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.samples.jdbc.ee.testConn
-build.com.sun.ts.tests.servlet.api.javax_servlet.asynccontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.asynccontext
-build.com.sun.ts.tests.servlet.api.javax_servlet.asyncevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.asyncevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.dispatchertype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.dispatchertype
-build.com.sun.ts.tests.servlet.api.javax_servlet.dofilter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.dofilter
-build.com.sun.ts.tests.servlet.api.javax_servlet.filter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.filter
-build.com.sun.ts.tests.servlet.api.javax_servlet.filterchain = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.filterchain
-build.com.sun.ts.tests.servlet.api.javax_servlet.filterconfig = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.filterconfig
-build.com.sun.ts.tests.servlet.api.javax_servlet.filterrequestdispatcher = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.filterrequestdispatcher
-build.com.sun.ts.tests.servlet.api.javax_servlet.genericservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.genericservlet
-build.com.sun.ts.tests.servlet.api.javax_servlet.registration = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.registration
-build.com.sun.ts.tests.servlet.api.javax_servlet.requestdispatcher = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.requestdispatcher
-build.com.sun.ts.tests.servlet.api.javax_servlet.scattributeevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.scattributeevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.scattributelistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.scattributelistener
-build.com.sun.ts.tests.servlet.api.javax_servlet.scevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.scevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.sclistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.sclistener
-build.com.sun.ts.tests.servlet.api.javax_servlet.servlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servlet
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletconfig = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletconfig
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletcontext
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletcontext30 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletcontext30
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletexception
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletinputstream = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletinputstream
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletoutputstream = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletoutputstream
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequest = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletrequest
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequest1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletrequest1
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequest30 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletrequest30
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequestwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletrequestwrapper
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequestwrapper30 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletrequestwrapper30
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletresponse = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletresponse
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletresponsewrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletresponsewrapper
-build.com.sun.ts.tests.servlet.api.javax_servlet.singlethreadmodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.singlethreadmodel
-build.com.sun.ts.tests.servlet.api.javax_servlet.srattributeevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.srattributeevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.srattributelistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.srattributelistener
-build.com.sun.ts.tests.servlet.api.javax_servlet.srevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.srevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.srlistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.srlistener
-build.com.sun.ts.tests.servlet.api.javax_servlet.unavailableexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.unavailableexception
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.cookie = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.cookie
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservlet
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest1
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest30 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest30
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequestwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequestwrapper
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponse = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponse
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponse30 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponse30
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponsewrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponsewrapper
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponsewrapper30 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponsewrapper30
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsession = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpsession
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionattributelistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionattributelistener
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionbindingevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionbindingevent
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionbindinglistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionbindinglistener
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionevent
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionlistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionlistener
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionx = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionx
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.sessioncookieconfig = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.sessioncookieconfig
-build.com.sun.ts.tests.servlet.compat.LeadingSlash.WithLeadingSlash = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.compat.LeadingSlash.WithLeadingSlash
-build.com.sun.ts.tests.servlet.compat.LeadingSlash.WithoutLeadingSlash = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.compat.LeadingSlash.WithoutLeadingSlash
-build.com.sun.ts.tests.servlet.spec.annotationservlet.webfilter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.annotationservlet.webfilter
-build.com.sun.ts.tests.servlet.spec.annotationservlet.weblistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.annotationservlet.weblistener
-build.com.sun.ts.tests.servlet.spec.annotationservlet.webservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.annotationservlet.webservlet
-build.com.sun.ts.tests.servlet.spec.aordering = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.aordering
-build.com.sun.ts.tests.servlet.spec.async = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.async
-build.com.sun.ts.tests.servlet.spec.crosscontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.crosscontext
-build.com.sun.ts.tests.servlet.spec.defaultmapping = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.defaultmapping
-build.com.sun.ts.tests.servlet.spec.dir_struct = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.dir_struct
-build.com.sun.ts.tests.servlet.spec.errorpage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.errorpage
-build.com.sun.ts.tests.servlet.spec.errorpage1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.errorpage1
-build.com.sun.ts.tests.servlet.spec.fragment = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.fragment
-build.com.sun.ts.tests.servlet.spec.httpservletresponse = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.httpservletresponse
-build.com.sun.ts.tests.servlet.spec.i18n.encoding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.i18n.encoding
-build.com.sun.ts.tests.servlet.spec.listenerorder = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.listenerorder
-build.com.sun.ts.tests.servlet.spec.multifiltermapping = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.multifiltermapping
-build.com.sun.ts.tests.servlet.spec.protocols.http = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.protocols.http
-build.com.sun.ts.tests.servlet.spec.rdspecialchar = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.rdspecialchar
-build.com.sun.ts.tests.servlet.spec.requestdispatcher = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.requestdispatcher
-build.com.sun.ts.tests.servlet.spec.requestmap = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.requestmap
-build.com.sun.ts.tests.servlet.spec.security.annotations = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.security.annotations
-build.com.sun.ts.tests.servlet.spec.security.clientcert = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.security.clientcert
-build.com.sun.ts.tests.servlet.spec.security.clientcertanno = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.security.clientcertanno
-build.com.sun.ts.tests.servlet.spec.security.secbasic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.security.secbasic
-build.com.sun.ts.tests.servlet.spec.security.secform = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.security.secform
-build.com.sun.ts.tests.servlet.spec.servletmapping = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.servletmapping
-build.com.sun.ts.tests.servlet.spec.servletresponse = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.servletresponse
-build.com.sun.ts.tests.servlet.spec.srlistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.srlistener
-build.com.sun.ts.tests.servlet.spec.webapps.accesswebinf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.webapps.accesswebinf
-build.com.sun.ts.tests.servlet.spec.welcomefiles = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.welcomefiles
-#build.com.sun.ts.tests.jaxrs.GroupOne = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus -j -sql skip com.sun.ts.tests.jaxrs.api.rs_core.uriBuilderTest
-#build.com.sun.ts.tests.jaxrs.GroupTwo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus -j -sql skip com.sun.ts.tests.jaxrs.api.rs_core.cacheControlTest com.sun.ts.tests.jaxrs.api.rs_core.cookieTest com.sun.ts.tests.jaxrs.api.rs_core.entityTagTest com.sun.ts.tests.jaxrs.api.rs_core.genericEntityTest com.sun.ts.tests.jaxrs.api.rs_core.mediaTypeTest com.sun.ts.tests.jaxrs.api.rs_core.newCookieTest com.sun.ts.tests.jaxrs.api.rs_core.responseCTest com.sun.ts.tests.jaxrs.api. [...]
diff --git a/profiles/web/webprofile-jdk9.properties b/profiles/web/webprofile-jdk9.properties
deleted file mode 100644
index 8baae64..0000000
--- a/profiles/web/webprofile-jdk9.properties
+++ /dev/null
@@ -1,845 +0,0 @@
-project.name= webprofile-7.x
-project.version = 7.0.4-SNAPSHOT
-project.id = 71
-project.jdk = jdk9
-# project.cron = * 10 0
-fire.on.submit = false
-#This is the TCK repo URL
-project.scmUrl = scm:svn:https://svn.apache.org/repos/tck/tomee-tck/trunk
-project.buildFile = runtests
-include.f.javatest.log = target/logs/javatest.log
-include.d.logs =.*target/(apache|openejb).*/logs/.*
-#include.d.results= .*.jtr
-header.webcontainer= tomee
-order = ejb30.persistence.criteriaapi, ejb30.lite.singleton.concurrency, ejb30.lite.stateful.timeout, random
-
-build.com.sun.ts.tests.ejb30.lite.appexception.singleton.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.singleton.annotated
-build.com.sun.ts.tests.ejb30.lite.appexception.singleton.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.singleton.inheritance
-build.com.sun.ts.tests.ejb30.lite.appexception.stateful.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.stateful.annotated
-build.com.sun.ts.tests.ejb30.lite.appexception.stateful.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.stateful.inheritance
-build.com.sun.ts.tests.ejb30.lite.appexception.stateless.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.stateless.annotated
-build.com.sun.ts.tests.ejb30.lite.appexception.stateless.override = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.stateless.override
-build.com.sun.ts.tests.ejb30.lite.basic.mock = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.basic.mock
-build.com.sun.ts.tests.ejb30.lite.basic.singleton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.basic.singleton
-build.com.sun.ts.tests.ejb30.lite.basic.stateful = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.basic.stateful
-build.com.sun.ts.tests.ejb30.lite.basic.stateless = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.basic.stateless
-build.com.sun.ts.tests.ejb30.lite.ejbcontext.stateless = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.ejbcontext.stateless
-build.com.sun.ts.tests.ejb30.lite.enventry.singleton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.enventry.singleton
-build.com.sun.ts.tests.ejb30.lite.enventry.stateful = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.enventry.stateful
-build.com.sun.ts.tests.ejb30.lite.enventry.stateless = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.enventry.stateless
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.annotated
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.descriptor
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.invocationcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.interceptor.singleton.invocationcontext
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.annotated
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.descriptor
-build.com.sun.ts.tests.ejb30.lite.lookup.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.lookup.annotated
-build.com.sun.ts.tests.ejb30.lite.lookup.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.lookup.descriptor
-build.com.sun.ts.tests.ejb30.lite.nointerface.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.nointerface.annotated
-build.com.sun.ts.tests.ejb30.lite.nointerface.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.nointerface.descriptor
-build.com.sun.ts.tests.ejb30.lite.packaging.embed.provider = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.embed.provider
-build.com.sun.ts.tests.ejb30.lite.packaging.war.datasource.singleton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.datasource.singleton
-build.com.sun.ts.tests.ejb30.lite.packaging.war.datasource.stateful = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.datasource.stateful
-build.com.sun.ts.tests.ejb30.lite.packaging.war.enventry = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.enventry
-build.com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.business = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.business
-build.com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.invocationcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.invocationcontext
-build.com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.lifecycle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.lifecycle
-build.com.sun.ts.tests.ejb30.lite.packaging.war.servletcontextlistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.servletcontextlistener
-build.com.sun.ts.tests.ejb30.lite.packaging.war.webinflib = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.webinflib
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.bean = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.bean
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.accesstimeout = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.accesstimeout
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.inheritance
-build.com.sun.ts.tests.ejb30.lite.singleton.dependson.graph = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.dependson.graph
-build.com.sun.ts.tests.ejb30.lite.singleton.dependson.triangle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.dependson.triangle
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.bean = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.bean
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.annotated
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.descriptor
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.annotated
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.descriptor
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.dayUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#dayUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.dayUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#dayUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitNoInterface_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitNoInterface_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.hourUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#hourUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.hourUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#hourUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.microsecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#microsecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.microsecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#microsecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.millisecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#millisecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.millisecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#millisecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.minus1Timeout_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#minus1Timeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.minus1Timeout_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#minus1Timeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.nanosecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#nanosecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.nanosecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#nanosecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitNoInterface_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitNoInterface_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.zeroTimeout_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#zeroTimeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.zeroTimeout_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#zeroTimeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.dayUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#dayUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.dayUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#dayUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitNoInterface_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitNoInterface_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.hourUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#hourUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.hourUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#hourUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.microsecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#microsecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.microsecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#microsecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.millisecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#millisecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.millisecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#millisecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.minus1Timeout_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#minus1Timeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.minus1Timeout_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#minus1Timeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.nanosecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#nanosecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.nanosecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#nanosecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitNoInterface_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitNoInterface_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.zeroTimeout_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#zeroTimeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.zeroTimeout_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#zeroTimeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.tx.bm.singleton.rw = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.bm.singleton.rw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.annotated
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.inheritance
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.mandatory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#mandatory
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.postConstructTransaction = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#postConstructTransaction
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.required = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#required
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.requiredNoExistingTransaction = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#requiredNoExistingTransaction
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.requiresNew = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#requiresNew
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.supports = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#supports
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.webrw = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.webrw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateful.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateful.annotated
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateful.rw = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateful.rw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateful.sessionsync = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateful.sessionsync
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateless.annotated
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateless.inheritance
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.rw = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateless.rw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.webrw = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateless.webrw
-build.com.sun.ts.tests.ejb30.lite.view.equals = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.view.equals
-build.com.sun.ts.tests.ejb30.lite.view.singleton.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.view.singleton.annotated
-build.com.sun.ts.tests.ejb30.lite.view.stateful.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.view.stateful.annotated
-build.com.sun.ts.tests.ejb30.lite.view.stateless.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.view.stateless.annotated
-build.com.sun.ts.tests.ejb30.persistence.annotations.access.field = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.access.field
-build.com.sun.ts.tests.ejb30.persistence.annotations.access.mappedsc = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.access.mappedsc
-build.com.sun.ts.tests.ejb30.persistence.annotations.access.property = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.access.property
-build.com.sun.ts.tests.ejb30.persistence.annotations.assocoverride = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.assocoverride
-build.com.sun.ts.tests.ejb30.persistence.annotations.basic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.basic
-build.com.sun.ts.tests.ejb30.persistence.annotations.collectiontable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.collectiontable
-build.com.sun.ts.tests.ejb30.persistence.annotations.elementcollection = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.elementcollection
-build.com.sun.ts.tests.ejb30.persistence.annotations.embeddable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.embeddable
-build.com.sun.ts.tests.ejb30.persistence.annotations.entity = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.entity
-build.com.sun.ts.tests.ejb30.persistence.annotations.lob = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.lob
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkey = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.mapkey
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkeyclass = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.mapkeyclass
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkeycolumn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.mapkeycolumn
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkeyjoincolumn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.mapkeyjoincolumn
-build.com.sun.ts.tests.ejb30.persistence.annotations.mappedbyid = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.mappedbyid
-build.com.sun.ts.tests.ejb30.persistence.annotations.nativequery = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.nativequery
-build.com.sun.ts.tests.ejb30.persistence.annotations.onexmanyuni = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.onexmanyuni
-build.com.sun.ts.tests.ejb30.persistence.annotations.orderby = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.orderby
-build.com.sun.ts.tests.ejb30.persistence.annotations.ordercolumn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.ordercolumn
-build.com.sun.ts.tests.ejb30.persistence.basic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.basic
-build.com.sun.ts.tests.ejb30.persistence.cache = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.cache
-build.com.sun.ts.tests.ejb30.persistence.callback.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.callback.inheritance
-build.com.sun.ts.tests.ejb30.persistence.callback.listener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.callback.listener
-build.com.sun.ts.tests.ejb30.persistence.callback.listeneroverride = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.callback.listeneroverride
-build.com.sun.ts.tests.ejb30.persistence.callback.method = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.callback.method
-build.com.sun.ts.tests.ejb30.persistence.callback.methodoverride = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.callback.methodoverride
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.abstractquery = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.criteriaapi.abstractquery
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.criteriaquery = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.criteriaapi.criteriaquery
-#hangs
-#build.com.sun.ts.tests.ejb30.persistence.criteriaapi.metamodelquery = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.criteriaapi.metamodelquery
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.querybuilder = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.criteriaapi.querybuilder
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.strquery = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.criteriaapi.strquery
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex1a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex1a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex1b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex1b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex2a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex2a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex2b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex2b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex3a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex3a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex3b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex3b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex4a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex4a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex4b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex4b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex5a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex5a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex5b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex5b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex6a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex6a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex6b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex6b
-build.com.sun.ts.tests.ejb30.persistence.entityManagerClose = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entityManagerClose
-build.com.sun.ts.tests.ejb30.persistence.entitytest.apitests = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.apitests
-build.com.sun.ts.tests.ejb30.persistence.entitytest.bigdecimal = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.bigdecimal
-build.com.sun.ts.tests.ejb30.persistence.entitytest.biginteger = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.biginteger
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.basic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.detach.basic
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.basic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.persist.basic
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmanyFetchEager = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmanyFetchEager
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.remove.basic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.remove.basic
-build.com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXone
-build.com.sun.ts.tests.ejb30.persistence.exceptions = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.exceptions
-build.com.sun.ts.tests.ejb30.persistence.inheritance.abstractentity = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.inheritance.abstractentity
-build.com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.annotation = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.annotation
-build.com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.descriptors = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.descriptors
-build.com.sun.ts.tests.ejb30.persistence.inheritance.nonentity = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.inheritance.nonentity
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.attribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.attribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.basictype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.basictype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.bindable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.bindable
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.collectionattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.collectionattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.embeddabletype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.embeddabletype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.entitytype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.entitytype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.identifiabletype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.identifiabletype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.listattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.listattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.managedtype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.managedtype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.mapattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.mapattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.mappedsuperclasstype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.mappedsuperclasstype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.metamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.metamodel
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.pluralattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.pluralattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.setattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.setattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.singularattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.singularattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.type = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.type
-build.com.sun.ts.tests.ejb30.persistence.nestedembedding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.nestedembedding
-build.com.sun.ts.tests.ejb30.persistence.override.attributeoverride = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.attributeoverride
-build.com.sun.ts.tests.ejb30.persistence.override.callbacklistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.callbacklistener
-build.com.sun.ts.tests.ejb30.persistence.override.embeddable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.embeddable
-build.com.sun.ts.tests.ejb30.persistence.override.entity = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.entity
-build.com.sun.ts.tests.ejb30.persistence.override.entitylistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.entitylistener
-build.com.sun.ts.tests.ejb30.persistence.override.joincolumn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.joincolumn
-build.com.sun.ts.tests.ejb30.persistence.override.manytomany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.manytomany
-build.com.sun.ts.tests.ejb30.persistence.override.mapkey = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.mapkey
-build.com.sun.ts.tests.ejb30.persistence.override.nocallbacklistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.nocallbacklistener
-build.com.sun.ts.tests.ejb30.persistence.override.table = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.table
-build.com.sun.ts.tests.ejb30.persistence.query.apitests = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.query.apitests
-build.com.sun.ts.tests.ejb30.persistence.query.flushmode = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.query.flushmode
-build.com.sun.ts.tests.ejb30.persistence.query.language = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.query.language
-build.com.sun.ts.tests.ejb30.persistence.relationship.annotations = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.annotations
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxone
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidironexmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.bidironexmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidironexone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.bidironexone
-build.com.sun.ts.tests.ejb30.persistence.relationship.defaults = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.defaults
-build.com.sun.ts.tests.ejb30.persistence.relationship.descriptors = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.descriptors
-build.com.sun.ts.tests.ejb30.persistence.relationship.unimanyxmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.unimanyxmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.unimanyxone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.unimanyxone
-build.com.sun.ts.tests.ejb30.persistence.relationship.unionexmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.unionexmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.unionexone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.unionexone
-build.com.sun.ts.tests.ejb30.persistence.types.auto = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.types.auto
-build.com.sun.ts.tests.ejb30.persistence.types.field = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.types.field
-build.com.sun.ts.tests.ejb30.persistence.types.generator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.types.generator
-build.com.sun.ts.tests.ejb30.persistence.types.primarykey.compound = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.types.primarykey.compound
-build.com.sun.ts.tests.ejb30.persistence.types.property = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.types.property
-build.com.sun.ts.tests.ejb30.persistence.versioning = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.versioning
-build.com.sun.ts.tests.el.api.javax_el.arrayelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.arrayelresolver
-build.com.sun.ts.tests.el.api.javax_el.beanelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.beanelresolver
-build.com.sun.ts.tests.el.api.javax_el.compositeelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.compositeelresolver
-build.com.sun.ts.tests.el.api.javax_el.elresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.elresolver
-build.com.sun.ts.tests.el.api.javax_el.expression = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.expression
-build.com.sun.ts.tests.el.api.javax_el.expressionfactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.expressionfactory
-build.com.sun.ts.tests.el.api.javax_el.functionmapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.functionmapper
-build.com.sun.ts.tests.el.api.javax_el.listelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.listelresolver
-build.com.sun.ts.tests.el.api.javax_el.mapelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.mapelresolver
-build.com.sun.ts.tests.el.api.javax_el.methodexpression = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.methodexpression
-build.com.sun.ts.tests.el.api.javax_el.methodinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.methodinfo
-build.com.sun.ts.tests.el.api.javax_el.resourcebundleelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.resourcebundleelresolver
-build.com.sun.ts.tests.el.api.javax_el.valueexpression = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.valueexpression
-build.com.sun.ts.tests.el.api.javax_el.variablemapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.variablemapper
-build.com.sun.ts.tests.el.spec.binaryoperator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.binaryoperator
-build.com.sun.ts.tests.el.spec.coercion = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.coercion
-build.com.sun.ts.tests.el.spec.conditionaloperator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.conditionaloperator
-build.com.sun.ts.tests.el.spec.emptyoperator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.emptyoperator
-build.com.sun.ts.tests.el.spec.language = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.language
-build.com.sun.ts.tests.el.spec.literal = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.literal
-build.com.sun.ts.tests.el.spec.mapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.mapper
-build.com.sun.ts.tests.el.spec.operatorprecedence = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.operatorprecedence
-build.com.sun.ts.tests.el.spec.relationaloperator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.relationaloperator
-build.com.sun.ts.tests.el.spec.unaryoperator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.unaryoperator
-build.com.sun.ts.tests.javamail.ee.internetaddress = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.javamail.ee.internetaddress
-build.com.sun.ts.tests.javamail.ee.mimemessage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.javamail.ee.mimemessage
-build.com.sun.ts.tests.javamail.ee.multipart = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.javamail.ee.multipart
-build.com.sun.ts.tests.javamail.ee.transport = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.javamail.ee.transport
-build.com.sun.ts.tests.jdbc.ee.batchUpdate = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.batchUpdate
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt1
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt10 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt10
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt11 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt11
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt12 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt12
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt13 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt13
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt14 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt14
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt15 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt15
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt16 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt16
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt17 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt17
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt18 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt18
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt19 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt19
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt2
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt20 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt20
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt21 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt21
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt22 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt22
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt3
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt4 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt4
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt5 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt5
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt6 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt6
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt7 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt7
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt8 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt8
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt9 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt9
-build.com.sun.ts.tests.jdbc.ee.connection.connection1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.connection.connection1
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dateTime.dateTime1
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dateTime.dateTime2
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dateTime.dateTime3
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta1
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta10 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta10
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta11 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta11
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta12 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta12
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta2
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta3
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta4 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta4
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta5 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta5
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta6 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta6
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta7 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta7
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta8 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta8
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta9 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta9
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar1
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar2
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar3
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar4 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar4
-build.com.sun.ts.tests.jdbc.ee.exception.batUpdExcept = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.exception.batUpdExcept
-build.com.sun.ts.tests.jdbc.ee.exception.sqlException = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.exception.sqlException
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt1
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt10 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt10
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt11 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt11
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt12 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt12
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt13 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt13
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt14 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt14
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt15 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt15
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt16 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt16
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt2
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt3
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt4 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt4
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt5 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt5
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt6 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt6
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt7 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt7
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt8 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt8
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt9 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt9
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet1
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet10 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet10
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet11 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet11
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet14 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet14
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet17 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet17
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet18 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet18
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet41 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet41
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet45 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet45
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet47 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet47
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet49 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet49
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet7 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet7
-build.com.sun.ts.tests.jdbc.ee.rsMeta = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.rsMeta
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.stmt.stmt1
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.stmt.stmt2
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.stmt.stmt3
-build.com.sun.ts.tests.jsf.api.javax_faces.application.application = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.application
-build.com.sun.ts.tests.jsf.api.javax_faces.application.applicationfactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.applicationfactory
-build.com.sun.ts.tests.jsf.api.javax_faces.application.applicationISE = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.applicationISE
-build.com.sun.ts.tests.jsf.api.javax_faces.application.applicationwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.applicationwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.facesmessage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.facesmessage
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resource = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.resource
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandler = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandler
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerEx = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerEx
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcewrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.resourcewrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.statemanager = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.statemanager
-build.com.sun.ts.tests.jsf.api.javax_faces.application.statemanagerwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.statemanagerwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.viewhandler = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.viewhandler
-build.com.sun.ts.tests.jsf.api.javax_faces.application.viewhandlerwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.viewhandlerwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.component.annotation = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.annotation
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandbutton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandbutton
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandlink = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandlink
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmldatatable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmldatatable
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlform = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlform
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlgraphicimage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlgraphicimage
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputhidden = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputhidden
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputsecret = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputsecret
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtext
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtextarea = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtextarea
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessage
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessages = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessages
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetbutton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetbutton
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetlink = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetlink
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputformat = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputformat
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlabel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlabel
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlink = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlink
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputtext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputtext
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgrid = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgrid
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgroup = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgroup
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectbooleancheckbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectbooleancheckbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanycheckbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanycheckbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanylistbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanylistbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanymenu = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanymenu
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonelistbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonelistbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonemenu = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonemenu
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectoneradio = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectoneradio
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uicolumn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uicolumn
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uicommand = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uicommand
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uidata = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uidata
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiform = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiform
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uigraphic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uigraphic
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiinput = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiinput
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uimessage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uimessage
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uimessages = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uimessages
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uinamingcontainer = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uinamingcontainer
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uioutcometarget = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uioutcometarget
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uioutput = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uioutput
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uipanel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uipanel
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiparameter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiparameter
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectboolean = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiselectboolean
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitem = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitem
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitems = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitems
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiselectmany
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiselectone
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiviewparameter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiviewparameter
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiviewroot = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiviewroot
-build.com.sun.ts.tests.jsf.api.javax_faces.context.externalcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.context.externalcontext
-build.com.sun.ts.tests.jsf.api.javax_faces.context.facescontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.context.facescontext
-build.com.sun.ts.tests.jsf.api.javax_faces.context.facescontextfactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.context.facescontextfactory
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.bigdecimalconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.bigdecimalconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.bigintegerconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.bigintegerconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.booleanconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.booleanconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.byteconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.byteconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.characterconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.characterconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.datetimeconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.datetimeconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.doubleconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.doubleconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.enumconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.enumconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.floatconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.floatconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.integerconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.integerconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.longconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.longconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.numberconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.numberconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.shortconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.shortconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.el.evaluationexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.evaluationexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.methodbinding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.methodbinding
-build.com.sun.ts.tests.jsf.api.javax_faces.el.methodnotfoundexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.methodnotfoundexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.propertynotfoundexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.propertynotfoundexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.propertyresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.propertyresolver
-build.com.sun.ts.tests.jsf.api.javax_faces.el.referencesyntaxexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.referencesyntaxexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.valuebinding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.valuebinding
-build.com.sun.ts.tests.jsf.api.javax_faces.el.variableresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.variableresolver
-build.com.sun.ts.tests.jsf.api.javax_faces.event.abortprocessingexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.abortprocessingexception
-build.com.sun.ts.tests.jsf.api.javax_faces.event.actionevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.actionevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.ajaxbehaviorevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.ajaxbehaviorevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedeventcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedeventcontext
-build.com.sun.ts.tests.jsf.api.javax_faces.event.facesevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.facesevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postaddtoviewevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.postaddtoviewevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postconstructapplicationevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.postconstructapplicationevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postconstructviewmapevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.postconstructviewmapevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postrestorestateevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.postrestorestateevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postvalidateevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.postvalidateevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.predestroyapplicationevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.predestroyapplicationevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.predestroyviewmapevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.predestroyviewmapevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.preremovefromviewevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.preremovefromviewevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.prerendercomponentevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.prerendercomponentevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.prevalidateevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.prevalidateevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.valuechangeevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.valuechangeevent
-build.com.sun.ts.tests.jsf.api.javax_faces.facesexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.facesexception
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfig = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfig
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfiglast = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfiglast
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.decorated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.decorated
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.factoryfinder = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.factoryfinder
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainf
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainflast = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainflast
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.service = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.service
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.webinf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.webinf
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinderrelease = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinderrelease
-build.com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecycle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecycle
-build.com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecyclefactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecyclefactory
-build.com.sun.ts.tests.jsf.api.javax_faces.model.arraydatamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.arraydatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.datamodelevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.datamodelevent
-build.com.sun.ts.tests.jsf.api.javax_faces.model.listdatamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.listdatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.resultdatamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.resultdatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.resultsetdatamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.resultsetdatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.scalardatamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.scalardatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.selectitem = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.selectitem
-build.com.sun.ts.tests.jsf.api.javax_faces.model.selectitemgroup = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.selectitemgroup
-build.com.sun.ts.tests.jsf.api.javax_faces.render.renderkit = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.render.renderkit
-build.com.sun.ts.tests.jsf.api.javax_faces.render.renderkitfactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.render.renderkitfactory
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.beanvalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.validator.beanvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.doublerangevalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.validator.doublerangevalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.lengthvalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.validator.lengthvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.longrangevalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.validator.longrangevalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.methodexpressionvalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.validator.methodexpressionvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.regexvalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.validator.regexvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.view.location = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.view.location
-build.com.sun.ts.tests.jsf.spec.ajax.keyword = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.ajax.keyword
-build.com.sun.ts.tests.jsf.spec.ajax.tagwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.ajax.tagwrapper
-build.com.sun.ts.tests.jsf.spec.appconfigresources.absolute_ordering = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.appconfigresources.absolute_ordering
-build.com.sun.ts.tests.jsf.spec.appconfigresources.relative_ordering = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.appconfigresources.relative_ordering
-build.com.sun.ts.tests.jsf.spec.appconfigresources.startupbehavior = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.appconfigresources.startupbehavior
-build.com.sun.ts.tests.jsf.spec.composite.actionsource = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.actionsource
-build.com.sun.ts.tests.jsf.spec.composite.attribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.attribute
-build.com.sun.ts.tests.jsf.spec.composite.editablevalueholder = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.editablevalueholder
-build.com.sun.ts.tests.jsf.spec.composite.facet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.facet
-build.com.sun.ts.tests.jsf.spec.composite.insertchildren = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.insertchildren
-build.com.sun.ts.tests.jsf.spec.composite.packaging.classpath = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.packaging.classpath
-build.com.sun.ts.tests.jsf.spec.composite.packaging.webapproot = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.packaging.webapproot
-build.com.sun.ts.tests.jsf.spec.composite.valueholder = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.valueholder
-build.com.sun.ts.tests.jsf.spec.coretags.selectitems = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.coretags.selectitems
-build.com.sun.ts.tests.jsf.spec.el.elresolvers = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.el.elresolvers
-build.com.sun.ts.tests.jsf.spec.el.managedbean.ee = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.el.managedbean.ee
-build.com.sun.ts.tests.jsf.spec.el.managedbean.standalone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.el.managedbean.standalone
-build.com.sun.ts.tests.jsf.spec.jstl.cwo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.cwo
-build.com.sun.ts.tests.jsf.spec.jstl.fncontains = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fncontains
-build.com.sun.ts.tests.jsf.spec.jstl.fncontainsignore = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fncontainsignore
-build.com.sun.ts.tests.jsf.spec.jstl.fnendswith = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnendswith
-build.com.sun.ts.tests.jsf.spec.jstl.fnescapexml = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnescapexml
-build.com.sun.ts.tests.jsf.spec.jstl.fnindexof = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnindexof
-build.com.sun.ts.tests.jsf.spec.jstl.fnjoin = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnjoin
-build.com.sun.ts.tests.jsf.spec.jstl.fnlength = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnlength
-build.com.sun.ts.tests.jsf.spec.jstl.fnreplace = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnreplace
-build.com.sun.ts.tests.jsf.spec.jstl.fnsplit = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnsplit
-build.com.sun.ts.tests.jsf.spec.jstl.fnstartswith = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnstartswith
-build.com.sun.ts.tests.jsf.spec.jstl.fnsubstring = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnsubstring
-build.com.sun.ts.tests.jsf.spec.jstl.fnsubstringafter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnsubstringafter
-build.com.sun.ts.tests.jsf.spec.jstl.fnsubstringbefore = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnsubstringbefore
-build.com.sun.ts.tests.jsf.spec.jstl.fntolowercase = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fntolowercase
-build.com.sun.ts.tests.jsf.spec.jstl.fntouppercase = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fntouppercase
-build.com.sun.ts.tests.jsf.spec.jstl.fntrim = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fntrim
-build.com.sun.ts.tests.jsf.spec.jstl.foreachtag = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.foreachtag
-build.com.sun.ts.tests.jsf.spec.jstl.iftag = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.iftag
-build.com.sun.ts.tests.jsf.spec.navigation = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.navigation
-build.com.sun.ts.tests.jsf.spec.render.body = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.body
-build.com.sun.ts.tests.jsf.spec.render.booleancheckbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.booleancheckbox
-build.com.sun.ts.tests.jsf.spec.render.commandbutton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.commandbutton
-build.com.sun.ts.tests.jsf.spec.render.commandlink = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.commandlink
-build.com.sun.ts.tests.jsf.spec.render.datatable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.datatable
-build.com.sun.ts.tests.jsf.spec.render.form = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.form
-build.com.sun.ts.tests.jsf.spec.render.graphic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.graphic
-build.com.sun.ts.tests.jsf.spec.render.grid = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.grid
-build.com.sun.ts.tests.jsf.spec.render.head = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.head
-build.com.sun.ts.tests.jsf.spec.render.hidden = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.hidden
-build.com.sun.ts.tests.jsf.spec.render.inputtext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.inputtext
-build.com.sun.ts.tests.jsf.spec.render.manycheckbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.manycheckbox
-build.com.sun.ts.tests.jsf.spec.render.manylistbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.manylistbox
-build.com.sun.ts.tests.jsf.spec.render.manymenu = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.manymenu
-build.com.sun.ts.tests.jsf.spec.render.message = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.message
-build.com.sun.ts.tests.jsf.spec.render.messages = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.messages
-build.com.sun.ts.tests.jsf.spec.render.onelistbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.onelistbox
-build.com.sun.ts.tests.jsf.spec.render.onemenu = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.onemenu
-build.com.sun.ts.tests.jsf.spec.render.oneradio = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.oneradio
-build.com.sun.ts.tests.jsf.spec.render.outputformat = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.outputformat
-build.com.sun.ts.tests.jsf.spec.render.outputlabel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.outputlabel
-build.com.sun.ts.tests.jsf.spec.render.outputlink = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.outputlink
-build.com.sun.ts.tests.jsf.spec.render.outputscript = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.outputscript
-build.com.sun.ts.tests.jsf.spec.render.outputstyle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.outputstyle
-build.com.sun.ts.tests.jsf.spec.render.outputtext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.outputtext
-build.com.sun.ts.tests.jsf.spec.render.secret = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.secret
-build.com.sun.ts.tests.jsf.spec.render.textarea = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.textarea
-build.com.sun.ts.tests.jsf.spec.resource.packaging.classpath = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.resource.packaging.classpath
-build.com.sun.ts.tests.jsf.spec.resource.packaging.webapproot = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.resource.packaging.webapproot
-build.com.sun.ts.tests.jsf.spec.resource.relocatable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.resource.relocatable
-build.com.sun.ts.tests.jsf.spec.templating.insert = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.templating.insert
-build.com.sun.ts.tests.jsf.spec.templating.remove = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.templating.remove
-build.com.sun.ts.tests.jsf.spec.templating.repeat = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.templating.repeat
-build.com.sun.ts.tests.jsf.spec.view.viewhandler = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.view.viewhandler
-build.com.sun.ts.tests.jsf.spec.webapp.tldsig = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.webapp.tldsig
-build.com.sun.ts.tests.jsp.api.javax_el.arrayelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.arrayelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.beanelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.beanelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.compelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.compelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.createmethexpr = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.createmethexpr
-build.com.sun.ts.tests.jsp.api.javax_el.createvalexpr = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.createvalexpr
-build.com.sun.ts.tests.jsp.api.javax_el.elresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.elresolver
-build.com.sun.ts.tests.jsp.api.javax_el.listelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.listelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.mapelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.mapelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.methodinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.methodinfo
-build.com.sun.ts.tests.jsp.api.javax_el.resourcebundleelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.resourcebundleelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.valexpression = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.valexpression
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.elexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.elexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.elparseexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.elparseexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.expression = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.expression
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.expressionevaluator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.expressionevaluator
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.implicitobjelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.implicitobjelresolver
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.scopedattrelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.scopedattrelresolver
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.variableresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.variableresolver
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.errordata = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.errordata
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspapplicationcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspapplicationcontext
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspengineinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspengineinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspfactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspfactory
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jsptagexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.jsptagexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspwriter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspwriter
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.pagecontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.pagecontext
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.skippageexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.skippageexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.bodycontent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.bodycontent
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.bodytagsupport = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.bodytagsupport
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.dynamicattributes = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.dynamicattributes
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.functioninfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.functioninfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.jspidconsumer = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.jspidconsumer
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.pagedata = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.pagedata
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.simpletagsupport = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.simpletagsupport
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagadapter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagadapter
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagattributeinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagattributeinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagdata = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagdata
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagextrainfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagextrainfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagfileinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagfileinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taginfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taginfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taglibraryinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taglibraryinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taglibraryvalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taglibraryvalidator
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagsupport = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagsupport
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagvariableinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagvariableinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.trycatchfinally = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.trycatchfinally
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.variableinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.variableinfo
-build.com.sun.ts.tests.jsp.spec.configuration.charsequence = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.configuration.charsequence
-build.com.sun.ts.tests.jsp.spec.configuration.elevaluation = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.configuration.elevaluation
-build.com.sun.ts.tests.jsp.spec.configuration.encoding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.configuration.encoding
-build.com.sun.ts.tests.jsp.spec.configuration.general = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.configuration.general
-build.com.sun.ts.tests.jsp.spec.configuration.includes = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.configuration.includes
-build.com.sun.ts.tests.jsp.spec.configuration.scripting = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.configuration.scripting
-build.com.sun.ts.tests.jsp.spec.configuration.xml = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.configuration.xml
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.attribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.attribute
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.body = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.body
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.declaration = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.declaration
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.dobody = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.dobody
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.element = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.element
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.expression = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.expression
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.forward = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.forward
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.getproperty = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.getproperty
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.include = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.include
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.invoke = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.invoke
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.output = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.output
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.param = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.param
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.plugin = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.plugin
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.root = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.root
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.scriptlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.scriptlet
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.setproperty = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.setproperty
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.text = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.text
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.usebean = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.usebean
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.usebean2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.usebean2
-build.com.sun.ts.tests.jsp.spec.core_syntax.directives.include = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.directives.include
-build.com.sun.ts.tests.jsp.spec.core_syntax.directives.page = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.directives.page
-build.com.sun.ts.tests.jsp.spec.core_syntax.directives.taglib = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.directives.taglib
-build.com.sun.ts.tests.jsp.spec.core_syntax.implicitobjects = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.implicitobjects
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.declaration = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.scripting.declaration
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.el = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.scripting.el
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.escaping = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.scripting.escaping
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.expressions = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.scripting.expressions
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.scriptlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.scripting.scriptlet
-build.com.sun.ts.tests.jsp.spec.el.jsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.el.jsp
-build.com.sun.ts.tests.jsp.spec.el.language = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.el.language
-build.com.sun.ts.tests.jsp.spec.i18n = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.i18n
-build.com.sun.ts.tests.jsp.spec.jspdocument.elements = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.jspdocument.elements
-build.com.sun.ts.tests.jsp.spec.jspdocument.general = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.jspdocument.general
-build.com.sun.ts.tests.jsp.spec.misc.precompilation = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.misc.precompilation
-build.com.sun.ts.tests.jsp.spec.security.secbasic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.security.secbasic
-build.com.sun.ts.tests.jsp.spec.security.secform = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.security.secform
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.attribute20 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.directives.attribute20
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.attribute21 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.directives.attribute21
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.general = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.directives.general
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.tag20 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.directives.tag20
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.tag21 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.directives.tag21
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.variable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.directives.variable
-build.com.sun.ts.tests.jsp.spec.tagfiles.implicitobjects = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.implicitobjects
-build.com.sun.ts.tests.jsp.spec.tagfiles.packaging = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.packaging
-build.com.sun.ts.tests.jsp.spec.tagfiles.semantics = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.semantics
-build.com.sun.ts.tests.jsp.spec.tldres = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tldres
-build.com.sun.ts.tests.jstl.compat.onedotzero = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.compat.onedotzero
-build.com.sun.ts.tests.jstl.spec.core.conditional.cwo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.conditional.cwo
-build.com.sun.ts.tests.jstl.spec.core.conditional.iftag = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.conditional.iftag
-build.com.sun.ts.tests.jstl.spec.core.general.catchtag = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.general.catchtag
-build.com.sun.ts.tests.jstl.spec.core.general.outtag = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.general.outtag
-build.com.sun.ts.tests.jstl.spec.core.general.remove = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.general.remove
-build.com.sun.ts.tests.jstl.spec.core.general.set = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.general.set
-build.com.sun.ts.tests.jstl.spec.core.iteration.foreach = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.iteration.foreach
-build.com.sun.ts.tests.jstl.spec.core.iteration.fortokens = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.iteration.fortokens
-build.com.sun.ts.tests.jstl.spec.core.iteration.loopstatus = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.iteration.loopstatus
-build.com.sun.ts.tests.jstl.spec.core.urlresource.importtag = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.urlresource.importtag
-build.com.sun.ts.tests.jstl.spec.core.urlresource.param = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.urlresource.param
-build.com.sun.ts.tests.jstl.spec.core.urlresource.redirect = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.urlresource.redirect
-build.com.sun.ts.tests.jstl.spec.core.urlresource.url = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.urlresource.url
-build.com.sun.ts.tests.jstl.spec.etu.config = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.etu.config
-build.com.sun.ts.tests.jstl.spec.etu.functions = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.etu.functions
-build.com.sun.ts.tests.jstl.spec.etu.tlv.permitted = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.etu.tlv.permitted
-build.com.sun.ts.tests.jstl.spec.etu.tlv.scrfree = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.etu.tlv.scrfree
-build.com.sun.ts.tests.jstl.spec.etu.uri = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.etu.uri
-build.com.sun.ts.tests.jstl.spec.fmt.format.fmtdate = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.format.fmtdate
-build.com.sun.ts.tests.jstl.spec.fmt.format.fmtnum = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.format.fmtnum
-build.com.sun.ts.tests.jstl.spec.fmt.format.localecontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.format.localecontext
-build.com.sun.ts.tests.jstl.spec.fmt.format.parsedate = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.format.parsedate
-build.com.sun.ts.tests.jstl.spec.fmt.format.parsenum = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.format.parsenum
-build.com.sun.ts.tests.jstl.spec.fmt.format.settimezone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.format.settimezone
-build.com.sun.ts.tests.jstl.spec.fmt.format.timezone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.format.timezone
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.bundle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.bundle
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.message = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.message
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.param = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.param
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.requestencoding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.requestencoding
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.resourcelookup = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.resourcelookup
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.responseencoding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.responseencoding
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.setbundle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.setbundle
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.setlocale = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.setlocale
-build.com.sun.ts.tests.jstl.spec.sql.param = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.sql.param
-build.com.sun.ts.tests.jstl.spec.sql.query = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.sql.query
-build.com.sun.ts.tests.jstl.spec.sql.result = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.sql.result
-build.com.sun.ts.tests.jstl.spec.sql.setdatasource = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.sql.setdatasource
-build.com.sun.ts.tests.jstl.spec.sql.transaction = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.sql.transaction
-build.com.sun.ts.tests.jstl.spec.sql.update = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.sql.update
-build.com.sun.ts.tests.jstl.spec.xml.xconditional.xcwo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xconditional.xcwo
-build.com.sun.ts.tests.jstl.spec.xml.xconditional.xforeach = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xconditional.xforeach
-build.com.sun.ts.tests.jstl.spec.xml.xconditional.xif = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xconditional.xif
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.bindings = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xmlcore.bindings
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.parse = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xmlcore.parse
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.types = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xmlcore.types
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.xout = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xmlcore.xout
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.xset = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xmlcore.xset
-build.com.sun.ts.tests.jstl.spec.xml.xtransform.param = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xtransform.param
-build.com.sun.ts.tests.jstl.spec.xml.xtransform.transform = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xtransform.transform
-build.com.sun.ts.tests.jta.ee.usertransaction.begin = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jta.ee.usertransaction.begin
-build.com.sun.ts.tests.jta.ee.usertransaction.commit = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jta.ee.usertransaction.commit
-build.com.sun.ts.tests.jta.ee.usertransaction.getstatus = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jta.ee.usertransaction.getstatus
-build.com.sun.ts.tests.jta.ee.usertransaction.rollback = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jta.ee.usertransaction.rollback
-build.com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly
-build.com.sun.ts.tests.jta.ee.usertransaction.settransactiontimeout = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jta.ee.usertransaction.settransactiontimeout
-build.com.sun.ts.tests.samples.javamail.ee.transport = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.samples.javamail.ee.transport
-build.com.sun.ts.tests.samples.jdbc.ee.testConn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.samples.jdbc.ee.testConn
-build.com.sun.ts.tests.servlet.api.javax_servlet.asynccontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.asynccontext
-build.com.sun.ts.tests.servlet.api.javax_servlet.asyncevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.asyncevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.dispatchertype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.dispatchertype
-build.com.sun.ts.tests.servlet.api.javax_servlet.dofilter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.dofilter
-build.com.sun.ts.tests.servlet.api.javax_servlet.filter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.filter
-build.com.sun.ts.tests.servlet.api.javax_servlet.filterchain = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.filterchain
-build.com.sun.ts.tests.servlet.api.javax_servlet.filterconfig = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.filterconfig
-build.com.sun.ts.tests.servlet.api.javax_servlet.filterrequestdispatcher = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.filterrequestdispatcher
-build.com.sun.ts.tests.servlet.api.javax_servlet.genericservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.genericservlet
-build.com.sun.ts.tests.servlet.api.javax_servlet.registration = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.registration
-build.com.sun.ts.tests.servlet.api.javax_servlet.requestdispatcher = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.requestdispatcher
-build.com.sun.ts.tests.servlet.api.javax_servlet.scattributeevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.scattributeevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.scattributelistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.scattributelistener
-build.com.sun.ts.tests.servlet.api.javax_servlet.scevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.scevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.sclistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.sclistener
-build.com.sun.ts.tests.servlet.api.javax_servlet.servlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servlet
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletconfig = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletconfig
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletcontext
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletcontext30 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletcontext30
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletexception
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletinputstream = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletinputstream
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletoutputstream = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletoutputstream
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequest = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletrequest
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequest1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletrequest1
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequest30 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletrequest30
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequestwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletrequestwrapper
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequestwrapper30 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletrequestwrapper30
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletresponse = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletresponse
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletresponsewrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletresponsewrapper
-build.com.sun.ts.tests.servlet.api.javax_servlet.singlethreadmodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.singlethreadmodel
-build.com.sun.ts.tests.servlet.api.javax_servlet.srattributeevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.srattributeevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.srattributelistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.srattributelistener
-build.com.sun.ts.tests.servlet.api.javax_servlet.srevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.srevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.srlistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.srlistener
-build.com.sun.ts.tests.servlet.api.javax_servlet.unavailableexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.unavailableexception
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.cookie = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.cookie
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservlet
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest1
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest30 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest30
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequestwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequestwrapper
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponse = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponse
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponse30 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponse30
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponsewrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponsewrapper
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponsewrapper30 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponsewrapper30
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsession = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpsession
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionattributelistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionattributelistener
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionbindingevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionbindingevent
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionbindinglistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionbindinglistener
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionevent
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionlistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionlistener
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionx = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionx
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.sessioncookieconfig = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.sessioncookieconfig
-build.com.sun.ts.tests.servlet.compat.LeadingSlash.WithLeadingSlash = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.compat.LeadingSlash.WithLeadingSlash
-build.com.sun.ts.tests.servlet.compat.LeadingSlash.WithoutLeadingSlash = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.compat.LeadingSlash.WithoutLeadingSlash
-build.com.sun.ts.tests.servlet.spec.annotationservlet.webfilter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.annotationservlet.webfilter
-build.com.sun.ts.tests.servlet.spec.annotationservlet.weblistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.annotationservlet.weblistener
-build.com.sun.ts.tests.servlet.spec.annotationservlet.webservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.annotationservlet.webservlet
-build.com.sun.ts.tests.servlet.spec.aordering = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.aordering
-build.com.sun.ts.tests.servlet.spec.async = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.async
-build.com.sun.ts.tests.servlet.spec.crosscontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.crosscontext
-build.com.sun.ts.tests.servlet.spec.defaultmapping = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.defaultmapping
-build.com.sun.ts.tests.servlet.spec.dir_struct = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.dir_struct
-build.com.sun.ts.tests.servlet.spec.errorpage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.errorpage
-build.com.sun.ts.tests.servlet.spec.errorpage1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.errorpage1
-build.com.sun.ts.tests.servlet.spec.fragment = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.fragment
-build.com.sun.ts.tests.servlet.spec.httpservletresponse = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.httpservletresponse
-build.com.sun.ts.tests.servlet.spec.i18n.encoding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.i18n.encoding
-build.com.sun.ts.tests.servlet.spec.listenerorder = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.listenerorder
-build.com.sun.ts.tests.servlet.spec.multifiltermapping = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.multifiltermapping
-build.com.sun.ts.tests.servlet.spec.protocols.http = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.protocols.http
-build.com.sun.ts.tests.servlet.spec.rdspecialchar = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.rdspecialchar
-build.com.sun.ts.tests.servlet.spec.requestdispatcher = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.requestdispatcher
-build.com.sun.ts.tests.servlet.spec.requestmap = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.requestmap
-build.com.sun.ts.tests.servlet.spec.security.annotations = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.security.annotations
-build.com.sun.ts.tests.servlet.spec.security.clientcert = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.security.clientcert
-build.com.sun.ts.tests.servlet.spec.security.clientcertanno = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.security.clientcertanno
-build.com.sun.ts.tests.servlet.spec.security.secbasic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.security.secbasic
-build.com.sun.ts.tests.servlet.spec.security.secform = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.security.secform
-build.com.sun.ts.tests.servlet.spec.servletmapping = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.servletmapping
-build.com.sun.ts.tests.servlet.spec.servletresponse = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.servletresponse
-build.com.sun.ts.tests.servlet.spec.srlistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.srlistener
-build.com.sun.ts.tests.servlet.spec.webapps.accesswebinf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.webapps.accesswebinf
-build.com.sun.ts.tests.servlet.spec.welcomefiles = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.welcomefiles
-#build.com.sun.ts.tests.jaxrs.GroupOne = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus -j -sql skip com.sun.ts.tests.jaxrs.api.rs_core.uriBuilderTest
-#build.com.sun.ts.tests.jaxrs.GroupTwo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus -j -sql skip com.sun.ts.tests.jaxrs.api.rs_core.cacheControlTest com.sun.ts.tests.jaxrs.api.rs_core.cookieTest com.sun.ts.tests.jaxrs.api.rs_core.entityTagTest com.sun.ts.tests.jaxrs.api.rs_core.genericEntityTest com.sun.ts.tests.jaxrs.api.rs_core.mediaTypeTest com.sun.ts.tests.jaxrs.api.rs_core.newCookieTest com.sun.ts.tests.jaxrs.api.rs_core.responseCTest com.sun.ts.tests.jaxrs.api. [...]
diff --git a/profiles/web/webprofile-plus.properties b/profiles/web/webprofile-plus.properties
deleted file mode 100644
index 0b7b5a4..0000000
--- a/profiles/web/webprofile-plus.properties
+++ /dev/null
@@ -1,841 +0,0 @@
-project.name= webprofile-plus-7.x
-project.version= 7.0.4-SNAPSHOT
-project.id= 3
-project.scmUrl= scm:svn:https://svn.apache.org/repos/tck/tomee-tck/trunk
-project.buildFile= runtests
-include.f.javatest.log= target/logs/javatest.log
-include.d.logs=.*target/(apache|openejb).*/logs/.*
-#include.d.results= .*.jtr
-header.webcontainer= tomee
-order = ejb30.persistence.criteriaapi, ejb30.lite.singleton.concurrency, ejb30.lite.stateful.timeout, random
-
-build.com.sun.ts.tests.ejb30.lite.appexception.singleton.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.appexception.singleton.annotated
-build.com.sun.ts.tests.ejb30.lite.appexception.singleton.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.appexception.singleton.inheritance
-build.com.sun.ts.tests.ejb30.lite.appexception.stateful.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.appexception.stateful.annotated
-build.com.sun.ts.tests.ejb30.lite.appexception.stateful.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.appexception.stateful.inheritance
-build.com.sun.ts.tests.ejb30.lite.appexception.stateless.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.appexception.stateless.annotated
-build.com.sun.ts.tests.ejb30.lite.appexception.stateless.override = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.appexception.stateless.override
-build.com.sun.ts.tests.ejb30.lite.basic.mock = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.basic.mock
-build.com.sun.ts.tests.ejb30.lite.basic.singleton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.basic.singleton
-build.com.sun.ts.tests.ejb30.lite.basic.stateful = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.basic.stateful
-build.com.sun.ts.tests.ejb30.lite.basic.stateless = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.basic.stateless
-build.com.sun.ts.tests.ejb30.lite.ejbcontext.stateless = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.ejbcontext.stateless
-build.com.sun.ts.tests.ejb30.lite.enventry.singleton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.enventry.singleton
-build.com.sun.ts.tests.ejb30.lite.enventry.stateful = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.enventry.stateful
-build.com.sun.ts.tests.ejb30.lite.enventry.stateless = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.enventry.stateless
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.annotated
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.descriptor
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.invocationcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.interceptor.singleton.invocationcontext
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.annotated
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.descriptor
-build.com.sun.ts.tests.ejb30.lite.lookup.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.lookup.annotated
-build.com.sun.ts.tests.ejb30.lite.lookup.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.lookup.descriptor
-build.com.sun.ts.tests.ejb30.lite.nointerface.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.nointerface.annotated
-build.com.sun.ts.tests.ejb30.lite.nointerface.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.nointerface.descriptor
-build.com.sun.ts.tests.ejb30.lite.packaging.embed.provider = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.packaging.embed.provider
-build.com.sun.ts.tests.ejb30.lite.packaging.war.datasource.singleton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.packaging.war.datasource.singleton
-build.com.sun.ts.tests.ejb30.lite.packaging.war.datasource.stateful = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.packaging.war.datasource.stateful
-build.com.sun.ts.tests.ejb30.lite.packaging.war.enventry = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.packaging.war.enventry
-build.com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.business = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.business
-build.com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.invocationcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.invocationcontext
-build.com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.lifecycle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.lifecycle
-build.com.sun.ts.tests.ejb30.lite.packaging.war.servletcontextlistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.packaging.war.servletcontextlistener
-build.com.sun.ts.tests.ejb30.lite.packaging.war.webinflib = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.packaging.war.webinflib
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.bean = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.bean
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.accesstimeout = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.accesstimeout
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.inheritance
-build.com.sun.ts.tests.ejb30.lite.singleton.dependson.graph = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.dependson.graph
-build.com.sun.ts.tests.ejb30.lite.singleton.dependson.triangle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.dependson.triangle
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.bean = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.bean
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.annotated
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.descriptor
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.annotated
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.descriptor
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.dayUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#dayUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.dayUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#dayUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitNoInterface_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitNoInterface_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.hourUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#hourUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.hourUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#hourUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.microsecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#microsecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.microsecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#microsecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.millisecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#millisecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.millisecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#millisecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.minus1Timeout_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#minus1Timeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.minus1Timeout_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#minus1Timeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.nanosecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#nanosecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.nanosecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#nanosecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitNoInterface_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitNoInterface_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.zeroTimeout_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#zeroTimeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.zeroTimeout_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#zeroTimeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.dayUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#dayUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.dayUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#dayUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitNoInterface_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitNoInterface_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.hourUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#hourUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.hourUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#hourUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.microsecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#microsecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.microsecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#microsecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.millisecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#millisecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.millisecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#millisecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.minus1Timeout_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#minus1Timeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.minus1Timeout_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#minus1Timeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.nanosecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#nanosecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.nanosecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#nanosecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitNoInterface_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitNoInterface_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.zeroTimeout_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#zeroTimeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.zeroTimeout_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#zeroTimeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.tx.bm.singleton.rw = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.bm.singleton.rw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.singleton.annotated
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.singleton.inheritance
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.mandatory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#mandatory
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.postConstructTransaction = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#postConstructTransaction
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.required = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#required
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.requiredNoExistingTransaction = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#requiredNoExistingTransaction
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.requiresNew = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#requiresNew
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.supports = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#supports
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.webrw = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.singleton.webrw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateful.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.stateful.annotated
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateful.rw = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.stateful.rw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateful.sessionsync = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.stateful.sessionsync
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.stateless.annotated
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.stateless.inheritance
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.rw = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.stateless.rw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.webrw = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.tx.cm.stateless.webrw
-build.com.sun.ts.tests.ejb30.lite.view.equals = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.view.equals
-build.com.sun.ts.tests.ejb30.lite.view.singleton.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.view.singleton.annotated
-build.com.sun.ts.tests.ejb30.lite.view.stateful.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.view.stateful.annotated
-build.com.sun.ts.tests.ejb30.lite.view.stateless.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.lite.view.stateless.annotated
-build.com.sun.ts.tests.ejb30.persistence.annotations.access.field = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.access.field
-build.com.sun.ts.tests.ejb30.persistence.annotations.access.mappedsc = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.access.mappedsc
-build.com.sun.ts.tests.ejb30.persistence.annotations.access.property = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.access.property
-build.com.sun.ts.tests.ejb30.persistence.annotations.assocoverride = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.assocoverride
-build.com.sun.ts.tests.ejb30.persistence.annotations.basic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.basic
-build.com.sun.ts.tests.ejb30.persistence.annotations.collectiontable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.collectiontable
-build.com.sun.ts.tests.ejb30.persistence.annotations.elementcollection = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.elementcollection
-build.com.sun.ts.tests.ejb30.persistence.annotations.embeddable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.embeddable
-build.com.sun.ts.tests.ejb30.persistence.annotations.entity = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.entity
-build.com.sun.ts.tests.ejb30.persistence.annotations.lob = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.lob
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkey = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.mapkey
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkeyclass = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.mapkeyclass
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkeycolumn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.mapkeycolumn
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkeyjoincolumn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.mapkeyjoincolumn
-build.com.sun.ts.tests.ejb30.persistence.annotations.mappedbyid = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.mappedbyid
-build.com.sun.ts.tests.ejb30.persistence.annotations.nativequery = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.nativequery
-build.com.sun.ts.tests.ejb30.persistence.annotations.onexmanyuni = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.onexmanyuni
-build.com.sun.ts.tests.ejb30.persistence.annotations.orderby = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.orderby
-build.com.sun.ts.tests.ejb30.persistence.annotations.ordercolumn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.annotations.ordercolumn
-build.com.sun.ts.tests.ejb30.persistence.basic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.basic
-build.com.sun.ts.tests.ejb30.persistence.cache = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.cache
-build.com.sun.ts.tests.ejb30.persistence.callback.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.callback.inheritance
-build.com.sun.ts.tests.ejb30.persistence.callback.listener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.callback.listener
-build.com.sun.ts.tests.ejb30.persistence.callback.listeneroverride = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.callback.listeneroverride
-build.com.sun.ts.tests.ejb30.persistence.callback.method = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.callback.method
-build.com.sun.ts.tests.ejb30.persistence.callback.methodoverride = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.callback.methodoverride
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.abstractquery = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.criteriaapi.abstractquery
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.criteriaquery = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.criteriaapi.criteriaquery
-#hangs
-#build.com.sun.ts.tests.ejb30.persistence.criteriaapi.metamodelquery = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.criteriaapi.metamodelquery
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.querybuilder = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.criteriaapi.querybuilder
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.strquery = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.criteriaapi.strquery
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex1a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid.ex1a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex1b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid.ex1b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex2a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid.ex2a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex2b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid.ex2b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex3a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid.ex3a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex3b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid.ex3b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex4a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid.ex4a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex4b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid.ex4b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex5a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid.ex5a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex5b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid.ex5b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex6a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid.ex6a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex6b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.derivedid.ex6b
-build.com.sun.ts.tests.ejb30.persistence.entityManagerClose = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entityManagerClose
-build.com.sun.ts.tests.ejb30.persistence.entitytest.apitests = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.apitests
-build.com.sun.ts.tests.ejb30.persistence.entitytest.bigdecimal = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.bigdecimal
-build.com.sun.ts.tests.ejb30.persistence.entitytest.biginteger = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.biginteger
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.basic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.detach.basic
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.basic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.persist.basic
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmanyFetchEager = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmanyFetchEager
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.remove.basic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.remove.basic
-build.com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXone
-build.com.sun.ts.tests.ejb30.persistence.exceptions = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.exceptions
-build.com.sun.ts.tests.ejb30.persistence.inheritance.abstractentity = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.inheritance.abstractentity
-build.com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.annotation = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.annotation
-build.com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.descriptors = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.descriptors
-build.com.sun.ts.tests.ejb30.persistence.inheritance.nonentity = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.inheritance.nonentity
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.attribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.attribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.basictype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.basictype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.bindable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.bindable
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.collectionattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.collectionattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.embeddabletype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.embeddabletype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.entitytype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.entitytype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.identifiabletype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.identifiabletype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.listattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.listattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.managedtype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.managedtype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.mapattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.mapattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.mappedsuperclasstype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.mappedsuperclasstype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.metamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.metamodel
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.pluralattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.pluralattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.setattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.setattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.singularattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.singularattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.type = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.metamodelapi.type
-build.com.sun.ts.tests.ejb30.persistence.nestedembedding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.nestedembedding
-build.com.sun.ts.tests.ejb30.persistence.override.attributeoverride = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.override.attributeoverride
-build.com.sun.ts.tests.ejb30.persistence.override.callbacklistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.override.callbacklistener
-build.com.sun.ts.tests.ejb30.persistence.override.embeddable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.override.embeddable
-build.com.sun.ts.tests.ejb30.persistence.override.entity = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.override.entity
-build.com.sun.ts.tests.ejb30.persistence.override.entitylistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.override.entitylistener
-build.com.sun.ts.tests.ejb30.persistence.override.joincolumn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.override.joincolumn
-build.com.sun.ts.tests.ejb30.persistence.override.manytomany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.override.manytomany
-build.com.sun.ts.tests.ejb30.persistence.override.mapkey = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.override.mapkey
-build.com.sun.ts.tests.ejb30.persistence.override.nocallbacklistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.override.nocallbacklistener
-build.com.sun.ts.tests.ejb30.persistence.override.table = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.override.table
-build.com.sun.ts.tests.ejb30.persistence.query.apitests = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.query.apitests
-build.com.sun.ts.tests.ejb30.persistence.query.flushmode = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.query.flushmode
-build.com.sun.ts.tests.ejb30.persistence.query.language = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.query.language
-build.com.sun.ts.tests.ejb30.persistence.relationship.annotations = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.relationship.annotations
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxone
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidironexmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.relationship.bidironexmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidironexone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.relationship.bidironexone
-build.com.sun.ts.tests.ejb30.persistence.relationship.defaults = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.relationship.defaults
-build.com.sun.ts.tests.ejb30.persistence.relationship.descriptors = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.relationship.descriptors
-build.com.sun.ts.tests.ejb30.persistence.relationship.unimanyxmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.relationship.unimanyxmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.unimanyxone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.relationship.unimanyxone
-build.com.sun.ts.tests.ejb30.persistence.relationship.unionexmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.relationship.unionexmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.unionexone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.relationship.unionexone
-build.com.sun.ts.tests.ejb30.persistence.types.auto = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.types.auto
-build.com.sun.ts.tests.ejb30.persistence.types.field = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.types.field
-build.com.sun.ts.tests.ejb30.persistence.types.generator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.types.generator
-build.com.sun.ts.tests.ejb30.persistence.types.primarykey.compound = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.types.primarykey.compound
-build.com.sun.ts.tests.ejb30.persistence.types.property = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.types.property
-build.com.sun.ts.tests.ejb30.persistence.versioning = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.ejb30.persistence.versioning
-build.com.sun.ts.tests.el.api.javax_el.arrayelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.arrayelresolver
-build.com.sun.ts.tests.el.api.javax_el.beanelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.beanelresolver
-build.com.sun.ts.tests.el.api.javax_el.compositeelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.compositeelresolver
-build.com.sun.ts.tests.el.api.javax_el.elresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.elresolver
-build.com.sun.ts.tests.el.api.javax_el.expression = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.expression
-build.com.sun.ts.tests.el.api.javax_el.expressionfactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.expressionfactory
-build.com.sun.ts.tests.el.api.javax_el.functionmapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.functionmapper
-build.com.sun.ts.tests.el.api.javax_el.listelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.listelresolver
-build.com.sun.ts.tests.el.api.javax_el.mapelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.mapelresolver
-build.com.sun.ts.tests.el.api.javax_el.methodexpression = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.methodexpression
-build.com.sun.ts.tests.el.api.javax_el.methodinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.methodinfo
-build.com.sun.ts.tests.el.api.javax_el.resourcebundleelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.resourcebundleelresolver
-build.com.sun.ts.tests.el.api.javax_el.valueexpression = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.valueexpression
-build.com.sun.ts.tests.el.api.javax_el.variablemapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.api.javax_el.variablemapper
-build.com.sun.ts.tests.el.spec.binaryoperator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.spec.binaryoperator
-build.com.sun.ts.tests.el.spec.coercion = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.spec.coercion
-build.com.sun.ts.tests.el.spec.conditionaloperator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.spec.conditionaloperator
-build.com.sun.ts.tests.el.spec.emptyoperator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.spec.emptyoperator
-build.com.sun.ts.tests.el.spec.language = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.spec.language
-build.com.sun.ts.tests.el.spec.literal = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.spec.literal
-build.com.sun.ts.tests.el.spec.mapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.spec.mapper
-build.com.sun.ts.tests.el.spec.operatorprecedence = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.spec.operatorprecedence
-build.com.sun.ts.tests.el.spec.relationaloperator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.spec.relationaloperator
-build.com.sun.ts.tests.el.spec.unaryoperator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.el.spec.unaryoperator
-build.com.sun.ts.tests.javamail.ee.internetaddress = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.javamail.ee.internetaddress
-build.com.sun.ts.tests.javamail.ee.mimemessage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.javamail.ee.mimemessage
-build.com.sun.ts.tests.javamail.ee.multipart = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.javamail.ee.multipart
-build.com.sun.ts.tests.javamail.ee.transport = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.javamail.ee.transport
-build.com.sun.ts.tests.jdbc.ee.batchUpdate = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.batchUpdate
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt1
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt10 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt10
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt11 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt11
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt12 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt12
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt13 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt13
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt14 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt14
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt15 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt15
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt16 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt16
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt17 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt17
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt18 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt18
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt19 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt19
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt2
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt20 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt20
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt21 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt21
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt22 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt22
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt3
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt4 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt4
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt5 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt5
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt6 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt6
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt7 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt7
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt8 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt8
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt9 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.callStmt.callStmt9
-build.com.sun.ts.tests.jdbc.ee.connection.connection1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.connection.connection1
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dateTime.dateTime1
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dateTime.dateTime2
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dateTime.dateTime3
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta1
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta10 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta10
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta11 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta11
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta12 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta12
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta2
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta3
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta4 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta4
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta5 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta5
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta6 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta6
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta7 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta7
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta8 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta8
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta9 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta9
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar1
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar2
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar3
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar4 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar4
-build.com.sun.ts.tests.jdbc.ee.exception.batUpdExcept = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.exception.batUpdExcept
-build.com.sun.ts.tests.jdbc.ee.exception.sqlException = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.exception.sqlException
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt1
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt10 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt10
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt11 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt11
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt12 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt12
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt13 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt13
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt14 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt14
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt15 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt15
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt16 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt16
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt2
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt3
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt4 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt4
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt5 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt5
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt6 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt6
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt7 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt7
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt8 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt8
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt9 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt9
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.resultSet.resultSet1
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet10 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.resultSet.resultSet10
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet11 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.resultSet.resultSet11
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet14 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.resultSet.resultSet14
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet17 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.resultSet.resultSet17
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet18 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.resultSet.resultSet18
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet41 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.resultSet.resultSet41
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet45 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.resultSet.resultSet45
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet47 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.resultSet.resultSet47
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet49 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.resultSet.resultSet49
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet7 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.resultSet.resultSet7
-build.com.sun.ts.tests.jdbc.ee.rsMeta = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.rsMeta
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.stmt.stmt1
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.stmt.stmt2
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jdbc.ee.stmt.stmt3
-build.com.sun.ts.tests.jsf.api.javax_faces.application.application = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.application
-build.com.sun.ts.tests.jsf.api.javax_faces.application.applicationfactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.applicationfactory
-build.com.sun.ts.tests.jsf.api.javax_faces.application.applicationISE = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.applicationISE
-build.com.sun.ts.tests.jsf.api.javax_faces.application.applicationwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.applicationwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.facesmessage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.facesmessage
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resource = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.resource
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandler = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandler
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerEx = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerEx
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcewrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.resourcewrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.statemanager = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.statemanager
-build.com.sun.ts.tests.jsf.api.javax_faces.application.statemanagerwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.statemanagerwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.viewhandler = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.viewhandler
-build.com.sun.ts.tests.jsf.api.javax_faces.application.viewhandlerwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.application.viewhandlerwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.component.annotation = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.annotation
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandbutton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandbutton
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandlink = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandlink
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmldatatable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmldatatable
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlform = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlform
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlgraphicimage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlgraphicimage
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputhidden = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputhidden
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputsecret = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputsecret
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtext
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtextarea = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtextarea
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessage
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessages = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessages
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetbutton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetbutton
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetlink = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetlink
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputformat = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputformat
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlabel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlabel
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlink = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlink
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputtext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputtext
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgrid = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgrid
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgroup = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgroup
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectbooleancheckbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectbooleancheckbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanycheckbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanycheckbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanylistbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanylistbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanymenu = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanymenu
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonelistbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonelistbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonemenu = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonemenu
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectoneradio = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectoneradio
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uicolumn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uicolumn
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uicommand = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uicommand
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uidata = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uidata
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiform = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiform
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uigraphic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uigraphic
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiinput = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiinput
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uimessage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uimessage
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uimessages = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uimessages
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uinamingcontainer = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uinamingcontainer
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uioutcometarget = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uioutcometarget
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uioutput = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uioutput
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uipanel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uipanel
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiparameter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiparameter
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectboolean = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiselectboolean
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitem = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitem
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitems = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitems
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiselectmany
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiselectone
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiviewparameter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiviewparameter
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiviewroot = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.component.uiviewroot
-build.com.sun.ts.tests.jsf.api.javax_faces.context.externalcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.context.externalcontext
-build.com.sun.ts.tests.jsf.api.javax_faces.context.facescontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.context.facescontext
-build.com.sun.ts.tests.jsf.api.javax_faces.context.facescontextfactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.context.facescontextfactory
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.bigdecimalconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert.bigdecimalconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.bigintegerconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert.bigintegerconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.booleanconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert.booleanconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.byteconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert.byteconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.characterconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert.characterconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.datetimeconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert.datetimeconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.doubleconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert.doubleconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.enumconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert.enumconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.floatconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert.floatconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.integerconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert.integerconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.longconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert.longconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.numberconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert.numberconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.shortconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.convert.shortconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.el.evaluationexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.el.evaluationexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.methodbinding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.el.methodbinding
-build.com.sun.ts.tests.jsf.api.javax_faces.el.methodnotfoundexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.el.methodnotfoundexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.propertynotfoundexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.el.propertynotfoundexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.propertyresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.el.propertyresolver
-build.com.sun.ts.tests.jsf.api.javax_faces.el.referencesyntaxexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.el.referencesyntaxexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.valuebinding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.el.valuebinding
-build.com.sun.ts.tests.jsf.api.javax_faces.el.variableresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.el.variableresolver
-build.com.sun.ts.tests.jsf.api.javax_faces.event.abortprocessingexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.abortprocessingexception
-build.com.sun.ts.tests.jsf.api.javax_faces.event.actionevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.actionevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.ajaxbehaviorevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.ajaxbehaviorevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedeventcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedeventcontext
-build.com.sun.ts.tests.jsf.api.javax_faces.event.facesevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.facesevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postaddtoviewevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.postaddtoviewevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postconstructapplicationevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.postconstructapplicationevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postconstructviewmapevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.postconstructviewmapevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postrestorestateevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.postrestorestateevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postvalidateevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.postvalidateevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.predestroyapplicationevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.predestroyapplicationevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.predestroyviewmapevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.predestroyviewmapevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.preremovefromviewevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.preremovefromviewevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.prerendercomponentevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.prerendercomponentevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.prevalidateevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.prevalidateevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.valuechangeevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.event.valuechangeevent
-build.com.sun.ts.tests.jsf.api.javax_faces.facesexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.facesexception
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfig = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfig
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfiglast = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfiglast
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.decorated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.decorated
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.factoryfinder = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.factoryfinder
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainf
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainflast = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainflast
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.service = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.service
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.webinf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.webinf
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinderrelease = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.factoryfinderrelease
-build.com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecycle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecycle
-build.com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecyclefactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecyclefactory
-build.com.sun.ts.tests.jsf.api.javax_faces.model.arraydatamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.model.arraydatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.datamodelevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.model.datamodelevent
-build.com.sun.ts.tests.jsf.api.javax_faces.model.listdatamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.model.listdatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.resultdatamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.model.resultdatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.resultsetdatamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.model.resultsetdatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.scalardatamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.model.scalardatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.selectitem = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.model.selectitem
-build.com.sun.ts.tests.jsf.api.javax_faces.model.selectitemgroup = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.model.selectitemgroup
-build.com.sun.ts.tests.jsf.api.javax_faces.render.renderkit = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.render.renderkit
-build.com.sun.ts.tests.jsf.api.javax_faces.render.renderkitfactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.render.renderkitfactory
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.beanvalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.validator.beanvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.doublerangevalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.validator.doublerangevalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.lengthvalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.validator.lengthvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.longrangevalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.validator.longrangevalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.methodexpressionvalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.validator.methodexpressionvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.regexvalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.validator.regexvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.view.location = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.api.javax_faces.view.location
-build.com.sun.ts.tests.jsf.spec.ajax.keyword = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.ajax.keyword
-build.com.sun.ts.tests.jsf.spec.ajax.tagwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.ajax.tagwrapper
-build.com.sun.ts.tests.jsf.spec.appconfigresources.absolute_ordering = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.appconfigresources.absolute_ordering
-build.com.sun.ts.tests.jsf.spec.appconfigresources.relative_ordering = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.appconfigresources.relative_ordering
-build.com.sun.ts.tests.jsf.spec.appconfigresources.startupbehavior = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.appconfigresources.startupbehavior
-build.com.sun.ts.tests.jsf.spec.composite.actionsource = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.composite.actionsource
-build.com.sun.ts.tests.jsf.spec.composite.attribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.composite.attribute
-build.com.sun.ts.tests.jsf.spec.composite.editablevalueholder = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.composite.editablevalueholder
-build.com.sun.ts.tests.jsf.spec.composite.facet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.composite.facet
-build.com.sun.ts.tests.jsf.spec.composite.insertchildren = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.composite.insertchildren
-build.com.sun.ts.tests.jsf.spec.composite.packaging.classpath = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.composite.packaging.classpath
-build.com.sun.ts.tests.jsf.spec.composite.packaging.webapproot = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.composite.packaging.webapproot
-build.com.sun.ts.tests.jsf.spec.composite.valueholder = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.composite.valueholder
-build.com.sun.ts.tests.jsf.spec.coretags.selectitems = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.coretags.selectitems
-build.com.sun.ts.tests.jsf.spec.el.elresolvers = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.el.elresolvers
-build.com.sun.ts.tests.jsf.spec.el.managedbean.ee = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.el.managedbean.ee
-build.com.sun.ts.tests.jsf.spec.el.managedbean.standalone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.el.managedbean.standalone
-build.com.sun.ts.tests.jsf.spec.jstl.cwo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.cwo
-build.com.sun.ts.tests.jsf.spec.jstl.fncontains = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fncontains
-build.com.sun.ts.tests.jsf.spec.jstl.fncontainsignore = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fncontainsignore
-build.com.sun.ts.tests.jsf.spec.jstl.fnendswith = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fnendswith
-build.com.sun.ts.tests.jsf.spec.jstl.fnescapexml = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fnescapexml
-build.com.sun.ts.tests.jsf.spec.jstl.fnindexof = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fnindexof
-build.com.sun.ts.tests.jsf.spec.jstl.fnjoin = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fnjoin
-build.com.sun.ts.tests.jsf.spec.jstl.fnlength = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fnlength
-build.com.sun.ts.tests.jsf.spec.jstl.fnreplace = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fnreplace
-build.com.sun.ts.tests.jsf.spec.jstl.fnsplit = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fnsplit
-build.com.sun.ts.tests.jsf.spec.jstl.fnstartswith = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fnstartswith
-build.com.sun.ts.tests.jsf.spec.jstl.fnsubstring = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fnsubstring
-build.com.sun.ts.tests.jsf.spec.jstl.fnsubstringafter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fnsubstringafter
-build.com.sun.ts.tests.jsf.spec.jstl.fnsubstringbefore = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fnsubstringbefore
-build.com.sun.ts.tests.jsf.spec.jstl.fntolowercase = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fntolowercase
-build.com.sun.ts.tests.jsf.spec.jstl.fntouppercase = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fntouppercase
-build.com.sun.ts.tests.jsf.spec.jstl.fntrim = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.fntrim
-build.com.sun.ts.tests.jsf.spec.jstl.foreachtag = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.foreachtag
-build.com.sun.ts.tests.jsf.spec.jstl.iftag = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.jstl.iftag
-build.com.sun.ts.tests.jsf.spec.navigation = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.navigation
-build.com.sun.ts.tests.jsf.spec.render.body = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.body
-build.com.sun.ts.tests.jsf.spec.render.booleancheckbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.booleancheckbox
-build.com.sun.ts.tests.jsf.spec.render.commandbutton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.commandbutton
-build.com.sun.ts.tests.jsf.spec.render.commandlink = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.commandlink
-build.com.sun.ts.tests.jsf.spec.render.datatable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.datatable
-build.com.sun.ts.tests.jsf.spec.render.form = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.form
-build.com.sun.ts.tests.jsf.spec.render.graphic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.graphic
-build.com.sun.ts.tests.jsf.spec.render.grid = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.grid
-build.com.sun.ts.tests.jsf.spec.render.head = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.head
-build.com.sun.ts.tests.jsf.spec.render.hidden = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.hidden
-build.com.sun.ts.tests.jsf.spec.render.inputtext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.inputtext
-build.com.sun.ts.tests.jsf.spec.render.manycheckbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.manycheckbox
-build.com.sun.ts.tests.jsf.spec.render.manylistbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.manylistbox
-build.com.sun.ts.tests.jsf.spec.render.manymenu = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.manymenu
-build.com.sun.ts.tests.jsf.spec.render.message = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.message
-build.com.sun.ts.tests.jsf.spec.render.messages = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.messages
-build.com.sun.ts.tests.jsf.spec.render.onelistbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.onelistbox
-build.com.sun.ts.tests.jsf.spec.render.onemenu = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.onemenu
-build.com.sun.ts.tests.jsf.spec.render.oneradio = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.oneradio
-build.com.sun.ts.tests.jsf.spec.render.outputformat = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.outputformat
-build.com.sun.ts.tests.jsf.spec.render.outputlabel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.outputlabel
-build.com.sun.ts.tests.jsf.spec.render.outputlink = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.outputlink
-build.com.sun.ts.tests.jsf.spec.render.outputscript = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.outputscript
-build.com.sun.ts.tests.jsf.spec.render.outputstyle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.outputstyle
-build.com.sun.ts.tests.jsf.spec.render.outputtext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.outputtext
-build.com.sun.ts.tests.jsf.spec.render.secret = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.secret
-build.com.sun.ts.tests.jsf.spec.render.textarea = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.render.textarea
-build.com.sun.ts.tests.jsf.spec.resource.packaging.classpath = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.resource.packaging.classpath
-build.com.sun.ts.tests.jsf.spec.resource.packaging.webapproot = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.resource.packaging.webapproot
-build.com.sun.ts.tests.jsf.spec.resource.relocatable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.resource.relocatable
-build.com.sun.ts.tests.jsf.spec.templating.insert = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.templating.insert
-build.com.sun.ts.tests.jsf.spec.templating.remove = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.templating.remove
-build.com.sun.ts.tests.jsf.spec.templating.repeat = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.templating.repeat
-build.com.sun.ts.tests.jsf.spec.view.viewhandler = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.view.viewhandler
-build.com.sun.ts.tests.jsf.spec.webapp.tldsig = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsf.spec.webapp.tldsig
-build.com.sun.ts.tests.jsp.api.javax_el.arrayelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_el.arrayelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.beanelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_el.beanelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.compelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_el.compelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.createmethexpr = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_el.createmethexpr
-build.com.sun.ts.tests.jsp.api.javax_el.createvalexpr = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_el.createvalexpr
-build.com.sun.ts.tests.jsp.api.javax_el.elresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_el.elresolver
-build.com.sun.ts.tests.jsp.api.javax_el.listelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_el.listelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.mapelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_el.mapelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.methodinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_el.methodinfo
-build.com.sun.ts.tests.jsp.api.javax_el.resourcebundleelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_el.resourcebundleelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.valexpression = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_el.valexpression
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.elexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.elexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.elparseexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.elparseexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.expression = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.expression
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.expressionevaluator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.expressionevaluator
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.implicitobjelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.implicitobjelresolver
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.scopedattrelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.scopedattrelresolver
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.variableresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.variableresolver
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.errordata = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.errordata
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspapplicationcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspapplicationcontext
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspengineinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspengineinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspfactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspfactory
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jsptagexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.jsptagexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspwriter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspwriter
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.pagecontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.pagecontext
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.skippageexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.skippageexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.bodycontent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.bodycontent
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.bodytagsupport = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.bodytagsupport
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.dynamicattributes = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.dynamicattributes
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.functioninfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.functioninfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.jspidconsumer = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.jspidconsumer
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.pagedata = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.pagedata
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.simpletagsupport = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.simpletagsupport
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagadapter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagadapter
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagattributeinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagattributeinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagdata = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagdata
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagextrainfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagextrainfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagfileinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagfileinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taginfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taginfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taglibraryinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taglibraryinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taglibraryvalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taglibraryvalidator
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagsupport = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagsupport
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagvariableinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagvariableinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.trycatchfinally = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.trycatchfinally
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.variableinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.variableinfo
-build.com.sun.ts.tests.jsp.spec.configuration.charsequence = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.configuration.charsequence
-build.com.sun.ts.tests.jsp.spec.configuration.elevaluation = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.configuration.elevaluation
-build.com.sun.ts.tests.jsp.spec.configuration.encoding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.configuration.encoding
-build.com.sun.ts.tests.jsp.spec.configuration.general = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.configuration.general
-build.com.sun.ts.tests.jsp.spec.configuration.includes = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.configuration.includes
-build.com.sun.ts.tests.jsp.spec.configuration.scripting = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.configuration.scripting
-build.com.sun.ts.tests.jsp.spec.configuration.xml = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.configuration.xml
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.attribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.attribute
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.body = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.body
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.declaration = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.declaration
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.dobody = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.dobody
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.element = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.element
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.expression = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.expression
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.forward = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.forward
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.getproperty = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.getproperty
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.include = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.include
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.invoke = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.invoke
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.output = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.output
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.param = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.param
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.plugin = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.plugin
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.root = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.root
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.scriptlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.scriptlet
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.setproperty = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.setproperty
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.text = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.text
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.usebean = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.usebean
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.usebean2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.actions.usebean2
-build.com.sun.ts.tests.jsp.spec.core_syntax.directives.include = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.directives.include
-build.com.sun.ts.tests.jsp.spec.core_syntax.directives.page = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.directives.page
-build.com.sun.ts.tests.jsp.spec.core_syntax.directives.taglib = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.directives.taglib
-build.com.sun.ts.tests.jsp.spec.core_syntax.implicitobjects = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.implicitobjects
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.declaration = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.scripting.declaration
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.el = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.scripting.el
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.escaping = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.scripting.escaping
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.expressions = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.scripting.expressions
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.scriptlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.core_syntax.scripting.scriptlet
-build.com.sun.ts.tests.jsp.spec.el.jsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.el.jsp
-build.com.sun.ts.tests.jsp.spec.el.language = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.el.language
-build.com.sun.ts.tests.jsp.spec.i18n = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.i18n
-build.com.sun.ts.tests.jsp.spec.jspdocument.elements = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.jspdocument.elements
-build.com.sun.ts.tests.jsp.spec.jspdocument.general = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.jspdocument.general
-build.com.sun.ts.tests.jsp.spec.misc.precompilation = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.misc.precompilation
-build.com.sun.ts.tests.jsp.spec.security.secbasic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.security.secbasic
-build.com.sun.ts.tests.jsp.spec.security.secform = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.security.secform
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.attribute20 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tagfiles.directives.attribute20
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.attribute21 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tagfiles.directives.attribute21
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.general = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tagfiles.directives.general
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.tag20 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tagfiles.directives.tag20
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.tag21 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tagfiles.directives.tag21
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.variable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tagfiles.directives.variable
-build.com.sun.ts.tests.jsp.spec.tagfiles.implicitobjects = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tagfiles.implicitobjects
-build.com.sun.ts.tests.jsp.spec.tagfiles.packaging = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tagfiles.packaging
-build.com.sun.ts.tests.jsp.spec.tagfiles.semantics = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tagfiles.semantics
-build.com.sun.ts.tests.jsp.spec.tldres = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jsp.spec.tldres
-build.com.sun.ts.tests.jstl.compat.onedotzero = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.compat.onedotzero
-build.com.sun.ts.tests.jstl.spec.core.conditional.cwo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core.conditional.cwo
-build.com.sun.ts.tests.jstl.spec.core.conditional.iftag = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core.conditional.iftag
-build.com.sun.ts.tests.jstl.spec.core.general.catchtag = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core.general.catchtag
-build.com.sun.ts.tests.jstl.spec.core.general.outtag = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core.general.outtag
-build.com.sun.ts.tests.jstl.spec.core.general.remove = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core.general.remove
-build.com.sun.ts.tests.jstl.spec.core.general.set = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core.general.set
-build.com.sun.ts.tests.jstl.spec.core.iteration.foreach = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core.iteration.foreach
-build.com.sun.ts.tests.jstl.spec.core.iteration.fortokens = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core.iteration.fortokens
-build.com.sun.ts.tests.jstl.spec.core.iteration.loopstatus = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core.iteration.loopstatus
-build.com.sun.ts.tests.jstl.spec.core.urlresource.importtag = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core.urlresource.importtag
-build.com.sun.ts.tests.jstl.spec.core.urlresource.param = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core.urlresource.param
-build.com.sun.ts.tests.jstl.spec.core.urlresource.redirect = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core.urlresource.redirect
-build.com.sun.ts.tests.jstl.spec.core.urlresource.url = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.core.urlresource.url
-build.com.sun.ts.tests.jstl.spec.etu.config = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.etu.config
-build.com.sun.ts.tests.jstl.spec.etu.functions = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.etu.functions
-build.com.sun.ts.tests.jstl.spec.etu.tlv.permitted = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.etu.tlv.permitted
-build.com.sun.ts.tests.jstl.spec.etu.tlv.scrfree = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.etu.tlv.scrfree
-build.com.sun.ts.tests.jstl.spec.etu.uri = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.etu.uri
-build.com.sun.ts.tests.jstl.spec.fmt.format.fmtdate = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.format.fmtdate
-build.com.sun.ts.tests.jstl.spec.fmt.format.fmtnum = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.format.fmtnum
-build.com.sun.ts.tests.jstl.spec.fmt.format.localecontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.format.localecontext
-build.com.sun.ts.tests.jstl.spec.fmt.format.parsedate = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.format.parsedate
-build.com.sun.ts.tests.jstl.spec.fmt.format.parsenum = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.format.parsenum
-build.com.sun.ts.tests.jstl.spec.fmt.format.settimezone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.format.settimezone
-build.com.sun.ts.tests.jstl.spec.fmt.format.timezone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.format.timezone
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.bundle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.i18n.bundle
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.message = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.i18n.message
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.param = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.i18n.param
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.requestencoding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.i18n.requestencoding
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.resourcelookup = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.i18n.resourcelookup
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.responseencoding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.i18n.responseencoding
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.setbundle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.i18n.setbundle
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.setlocale = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.fmt.i18n.setlocale
-build.com.sun.ts.tests.jstl.spec.sql.param = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.sql.param
-build.com.sun.ts.tests.jstl.spec.sql.query = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.sql.query
-build.com.sun.ts.tests.jstl.spec.sql.result = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.sql.result
-build.com.sun.ts.tests.jstl.spec.sql.setdatasource = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.sql.setdatasource
-build.com.sun.ts.tests.jstl.spec.sql.transaction = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.sql.transaction
-build.com.sun.ts.tests.jstl.spec.sql.update = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.sql.update
-build.com.sun.ts.tests.jstl.spec.xml.xconditional.xcwo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.xml.xconditional.xcwo
-build.com.sun.ts.tests.jstl.spec.xml.xconditional.xforeach = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.xml.xconditional.xforeach
-build.com.sun.ts.tests.jstl.spec.xml.xconditional.xif = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.xml.xconditional.xif
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.bindings = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.xml.xmlcore.bindings
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.parse = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.xml.xmlcore.parse
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.types = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.xml.xmlcore.types
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.xout = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.xml.xmlcore.xout
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.xset = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.xml.xmlcore.xset
-build.com.sun.ts.tests.jstl.spec.xml.xtransform.param = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.xml.xtransform.param
-build.com.sun.ts.tests.jstl.spec.xml.xtransform.transform = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jstl.spec.xml.xtransform.transform
-build.com.sun.ts.tests.jta.ee.usertransaction.begin = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jta.ee.usertransaction.begin
-build.com.sun.ts.tests.jta.ee.usertransaction.commit = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jta.ee.usertransaction.commit
-build.com.sun.ts.tests.jta.ee.usertransaction.getstatus = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jta.ee.usertransaction.getstatus
-build.com.sun.ts.tests.jta.ee.usertransaction.rollback = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jta.ee.usertransaction.rollback
-build.com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly
-build.com.sun.ts.tests.jta.ee.usertransaction.settransactiontimeout = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.jta.ee.usertransaction.settransactiontimeout
-build.com.sun.ts.tests.samples.javamail.ee.transport = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.samples.javamail.ee.transport
-build.com.sun.ts.tests.samples.jdbc.ee.testConn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.samples.jdbc.ee.testConn
-build.com.sun.ts.tests.servlet.api.javax_servlet.asynccontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.asynccontext
-build.com.sun.ts.tests.servlet.api.javax_servlet.asyncevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.asyncevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.dispatchertype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.dispatchertype
-build.com.sun.ts.tests.servlet.api.javax_servlet.dofilter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.dofilter
-build.com.sun.ts.tests.servlet.api.javax_servlet.filter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.filter
-build.com.sun.ts.tests.servlet.api.javax_servlet.filterchain = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.filterchain
-build.com.sun.ts.tests.servlet.api.javax_servlet.filterconfig = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.filterconfig
-build.com.sun.ts.tests.servlet.api.javax_servlet.filterrequestdispatcher = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.filterrequestdispatcher
-build.com.sun.ts.tests.servlet.api.javax_servlet.genericservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.genericservlet
-build.com.sun.ts.tests.servlet.api.javax_servlet.registration = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.registration
-build.com.sun.ts.tests.servlet.api.javax_servlet.requestdispatcher = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.requestdispatcher
-build.com.sun.ts.tests.servlet.api.javax_servlet.scattributeevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.scattributeevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.scattributelistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.scattributelistener
-build.com.sun.ts.tests.servlet.api.javax_servlet.scevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.scevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.sclistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.sclistener
-build.com.sun.ts.tests.servlet.api.javax_servlet.servlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servlet
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletconfig = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servletconfig
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servletcontext
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletcontext30 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servletcontext30
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servletexception
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletinputstream = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servletinputstream
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletoutputstream = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servletoutputstream
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequest = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servletrequest
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequest1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servletrequest1
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequest30 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servletrequest30
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequestwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servletrequestwrapper
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequestwrapper30 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servletrequestwrapper30
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletresponse = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servletresponse
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletresponsewrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.servletresponsewrapper
-build.com.sun.ts.tests.servlet.api.javax_servlet.singlethreadmodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.singlethreadmodel
-build.com.sun.ts.tests.servlet.api.javax_servlet.srattributeevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.srattributeevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.srattributelistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.srattributelistener
-build.com.sun.ts.tests.servlet.api.javax_servlet.srevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.srevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.srlistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.srlistener
-build.com.sun.ts.tests.servlet.api.javax_servlet.unavailableexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet.unavailableexception
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.cookie = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.cookie
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpservlet
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest1
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest30 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest30
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequestwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequestwrapper
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponse = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponse
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponse30 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponse30
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponsewrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponsewrapper
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponsewrapper30 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponsewrapper30
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsession = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpsession
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionattributelistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionattributelistener
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionbindingevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionbindingevent
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionbindinglistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionbindinglistener
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionevent
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionlistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionlistener
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionx = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionx
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.sessioncookieconfig = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.api.javax_servlet_http.sessioncookieconfig
-build.com.sun.ts.tests.servlet.compat.LeadingSlash.WithLeadingSlash = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.compat.LeadingSlash.WithLeadingSlash
-build.com.sun.ts.tests.servlet.compat.LeadingSlash.WithoutLeadingSlash = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.compat.LeadingSlash.WithoutLeadingSlash
-build.com.sun.ts.tests.servlet.spec.annotationservlet.webfilter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.annotationservlet.webfilter
-build.com.sun.ts.tests.servlet.spec.annotationservlet.weblistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.annotationservlet.weblistener
-build.com.sun.ts.tests.servlet.spec.annotationservlet.webservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.annotationservlet.webservlet
-build.com.sun.ts.tests.servlet.spec.aordering = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.aordering
-build.com.sun.ts.tests.servlet.spec.async = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.async
-build.com.sun.ts.tests.servlet.spec.crosscontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.crosscontext
-build.com.sun.ts.tests.servlet.spec.defaultmapping = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.defaultmapping
-build.com.sun.ts.tests.servlet.spec.dir_struct = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.dir_struct
-build.com.sun.ts.tests.servlet.spec.errorpage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.errorpage
-build.com.sun.ts.tests.servlet.spec.errorpage1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.errorpage1
-build.com.sun.ts.tests.servlet.spec.fragment = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.fragment
-build.com.sun.ts.tests.servlet.spec.httpservletresponse = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.httpservletresponse
-build.com.sun.ts.tests.servlet.spec.i18n.encoding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.i18n.encoding
-build.com.sun.ts.tests.servlet.spec.listenerorder = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.listenerorder
-build.com.sun.ts.tests.servlet.spec.multifiltermapping = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.multifiltermapping
-build.com.sun.ts.tests.servlet.spec.protocols.http = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.protocols.http
-build.com.sun.ts.tests.servlet.spec.rdspecialchar = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.rdspecialchar
-build.com.sun.ts.tests.servlet.spec.requestdispatcher = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.requestdispatcher
-build.com.sun.ts.tests.servlet.spec.requestmap = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.requestmap
-build.com.sun.ts.tests.servlet.spec.security.annotations = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.security.annotations
-build.com.sun.ts.tests.servlet.spec.security.clientcert = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.security.clientcert
-build.com.sun.ts.tests.servlet.spec.security.clientcertanno = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.security.clientcertanno
-build.com.sun.ts.tests.servlet.spec.security.secbasic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.security.secbasic
-build.com.sun.ts.tests.servlet.spec.security.secform = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.security.secform
-build.com.sun.ts.tests.servlet.spec.servletmapping = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.servletmapping
-build.com.sun.ts.tests.servlet.spec.servletresponse = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.servletresponse
-build.com.sun.ts.tests.servlet.spec.srlistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.srlistener
-build.com.sun.ts.tests.servlet.spec.webapps.accesswebinf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.webapps.accesswebinf
-build.com.sun.ts.tests.servlet.spec.welcomefiles = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus com.sun.ts.tests.servlet.spec.welcomefiles
-build.com.sun.ts.tests.jaxrs.GroupOne = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus -j -sql skip com.sun.ts.tests.jaxrs.api.rs_core.uriBuilderTest
-build.com.sun.ts.tests.jaxrs.GroupTwo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus -j -sql skip com.sun.ts.tests.jaxrs.api.rs_core.cacheControlTest com.sun.ts.tests.jaxrs.api.rs_core.cookieTest com.sun.ts.tests.jaxrs.api.rs_core.entityTagTest com.sun.ts.tests.jaxrs.api.rs_core.genericEntityTest com.sun.ts.tests.jaxrs.api.rs_core.mediaTypeTest com.sun.ts.tests.jaxrs.api.rs_core.newCookieTest com.sun.ts.tests.jaxrs.api.rs_core.responseCTest com.sun.ts.tests.jaxrs.api.r [...]
diff --git a/profiles/web/webprofile.now.properties b/profiles/web/webprofile.now.properties
deleted file mode 100644
index 98c09fc..0000000
--- a/profiles/web/webprofile.now.properties
+++ /dev/null
@@ -1,847 +0,0 @@
-project.name= webprofile-7.x
-project.version = 7.0.4
-project.id = 704
-project.jdk = jdk7
-project.container= tomee
-fire.on.submit = true
-#project.cron = * 23 45
-#This is the TCK repo URL
-project.scmUrl = scm:git:git@github.com:apache/tomee-tck.git
-project.gitBranch = javaee7-tck
-project.buildFile= runtests
-include.f.javatest.log= target/logs/javatest.log
-include.d.logs=.*target/(apache|openejb).*/logs/.*
-#include.d.results= .*.jtr
-header.webcontainer= tomee
-order = ejb30.persistence.criteriaapi, ejb30.lite.singleton.concurrency, ejb30.lite.stateful.timeout, random
-
-build.com.sun.ts.tests.ejb30.lite.appexception.singleton.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.singleton.annotated
-build.com.sun.ts.tests.ejb30.lite.appexception.singleton.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.singleton.inheritance
-build.com.sun.ts.tests.ejb30.lite.appexception.stateful.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.stateful.annotated
-build.com.sun.ts.tests.ejb30.lite.appexception.stateful.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.stateful.inheritance
-build.com.sun.ts.tests.ejb30.lite.appexception.stateless.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.stateless.annotated
-build.com.sun.ts.tests.ejb30.lite.appexception.stateless.override = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.stateless.override
-build.com.sun.ts.tests.ejb30.lite.basic.mock = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.basic.mock
-build.com.sun.ts.tests.ejb30.lite.basic.singleton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.basic.singleton
-build.com.sun.ts.tests.ejb30.lite.basic.stateful = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.basic.stateful
-build.com.sun.ts.tests.ejb30.lite.basic.stateless = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.basic.stateless
-build.com.sun.ts.tests.ejb30.lite.ejbcontext.stateless = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.ejbcontext.stateless
-build.com.sun.ts.tests.ejb30.lite.enventry.singleton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.enventry.singleton
-build.com.sun.ts.tests.ejb30.lite.enventry.stateful = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.enventry.stateful
-build.com.sun.ts.tests.ejb30.lite.enventry.stateless = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.enventry.stateless
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.annotated
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.descriptor
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.invocationcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.interceptor.singleton.invocationcontext
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.annotated
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.descriptor
-build.com.sun.ts.tests.ejb30.lite.lookup.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.lookup.annotated
-build.com.sun.ts.tests.ejb30.lite.lookup.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.lookup.descriptor
-build.com.sun.ts.tests.ejb30.lite.nointerface.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.nointerface.annotated
-build.com.sun.ts.tests.ejb30.lite.nointerface.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.nointerface.descriptor
-build.com.sun.ts.tests.ejb30.lite.packaging.embed.provider = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.embed.provider
-build.com.sun.ts.tests.ejb30.lite.packaging.war.datasource.singleton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.datasource.singleton
-build.com.sun.ts.tests.ejb30.lite.packaging.war.datasource.stateful = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.datasource.stateful
-build.com.sun.ts.tests.ejb30.lite.packaging.war.enventry = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.enventry
-build.com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.business = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.business
-build.com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.invocationcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.invocationcontext
-build.com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.lifecycle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.lifecycle
-build.com.sun.ts.tests.ejb30.lite.packaging.war.servletcontextlistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.servletcontextlistener
-build.com.sun.ts.tests.ejb30.lite.packaging.war.webinflib = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.webinflib
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.bean = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.bean
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.accesstimeout = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.accesstimeout
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.inheritance
-build.com.sun.ts.tests.ejb30.lite.singleton.dependson.graph = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.dependson.graph
-build.com.sun.ts.tests.ejb30.lite.singleton.dependson.triangle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.dependson.triangle
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.bean = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.bean
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.annotated
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.descriptor
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.annotated
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.descriptor
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.dayUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#dayUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.dayUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#dayUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitNoInterface_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitNoInterface_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.hourUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#hourUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.hourUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#hourUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.microsecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#microsecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.microsecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#microsecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.millisecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#millisecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.millisecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#millisecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.minus1Timeout_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#minus1Timeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.minus1Timeout_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#minus1Timeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.nanosecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#nanosecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.nanosecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#nanosecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitNoInterface_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitNoInterface_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.zeroTimeout_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#zeroTimeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.zeroTimeout_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#zeroTimeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.dayUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#dayUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.dayUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#dayUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitNoInterface_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitNoInterface_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.hourUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#hourUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.hourUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#hourUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.microsecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#microsecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.microsecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#microsecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.millisecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#millisecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.millisecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#millisecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.minus1Timeout_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#minus1Timeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.minus1Timeout_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#minus1Timeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.nanosecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#nanosecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.nanosecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#nanosecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitNoInterface_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitNoInterface_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.zeroTimeout_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#zeroTimeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.zeroTimeout_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#zeroTimeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.tx.bm.singleton.rw = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.bm.singleton.rw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.annotated
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.inheritance
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.mandatory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#mandatory
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.postConstructTransaction = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#postConstructTransaction
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.required = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#required
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.requiredNoExistingTransaction = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#requiredNoExistingTransaction
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.requiresNew = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#requiresNew
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.supports = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#supports
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.webrw = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.webrw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateful.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateful.annotated
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateful.rw = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateful.rw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateful.sessionsync = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateful.sessionsync
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateless.annotated
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateless.inheritance
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.rw = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateless.rw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.webrw = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateless.webrw
-build.com.sun.ts.tests.ejb30.lite.view.equals = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.view.equals
-build.com.sun.ts.tests.ejb30.lite.view.singleton.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.view.singleton.annotated
-build.com.sun.ts.tests.ejb30.lite.view.stateful.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.view.stateful.annotated
-build.com.sun.ts.tests.ejb30.lite.view.stateless.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.view.stateless.annotated
-build.com.sun.ts.tests.ejb30.persistence.annotations.access.field = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.access.field
-build.com.sun.ts.tests.ejb30.persistence.annotations.access.mappedsc = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.access.mappedsc
-build.com.sun.ts.tests.ejb30.persistence.annotations.access.property = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.access.property
-build.com.sun.ts.tests.ejb30.persistence.annotations.assocoverride = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.assocoverride
-build.com.sun.ts.tests.ejb30.persistence.annotations.basic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.basic
-build.com.sun.ts.tests.ejb30.persistence.annotations.collectiontable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.collectiontable
-build.com.sun.ts.tests.ejb30.persistence.annotations.elementcollection = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.elementcollection
-build.com.sun.ts.tests.ejb30.persistence.annotations.embeddable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.embeddable
-build.com.sun.ts.tests.ejb30.persistence.annotations.entity = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.entity
-build.com.sun.ts.tests.ejb30.persistence.annotations.lob = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.lob
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkey = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.mapkey
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkeyclass = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.mapkeyclass
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkeycolumn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.mapkeycolumn
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkeyjoincolumn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.mapkeyjoincolumn
-build.com.sun.ts.tests.ejb30.persistence.annotations.mappedbyid = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.mappedbyid
-build.com.sun.ts.tests.ejb30.persistence.annotations.nativequery = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.nativequery
-build.com.sun.ts.tests.ejb30.persistence.annotations.onexmanyuni = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.onexmanyuni
-build.com.sun.ts.tests.ejb30.persistence.annotations.orderby = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.orderby
-build.com.sun.ts.tests.ejb30.persistence.annotations.ordercolumn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.ordercolumn
-build.com.sun.ts.tests.ejb30.persistence.basic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.basic
-build.com.sun.ts.tests.ejb30.persistence.cache = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.cache
-build.com.sun.ts.tests.ejb30.persistence.callback.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.callback.inheritance
-build.com.sun.ts.tests.ejb30.persistence.callback.listener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.callback.listener
-build.com.sun.ts.tests.ejb30.persistence.callback.listeneroverride = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.callback.listeneroverride
-build.com.sun.ts.tests.ejb30.persistence.callback.method = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.callback.method
-build.com.sun.ts.tests.ejb30.persistence.callback.methodoverride = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.callback.methodoverride
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.abstractquery = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.criteriaapi.abstractquery
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.criteriaquery = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.criteriaapi.criteriaquery
-#hangs
-#build.com.sun.ts.tests.ejb30.persistence.criteriaapi.metamodelquery = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.criteriaapi.metamodelquery
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.querybuilder = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.criteriaapi.querybuilder
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.strquery = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.criteriaapi.strquery
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex1a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex1a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex1b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex1b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex2a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex2a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex2b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex2b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex3a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex3a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex3b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex3b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex4a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex4a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex4b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex4b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex5a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex5a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex5b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex5b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex6a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex6a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex6b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex6b
-build.com.sun.ts.tests.ejb30.persistence.entityManagerClose = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entityManagerClose
-build.com.sun.ts.tests.ejb30.persistence.entitytest.apitests = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.apitests
-build.com.sun.ts.tests.ejb30.persistence.entitytest.bigdecimal = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.bigdecimal
-build.com.sun.ts.tests.ejb30.persistence.entitytest.biginteger = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.biginteger
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.basic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.detach.basic
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.basic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.persist.basic
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmanyFetchEager = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmanyFetchEager
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.remove.basic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.remove.basic
-build.com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXone
-build.com.sun.ts.tests.ejb30.persistence.exceptions = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.exceptions
-build.com.sun.ts.tests.ejb30.persistence.inheritance.abstractentity = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.inheritance.abstractentity
-build.com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.annotation = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.annotation
-build.com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.descriptors = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.descriptors
-build.com.sun.ts.tests.ejb30.persistence.inheritance.nonentity = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.inheritance.nonentity
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.attribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.attribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.basictype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.basictype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.bindable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.bindable
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.collectionattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.collectionattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.embeddabletype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.embeddabletype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.entitytype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.entitytype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.identifiabletype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.identifiabletype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.listattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.listattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.managedtype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.managedtype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.mapattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.mapattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.mappedsuperclasstype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.mappedsuperclasstype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.metamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.metamodel
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.pluralattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.pluralattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.setattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.setattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.singularattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.singularattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.type = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.type
-build.com.sun.ts.tests.ejb30.persistence.nestedembedding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.nestedembedding
-build.com.sun.ts.tests.ejb30.persistence.override.attributeoverride = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.attributeoverride
-build.com.sun.ts.tests.ejb30.persistence.override.callbacklistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.callbacklistener
-build.com.sun.ts.tests.ejb30.persistence.override.embeddable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.embeddable
-build.com.sun.ts.tests.ejb30.persistence.override.entity = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.entity
-build.com.sun.ts.tests.ejb30.persistence.override.entitylistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.entitylistener
-build.com.sun.ts.tests.ejb30.persistence.override.joincolumn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.joincolumn
-build.com.sun.ts.tests.ejb30.persistence.override.manytomany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.manytomany
-build.com.sun.ts.tests.ejb30.persistence.override.mapkey = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.mapkey
-build.com.sun.ts.tests.ejb30.persistence.override.nocallbacklistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.nocallbacklistener
-build.com.sun.ts.tests.ejb30.persistence.override.table = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.table
-build.com.sun.ts.tests.ejb30.persistence.query.apitests = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.query.apitests
-build.com.sun.ts.tests.ejb30.persistence.query.flushmode = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.query.flushmode
-build.com.sun.ts.tests.ejb30.persistence.query.language = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.query.language
-build.com.sun.ts.tests.ejb30.persistence.relationship.annotations = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.annotations
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxone
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidironexmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.bidironexmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidironexone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.bidironexone
-build.com.sun.ts.tests.ejb30.persistence.relationship.defaults = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.defaults
-build.com.sun.ts.tests.ejb30.persistence.relationship.descriptors = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.descriptors
-build.com.sun.ts.tests.ejb30.persistence.relationship.unimanyxmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.unimanyxmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.unimanyxone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.unimanyxone
-build.com.sun.ts.tests.ejb30.persistence.relationship.unionexmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.unionexmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.unionexone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.unionexone
-build.com.sun.ts.tests.ejb30.persistence.types.auto = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.types.auto
-build.com.sun.ts.tests.ejb30.persistence.types.field = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.types.field
-build.com.sun.ts.tests.ejb30.persistence.types.generator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.types.generator
-build.com.sun.ts.tests.ejb30.persistence.types.primarykey.compound = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.types.primarykey.compound
-build.com.sun.ts.tests.ejb30.persistence.types.property = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.types.property
-build.com.sun.ts.tests.ejb30.persistence.versioning = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.versioning
-build.com.sun.ts.tests.el.api.javax_el.arrayelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.arrayelresolver
-build.com.sun.ts.tests.el.api.javax_el.beanelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.beanelresolver
-build.com.sun.ts.tests.el.api.javax_el.compositeelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.compositeelresolver
-build.com.sun.ts.tests.el.api.javax_el.elresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.elresolver
-build.com.sun.ts.tests.el.api.javax_el.expression = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.expression
-build.com.sun.ts.tests.el.api.javax_el.expressionfactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.expressionfactory
-build.com.sun.ts.tests.el.api.javax_el.functionmapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.functionmapper
-build.com.sun.ts.tests.el.api.javax_el.listelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.listelresolver
-build.com.sun.ts.tests.el.api.javax_el.mapelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.mapelresolver
-build.com.sun.ts.tests.el.api.javax_el.methodexpression = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.methodexpression
-build.com.sun.ts.tests.el.api.javax_el.methodinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.methodinfo
-build.com.sun.ts.tests.el.api.javax_el.resourcebundleelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.resourcebundleelresolver
-build.com.sun.ts.tests.el.api.javax_el.valueexpression = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.valueexpression
-build.com.sun.ts.tests.el.api.javax_el.variablemapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.variablemapper
-build.com.sun.ts.tests.el.spec.binaryoperator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.binaryoperator
-build.com.sun.ts.tests.el.spec.coercion = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.coercion
-build.com.sun.ts.tests.el.spec.conditionaloperator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.conditionaloperator
-build.com.sun.ts.tests.el.spec.emptyoperator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.emptyoperator
-build.com.sun.ts.tests.el.spec.language = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.language
-build.com.sun.ts.tests.el.spec.literal = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.literal
-build.com.sun.ts.tests.el.spec.mapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.mapper
-build.com.sun.ts.tests.el.spec.operatorprecedence = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.operatorprecedence
-build.com.sun.ts.tests.el.spec.relationaloperator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.relationaloperator
-build.com.sun.ts.tests.el.spec.unaryoperator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.unaryoperator
-build.com.sun.ts.tests.javamail.ee.internetaddress = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.javamail.ee.internetaddress
-build.com.sun.ts.tests.javamail.ee.mimemessage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.javamail.ee.mimemessage
-build.com.sun.ts.tests.javamail.ee.multipart = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.javamail.ee.multipart
-build.com.sun.ts.tests.javamail.ee.transport = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.javamail.ee.transport
-build.com.sun.ts.tests.jdbc.ee.batchUpdate = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.batchUpdate
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt1
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt10 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt10
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt11 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt11
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt12 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt12
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt13 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt13
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt14 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt14
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt15 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt15
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt16 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt16
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt17 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt17
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt18 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt18
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt19 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt19
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt2
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt20 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt20
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt21 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt21
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt22 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt22
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt3
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt4 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt4
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt5 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt5
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt6 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt6
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt7 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt7
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt8 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt8
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt9 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt9
-build.com.sun.ts.tests.jdbc.ee.connection.connection1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.connection.connection1
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dateTime.dateTime1
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dateTime.dateTime2
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dateTime.dateTime3
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta1
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta10 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta10
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta11 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta11
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta12 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta12
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta2
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta3
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta4 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta4
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta5 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta5
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta6 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta6
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta7 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta7
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta8 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta8
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta9 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta9
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar1
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar2
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar3
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar4 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar4
-build.com.sun.ts.tests.jdbc.ee.exception.batUpdExcept = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.exception.batUpdExcept
-build.com.sun.ts.tests.jdbc.ee.exception.sqlException = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.exception.sqlException
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt1
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt10 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt10
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt11 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt11
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt12 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt12
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt13 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt13
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt14 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt14
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt15 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt15
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt16 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt16
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt2
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt3
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt4 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt4
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt5 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt5
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt6 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt6
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt7 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt7
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt8 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt8
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt9 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt9
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet1
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet10 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet10
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet11 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet11
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet14 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet14
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet17 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet17
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet18 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet18
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet41 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet41
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet45 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet45
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet47 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet47
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet49 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet49
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet7 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet7
-build.com.sun.ts.tests.jdbc.ee.rsMeta = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.rsMeta
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.stmt.stmt1
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.stmt.stmt2
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.stmt.stmt3
-build.com.sun.ts.tests.jsf.api.javax_faces.application.application = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.application
-build.com.sun.ts.tests.jsf.api.javax_faces.application.applicationfactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.applicationfactory
-build.com.sun.ts.tests.jsf.api.javax_faces.application.applicationISE = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.applicationISE
-build.com.sun.ts.tests.jsf.api.javax_faces.application.applicationwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.applicationwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.facesmessage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.facesmessage
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resource = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.resource
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandler = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandler
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerEx = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerEx
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcewrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.resourcewrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.statemanager = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.statemanager
-build.com.sun.ts.tests.jsf.api.javax_faces.application.statemanagerwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.statemanagerwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.viewhandler = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.viewhandler
-build.com.sun.ts.tests.jsf.api.javax_faces.application.viewhandlerwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.viewhandlerwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.component.annotation = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.annotation
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandbutton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandbutton
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandlink = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandlink
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmldatatable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmldatatable
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlform = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlform
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlgraphicimage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlgraphicimage
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputhidden = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputhidden
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputsecret = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputsecret
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtext
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtextarea = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtextarea
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessage
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessages = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessages
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetbutton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetbutton
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetlink = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetlink
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputformat = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputformat
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlabel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlabel
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlink = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlink
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputtext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputtext
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgrid = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgrid
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgroup = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgroup
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectbooleancheckbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectbooleancheckbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanycheckbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanycheckbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanylistbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanylistbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanymenu = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanymenu
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonelistbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonelistbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonemenu = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonemenu
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectoneradio = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectoneradio
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uicolumn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uicolumn
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uicommand = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uicommand
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uidata = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uidata
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiform = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiform
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uigraphic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uigraphic
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiinput = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiinput
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uimessage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uimessage
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uimessages = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uimessages
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uinamingcontainer = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uinamingcontainer
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uioutcometarget = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uioutcometarget
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uioutput = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uioutput
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uipanel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uipanel
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiparameter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiparameter
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectboolean = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiselectboolean
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitem = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitem
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitems = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitems
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiselectmany
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiselectone
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiviewparameter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiviewparameter
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiviewroot = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiviewroot
-build.com.sun.ts.tests.jsf.api.javax_faces.context.externalcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.context.externalcontext
-build.com.sun.ts.tests.jsf.api.javax_faces.context.facescontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.context.facescontext
-build.com.sun.ts.tests.jsf.api.javax_faces.context.facescontextfactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.context.facescontextfactory
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.bigdecimalconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.bigdecimalconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.bigintegerconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.bigintegerconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.booleanconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.booleanconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.byteconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.byteconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.characterconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.characterconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.datetimeconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.datetimeconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.doubleconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.doubleconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.enumconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.enumconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.floatconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.floatconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.integerconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.integerconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.longconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.longconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.numberconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.numberconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.shortconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.shortconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.el.evaluationexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.evaluationexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.methodbinding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.methodbinding
-build.com.sun.ts.tests.jsf.api.javax_faces.el.methodnotfoundexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.methodnotfoundexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.propertynotfoundexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.propertynotfoundexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.propertyresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.propertyresolver
-build.com.sun.ts.tests.jsf.api.javax_faces.el.referencesyntaxexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.referencesyntaxexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.valuebinding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.valuebinding
-build.com.sun.ts.tests.jsf.api.javax_faces.el.variableresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.variableresolver
-build.com.sun.ts.tests.jsf.api.javax_faces.event.abortprocessingexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.abortprocessingexception
-build.com.sun.ts.tests.jsf.api.javax_faces.event.actionevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.actionevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.ajaxbehaviorevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.ajaxbehaviorevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedeventcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedeventcontext
-build.com.sun.ts.tests.jsf.api.javax_faces.event.facesevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.facesevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postaddtoviewevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.postaddtoviewevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postconstructapplicationevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.postconstructapplicationevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postconstructviewmapevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.postconstructviewmapevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postrestorestateevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.postrestorestateevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postvalidateevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.postvalidateevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.predestroyapplicationevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.predestroyapplicationevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.predestroyviewmapevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.predestroyviewmapevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.preremovefromviewevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.preremovefromviewevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.prerendercomponentevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.prerendercomponentevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.prevalidateevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.prevalidateevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.valuechangeevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.valuechangeevent
-build.com.sun.ts.tests.jsf.api.javax_faces.facesexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.facesexception
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfig = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfig
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfiglast = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfiglast
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.decorated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.decorated
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.factoryfinder = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.factoryfinder
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainf
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainflast = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainflast
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.service = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.service
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.webinf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.webinf
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinderrelease = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinderrelease
-build.com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecycle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecycle
-build.com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecyclefactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecyclefactory
-build.com.sun.ts.tests.jsf.api.javax_faces.model.arraydatamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.arraydatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.datamodelevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.datamodelevent
-build.com.sun.ts.tests.jsf.api.javax_faces.model.listdatamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.listdatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.resultdatamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.resultdatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.resultsetdatamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.resultsetdatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.scalardatamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.scalardatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.selectitem = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.selectitem
-build.com.sun.ts.tests.jsf.api.javax_faces.model.selectitemgroup = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.selectitemgroup
-build.com.sun.ts.tests.jsf.api.javax_faces.render.renderkit = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.render.renderkit
-build.com.sun.ts.tests.jsf.api.javax_faces.render.renderkitfactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.render.renderkitfactory
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.beanvalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.validator.beanvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.doublerangevalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.validator.doublerangevalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.lengthvalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.validator.lengthvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.longrangevalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.validator.longrangevalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.methodexpressionvalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.validator.methodexpressionvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.regexvalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.validator.regexvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.view.location = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.view.location
-build.com.sun.ts.tests.jsf.spec.ajax.keyword = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.ajax.keyword
-build.com.sun.ts.tests.jsf.spec.ajax.tagwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.ajax.tagwrapper
-build.com.sun.ts.tests.jsf.spec.appconfigresources.absolute_ordering = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.appconfigresources.absolute_ordering
-build.com.sun.ts.tests.jsf.spec.appconfigresources.relative_ordering = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.appconfigresources.relative_ordering
-build.com.sun.ts.tests.jsf.spec.appconfigresources.startupbehavior = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.appconfigresources.startupbehavior
-build.com.sun.ts.tests.jsf.spec.composite.actionsource = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.actionsource
-build.com.sun.ts.tests.jsf.spec.composite.attribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.attribute
-build.com.sun.ts.tests.jsf.spec.composite.editablevalueholder = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.editablevalueholder
-build.com.sun.ts.tests.jsf.spec.composite.facet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.facet
-build.com.sun.ts.tests.jsf.spec.composite.insertchildren = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.insertchildren
-build.com.sun.ts.tests.jsf.spec.composite.packaging.classpath = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.packaging.classpath
-build.com.sun.ts.tests.jsf.spec.composite.packaging.webapproot = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.packaging.webapproot
-build.com.sun.ts.tests.jsf.spec.composite.valueholder = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.valueholder
-build.com.sun.ts.tests.jsf.spec.coretags.selectitems = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.coretags.selectitems
-build.com.sun.ts.tests.jsf.spec.el.elresolvers = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.el.elresolvers
-build.com.sun.ts.tests.jsf.spec.el.managedbean.ee = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.el.managedbean.ee
-build.com.sun.ts.tests.jsf.spec.el.managedbean.standalone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.el.managedbean.standalone
-build.com.sun.ts.tests.jsf.spec.jstl.cwo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.cwo
-build.com.sun.ts.tests.jsf.spec.jstl.fncontains = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fncontains
-build.com.sun.ts.tests.jsf.spec.jstl.fncontainsignore = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fncontainsignore
-build.com.sun.ts.tests.jsf.spec.jstl.fnendswith = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnendswith
-build.com.sun.ts.tests.jsf.spec.jstl.fnescapexml = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnescapexml
-build.com.sun.ts.tests.jsf.spec.jstl.fnindexof = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnindexof
-build.com.sun.ts.tests.jsf.spec.jstl.fnjoin = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnjoin
-build.com.sun.ts.tests.jsf.spec.jstl.fnlength = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnlength
-build.com.sun.ts.tests.jsf.spec.jstl.fnreplace = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnreplace
-build.com.sun.ts.tests.jsf.spec.jstl.fnsplit = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnsplit
-build.com.sun.ts.tests.jsf.spec.jstl.fnstartswith = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnstartswith
-build.com.sun.ts.tests.jsf.spec.jstl.fnsubstring = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnsubstring
-build.com.sun.ts.tests.jsf.spec.jstl.fnsubstringafter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnsubstringafter
-build.com.sun.ts.tests.jsf.spec.jstl.fnsubstringbefore = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnsubstringbefore
-build.com.sun.ts.tests.jsf.spec.jstl.fntolowercase = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fntolowercase
-build.com.sun.ts.tests.jsf.spec.jstl.fntouppercase = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fntouppercase
-build.com.sun.ts.tests.jsf.spec.jstl.fntrim = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fntrim
-build.com.sun.ts.tests.jsf.spec.jstl.foreachtag = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.foreachtag
-build.com.sun.ts.tests.jsf.spec.jstl.iftag = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.iftag
-build.com.sun.ts.tests.jsf.spec.navigation = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.navigation
-build.com.sun.ts.tests.jsf.spec.render.body = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.body
-build.com.sun.ts.tests.jsf.spec.render.booleancheckbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.booleancheckbox
-build.com.sun.ts.tests.jsf.spec.render.commandbutton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.commandbutton
-build.com.sun.ts.tests.jsf.spec.render.commandlink = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.commandlink
-build.com.sun.ts.tests.jsf.spec.render.datatable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.datatable
-build.com.sun.ts.tests.jsf.spec.render.form = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.form
-build.com.sun.ts.tests.jsf.spec.render.graphic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.graphic
-build.com.sun.ts.tests.jsf.spec.render.grid = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.grid
-build.com.sun.ts.tests.jsf.spec.render.head = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.head
-build.com.sun.ts.tests.jsf.spec.render.hidden = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.hidden
-build.com.sun.ts.tests.jsf.spec.render.inputtext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.inputtext
-build.com.sun.ts.tests.jsf.spec.render.manycheckbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.manycheckbox
-build.com.sun.ts.tests.jsf.spec.render.manylistbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.manylistbox
-build.com.sun.ts.tests.jsf.spec.render.manymenu = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.manymenu
-build.com.sun.ts.tests.jsf.spec.render.message = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.message
-build.com.sun.ts.tests.jsf.spec.render.messages = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.messages
-build.com.sun.ts.tests.jsf.spec.render.onelistbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.onelistbox
-build.com.sun.ts.tests.jsf.spec.render.onemenu = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.onemenu
-build.com.sun.ts.tests.jsf.spec.render.oneradio = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.oneradio
-build.com.sun.ts.tests.jsf.spec.render.outputformat = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.outputformat
-build.com.sun.ts.tests.jsf.spec.render.outputlabel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.outputlabel
-build.com.sun.ts.tests.jsf.spec.render.outputlink = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.outputlink
-build.com.sun.ts.tests.jsf.spec.render.outputscript = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.outputscript
-build.com.sun.ts.tests.jsf.spec.render.outputstyle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.outputstyle
-build.com.sun.ts.tests.jsf.spec.render.outputtext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.outputtext
-build.com.sun.ts.tests.jsf.spec.render.secret = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.secret
-build.com.sun.ts.tests.jsf.spec.render.textarea = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.textarea
-build.com.sun.ts.tests.jsf.spec.resource.packaging.classpath = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.resource.packaging.classpath
-build.com.sun.ts.tests.jsf.spec.resource.packaging.webapproot = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.resource.packaging.webapproot
-build.com.sun.ts.tests.jsf.spec.resource.relocatable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.resource.relocatable
-build.com.sun.ts.tests.jsf.spec.templating.insert = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.templating.insert
-build.com.sun.ts.tests.jsf.spec.templating.remove = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.templating.remove
-build.com.sun.ts.tests.jsf.spec.templating.repeat = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.templating.repeat
-build.com.sun.ts.tests.jsf.spec.view.viewhandler = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.view.viewhandler
-build.com.sun.ts.tests.jsf.spec.webapp.tldsig = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.webapp.tldsig
-build.com.sun.ts.tests.jsp.api.javax_el.arrayelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.arrayelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.beanelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.beanelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.compelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.compelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.createmethexpr = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.createmethexpr
-build.com.sun.ts.tests.jsp.api.javax_el.createvalexpr = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.createvalexpr
-build.com.sun.ts.tests.jsp.api.javax_el.elresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.elresolver
-build.com.sun.ts.tests.jsp.api.javax_el.listelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.listelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.mapelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.mapelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.methodinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.methodinfo
-build.com.sun.ts.tests.jsp.api.javax_el.resourcebundleelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.resourcebundleelresolver
-build.com.sun.ts.tests.jsp.api.javax_el.valexpression = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_el.valexpression
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.elexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.elexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.elparseexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.elparseexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.expression = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.expression
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.expressionevaluator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.expressionevaluator
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.implicitobjelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.implicitobjelresolver
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.scopedattrelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.scopedattrelresolver
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.variableresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.el.variableresolver
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.errordata = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.errordata
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspapplicationcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspapplicationcontext
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspengineinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspengineinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspfactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspfactory
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jsptagexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.jsptagexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspwriter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.jspwriter
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.pagecontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.pagecontext
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.skippageexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.skippageexception
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.bodycontent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.bodycontent
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.bodytagsupport = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.bodytagsupport
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.dynamicattributes = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.dynamicattributes
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.functioninfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.functioninfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.jspidconsumer = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.jspidconsumer
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.pagedata = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.pagedata
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.simpletagsupport = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.simpletagsupport
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagadapter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagadapter
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagattributeinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagattributeinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagdata = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagdata
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagextrainfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagextrainfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagfileinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagfileinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taginfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taginfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taglibraryinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taglibraryinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taglibraryvalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.taglibraryvalidator
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagsupport = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagsupport
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagvariableinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.tagvariableinfo
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.trycatchfinally = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.trycatchfinally
-build.com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.variableinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.api.javax_servlet.jsp.tagext.variableinfo
-build.com.sun.ts.tests.jsp.spec.configuration.charsequence = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.configuration.charsequence
-build.com.sun.ts.tests.jsp.spec.configuration.elevaluation = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.configuration.elevaluation
-build.com.sun.ts.tests.jsp.spec.configuration.encoding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.configuration.encoding
-build.com.sun.ts.tests.jsp.spec.configuration.general = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.configuration.general
-build.com.sun.ts.tests.jsp.spec.configuration.includes = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.configuration.includes
-build.com.sun.ts.tests.jsp.spec.configuration.scripting = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.configuration.scripting
-build.com.sun.ts.tests.jsp.spec.configuration.xml = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.configuration.xml
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.attribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.attribute
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.body = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.body
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.declaration = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.declaration
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.dobody = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.dobody
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.element = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.element
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.expression = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.expression
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.forward = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.forward
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.getproperty = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.getproperty
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.include = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.include
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.invoke = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.invoke
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.output = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.output
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.param = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.param
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.plugin = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.plugin
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.root = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.root
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.scriptlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.scriptlet
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.setproperty = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.setproperty
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.text = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.text
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.usebean = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.usebean
-build.com.sun.ts.tests.jsp.spec.core_syntax.actions.usebean2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.actions.usebean2
-build.com.sun.ts.tests.jsp.spec.core_syntax.directives.include = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.directives.include
-build.com.sun.ts.tests.jsp.spec.core_syntax.directives.page = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.directives.page
-build.com.sun.ts.tests.jsp.spec.core_syntax.directives.taglib = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.directives.taglib
-build.com.sun.ts.tests.jsp.spec.core_syntax.implicitobjects = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.implicitobjects
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.declaration = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.scripting.declaration
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.el = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.scripting.el
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.escaping = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.scripting.escaping
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.expressions = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.scripting.expressions
-build.com.sun.ts.tests.jsp.spec.core_syntax.scripting.scriptlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.core_syntax.scripting.scriptlet
-build.com.sun.ts.tests.jsp.spec.el.jsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.el.jsp
-build.com.sun.ts.tests.jsp.spec.el.language = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.el.language
-build.com.sun.ts.tests.jsp.spec.i18n = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.i18n
-build.com.sun.ts.tests.jsp.spec.jspdocument.elements = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.jspdocument.elements
-build.com.sun.ts.tests.jsp.spec.jspdocument.general = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.jspdocument.general
-build.com.sun.ts.tests.jsp.spec.misc.precompilation = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.misc.precompilation
-build.com.sun.ts.tests.jsp.spec.security.secbasic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.security.secbasic
-build.com.sun.ts.tests.jsp.spec.security.secform = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.security.secform
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.attribute20 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.directives.attribute20
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.attribute21 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.directives.attribute21
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.general = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.directives.general
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.tag20 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.directives.tag20
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.tag21 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.directives.tag21
-build.com.sun.ts.tests.jsp.spec.tagfiles.directives.variable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.directives.variable
-build.com.sun.ts.tests.jsp.spec.tagfiles.implicitobjects = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.implicitobjects
-build.com.sun.ts.tests.jsp.spec.tagfiles.packaging = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.packaging
-build.com.sun.ts.tests.jsp.spec.tagfiles.semantics = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tagfiles.semantics
-build.com.sun.ts.tests.jsp.spec.tldres = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsp.spec.tldres
-build.com.sun.ts.tests.jstl.compat.onedotzero = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.compat.onedotzero
-build.com.sun.ts.tests.jstl.spec.core.conditional.cwo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.conditional.cwo
-build.com.sun.ts.tests.jstl.spec.core.conditional.iftag = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.conditional.iftag
-build.com.sun.ts.tests.jstl.spec.core.general.catchtag = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.general.catchtag
-build.com.sun.ts.tests.jstl.spec.core.general.outtag = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.general.outtag
-build.com.sun.ts.tests.jstl.spec.core.general.remove = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.general.remove
-build.com.sun.ts.tests.jstl.spec.core.general.set = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.general.set
-build.com.sun.ts.tests.jstl.spec.core.iteration.foreach = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.iteration.foreach
-build.com.sun.ts.tests.jstl.spec.core.iteration.fortokens = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.iteration.fortokens
-build.com.sun.ts.tests.jstl.spec.core.iteration.loopstatus = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.iteration.loopstatus
-build.com.sun.ts.tests.jstl.spec.core.urlresource.importtag = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.urlresource.importtag
-build.com.sun.ts.tests.jstl.spec.core.urlresource.param = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.urlresource.param
-build.com.sun.ts.tests.jstl.spec.core.urlresource.redirect = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.urlresource.redirect
-build.com.sun.ts.tests.jstl.spec.core.urlresource.url = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.core.urlresource.url
-build.com.sun.ts.tests.jstl.spec.etu.config = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.etu.config
-build.com.sun.ts.tests.jstl.spec.etu.functions = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.etu.functions
-build.com.sun.ts.tests.jstl.spec.etu.tlv.permitted = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.etu.tlv.permitted
-build.com.sun.ts.tests.jstl.spec.etu.tlv.scrfree = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.etu.tlv.scrfree
-build.com.sun.ts.tests.jstl.spec.etu.uri = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.etu.uri
-build.com.sun.ts.tests.jstl.spec.fmt.format.fmtdate = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.format.fmtdate
-build.com.sun.ts.tests.jstl.spec.fmt.format.fmtnum = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.format.fmtnum
-build.com.sun.ts.tests.jstl.spec.fmt.format.localecontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.format.localecontext
-build.com.sun.ts.tests.jstl.spec.fmt.format.parsedate = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.format.parsedate
-build.com.sun.ts.tests.jstl.spec.fmt.format.parsenum = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.format.parsenum
-build.com.sun.ts.tests.jstl.spec.fmt.format.settimezone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.format.settimezone
-build.com.sun.ts.tests.jstl.spec.fmt.format.timezone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.format.timezone
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.bundle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.bundle
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.message = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.message
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.param = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.param
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.requestencoding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.requestencoding
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.resourcelookup = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.resourcelookup
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.responseencoding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.responseencoding
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.setbundle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.setbundle
-build.com.sun.ts.tests.jstl.spec.fmt.i18n.setlocale = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.fmt.i18n.setlocale
-build.com.sun.ts.tests.jstl.spec.sql.param = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.sql.param
-build.com.sun.ts.tests.jstl.spec.sql.query = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.sql.query
-build.com.sun.ts.tests.jstl.spec.sql.result = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.sql.result
-build.com.sun.ts.tests.jstl.spec.sql.setdatasource = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.sql.setdatasource
-build.com.sun.ts.tests.jstl.spec.sql.transaction = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.sql.transaction
-build.com.sun.ts.tests.jstl.spec.sql.update = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.sql.update
-build.com.sun.ts.tests.jstl.spec.xml.xconditional.xcwo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xconditional.xcwo
-build.com.sun.ts.tests.jstl.spec.xml.xconditional.xforeach = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xconditional.xforeach
-build.com.sun.ts.tests.jstl.spec.xml.xconditional.xif = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xconditional.xif
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.bindings = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xmlcore.bindings
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.parse = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xmlcore.parse
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.types = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xmlcore.types
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.xout = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xmlcore.xout
-build.com.sun.ts.tests.jstl.spec.xml.xmlcore.xset = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xmlcore.xset
-build.com.sun.ts.tests.jstl.spec.xml.xtransform.param = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xtransform.param
-build.com.sun.ts.tests.jstl.spec.xml.xtransform.transform = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jstl.spec.xml.xtransform.transform
-build.com.sun.ts.tests.jta.ee.usertransaction.begin = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jta.ee.usertransaction.begin
-build.com.sun.ts.tests.jta.ee.usertransaction.commit = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jta.ee.usertransaction.commit
-build.com.sun.ts.tests.jta.ee.usertransaction.getstatus = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jta.ee.usertransaction.getstatus
-build.com.sun.ts.tests.jta.ee.usertransaction.rollback = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jta.ee.usertransaction.rollback
-build.com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly
-build.com.sun.ts.tests.jta.ee.usertransaction.settransactiontimeout = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jta.ee.usertransaction.settransactiontimeout
-build.com.sun.ts.tests.samples.javamail.ee.transport = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.samples.javamail.ee.transport
-build.com.sun.ts.tests.samples.jdbc.ee.testConn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.samples.jdbc.ee.testConn
-build.com.sun.ts.tests.servlet.api.javax_servlet.asynccontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.asynccontext
-build.com.sun.ts.tests.servlet.api.javax_servlet.asyncevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.asyncevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.dispatchertype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.dispatchertype
-build.com.sun.ts.tests.servlet.api.javax_servlet.dofilter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.dofilter
-build.com.sun.ts.tests.servlet.api.javax_servlet.filter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.filter
-build.com.sun.ts.tests.servlet.api.javax_servlet.filterchain = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.filterchain
-build.com.sun.ts.tests.servlet.api.javax_servlet.filterconfig = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.filterconfig
-build.com.sun.ts.tests.servlet.api.javax_servlet.filterrequestdispatcher = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.filterrequestdispatcher
-build.com.sun.ts.tests.servlet.api.javax_servlet.genericservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.genericservlet
-build.com.sun.ts.tests.servlet.api.javax_servlet.registration = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.registration
-build.com.sun.ts.tests.servlet.api.javax_servlet.requestdispatcher = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.requestdispatcher
-build.com.sun.ts.tests.servlet.api.javax_servlet.scattributeevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.scattributeevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.scattributelistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.scattributelistener
-build.com.sun.ts.tests.servlet.api.javax_servlet.scevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.scevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.sclistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.sclistener
-build.com.sun.ts.tests.servlet.api.javax_servlet.servlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servlet
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletconfig = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletconfig
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletcontext
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletcontext30 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletcontext30
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletexception
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletinputstream = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletinputstream
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletoutputstream = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletoutputstream
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequest = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletrequest
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequest1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletrequest1
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequest30 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletrequest30
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequestwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletrequestwrapper
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletrequestwrapper30 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletrequestwrapper30
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletresponse = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletresponse
-build.com.sun.ts.tests.servlet.api.javax_servlet.servletresponsewrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.servletresponsewrapper
-build.com.sun.ts.tests.servlet.api.javax_servlet.singlethreadmodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.singlethreadmodel
-build.com.sun.ts.tests.servlet.api.javax_servlet.srattributeevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.srattributeevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.srattributelistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.srattributelistener
-build.com.sun.ts.tests.servlet.api.javax_servlet.srevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.srevent
-build.com.sun.ts.tests.servlet.api.javax_servlet.srlistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.srlistener
-build.com.sun.ts.tests.servlet.api.javax_servlet.unavailableexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet.unavailableexception
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.cookie = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.cookie
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservlet
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest1
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest30 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest30
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequestwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequestwrapper
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponse = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponse
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponse30 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponse30
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponsewrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponsewrapper
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponsewrapper30 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponsewrapper30
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsession = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpsession
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionattributelistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionattributelistener
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionbindingevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionbindingevent
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionbindinglistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionbindinglistener
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionevent
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionlistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionlistener
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionx = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionx
-build.com.sun.ts.tests.servlet.api.javax_servlet_http.sessioncookieconfig = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.api.javax_servlet_http.sessioncookieconfig
-build.com.sun.ts.tests.servlet.compat.LeadingSlash.WithLeadingSlash = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.compat.LeadingSlash.WithLeadingSlash
-build.com.sun.ts.tests.servlet.compat.LeadingSlash.WithoutLeadingSlash = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.compat.LeadingSlash.WithoutLeadingSlash
-build.com.sun.ts.tests.servlet.spec.annotationservlet.webfilter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.annotationservlet.webfilter
-build.com.sun.ts.tests.servlet.spec.annotationservlet.weblistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.annotationservlet.weblistener
-build.com.sun.ts.tests.servlet.spec.annotationservlet.webservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.annotationservlet.webservlet
-build.com.sun.ts.tests.servlet.spec.aordering = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.aordering
-build.com.sun.ts.tests.servlet.spec.async = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.async
-build.com.sun.ts.tests.servlet.spec.crosscontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.crosscontext
-build.com.sun.ts.tests.servlet.spec.defaultmapping = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.defaultmapping
-build.com.sun.ts.tests.servlet.spec.dir_struct = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.dir_struct
-build.com.sun.ts.tests.servlet.spec.errorpage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.errorpage
-build.com.sun.ts.tests.servlet.spec.errorpage1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.errorpage1
-build.com.sun.ts.tests.servlet.spec.fragment = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.fragment
-build.com.sun.ts.tests.servlet.spec.httpservletresponse = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.httpservletresponse
-build.com.sun.ts.tests.servlet.spec.i18n.encoding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.i18n.encoding
-build.com.sun.ts.tests.servlet.spec.listenerorder = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.listenerorder
-build.com.sun.ts.tests.servlet.spec.multifiltermapping = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.multifiltermapping
-build.com.sun.ts.tests.servlet.spec.protocols.http = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.protocols.http
-build.com.sun.ts.tests.servlet.spec.rdspecialchar = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.rdspecialchar
-build.com.sun.ts.tests.servlet.spec.requestdispatcher = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.requestdispatcher
-build.com.sun.ts.tests.servlet.spec.requestmap = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.requestmap
-build.com.sun.ts.tests.servlet.spec.security.annotations = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.security.annotations
-build.com.sun.ts.tests.servlet.spec.security.clientcert = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.security.clientcert
-build.com.sun.ts.tests.servlet.spec.security.clientcertanno = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.security.clientcertanno
-build.com.sun.ts.tests.servlet.spec.security.secbasic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.security.secbasic
-build.com.sun.ts.tests.servlet.spec.security.secform = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.security.secform
-build.com.sun.ts.tests.servlet.spec.servletmapping = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.servletmapping
-build.com.sun.ts.tests.servlet.spec.servletresponse = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.servletresponse
-build.com.sun.ts.tests.servlet.spec.srlistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.srlistener
-build.com.sun.ts.tests.servlet.spec.webapps.accesswebinf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.webapps.accesswebinf
-build.com.sun.ts.tests.servlet.spec.welcomefiles = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.servlet.spec.welcomefiles
-#build.com.sun.ts.tests.jaxrs.GroupOne = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus -j -sql skip com.sun.ts.tests.jaxrs.api.rs_core.uriBuilderTest
-#build.com.sun.ts.tests.jaxrs.GroupTwo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee-plus -j -sql skip com.sun.ts.tests.jaxrs.api.rs_core.cacheControlTest com.sun.ts.tests.jaxrs.api.rs_core.cookieTest com.sun.ts.tests.jaxrs.api.rs_core.entityTagTest com.sun.ts.tests.jaxrs.api.rs_core.genericEntityTest com.sun.ts.tests.jaxrs.api.rs_core.mediaTypeTest com.sun.ts.tests.jaxrs.api.rs_core.newCookieTest com.sun.ts.tests.jaxrs.api.rs_core.responseCTest com.sun.ts.tests.jaxrs.api. [...]
diff --git a/profiles/web/webprofile.properties b/profiles/web/webprofile.properties
deleted file mode 100644
index d7a2a7f..0000000
--- a/profiles/web/webprofile.properties
+++ /dev/null
@@ -1,843 +0,0 @@
-project.name= webprofile-7.x
-project.version= 7.0.4-SNAPSHOT
-project.id= 71
-project.jdk = jdk7
-project.cron = * 04 45
-project.scmUrl = scm:svn:https://svn.apache.org/repos/tck/tomee-tck/trunk
-project.buildFile= runtests
-include.f.javatest.log= target/logs/javatest.log
-include.d.logs=.*target/(apache|openejb).*/logs/.*
-#include.d.results= .*.jtr
-header.webcontainer= tomee
-order = ejb30.persistence.criteriaapi, ejb30.lite.singleton.concurrency, ejb30.lite.stateful.timeout, random
-
-build.com.sun.ts.tests.ejb30.lite.appexception.singleton.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.singleton.annotated
-build.com.sun.ts.tests.ejb30.lite.appexception.singleton.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.singleton.inheritance
-build.com.sun.ts.tests.ejb30.lite.appexception.stateful.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.stateful.annotated
-build.com.sun.ts.tests.ejb30.lite.appexception.stateful.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.stateful.inheritance
-build.com.sun.ts.tests.ejb30.lite.appexception.stateless.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.stateless.annotated
-build.com.sun.ts.tests.ejb30.lite.appexception.stateless.override = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.appexception.stateless.override
-build.com.sun.ts.tests.ejb30.lite.basic.mock = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.basic.mock
-build.com.sun.ts.tests.ejb30.lite.basic.singleton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.basic.singleton
-build.com.sun.ts.tests.ejb30.lite.basic.stateful = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.basic.stateful
-build.com.sun.ts.tests.ejb30.lite.basic.stateless = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.basic.stateless
-build.com.sun.ts.tests.ejb30.lite.ejbcontext.stateless = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.ejbcontext.stateless
-build.com.sun.ts.tests.ejb30.lite.enventry.singleton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.enventry.singleton
-build.com.sun.ts.tests.ejb30.lite.enventry.stateful = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.enventry.stateful
-build.com.sun.ts.tests.ejb30.lite.enventry.stateless = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.enventry.stateless
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.annotated
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.interceptor.singleton.business.descriptor
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.invocationcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.interceptor.singleton.invocationcontext
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.annotated
-build.com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.descriptor
-build.com.sun.ts.tests.ejb30.lite.lookup.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.lookup.annotated
-build.com.sun.ts.tests.ejb30.lite.lookup.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.lookup.descriptor
-build.com.sun.ts.tests.ejb30.lite.nointerface.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.nointerface.annotated
-build.com.sun.ts.tests.ejb30.lite.nointerface.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.nointerface.descriptor
-build.com.sun.ts.tests.ejb30.lite.packaging.embed.provider = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.embed.provider
-build.com.sun.ts.tests.ejb30.lite.packaging.war.datasource.singleton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.datasource.singleton
-build.com.sun.ts.tests.ejb30.lite.packaging.war.datasource.stateful = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.datasource.stateful
-build.com.sun.ts.tests.ejb30.lite.packaging.war.enventry = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.enventry
-build.com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.business = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.business
-build.com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.invocationcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.invocationcontext
-build.com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.lifecycle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.lifecycle
-build.com.sun.ts.tests.ejb30.lite.packaging.war.servletcontextlistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.servletcontextlistener
-build.com.sun.ts.tests.ejb30.lite.packaging.war.webinflib = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.packaging.war.webinflib
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.bean = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.bean
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.accesstimeout = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.accesstimeout
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList1_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList1_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedLinkedList2_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedLinkedList2_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum1_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum1_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSum2_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSum2_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors1_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors1_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.lockedSumFromInterceptors2_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated.Client#lockedSumFromInterceptors2_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.inheritance
-build.com.sun.ts.tests.ejb30.lite.singleton.dependson.graph = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.dependson.graph
-build.com.sun.ts.tests.ejb30.lite.singleton.dependson.triangle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.dependson.triangle
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.bean = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.bean
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.differentInterceptorInstance_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#differentInterceptorInstance_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionA_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionA_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.noDestructionAfterSystemExceptionC_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#noDestructionAfterSystemExceptionC_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceA_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceA_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejblitejsf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejblitejsf
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejbliteservlet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejbliteservlet
-build.com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.sameInterceptorInstanceC_from_ejbliteservlet2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.singleton.lifecycle.interceptor.Client#sameInterceptorInstanceC_from_ejbliteservlet2
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.annotated
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.concurrency.accesstimeout.descriptor
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.annotated
-build.com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.descriptor = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.concurrency.metadata.descriptor
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.dayUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#dayUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.dayUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#dayUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitNoInterface_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.defaultUnitNoInterface_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#defaultUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.hourUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#hourUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.hourUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#hourUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.microsecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#microsecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.microsecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#microsecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.millisecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#millisecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.millisecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#millisecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.minus1Timeout_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#minus1Timeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.minus1Timeout_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#minus1Timeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.nanosecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#nanosecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.nanosecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#nanosecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitNoInterface_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.secondUnitNoInterface_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#secondUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.zeroTimeout_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#zeroTimeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.zeroTimeout_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.annotated.Client#zeroTimeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.dayUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#dayUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.dayUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#dayUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitNoInterface_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.defaultUnitNoInterface_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#defaultUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.hourUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#hourUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.hourUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#hourUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.microsecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#microsecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.microsecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#microsecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.millisecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#millisecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.millisecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#millisecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.minus1Timeout_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#minus1Timeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.minus1Timeout_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#minus1Timeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.nanosecondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#nanosecondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.nanosecondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#nanosecondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitLocal_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitLocal_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitLocal_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitLocal_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitNoInterface_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitNoInterface_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.secondUnitNoInterface_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#secondUnitNoInterface_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.zeroTimeout_from_ejbembed = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#zeroTimeout_from_ejbembed
-build.com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.zeroTimeout_from_ejblitejsp = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.stateful.timeout.descriptor.Client#zeroTimeout_from_ejblitejsp
-build.com.sun.ts.tests.ejb30.lite.tx.bm.singleton.rw = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.bm.singleton.rw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.annotated
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.inheritance
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.mandatory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#mandatory
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.postConstructTransaction = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#postConstructTransaction
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.required = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#required
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.requiredNoExistingTransaction = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#requiredNoExistingTransaction
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.requiresNew = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#requiresNew
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.supports = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.rw.Client#supports
-build.com.sun.ts.tests.ejb30.lite.tx.cm.singleton.webrw = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.singleton.webrw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateful.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateful.annotated
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateful.rw = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateful.rw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateful.sessionsync = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateful.sessionsync
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateless.annotated
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateless.inheritance
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.rw = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateless.rw
-build.com.sun.ts.tests.ejb30.lite.tx.cm.stateless.webrw = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.tx.cm.stateless.webrw
-build.com.sun.ts.tests.ejb30.lite.view.equals = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.view.equals
-build.com.sun.ts.tests.ejb30.lite.view.singleton.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.view.singleton.annotated
-build.com.sun.ts.tests.ejb30.lite.view.stateful.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.view.stateful.annotated
-build.com.sun.ts.tests.ejb30.lite.view.stateless.annotated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.lite.view.stateless.annotated
-build.com.sun.ts.tests.ejb30.persistence.annotations.access.field = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.access.field
-build.com.sun.ts.tests.ejb30.persistence.annotations.access.mappedsc = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.access.mappedsc
-build.com.sun.ts.tests.ejb30.persistence.annotations.access.property = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.access.property
-build.com.sun.ts.tests.ejb30.persistence.annotations.assocoverride = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.assocoverride
-build.com.sun.ts.tests.ejb30.persistence.annotations.basic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.basic
-build.com.sun.ts.tests.ejb30.persistence.annotations.collectiontable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.collectiontable
-build.com.sun.ts.tests.ejb30.persistence.annotations.elementcollection = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.elementcollection
-build.com.sun.ts.tests.ejb30.persistence.annotations.embeddable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.embeddable
-build.com.sun.ts.tests.ejb30.persistence.annotations.entity = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.entity
-build.com.sun.ts.tests.ejb30.persistence.annotations.lob = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.lob
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkey = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.mapkey
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkeyclass = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.mapkeyclass
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkeycolumn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.mapkeycolumn
-build.com.sun.ts.tests.ejb30.persistence.annotations.mapkeyjoincolumn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.mapkeyjoincolumn
-build.com.sun.ts.tests.ejb30.persistence.annotations.mappedbyid = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.mappedbyid
-build.com.sun.ts.tests.ejb30.persistence.annotations.nativequery = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.nativequery
-build.com.sun.ts.tests.ejb30.persistence.annotations.onexmanyuni = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.onexmanyuni
-build.com.sun.ts.tests.ejb30.persistence.annotations.orderby = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.orderby
-build.com.sun.ts.tests.ejb30.persistence.annotations.ordercolumn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.annotations.ordercolumn
-build.com.sun.ts.tests.ejb30.persistence.basic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.basic
-build.com.sun.ts.tests.ejb30.persistence.cache = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.cache
-build.com.sun.ts.tests.ejb30.persistence.callback.inheritance = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.callback.inheritance
-build.com.sun.ts.tests.ejb30.persistence.callback.listener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.callback.listener
-build.com.sun.ts.tests.ejb30.persistence.callback.listeneroverride = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.callback.listeneroverride
-build.com.sun.ts.tests.ejb30.persistence.callback.method = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.callback.method
-build.com.sun.ts.tests.ejb30.persistence.callback.methodoverride = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.callback.methodoverride
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.abstractquery = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.criteriaapi.abstractquery
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.criteriaquery = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.criteriaapi.criteriaquery
-#hangs
-#build.com.sun.ts.tests.ejb30.persistence.criteriaapi.metamodelquery = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.criteriaapi.metamodelquery
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.querybuilder = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.criteriaapi.querybuilder
-build.com.sun.ts.tests.ejb30.persistence.criteriaapi.strquery = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.criteriaapi.strquery
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex1a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex1a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex1b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex1b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex2a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex2a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex2b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex2b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex3a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex3a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex3b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex3b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex4a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex4a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex4b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex4b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex5a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex5a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex5b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex5b
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex6a = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex6a
-build.com.sun.ts.tests.ejb30.persistence.derivedid.ex6b = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.derivedid.ex6b
-build.com.sun.ts.tests.ejb30.persistence.entityManagerClose = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entityManagerClose
-build.com.sun.ts.tests.ejb30.persistence.entitytest.apitests = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.apitests
-build.com.sun.ts.tests.ejb30.persistence.entitytest.bigdecimal = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.bigdecimal
-build.com.sun.ts.tests.ejb30.persistence.entitytest.biginteger = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.biginteger
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.basic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.detach.basic
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.basic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.persist.basic
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmanyFetchEager = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmanyFetchEager
-build.com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXone
-build.com.sun.ts.tests.ejb30.persistence.entitytest.remove.basic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.remove.basic
-build.com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXmany
-build.com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXone
-build.com.sun.ts.tests.ejb30.persistence.exceptions = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.exceptions
-build.com.sun.ts.tests.ejb30.persistence.inheritance.abstractentity = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.inheritance.abstractentity
-build.com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.annotation = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.annotation
-build.com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.descriptors = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.descriptors
-build.com.sun.ts.tests.ejb30.persistence.inheritance.nonentity = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.inheritance.nonentity
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.attribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.attribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.basictype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.basictype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.bindable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.bindable
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.collectionattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.collectionattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.embeddabletype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.embeddabletype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.entitytype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.entitytype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.identifiabletype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.identifiabletype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.listattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.listattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.managedtype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.managedtype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.mapattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.mapattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.mappedsuperclasstype = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.mappedsuperclasstype
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.metamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.metamodel
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.pluralattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.pluralattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.setattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.setattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.singularattribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.singularattribute
-build.com.sun.ts.tests.ejb30.persistence.metamodelapi.type = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.metamodelapi.type
-build.com.sun.ts.tests.ejb30.persistence.nestedembedding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.nestedembedding
-build.com.sun.ts.tests.ejb30.persistence.override.attributeoverride = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.attributeoverride
-build.com.sun.ts.tests.ejb30.persistence.override.callbacklistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.callbacklistener
-build.com.sun.ts.tests.ejb30.persistence.override.embeddable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.embeddable
-build.com.sun.ts.tests.ejb30.persistence.override.entity = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.entity
-build.com.sun.ts.tests.ejb30.persistence.override.entitylistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.entitylistener
-build.com.sun.ts.tests.ejb30.persistence.override.joincolumn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.joincolumn
-build.com.sun.ts.tests.ejb30.persistence.override.manytomany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.manytomany
-build.com.sun.ts.tests.ejb30.persistence.override.mapkey = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.mapkey
-build.com.sun.ts.tests.ejb30.persistence.override.nocallbacklistener = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.nocallbacklistener
-build.com.sun.ts.tests.ejb30.persistence.override.table = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.override.table
-build.com.sun.ts.tests.ejb30.persistence.query.apitests = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.query.apitests
-build.com.sun.ts.tests.ejb30.persistence.query.flushmode = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.query.flushmode
-build.com.sun.ts.tests.ejb30.persistence.query.language = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.query.language
-build.com.sun.ts.tests.ejb30.persistence.relationship.annotations = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.annotations
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxone
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidironexmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.bidironexmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.bidironexone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.bidironexone
-build.com.sun.ts.tests.ejb30.persistence.relationship.defaults = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.defaults
-build.com.sun.ts.tests.ejb30.persistence.relationship.descriptors = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.descriptors
-build.com.sun.ts.tests.ejb30.persistence.relationship.unimanyxmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.unimanyxmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.unimanyxone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.unimanyxone
-build.com.sun.ts.tests.ejb30.persistence.relationship.unionexmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.unionexmany
-build.com.sun.ts.tests.ejb30.persistence.relationship.unionexone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.relationship.unionexone
-build.com.sun.ts.tests.ejb30.persistence.types.auto = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.types.auto
-build.com.sun.ts.tests.ejb30.persistence.types.field = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.types.field
-build.com.sun.ts.tests.ejb30.persistence.types.generator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.types.generator
-build.com.sun.ts.tests.ejb30.persistence.types.primarykey.compound = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.types.primarykey.compound
-build.com.sun.ts.tests.ejb30.persistence.types.property = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.types.property
-build.com.sun.ts.tests.ejb30.persistence.versioning = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.ejb30.persistence.versioning
-build.com.sun.ts.tests.el.api.javax_el.arrayelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.arrayelresolver
-build.com.sun.ts.tests.el.api.javax_el.beanelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.beanelresolver
-build.com.sun.ts.tests.el.api.javax_el.compositeelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.compositeelresolver
-build.com.sun.ts.tests.el.api.javax_el.elresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.elresolver
-build.com.sun.ts.tests.el.api.javax_el.expression = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.expression
-build.com.sun.ts.tests.el.api.javax_el.expressionfactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.expressionfactory
-build.com.sun.ts.tests.el.api.javax_el.functionmapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.functionmapper
-build.com.sun.ts.tests.el.api.javax_el.listelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.listelresolver
-build.com.sun.ts.tests.el.api.javax_el.mapelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.mapelresolver
-build.com.sun.ts.tests.el.api.javax_el.methodexpression = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.methodexpression
-build.com.sun.ts.tests.el.api.javax_el.methodinfo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.methodinfo
-build.com.sun.ts.tests.el.api.javax_el.resourcebundleelresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.resourcebundleelresolver
-build.com.sun.ts.tests.el.api.javax_el.valueexpression = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.valueexpression
-build.com.sun.ts.tests.el.api.javax_el.variablemapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.api.javax_el.variablemapper
-build.com.sun.ts.tests.el.spec.binaryoperator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.binaryoperator
-build.com.sun.ts.tests.el.spec.coercion = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.coercion
-build.com.sun.ts.tests.el.spec.conditionaloperator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.conditionaloperator
-build.com.sun.ts.tests.el.spec.emptyoperator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.emptyoperator
-build.com.sun.ts.tests.el.spec.language = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.language
-build.com.sun.ts.tests.el.spec.literal = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.literal
-build.com.sun.ts.tests.el.spec.mapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.mapper
-build.com.sun.ts.tests.el.spec.operatorprecedence = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.operatorprecedence
-build.com.sun.ts.tests.el.spec.relationaloperator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.relationaloperator
-build.com.sun.ts.tests.el.spec.unaryoperator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.el.spec.unaryoperator
-build.com.sun.ts.tests.javamail.ee.internetaddress = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.javamail.ee.internetaddress
-build.com.sun.ts.tests.javamail.ee.mimemessage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.javamail.ee.mimemessage
-build.com.sun.ts.tests.javamail.ee.multipart = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.javamail.ee.multipart
-build.com.sun.ts.tests.javamail.ee.transport = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.javamail.ee.transport
-build.com.sun.ts.tests.jdbc.ee.batchUpdate = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.batchUpdate
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt1
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt10 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt10
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt11 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt11
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt12 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt12
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt13 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt13
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt14 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt14
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt15 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt15
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt16 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt16
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt17 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt17
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt18 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt18
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt19 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt19
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt2
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt20 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt20
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt21 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt21
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt22 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt22
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt3
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt4 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt4
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt5 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt5
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt6 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt6
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt7 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt7
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt8 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt8
-build.com.sun.ts.tests.jdbc.ee.callStmt.callStmt9 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.callStmt.callStmt9
-build.com.sun.ts.tests.jdbc.ee.connection.connection1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.connection.connection1
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dateTime.dateTime1
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dateTime.dateTime2
-build.com.sun.ts.tests.jdbc.ee.dateTime.dateTime3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dateTime.dateTime3
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta1
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta10 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta10
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta11 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta11
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta12 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta12
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta2
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta3
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta4 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta4
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta5 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta5
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta6 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta6
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta7 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta7
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta8 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta8
-build.com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta9 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.dbMeta.dbMeta9
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar1
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar2
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar3
-build.com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar4 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.escapeSyntax.scalar4
-build.com.sun.ts.tests.jdbc.ee.exception.batUpdExcept = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.exception.batUpdExcept
-build.com.sun.ts.tests.jdbc.ee.exception.sqlException = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.exception.sqlException
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt1
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt10 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt10
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt11 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt11
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt12 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt12
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt13 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt13
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt14 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt14
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt15 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt15
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt16 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt16
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt2
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt3
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt4 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt4
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt5 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt5
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt6 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt6
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt7 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt7
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt8 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt8
-build.com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt9 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.prepStmt.prepStmt9
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet1
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet10 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet10
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet11 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet11
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet14 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet14
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet17 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet17
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet18 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet18
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet41 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet41
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet45 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet45
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet47 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet47
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet49 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet49
-build.com.sun.ts.tests.jdbc.ee.resultSet.resultSet7 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.resultSet.resultSet7
-build.com.sun.ts.tests.jdbc.ee.rsMeta = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.rsMeta
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt1 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.stmt.stmt1
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt2 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.stmt.stmt2
-build.com.sun.ts.tests.jdbc.ee.stmt.stmt3 = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jdbc.ee.stmt.stmt3
-build.com.sun.ts.tests.jsf.api.javax_faces.application.application = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.application
-build.com.sun.ts.tests.jsf.api.javax_faces.application.applicationfactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.applicationfactory
-build.com.sun.ts.tests.jsf.api.javax_faces.application.applicationISE = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.applicationISE
-build.com.sun.ts.tests.jsf.api.javax_faces.application.applicationwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.applicationwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.facesmessage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.facesmessage
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resource = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.resource
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandler = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandler
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerEx = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerEx
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.resourcewrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.resourcewrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.statemanager = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.statemanager
-build.com.sun.ts.tests.jsf.api.javax_faces.application.statemanagerwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.statemanagerwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.application.viewhandler = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.viewhandler
-build.com.sun.ts.tests.jsf.api.javax_faces.application.viewhandlerwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.application.viewhandlerwrapper
-build.com.sun.ts.tests.jsf.api.javax_faces.component.annotation = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.annotation
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandbutton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandbutton
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandlink = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandlink
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmldatatable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmldatatable
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlform = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlform
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlgraphicimage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlgraphicimage
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputhidden = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputhidden
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputsecret = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputsecret
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtext
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtextarea = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtextarea
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessage
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessages = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlmessages
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetbutton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetbutton
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetlink = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutcometargetlink
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputformat = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputformat
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlabel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlabel
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlink = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputlink
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputtext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmloutputtext
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgrid = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgrid
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgroup = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlpanelgroup
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectbooleancheckbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectbooleancheckbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanycheckbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanycheckbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanylistbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanylistbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanymenu = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectmanymenu
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonelistbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonelistbox
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonemenu = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectonemenu
-build.com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectoneradio = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlselectoneradio
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uicolumn = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uicolumn
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uicommand = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uicommand
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uidata = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uidata
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiform = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiform
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uigraphic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uigraphic
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiinput = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiinput
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uimessage = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uimessage
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uimessages = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uimessages
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uinamingcontainer = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uinamingcontainer
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uioutcometarget = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uioutcometarget
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uioutput = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uioutput
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uipanel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uipanel
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiparameter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiparameter
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectboolean = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiselectboolean
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitem = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitem
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitems = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitems
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectmany = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiselectmany
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiselectone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiselectone
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiviewparameter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiviewparameter
-build.com.sun.ts.tests.jsf.api.javax_faces.component.uiviewroot = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.component.uiviewroot
-build.com.sun.ts.tests.jsf.api.javax_faces.context.externalcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.context.externalcontext
-build.com.sun.ts.tests.jsf.api.javax_faces.context.facescontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.context.facescontext
-build.com.sun.ts.tests.jsf.api.javax_faces.context.facescontextfactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.context.facescontextfactory
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.bigdecimalconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.bigdecimalconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.bigintegerconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.bigintegerconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.booleanconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.booleanconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.byteconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.byteconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.characterconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.characterconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.datetimeconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.datetimeconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.doubleconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.doubleconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.enumconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.enumconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.floatconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.floatconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.integerconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.integerconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.longconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.longconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.numberconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.numberconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.convert.shortconverter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.convert.shortconverter
-build.com.sun.ts.tests.jsf.api.javax_faces.el.evaluationexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.evaluationexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.methodbinding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.methodbinding
-build.com.sun.ts.tests.jsf.api.javax_faces.el.methodnotfoundexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.methodnotfoundexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.propertynotfoundexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.propertynotfoundexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.propertyresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.propertyresolver
-build.com.sun.ts.tests.jsf.api.javax_faces.el.referencesyntaxexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.referencesyntaxexception
-build.com.sun.ts.tests.jsf.api.javax_faces.el.valuebinding = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.valuebinding
-build.com.sun.ts.tests.jsf.api.javax_faces.el.variableresolver = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.el.variableresolver
-build.com.sun.ts.tests.jsf.api.javax_faces.event.abortprocessingexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.abortprocessingexception
-build.com.sun.ts.tests.jsf.api.javax_faces.event.actionevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.actionevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.ajaxbehaviorevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.ajaxbehaviorevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedeventcontext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedeventcontext
-build.com.sun.ts.tests.jsf.api.javax_faces.event.facesevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.facesevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postaddtoviewevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.postaddtoviewevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postconstructapplicationevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.postconstructapplicationevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postconstructviewmapevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.postconstructviewmapevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postrestorestateevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.postrestorestateevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.postvalidateevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.postvalidateevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.predestroyapplicationevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.predestroyapplicationevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.predestroyviewmapevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.predestroyviewmapevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.preremovefromviewevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.preremovefromviewevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.prerendercomponentevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.prerendercomponentevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.prevalidateevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.prevalidateevent
-build.com.sun.ts.tests.jsf.api.javax_faces.event.valuechangeevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.event.valuechangeevent
-build.com.sun.ts.tests.jsf.api.javax_faces.facesexception = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.facesexception
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfig = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfig
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfiglast = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.altfacesconfiglast
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.decorated = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.decorated
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.factoryfinder = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.factoryfinder
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainf
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainflast = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainflast
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.service = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.service
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.webinf = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.webinf
-build.com.sun.ts.tests.jsf.api.javax_faces.factoryfinderrelease = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.factoryfinderrelease
-build.com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecycle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecycle
-build.com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecyclefactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecyclefactory
-build.com.sun.ts.tests.jsf.api.javax_faces.model.arraydatamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.arraydatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.datamodelevent = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.datamodelevent
-build.com.sun.ts.tests.jsf.api.javax_faces.model.listdatamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.listdatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.resultdatamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.resultdatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.resultsetdatamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.resultsetdatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.scalardatamodel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.scalardatamodel
-build.com.sun.ts.tests.jsf.api.javax_faces.model.selectitem = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.selectitem
-build.com.sun.ts.tests.jsf.api.javax_faces.model.selectitemgroup = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.model.selectitemgroup
-build.com.sun.ts.tests.jsf.api.javax_faces.render.renderkit = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.render.renderkit
-build.com.sun.ts.tests.jsf.api.javax_faces.render.renderkitfactory = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.render.renderkitfactory
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.beanvalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.validator.beanvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.doublerangevalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.validator.doublerangevalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.lengthvalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.validator.lengthvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.longrangevalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.validator.longrangevalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.methodexpressionvalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.validator.methodexpressionvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.validator.regexvalidator = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.validator.regexvalidator
-build.com.sun.ts.tests.jsf.api.javax_faces.view.location = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.api.javax_faces.view.location
-build.com.sun.ts.tests.jsf.spec.ajax.keyword = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.ajax.keyword
-build.com.sun.ts.tests.jsf.spec.ajax.tagwrapper = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.ajax.tagwrapper
-build.com.sun.ts.tests.jsf.spec.appconfigresources.absolute_ordering = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.appconfigresources.absolute_ordering
-build.com.sun.ts.tests.jsf.spec.appconfigresources.relative_ordering = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.appconfigresources.relative_ordering
-build.com.sun.ts.tests.jsf.spec.appconfigresources.startupbehavior = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.appconfigresources.startupbehavior
-build.com.sun.ts.tests.jsf.spec.composite.actionsource = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.actionsource
-build.com.sun.ts.tests.jsf.spec.composite.attribute = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.attribute
-build.com.sun.ts.tests.jsf.spec.composite.editablevalueholder = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.editablevalueholder
-build.com.sun.ts.tests.jsf.spec.composite.facet = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.facet
-build.com.sun.ts.tests.jsf.spec.composite.insertchildren = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.insertchildren
-build.com.sun.ts.tests.jsf.spec.composite.packaging.classpath = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.packaging.classpath
-build.com.sun.ts.tests.jsf.spec.composite.packaging.webapproot = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.packaging.webapproot
-build.com.sun.ts.tests.jsf.spec.composite.valueholder = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.composite.valueholder
-build.com.sun.ts.tests.jsf.spec.coretags.selectitems = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.coretags.selectitems
-build.com.sun.ts.tests.jsf.spec.el.elresolvers = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.el.elresolvers
-build.com.sun.ts.tests.jsf.spec.el.managedbean.ee = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.el.managedbean.ee
-build.com.sun.ts.tests.jsf.spec.el.managedbean.standalone = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.el.managedbean.standalone
-build.com.sun.ts.tests.jsf.spec.jstl.cwo = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.cwo
-build.com.sun.ts.tests.jsf.spec.jstl.fncontains = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fncontains
-build.com.sun.ts.tests.jsf.spec.jstl.fncontainsignore = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fncontainsignore
-build.com.sun.ts.tests.jsf.spec.jstl.fnendswith = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnendswith
-build.com.sun.ts.tests.jsf.spec.jstl.fnescapexml = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnescapexml
-build.com.sun.ts.tests.jsf.spec.jstl.fnindexof = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnindexof
-build.com.sun.ts.tests.jsf.spec.jstl.fnjoin = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnjoin
-build.com.sun.ts.tests.jsf.spec.jstl.fnlength = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnlength
-build.com.sun.ts.tests.jsf.spec.jstl.fnreplace = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnreplace
-build.com.sun.ts.tests.jsf.spec.jstl.fnsplit = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnsplit
-build.com.sun.ts.tests.jsf.spec.jstl.fnstartswith = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnstartswith
-build.com.sun.ts.tests.jsf.spec.jstl.fnsubstring = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnsubstring
-build.com.sun.ts.tests.jsf.spec.jstl.fnsubstringafter = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnsubstringafter
-build.com.sun.ts.tests.jsf.spec.jstl.fnsubstringbefore = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fnsubstringbefore
-build.com.sun.ts.tests.jsf.spec.jstl.fntolowercase = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fntolowercase
-build.com.sun.ts.tests.jsf.spec.jstl.fntouppercase = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fntouppercase
-build.com.sun.ts.tests.jsf.spec.jstl.fntrim = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.fntrim
-build.com.sun.ts.tests.jsf.spec.jstl.foreachtag = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.foreachtag
-build.com.sun.ts.tests.jsf.spec.jstl.iftag = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.jstl.iftag
-build.com.sun.ts.tests.jsf.spec.navigation = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.navigation
-build.com.sun.ts.tests.jsf.spec.render.body = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.body
-build.com.sun.ts.tests.jsf.spec.render.booleancheckbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.booleancheckbox
-build.com.sun.ts.tests.jsf.spec.render.commandbutton = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.commandbutton
-build.com.sun.ts.tests.jsf.spec.render.commandlink = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.commandlink
-build.com.sun.ts.tests.jsf.spec.render.datatable = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.datatable
-build.com.sun.ts.tests.jsf.spec.render.form = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.form
-build.com.sun.ts.tests.jsf.spec.render.graphic = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.graphic
-build.com.sun.ts.tests.jsf.spec.render.grid = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.grid
-build.com.sun.ts.tests.jsf.spec.render.head = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.head
-build.com.sun.ts.tests.jsf.spec.render.hidden = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.hidden
-build.com.sun.ts.tests.jsf.spec.render.inputtext = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.inputtext
-build.com.sun.ts.tests.jsf.spec.render.manycheckbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.manycheckbox
-build.com.sun.ts.tests.jsf.spec.render.manylistbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.manylistbox
-build.com.sun.ts.tests.jsf.spec.render.manymenu = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.manymenu
-build.com.sun.ts.tests.jsf.spec.render.message = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.message
-build.com.sun.ts.tests.jsf.spec.render.messages = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.messages
-build.com.sun.ts.tests.jsf.spec.render.onelistbox = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.onelistbox
-build.com.sun.ts.tests.jsf.spec.render.onemenu = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.onemenu
-build.com.sun.ts.tests.jsf.spec.render.oneradio = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.oneradio
-build.com.sun.ts.tests.jsf.spec.render.outputformat = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.outputformat
-build.com.sun.ts.tests.jsf.spec.render.outputlabel = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.outputlabel
-build.com.sun.ts.tests.jsf.spec.render.outputlink = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.outputlink
-build.com.sun.ts.tests.jsf.spec.render.outputscript = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.outputscript
-build.com.sun.ts.tests.jsf.spec.render.outputstyle = -Dhttps.protocols=TLSv1.1,TLSv1.2 --env -nc -c -U -w tomee com.sun.ts.tests.jsf.spec.render.outputstyle
... 254 lines suppressed ...