This is an automated email from the ASF dual-hosted git repository. jlmonteiro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomee-tck.git
commit 4bfd21bf50d0d1ecabf7f70a6cb3d323836f8aeb Author: Jean-Louis Monteiro <[email protected]> AuthorDate: Wed Jul 31 22:29:29 2019 +0200 Updated version of all packages --- generate-section-packages.sh | 3 +- sections.packages | 1547 ++++++++++++++++++++++++++++-------------- 2 files changed, 1029 insertions(+), 521 deletions(-) diff --git a/generate-section-packages.sh b/generate-section-packages.sh index 7fa5c1a..f1c6a8f 100755 --- a/generate-section-packages.sh +++ b/generate-section-packages.sh @@ -1,5 +1,6 @@ #!/bin/bash -TCK_HOME="$(perl -ne 'print if s/.*<javaee6.cts.home>(.*)<.*/$1/' $HOME/.m2/settings.xml)" +TCK_HOME="$(perl -ne 'print if s/.*<javaee8.cts.home>(.*)<.*/$1/' $HOME/.m2/settings.xml)" find $TCK_HOME/src/com/sun/ts/tests -name '*.java' -exec perl -ne 'print if s/^package +(.*);.*/$1/;' {} \; | egrep -v '\.common($|\.)'| sort | uniq +find $TCK_HOME/src/com/ibm/jbatch/tck -name '*.java' -exec perl -ne 'print if s/^package +(.*);.*/$1/;' {} \; | egrep -v '\.common($|\.)'| sort | uniq diff --git a/sections.packages b/sections.packages index 86d415c..906e283 100644 --- a/sections.packages +++ b/sections.packages @@ -13,6 +13,7 @@ com.sun.ts.tests.appclient.deploy.ejbref.single com.sun.ts.tests.appclient.deploy.enventry.casesens com.sun.ts.tests.appclient.deploy.enventry.scope com.sun.ts.tests.appclient.deploy.enventry.single +com.sun.ts.tests.appclient.deploy.metadatacomplete.testapp com.sun.ts.tests.appclient.deploy.resref.casesens com.sun.ts.tests.appclient.deploy.resref.scope com.sun.ts.tests.appclient.deploy.resref.single @@ -59,6 +60,34 @@ com.sun.ts.tests.compat12.ejb.jspejbjdbc com.sun.ts.tests.compat12.ejb.sec com.sun.ts.tests.compat13.ejb.oneXmany com.sun.ts.tests.compat13.ejb.tx +com.sun.ts.tests.concurrency.api.AbortedException +com.sun.ts.tests.concurrency.api.ContextService +com.sun.ts.tests.concurrency.api.LastExecution +com.sun.ts.tests.concurrency.api.ManageableThread +com.sun.ts.tests.concurrency.api.ManagedExecutors +com.sun.ts.tests.concurrency.api.ManagedScheduledExecutorService +com.sun.ts.tests.concurrency.api.ManagedTask +com.sun.ts.tests.concurrency.api.ManagedTaskListener +com.sun.ts.tests.concurrency.api.SkippedException +com.sun.ts.tests.concurrency.api.Trigger +com.sun.ts.tests.concurrency.spec.ContextService.contextPropagate +com.sun.ts.tests.concurrency.spec.ContextService.contextPropagate_servlet +com.sun.ts.tests.concurrency.spec.ContextService.tx +com.sun.ts.tests.concurrency.spec.ManagedExecutorService.inheritedapi +com.sun.ts.tests.concurrency.spec.ManagedExecutorService.managed.forbiddenapi +com.sun.ts.tests.concurrency.spec.ManagedExecutorService.managed_servlet.forbiddenapi +com.sun.ts.tests.concurrency.spec.ManagedExecutorService.security +com.sun.ts.tests.concurrency.spec.ManagedExecutorService.tx +com.sun.ts.tests.concurrency.spec.ManagedScheduledExecutorService.inheritedapi +com.sun.ts.tests.concurrency.spec.ManagedScheduledExecutorService.inheritedapi_servlet +com.sun.ts.tests.concurrency.spec.ManagedScheduledExecutorService.managed.forbiddenapi +com.sun.ts.tests.concurrency.spec.ManagedScheduledExecutorService.managed.forbiddenapi_servlet +com.sun.ts.tests.concurrency.spec.ManagedScheduledExecutorService.security +com.sun.ts.tests.concurrency.spec.ManagedScheduledExecutorService.tx +com.sun.ts.tests.concurrency.spec.ManagedThreadFactory.apitests +com.sun.ts.tests.concurrency.spec.ManagedThreadFactory.context +com.sun.ts.tests.concurrency.spec.ManagedThreadFactory.context_servlet +com.sun.ts.tests.concurrency.spec.ManagedThreadFactory.tx com.sun.ts.tests.connector.annotations.anno com.sun.ts.tests.connector.annotations.mdcomplete com.sun.ts.tests.connector.annotations.partialanno @@ -82,6 +111,9 @@ com.sun.ts.tests.connector.noTx.event com.sun.ts.tests.connector.noTx.lifecycle com.sun.ts.tests.connector.noTx.security com.sun.ts.tests.connector.noTx.workmgt +com.sun.ts.tests.connector.permissiondd +com.sun.ts.tests.connector.resourceDefs.ejb +com.sun.ts.tests.connector.resourceDefs.servlet com.sun.ts.tests.connector.util com.sun.ts.tests.connector.xa.compat com.sun.ts.tests.connector.xa.connection @@ -466,6 +498,15 @@ com.sun.ts.tests.ejb30.assembly.librarydirectory.disable com.sun.ts.tests.ejb30.assembly.mbean.appclient com.sun.ts.tests.ejb30.assembly.metainf.appclientejb com.sun.ts.tests.ejb30.assembly.metainfandlibdir +com.sun.ts.tests.ejb30.bb.async.singleton.annotated +com.sun.ts.tests.ejb30.bb.async.singleton.descriptor +com.sun.ts.tests.ejb30.bb.async.singleton.metadata +com.sun.ts.tests.ejb30.bb.async.stateful.annotated +com.sun.ts.tests.ejb30.bb.async.stateful.descriptor +com.sun.ts.tests.ejb30.bb.async.stateful.metadata +com.sun.ts.tests.ejb30.bb.async.stateless.annotated +com.sun.ts.tests.ejb30.bb.async.stateless.descriptor +com.sun.ts.tests.ejb30.bb.async.stateless.metadata com.sun.ts.tests.ejb30.bb.localaccess.mdbclient com.sun.ts.tests.ejb30.bb.localaccess.statefulclient com.sun.ts.tests.ejb30.bb.localaccess.statelessclient @@ -593,7 +634,6 @@ com.sun.ts.tests.ejb30.lite.async.stateful.metadata com.sun.ts.tests.ejb30.lite.async.stateless.annotated com.sun.ts.tests.ejb30.lite.async.stateless.descriptor com.sun.ts.tests.ejb30.lite.async.stateless.metadata -com.sun.ts.tests.ejb30.lite.basic.mock com.sun.ts.tests.ejb30.lite.basic.singleton com.sun.ts.tests.ejb30.lite.basic.stateful com.sun.ts.tests.ejb30.lite.basic.stateless @@ -608,19 +648,25 @@ com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.annotated com.sun.ts.tests.ejb30.lite.interceptor.singleton.lifecycle.descriptor com.sun.ts.tests.ejb30.lite.lookup.annotated com.sun.ts.tests.ejb30.lite.lookup.descriptor +com.sun.ts.tests.ejb30.lite.naming.context com.sun.ts.tests.ejb30.lite.nointerface.annotated com.sun.ts.tests.ejb30.lite.nointerface.descriptor com.sun.ts.tests.ejb30.lite.packaging.embed.classloader.annotated com.sun.ts.tests.ejb30.lite.packaging.embed.classloader.descriptor com.sun.ts.tests.ejb30.lite.packaging.embed.provider +com.sun.ts.tests.ejb30.lite.packaging.war.datasource.global com.sun.ts.tests.ejb30.lite.packaging.war.datasource.singleton com.sun.ts.tests.ejb30.lite.packaging.war.datasource.stateful com.sun.ts.tests.ejb30.lite.packaging.war.enventry com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.business com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.invocationcontext com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.lifecycle +com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.lifecyclecdi +com.sun.ts.tests.ejb30.lite.packaging.war.mbean.interceptor.lifecycleejbcdi com.sun.ts.tests.ejb30.lite.packaging.war.servletcontextlistener com.sun.ts.tests.ejb30.lite.packaging.war.webinflib +com.sun.ts.tests.ejb30.lite.packaging.war.webinflibonly +com.sun.ts.tests.ejb30.lite.packaging.war.xmloverride.ejbref com.sun.ts.tests.ejb30.lite.singleton.concurrency.bean com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.accesstimeout com.sun.ts.tests.ejb30.lite.singleton.concurrency.container.annotated @@ -643,6 +689,7 @@ com.sun.ts.tests.ejb30.lite.tx.cm.singleton.webrw com.sun.ts.tests.ejb30.lite.tx.cm.stateful.annotated com.sun.ts.tests.ejb30.lite.tx.cm.stateful.rw com.sun.ts.tests.ejb30.lite.tx.cm.stateful.sessionsync +com.sun.ts.tests.ejb30.lite.tx.cm.stateful.webrw com.sun.ts.tests.ejb30.lite.tx.cm.stateless.annotated com.sun.ts.tests.ejb30.lite.tx.cm.stateless.inheritance com.sun.ts.tests.ejb30.lite.tx.cm.stateless.rw @@ -651,6 +698,8 @@ com.sun.ts.tests.ejb30.lite.view.equals com.sun.ts.tests.ejb30.lite.view.singleton.annotated com.sun.ts.tests.ejb30.lite.view.stateful.annotated com.sun.ts.tests.ejb30.lite.view.stateless.annotated +com.sun.ts.tests.ejb30.lite.xmloverride.ejbref +com.sun.ts.tests.ejb30.lite.xmloverride.resource com.sun.ts.tests.ejb30.misc.datasource.appclientejb com.sun.ts.tests.ejb30.misc.datasource.twojars com.sun.ts.tests.ejb30.misc.datasource.twowars @@ -669,140 +718,8 @@ com.sun.ts.tests.ejb30.misc.moduleName.twowars com.sun.ts.tests.ejb30.misc.nomethodbean com.sun.ts.tests.ejb30.misc.sameejbclass com.sun.ts.tests.ejb30.misc.threebeans -com.sun.ts.tests.ejb30.persistence.annotations.access.field -com.sun.ts.tests.ejb30.persistence.annotations.access.mappedsc -com.sun.ts.tests.ejb30.persistence.annotations.access.property -com.sun.ts.tests.ejb30.persistence.annotations.assocoverride -com.sun.ts.tests.ejb30.persistence.annotations.basic -com.sun.ts.tests.ejb30.persistence.annotations.collectiontable -com.sun.ts.tests.ejb30.persistence.annotations.elementcollection -com.sun.ts.tests.ejb30.persistence.annotations.embeddable -com.sun.ts.tests.ejb30.persistence.annotations.entity -com.sun.ts.tests.ejb30.persistence.annotations.lob -com.sun.ts.tests.ejb30.persistence.annotations.mapkey -com.sun.ts.tests.ejb30.persistence.annotations.mapkeyclass -com.sun.ts.tests.ejb30.persistence.annotations.mapkeycolumn -com.sun.ts.tests.ejb30.persistence.annotations.mapkeyjoincolumn -com.sun.ts.tests.ejb30.persistence.annotations.mappedbyid -com.sun.ts.tests.ejb30.persistence.annotations.nativequery -com.sun.ts.tests.ejb30.persistence.annotations.onexmanyuni -com.sun.ts.tests.ejb30.persistence.annotations.orderby -com.sun.ts.tests.ejb30.persistence.annotations.ordercolumn -com.sun.ts.tests.ejb30.persistence.basic -com.sun.ts.tests.ejb30.persistence.cache -com.sun.ts.tests.ejb30.persistence.callback.inheritance -com.sun.ts.tests.ejb30.persistence.callback.listener -com.sun.ts.tests.ejb30.persistence.callback.listeneroverride -com.sun.ts.tests.ejb30.persistence.callback.method -com.sun.ts.tests.ejb30.persistence.callback.methodoverride -com.sun.ts.tests.ejb30.persistence.criteriaapi.abstractquery -com.sun.ts.tests.ejb30.persistence.criteriaapi.criteriaquery -com.sun.ts.tests.ejb30.persistence.criteriaapi.metamodelquery -com.sun.ts.tests.ejb30.persistence.criteriaapi.querybuilder -com.sun.ts.tests.ejb30.persistence.criteriaapi.strquery -com.sun.ts.tests.ejb30.persistence.criteriaapi.util -com.sun.ts.tests.ejb30.persistence.derivedid.ex1a -com.sun.ts.tests.ejb30.persistence.derivedid.ex1b -com.sun.ts.tests.ejb30.persistence.derivedid.ex2a -com.sun.ts.tests.ejb30.persistence.derivedid.ex2b -com.sun.ts.tests.ejb30.persistence.derivedid.ex3a -com.sun.ts.tests.ejb30.persistence.derivedid.ex3b -com.sun.ts.tests.ejb30.persistence.derivedid.ex4a -com.sun.ts.tests.ejb30.persistence.derivedid.ex4b -com.sun.ts.tests.ejb30.persistence.derivedid.ex5a -com.sun.ts.tests.ejb30.persistence.derivedid.ex5b -com.sun.ts.tests.ejb30.persistence.derivedid.ex6a -com.sun.ts.tests.ejb30.persistence.derivedid.ex6b -com.sun.ts.tests.ejb30.persistence.ee.packaging.appclient.annotation -com.sun.ts.tests.ejb30.persistence.ee.packaging.appclient.descriptor -com.sun.ts.tests.ejb30.persistence.ee.packaging.ejb.descriptor -com.sun.ts.tests.ejb30.persistence.ee.packaging.ejb.exclude -com.sun.ts.tests.ejb30.persistence.ee.packaging.ejb.resource_local -com.sun.ts.tests.ejb30.persistence.ee.packaging.ejb.standalone -com.sun.ts.tests.ejb30.persistence.ee.packaging.web.scope -com.sun.ts.tests.ejb30.persistence.ee.packaging.web.standalone -com.sun.ts.tests.ejb30.persistence.ee.propagation.am -com.sun.ts.tests.ejb30.persistence.ee.propagation.cm.extended -com.sun.ts.tests.ejb30.persistence.ee.propagation.cm.jta -com.sun.ts.tests.ejb30.persistence.entityManagerClose -com.sun.ts.tests.ejb30.persistence.entitytest.apitests -com.sun.ts.tests.ejb30.persistence.entitytest.bigdecimal -com.sun.ts.tests.ejb30.persistence.entitytest.biginteger -com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXmany -com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.manyXone -com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXmany -com.sun.ts.tests.ejb30.persistence.entitytest.cascadeall.oneXone -com.sun.ts.tests.ejb30.persistence.entitytest.detach.basic -com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXmany -com.sun.ts.tests.ejb30.persistence.entitytest.detach.manyXone -com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXmany -com.sun.ts.tests.ejb30.persistence.entitytest.detach.oneXone -com.sun.ts.tests.ejb30.persistence.entitytest.persist.basic -com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXmany -com.sun.ts.tests.ejb30.persistence.entitytest.persist.manyXone -com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmany -com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXmanyFetchEager -com.sun.ts.tests.ejb30.persistence.entitytest.persist.oneXone -com.sun.ts.tests.ejb30.persistence.entitytest.remove.basic -com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXmany -com.sun.ts.tests.ejb30.persistence.entitytest.remove.oneXone -com.sun.ts.tests.ejb30.persistence.exceptions -com.sun.ts.tests.ejb30.persistence.inheritance.abstractentity -com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.annotation -com.sun.ts.tests.ejb30.persistence.inheritance.mappedsc.descriptors -com.sun.ts.tests.ejb30.persistence.inheritance.nonentity -com.sun.ts.tests.ejb30.persistence.lock.entitymanager -com.sun.ts.tests.ejb30.persistence.lock.query -com.sun.ts.tests.ejb30.persistence.metamodelapi.attribute -com.sun.ts.tests.ejb30.persistence.metamodelapi.basictype -com.sun.ts.tests.ejb30.persistence.metamodelapi.bindable -com.sun.ts.tests.ejb30.persistence.metamodelapi.collectionattribute -com.sun.ts.tests.ejb30.persistence.metamodelapi.embeddabletype -com.sun.ts.tests.ejb30.persistence.metamodelapi.entitytype -com.sun.ts.tests.ejb30.persistence.metamodelapi.identifiabletype -com.sun.ts.tests.ejb30.persistence.metamodelapi.listattribute -com.sun.ts.tests.ejb30.persistence.metamodelapi.managedtype -com.sun.ts.tests.ejb30.persistence.metamodelapi.mapattribute -com.sun.ts.tests.ejb30.persistence.metamodelapi.mappedsuperclasstype -com.sun.ts.tests.ejb30.persistence.metamodelapi.metamodel -com.sun.ts.tests.ejb30.persistence.metamodelapi.pluralattribute -com.sun.ts.tests.ejb30.persistence.metamodelapi.setattribute -com.sun.ts.tests.ejb30.persistence.metamodelapi.singularattribute -com.sun.ts.tests.ejb30.persistence.metamodelapi.type -com.sun.ts.tests.ejb30.persistence.nestedembedding -com.sun.ts.tests.ejb30.persistence.override.attributeoverride -com.sun.ts.tests.ejb30.persistence.override.callbacklistener -com.sun.ts.tests.ejb30.persistence.override.embeddable -com.sun.ts.tests.ejb30.persistence.override.entity -com.sun.ts.tests.ejb30.persistence.override.entitylistener -com.sun.ts.tests.ejb30.persistence.override.joincolumn -com.sun.ts.tests.ejb30.persistence.override.manytomany -com.sun.ts.tests.ejb30.persistence.override.mapkey -com.sun.ts.tests.ejb30.persistence.override.nocallbacklistener -com.sun.ts.tests.ejb30.persistence.override.table -com.sun.ts.tests.ejb30.persistence.override.util -com.sun.ts.tests.ejb30.persistence.query.apitests -com.sun.ts.tests.ejb30.persistence.query.flushmode -com.sun.ts.tests.ejb30.persistence.query.flushmode.schema30 -com.sun.ts.tests.ejb30.persistence.query.language -com.sun.ts.tests.ejb30.persistence.query.language.schema30 -com.sun.ts.tests.ejb30.persistence.relationship.annotations -com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxmany -com.sun.ts.tests.ejb30.persistence.relationship.bidirmanyxone -com.sun.ts.tests.ejb30.persistence.relationship.bidironexmany -com.sun.ts.tests.ejb30.persistence.relationship.bidironexone -com.sun.ts.tests.ejb30.persistence.relationship.defaults -com.sun.ts.tests.ejb30.persistence.relationship.descriptors -com.sun.ts.tests.ejb30.persistence.relationship.unimanyxmany -com.sun.ts.tests.ejb30.persistence.relationship.unimanyxone -com.sun.ts.tests.ejb30.persistence.relationship.unionexmany -com.sun.ts.tests.ejb30.persistence.relationship.unionexone -com.sun.ts.tests.ejb30.persistence.types.auto -com.sun.ts.tests.ejb30.persistence.types.field -com.sun.ts.tests.ejb30.persistence.types.generator -com.sun.ts.tests.ejb30.persistence.types.primarykey.compound -com.sun.ts.tests.ejb30.persistence.types.property -com.sun.ts.tests.ejb30.persistence.versioning +com.sun.ts.tests.ejb30.misc.xmloverride.ejbref +com.sun.ts.tests.ejb30.sec.permsxml com.sun.ts.tests.ejb30.sec.stateful.lsecp com.sun.ts.tests.ejb30.sec.stateful.lsecr com.sun.ts.tests.ejb30.sec.stateful.sec @@ -818,6 +735,7 @@ com.sun.ts.tests.ejb30.timer.basic.mdb com.sun.ts.tests.ejb30.timer.basic.sharing com.sun.ts.tests.ejb30.timer.basic.xa com.sun.ts.tests.ejb30.timer.interceptor.aroundtimeout.singleton.annotated +com.sun.ts.tests.ejb30.timer.interceptor.aroundtimeout.singleton.dual com.sun.ts.tests.ejb30.timer.interceptor.business.mdb com.sun.ts.tests.ejb30.timer.interceptor.business.singleton com.sun.ts.tests.ejb30.timer.interceptor.business.stateless @@ -851,13 +769,47 @@ com.sun.ts.tests.ejb30.webservice.clientview com.sun.ts.tests.ejb30.webservice.interceptor com.sun.ts.tests.ejb30.webservice.wscontext com.sun.ts.tests.ejb30.zombie +com.sun.ts.tests.ejb32.lite.timer.basic.concurrency +com.sun.ts.tests.ejb32.lite.timer.basic.sharing +com.sun.ts.tests.ejb32.lite.timer.basic.xa +com.sun.ts.tests.ejb32.lite.timer.interceptor.aroundtimeout.singleton.annotated +com.sun.ts.tests.ejb32.lite.timer.interceptor.aroundtimeout.singleton.dual +com.sun.ts.tests.ejb32.lite.timer.interceptor.business.singleton +com.sun.ts.tests.ejb32.lite.timer.interceptor.business.stateless +com.sun.ts.tests.ejb32.lite.timer.interceptor.lifecycle.singleton +com.sun.ts.tests.ejb32.lite.timer.schedule.auto.attr.singleton +com.sun.ts.tests.ejb32.lite.timer.schedule.auto.attr.stateless +com.sun.ts.tests.ejb32.lite.timer.schedule.descriptor.singleton +com.sun.ts.tests.ejb32.lite.timer.schedule.descriptor.stateless +com.sun.ts.tests.ejb32.lite.timer.schedule.expire +com.sun.ts.tests.ejb32.lite.timer.schedule.expression.annotated +com.sun.ts.tests.ejb32.lite.timer.schedule.expression.descriptor +com.sun.ts.tests.ejb32.lite.timer.schedule.lifecycle +com.sun.ts.tests.ejb32.lite.timer.schedule.tx +com.sun.ts.tests.ejb32.lite.timer.schedule.txnonpersistent +com.sun.ts.tests.ejb32.lite.timer.schedule.tz +com.sun.ts.tests.ejb32.lite.timer.service.singleton +com.sun.ts.tests.ejb32.lite.timer.service.stateless +com.sun.ts.tests.ejb32.lite.timer.timerconfig +com.sun.ts.tests.ejb32.mdb.modernconnector +com.sun.ts.tests.ejb32.mdb.modernconnector.connector +com.sun.ts.tests.ejb32.mdb.modernconnector.ejb +com.sun.ts.tests.ejb32.relaxedclientview.singleton +com.sun.ts.tests.ejb32.relaxedclientview.stateful +com.sun.ts.tests.ejb32.relaxedclientview.stateless +com.sun.ts.tests.ejb32.timer.service.singleton +com.sun.ts.tests.ejb32.timer.service.stateless com.sun.ts.tests.el.api.javax_el.arrayelresolver com.sun.ts.tests.el.api.javax_el.beanelresolver +com.sun.ts.tests.el.api.javax_el.beannameelresolver com.sun.ts.tests.el.api.javax_el.compositeelresolver +com.sun.ts.tests.el.api.javax_el.elcontext +com.sun.ts.tests.el.api.javax_el.elprocessor com.sun.ts.tests.el.api.javax_el.elresolver com.sun.ts.tests.el.api.javax_el.expression com.sun.ts.tests.el.api.javax_el.expressionfactory com.sun.ts.tests.el.api.javax_el.functionmapper +com.sun.ts.tests.el.api.javax_el.lambdaexpression com.sun.ts.tests.el.api.javax_el.listelresolver com.sun.ts.tests.el.api.javax_el.mapelresolver com.sun.ts.tests.el.api.javax_el.methodexpression @@ -865,15 +817,20 @@ com.sun.ts.tests.el.api.javax_el.methodinfo com.sun.ts.tests.el.api.javax_el.resourcebundleelresolver com.sun.ts.tests.el.api.javax_el.valueexpression com.sun.ts.tests.el.api.javax_el.variablemapper +com.sun.ts.tests.el.spec.assignmentoperator com.sun.ts.tests.el.spec.binaryoperator com.sun.ts.tests.el.spec.coercion +com.sun.ts.tests.el.spec.collectionoperators +com.sun.ts.tests.el.spec.concatoperator com.sun.ts.tests.el.spec.conditionaloperator com.sun.ts.tests.el.spec.emptyoperator +com.sun.ts.tests.el.spec.lambda com.sun.ts.tests.el.spec.language com.sun.ts.tests.el.spec.literal com.sun.ts.tests.el.spec.mapper com.sun.ts.tests.el.spec.operatorprecedence com.sun.ts.tests.el.spec.relationaloperator +com.sun.ts.tests.el.spec.semicolonoperator com.sun.ts.tests.el.spec.unaryoperator com.sun.ts.tests.integration.entity.jspejbjdbc com.sun.ts.tests.integration.entity.servletejbjdbc @@ -904,6 +861,7 @@ com.sun.ts.tests.interop.csiv2.ew_ssln_ssln_upn_ccid.forward com.sun.ts.tests.interop.csiv2.ew_ssln_ssln_upn_ccid.reverse com.sun.ts.tests.interop.csiv2.ew_ssln_ssln_upn_upid.forward com.sun.ts.tests.interop.csiv2.ew_ssln_ssln_upn_upid.reverse +com.sun.ts.tests.interop.csiv2.rionly com.sun.ts.tests.interop.ejb.entity.bmp.clientviewtest com.sun.ts.tests.interop.ejb.entity.cmp.clientviewtest com.sun.ts.tests.interop.ejb.entity.cmp20.clientviewtest @@ -981,6 +939,7 @@ com.sun.ts.tests.j2eetools.mgmt.ee.statefulsessionbean com.sun.ts.tests.j2eetools.mgmt.ee.statelesssessionbean com.sun.ts.tests.j2eetools.mgmt.ee.urlresource com.sun.ts.tests.j2eetools.mgmt.ee.webmodule +com.sun.ts.tests.jacc.ejb.methodperm com.sun.ts.tests.jacc.ejb.mr com.sun.ts.tests.jacc.provider com.sun.ts.tests.jacc.util @@ -988,18 +947,22 @@ com.sun.ts.tests.jacc.web.containerContracts com.sun.ts.tests.jacc.web.principal2role com.sun.ts.tests.jacc.web.providerContracts com.sun.ts.tests.jacc.web.toolsContracts -com.sun.ts.tests.jaspic.register -com.sun.ts.tests.jaspic.spi.core +com.sun.ts.tests.jaspic.spi.baseline com.sun.ts.tests.jaspic.spi.servlet com.sun.ts.tests.jaspic.tssv.config com.sun.ts.tests.jaspic.tssv.module.servlet com.sun.ts.tests.jaspic.tssv.module.soap com.sun.ts.tests.jaspic.tssv.util com.sun.ts.tests.jaspic.util +com.sun.ts.tests.javaee.resource.servlet +com.sun.ts.tests.javamail.ee.fetchprofile +com.sun.ts.tests.javamail.ee.getMessageContent +com.sun.ts.tests.javamail.ee.internetMimeMultipart com.sun.ts.tests.javamail.ee.internetaddress com.sun.ts.tests.javamail.ee.mimemessage com.sun.ts.tests.javamail.ee.multipart com.sun.ts.tests.javamail.ee.transport +com.sun.ts.tests.javamail.ee.util com.sun.ts.tests.jaxr.api.javax_xml_registry.BusinessLifeCycleManager com.sun.ts.tests.jaxr.api.javax_xml_registry.BusinessQueryManager com.sun.ts.tests.jaxr.api.javax_xml_registry.CapabilityProfile @@ -1172,257 +1135,212 @@ com.sun.ts.tests.jaxrpc.wsi.w2j.rpc.literal.R2753 com.sun.ts.tests.jaxrpc.wsi.w2j.rpc.literal.R4001 com.sun.ts.tests.jaxrpc.wsi.w2j.rpc.literal.R4002 com.sun.ts.tests.jaxrpc.wsi.w2j.rpc.literal.R4003 -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.uriBuilderTest -com.sun.ts.tests.jaxrs.api.rs_core.variantListBuilderTest -com.sun.ts.tests.jaxrs.api.rs_core.variantTest -com.sun.ts.tests.jaxrs.ee.rs.cookieParamTest -com.sun.ts.tests.jaxrs.ee.rs.deleteTest -com.sun.ts.tests.jaxrs.ee.rs.getTest -com.sun.ts.tests.jaxrs.ee.rs.headTest -com.sun.ts.tests.jaxrs.ee.rs.headerParamTest -com.sun.ts.tests.jaxrs.ee.rs.matrixParamTest -com.sun.ts.tests.jaxrs.ee.rs.pathParamTest -com.sun.ts.tests.jaxrs.ee.rs.putTest -com.sun.ts.tests.jaxrs.ee.rs.queryParamTest -com.sun.ts.tests.jaxrs.ee.rs_core.headersTest -com.sun.ts.tests.jaxrs.ee.rs_core.responseCSTest -com.sun.ts.tests.jaxrs.ee.rs_core.uriInfoTest -com.sun.ts.tests.jaxrs.spec.exposureTest -com.sun.ts.tests.jaxrs.spec.inheritanceTest -com.sun.ts.tests.jaxrs.spec.returnType +com.sun.ts.tests.jaxrs.api.client.client +com.sun.ts.tests.jaxrs.api.client.clientbuilder +com.sun.ts.tests.jaxrs.api.client.clientrequestcontext +com.sun.ts.tests.jaxrs.api.client.clientresponsecontext +com.sun.ts.tests.jaxrs.api.client.entity +com.sun.ts.tests.jaxrs.api.client.invocation +com.sun.ts.tests.jaxrs.api.client.invocationcallback +com.sun.ts.tests.jaxrs.api.client.responseprocessingexception +com.sun.ts.tests.jaxrs.api.client.webtarget +com.sun.ts.tests.jaxrs.api.rs.badrequestexception +com.sun.ts.tests.jaxrs.api.rs.bindingpriority +com.sun.ts.tests.jaxrs.api.rs.clienterrorexception +com.sun.ts.tests.jaxrs.api.rs.core.abstractmultivaluedmap +com.sun.ts.tests.jaxrs.api.rs.core.cachecontrol +com.sun.ts.tests.jaxrs.api.rs.core.configurable +com.sun.ts.tests.jaxrs.api.rs.core.configuration +com.sun.ts.tests.jaxrs.api.rs.core.cookie +com.sun.ts.tests.jaxrs.api.rs.core.entitytag +com.sun.ts.tests.jaxrs.api.rs.core.form +com.sun.ts.tests.jaxrs.api.rs.core.genericentity +com.sun.ts.tests.jaxrs.api.rs.core.generictype +com.sun.ts.tests.jaxrs.api.rs.core.link +com.sun.ts.tests.jaxrs.api.rs.core.linkbuilder +com.sun.ts.tests.jaxrs.api.rs.core.linkjaxbadapter +com.sun.ts.tests.jaxrs.api.rs.core.linkjaxblink +com.sun.ts.tests.jaxrs.api.rs.core.mediatype +com.sun.ts.tests.jaxrs.api.rs.core.multivaluedhashmap +com.sun.ts.tests.jaxrs.api.rs.core.multivaluedmap +com.sun.ts.tests.jaxrs.api.rs.core.newcookie +com.sun.ts.tests.jaxrs.api.rs.core.nocontentexception +com.sun.ts.tests.jaxrs.api.rs.core.responsebuilder +com.sun.ts.tests.jaxrs.api.rs.core.responseclient +com.sun.ts.tests.jaxrs.api.rs.core.responsestatustype +com.sun.ts.tests.jaxrs.api.rs.core.uribuilder +com.sun.ts.tests.jaxrs.api.rs.core.variant +com.sun.ts.tests.jaxrs.api.rs.core.variantlistbuilder +com.sun.ts.tests.jaxrs.api.rs.ext.interceptor +com.sun.ts.tests.jaxrs.api.rs.ext.interceptor.reader +com.sun.ts.tests.jaxrs.api.rs.ext.interceptor.reader.interceptorcontext +com.sun.ts.tests.jaxrs.api.rs.ext.interceptor.reader.readerinterceptorcontext +com.sun.ts.tests.jaxrs.api.rs.ext.runtimedelegate +com.sun.ts.tests.jaxrs.api.rs.ext.runtimedelegate.create +com.sun.ts.tests.jaxrs.api.rs.ext.runtimedelegate.setinstance +com.sun.ts.tests.jaxrs.api.rs.forbiddenexception +com.sun.ts.tests.jaxrs.api.rs.internalservererrorexception +com.sun.ts.tests.jaxrs.api.rs.notacceptableexception +com.sun.ts.tests.jaxrs.api.rs.notallowedexception +com.sun.ts.tests.jaxrs.api.rs.notauthorizedexception +com.sun.ts.tests.jaxrs.api.rs.notfoundexception +com.sun.ts.tests.jaxrs.api.rs.notsupportedexception +com.sun.ts.tests.jaxrs.api.rs.processingexception +com.sun.ts.tests.jaxrs.api.rs.redirectexception +com.sun.ts.tests.jaxrs.api.rs.runtimetype +com.sun.ts.tests.jaxrs.api.rs.servererrorexception +com.sun.ts.tests.jaxrs.api.rs.serviceunavailableexception +com.sun.ts.tests.jaxrs.api.rs.webapplicationexceptiontest +com.sun.ts.tests.jaxrs.ee.resource.java2entity +com.sun.ts.tests.jaxrs.ee.resource.webappexception.mapper +com.sun.ts.tests.jaxrs.ee.resource.webappexception.nomapper +com.sun.ts.tests.jaxrs.ee.rs +com.sun.ts.tests.jaxrs.ee.rs.beanparam +com.sun.ts.tests.jaxrs.ee.rs.beanparam.bean +com.sun.ts.tests.jaxrs.ee.rs.beanparam.cookie.bean +com.sun.ts.tests.jaxrs.ee.rs.beanparam.cookie.plain +com.sun.ts.tests.jaxrs.ee.rs.beanparam.form.bean +com.sun.ts.tests.jaxrs.ee.rs.beanparam.form.plain +com.sun.ts.tests.jaxrs.ee.rs.beanparam.header.bean +com.sun.ts.tests.jaxrs.ee.rs.beanparam.header.plain +com.sun.ts.tests.jaxrs.ee.rs.beanparam.matrix.bean +com.sun.ts.tests.jaxrs.ee.rs.beanparam.matrix.plain +com.sun.ts.tests.jaxrs.ee.rs.beanparam.path.bean +com.sun.ts.tests.jaxrs.ee.rs.beanparam.path.plain +com.sun.ts.tests.jaxrs.ee.rs.beanparam.plain +com.sun.ts.tests.jaxrs.ee.rs.beanparam.query.bean +com.sun.ts.tests.jaxrs.ee.rs.beanparam.query.plain +com.sun.ts.tests.jaxrs.ee.rs.client.asyncinvoker +com.sun.ts.tests.jaxrs.ee.rs.client.clientrequestcontext +com.sun.ts.tests.jaxrs.ee.rs.client.invocationbuilder +com.sun.ts.tests.jaxrs.ee.rs.client.syncinvoker +com.sun.ts.tests.jaxrs.ee.rs.constrainedto +com.sun.ts.tests.jaxrs.ee.rs.container.requestcontext +com.sun.ts.tests.jaxrs.ee.rs.container.requestcontext.illegalstate +com.sun.ts.tests.jaxrs.ee.rs.container.requestcontext.security +com.sun.ts.tests.jaxrs.ee.rs.container.resourceinfo +com.sun.ts.tests.jaxrs.ee.rs.container.responsecontext +com.sun.ts.tests.jaxrs.ee.rs.cookieparam +com.sun.ts.tests.jaxrs.ee.rs.cookieparam.locator +com.sun.ts.tests.jaxrs.ee.rs.cookieparam.sub +com.sun.ts.tests.jaxrs.ee.rs.core.application +com.sun.ts.tests.jaxrs.ee.rs.core.configurable +com.sun.ts.tests.jaxrs.ee.rs.core.configuration +com.sun.ts.tests.jaxrs.ee.rs.core.headers +com.sun.ts.tests.jaxrs.ee.rs.core.request +com.sun.ts.tests.jaxrs.ee.rs.core.response +com.sun.ts.tests.jaxrs.ee.rs.core.responsebuilder +com.sun.ts.tests.jaxrs.ee.rs.core.securitycontext +com.sun.ts.tests.jaxrs.ee.rs.core.securitycontext.basic +com.sun.ts.tests.jaxrs.ee.rs.core.uriinfo +com.sun.ts.tests.jaxrs.ee.rs.delete +com.sun.ts.tests.jaxrs.ee.rs.ext.contextresolver +com.sun.ts.tests.jaxrs.ee.rs.ext.exceptionmapper +com.sun.ts.tests.jaxrs.ee.rs.ext.interceptor.clientwriter +com.sun.ts.tests.jaxrs.ee.rs.ext.interceptor.clientwriter.interceptorcontext +com.sun.ts.tests.jaxrs.ee.rs.ext.interceptor.clientwriter.writerinterceptorcontext +com.sun.ts.tests.jaxrs.ee.rs.ext.interceptor.containerreader +com.sun.ts.tests.jaxrs.ee.rs.ext.interceptor.containerreader.interceptorcontext +com.sun.ts.tests.jaxrs.ee.rs.ext.interceptor.containerreader.readerinterceptorcontext +com.sun.ts.tests.jaxrs.ee.rs.ext.interceptor.containerwriter +com.sun.ts.tests.jaxrs.ee.rs.ext.interceptor.containerwriter.interceptorcontext +com.sun.ts.tests.jaxrs.ee.rs.ext.interceptor.containerwriter.writerinterceptorcontext +com.sun.ts.tests.jaxrs.ee.rs.ext.interceptor.writer +com.sun.ts.tests.jaxrs.ee.rs.ext.interceptor.writer.interceptorcontext +com.sun.ts.tests.jaxrs.ee.rs.ext.interceptor.writer.writerinterceptorcontext +com.sun.ts.tests.jaxrs.ee.rs.ext.messagebodyreaderwriter +com.sun.ts.tests.jaxrs.ee.rs.ext.paramconverter +com.sun.ts.tests.jaxrs.ee.rs.ext.providers +com.sun.ts.tests.jaxrs.ee.rs.formparam +com.sun.ts.tests.jaxrs.ee.rs.formparam.locator +com.sun.ts.tests.jaxrs.ee.rs.formparam.sub +com.sun.ts.tests.jaxrs.ee.rs.get +com.sun.ts.tests.jaxrs.ee.rs.head +com.sun.ts.tests.jaxrs.ee.rs.headerparam +com.sun.ts.tests.jaxrs.ee.rs.headerparam.locator +com.sun.ts.tests.jaxrs.ee.rs.headerparam.sub +com.sun.ts.tests.jaxrs.ee.rs.matrixparam +com.sun.ts.tests.jaxrs.ee.rs.matrixparam.locator +com.sun.ts.tests.jaxrs.ee.rs.matrixparam.sub +com.sun.ts.tests.jaxrs.ee.rs.options +com.sun.ts.tests.jaxrs.ee.rs.pathparam +com.sun.ts.tests.jaxrs.ee.rs.pathparam.locator +com.sun.ts.tests.jaxrs.ee.rs.pathparam.sub +com.sun.ts.tests.jaxrs.ee.rs.produceconsume +com.sun.ts.tests.jaxrs.ee.rs.put +com.sun.ts.tests.jaxrs.ee.rs.queryparam +com.sun.ts.tests.jaxrs.ee.rs.queryparam.sub +com.sun.ts.tests.jaxrs.jaxrs21.api.client.invocationbuilder +com.sun.ts.tests.jaxrs.jaxrs21.ee.client.executor +com.sun.ts.tests.jaxrs.jaxrs21.ee.client.executor.async +com.sun.ts.tests.jaxrs.jaxrs21.ee.client.executor.rx +com.sun.ts.tests.jaxrs.jaxrs21.ee.client.rxinvoker +com.sun.ts.tests.jaxrs.jaxrs21.ee.patch +com.sun.ts.tests.jaxrs.jaxrs21.ee.patch.server +com.sun.ts.tests.jaxrs.jaxrs21.ee.priority +com.sun.ts.tests.jaxrs.jaxrs21.ee.sse +com.sun.ts.tests.jaxrs.jaxrs21.ee.sse.ssebroadcaster +com.sun.ts.tests.jaxrs.jaxrs21.ee.sse.sseeventsink +com.sun.ts.tests.jaxrs.jaxrs21.ee.sse.sseeventsource +com.sun.ts.tests.jaxrs.jaxrs21.platform.providers.jsonb +com.sun.ts.tests.jaxrs.jaxrs21.platform.providers.jsonp +com.sun.ts.tests.jaxrs.jaxrs21.spec.classsubresourcelocator +com.sun.ts.tests.jaxrs.jaxrs21.spec.completionstage +com.sun.ts.tests.jaxrs.platform.beanvalidation.annotation +com.sun.ts.tests.jaxrs.platform.beanvalidation.constraintviolationexceptionmapper +com.sun.ts.tests.jaxrs.platform.beanvalidation.validationexceptionmapper +com.sun.ts.tests.jaxrs.platform.container.asyncejb +com.sun.ts.tests.jaxrs.platform.container.asyncresponse +com.sun.ts.tests.jaxrs.platform.container.completioncallback +com.sun.ts.tests.jaxrs.platform.ejbsingleton +com.sun.ts.tests.jaxrs.platform.ejbstateless +com.sun.ts.tests.jaxrs.platform.environment.servlet +com.sun.ts.tests.jaxrs.platform.managedbean +com.sun.ts.tests.jaxrs.platform.managedbean299 +com.sun.ts.tests.jaxrs.platform.provider.jsonp +com.sun.ts.tests.jaxrs.platform.servletapp +com.sun.ts.tests.jaxrs.platform.servletapp1 +com.sun.ts.tests.jaxrs.platform.servletapp2 +com.sun.ts.tests.jaxrs.platform.servletconfig +com.sun.ts.tests.jaxrs.platform.servletnoapp +com.sun.ts.tests.jaxrs.servlet3.rs.applicationpath +com.sun.ts.tests.jaxrs.servlet3.rs.core.streamingoutput +com.sun.ts.tests.jaxrs.servlet3.rs.ext.paramconverter.autodiscovery +com.sun.ts.tests.jaxrs.spec.client.instance +com.sun.ts.tests.jaxrs.spec.client.invocations +com.sun.ts.tests.jaxrs.spec.client.resource +com.sun.ts.tests.jaxrs.spec.client.typedentities +com.sun.ts.tests.jaxrs.spec.client.webtarget +com.sun.ts.tests.jaxrs.spec.context.client +com.sun.ts.tests.jaxrs.spec.context.server +com.sun.ts.tests.jaxrs.spec.filter.dynamicfeature +com.sun.ts.tests.jaxrs.spec.filter.exception +com.sun.ts.tests.jaxrs.spec.filter.globalbinding +com.sun.ts.tests.jaxrs.spec.filter.interceptor +com.sun.ts.tests.jaxrs.spec.filter.lastvalue +com.sun.ts.tests.jaxrs.spec.filter.namebinding +com.sun.ts.tests.jaxrs.spec.inheritance +com.sun.ts.tests.jaxrs.spec.provider.exceptionmapper +com.sun.ts.tests.jaxrs.spec.provider.jaxbcontext +com.sun.ts.tests.jaxrs.spec.provider.overridestandard +com.sun.ts.tests.jaxrs.spec.provider.reader +com.sun.ts.tests.jaxrs.spec.provider.sort +com.sun.ts.tests.jaxrs.spec.provider.standard +com.sun.ts.tests.jaxrs.spec.provider.standardhaspriority +com.sun.ts.tests.jaxrs.spec.provider.standardnotnull +com.sun.ts.tests.jaxrs.spec.provider.standardwithjaxrsclient +com.sun.ts.tests.jaxrs.spec.provider.visibility +com.sun.ts.tests.jaxrs.spec.provider.writer +com.sun.ts.tests.jaxrs.spec.resource.annotationprecedence +com.sun.ts.tests.jaxrs.spec.resource.annotationprecedence.subclass +com.sun.ts.tests.jaxrs.spec.resource.locator +com.sun.ts.tests.jaxrs.spec.resource.requestmatching +com.sun.ts.tests.jaxrs.spec.resource.responsemediatype +com.sun.ts.tests.jaxrs.spec.resource.valueofandfromstring +com.sun.ts.tests.jaxrs.spec.resourceconstructor +com.sun.ts.tests.jaxrs.spec.returntype com.sun.ts.tests.jaxrs.spec.template -com.sun.ts.tests.jaxws.api.javax_xml_ws.AsyncHandler -com.sun.ts.tests.jaxws.api.javax_xml_ws.Binding -com.sun.ts.tests.jaxws.api.javax_xml_ws.BindingProvider -com.sun.ts.tests.jaxws.api.javax_xml_ws.Dispatch -com.sun.ts.tests.jaxws.api.javax_xml_ws.Endpoint -com.sun.ts.tests.jaxws.api.javax_xml_ws.EndpointReference -com.sun.ts.tests.jaxws.api.javax_xml_ws.Holder -com.sun.ts.tests.jaxws.api.javax_xml_ws.LogicalMessage -com.sun.ts.tests.jaxws.api.javax_xml_ws.ProtocolException -com.sun.ts.tests.jaxws.api.javax_xml_ws.Provider -com.sun.ts.tests.jaxws.api.javax_xml_ws.RespectBindingFeature -com.sun.ts.tests.jaxws.api.javax_xml_ws.Response -com.sun.ts.tests.jaxws.api.javax_xml_ws.Service -com.sun.ts.tests.jaxws.api.javax_xml_ws.Service_Mode -com.sun.ts.tests.jaxws.api.javax_xml_ws.WebServiceContext -com.sun.ts.tests.jaxws.api.javax_xml_ws.WebServiceException -com.sun.ts.tests.jaxws.api.javax_xml_ws.WebServicePermission -com.sun.ts.tests.jaxws.api.javax_xml_ws_handler.LogicalHandler -com.sun.ts.tests.jaxws.api.javax_xml_ws_handler.LogicalMessageContext -com.sun.ts.tests.jaxws.api.javax_xml_ws_handler.MessageContext.Scope -com.sun.ts.tests.jaxws.api.javax_xml_ws_handler.PortInfo -com.sun.ts.tests.jaxws.api.javax_xml_ws_handler_soap.SOAPHandler -com.sun.ts.tests.jaxws.api.javax_xml_ws_handler_soap.SOAPMessageContext -com.sun.ts.tests.jaxws.api.javax_xml_ws_http.HTTPBinding -com.sun.ts.tests.jaxws.api.javax_xml_ws_http.HTTPException -com.sun.ts.tests.jaxws.api.javax_xml_ws_soap.AddressingFeature -com.sun.ts.tests.jaxws.api.javax_xml_ws_soap.AddressingFeature_Responses -com.sun.ts.tests.jaxws.api.javax_xml_ws_soap.MTOMFeature -com.sun.ts.tests.jaxws.api.javax_xml_ws_soap.SOAPBinding -com.sun.ts.tests.jaxws.api.javax_xml_ws_soap.SOAPFaultException -com.sun.ts.tests.jaxws.api.javax_xml_ws_wsaddressing.W3CEndpointReference -com.sun.ts.tests.jaxws.api.javax_xml_ws_wsaddressing.W3CEndpointReferenceBuilder -com.sun.ts.tests.jaxws.ee.j2w.document.literal.marshalltest.client -com.sun.ts.tests.jaxws.ee.j2w.document.literal.marshalltest.server -com.sun.ts.tests.jaxws.ee.j2w.document.literal.nosei.client -com.sun.ts.tests.jaxws.ee.j2w.document.literal.nosei.server -com.sun.ts.tests.jaxws.ee.j2w.document.literal.restful.client -com.sun.ts.tests.jaxws.ee.j2w.document.literal.restful.server -com.sun.ts.tests.jaxws.ee.j2w.document.literal.sessionmaintaintest.client -com.sun.ts.tests.jaxws.ee.j2w.document.literal.sessionmaintaintest.server -com.sun.ts.tests.jaxws.ee.j2w.document.literal.webmethod.client -com.sun.ts.tests.jaxws.ee.j2w.document.literal.webmethod.server -com.sun.ts.tests.jaxws.ee.j2w.rpc.literal.handlerchaintest1 -com.sun.ts.tests.jaxws.ee.j2w.rpc.literal.handlerchaintest2 -com.sun.ts.tests.jaxws.ee.j2w.rpc.literal.nosei.client -com.sun.ts.tests.jaxws.ee.j2w.rpc.literal.nosei.server -com.sun.ts.tests.jaxws.ee.w2j.document.literal.asynctest.client -com.sun.ts.tests.jaxws.ee.w2j.document.literal.asynctest.server -com.sun.ts.tests.jaxws.ee.w2j.document.literal.catalogtest -com.sun.ts.tests.jaxws.ee.w2j.document.literal.customization.embedded -com.sun.ts.tests.jaxws.ee.w2j.document.literal.customization.external -com.sun.ts.tests.jaxws.ee.w2j.document.literal.handlerchaintest -com.sun.ts.tests.jaxws.ee.w2j.document.literal.headertest -com.sun.ts.tests.jaxws.ee.w2j.document.literal.holdertest -com.sun.ts.tests.jaxws.ee.w2j.document.literal.httptest -com.sun.ts.tests.jaxws.ee.w2j.document.literal.marshalltest -com.sun.ts.tests.jaxws.ee.w2j.document.literal.mtomfeature -com.sun.ts.tests.jaxws.ee.w2j.document.literal.mtomtest -com.sun.ts.tests.jaxws.ee.w2j.document.literal.onewayhandlertest.client -com.sun.ts.tests.jaxws.ee.w2j.document.literal.onewayhandlertest.server -com.sun.ts.tests.jaxws.ee.w2j.document.literal.wrapperstyle.marshalltest -com.sun.ts.tests.jaxws.ee.w2j.rpc.literal.handlertest -com.sun.ts.tests.jaxws.ee.w2j.rpc.literal.headertest -com.sun.ts.tests.jaxws.ee.w2j.rpc.literal.holdertest -com.sun.ts.tests.jaxws.ee.w2j.rpc.literal.httpservletmsgctxpropstest -com.sun.ts.tests.jaxws.ee.w2j.rpc.literal.httptest -com.sun.ts.tests.jaxws.ee.w2j.rpc.literal.marshalltest -com.sun.ts.tests.jaxws.ee.w2j.rpc.literal.onewayhandlertest.client -com.sun.ts.tests.jaxws.ee.w2j.rpc.literal.onewayhandlertest.server -com.sun.ts.tests.jaxws.ee.w2j.rpc.literal.parametermodetest -com.sun.ts.tests.jaxws.ee.w2j.rpc.literal.sec.secbasic -com.sun.ts.tests.jaxws.ee.w2j.rpc.literal.xmlnamemappingtest -com.sun.ts.tests.jaxws.mapping.j2wmapping.document.literal.bare -com.sun.ts.tests.jaxws.mapping.j2wmapping.document.literal.wrapped -com.sun.ts.tests.jaxws.mapping.j2wmapping.rpc.literal.withannotations -com.sun.ts.tests.jaxws.mapping.j2wmapping.rpc.literal.withoutannotations -com.sun.ts.tests.jaxws.mapping.w2jmapping.document.literal.annotations -com.sun.ts.tests.jaxws.mapping.w2jmapping.document.literal.customization -com.sun.ts.tests.jaxws.mapping.w2jmapping.document.literal.eprsubtypes -com.sun.ts.tests.jaxws.mapping.w2jmapping.document.literal.noncustomization -com.sun.ts.tests.jaxws.mapping.w2jmapping.rpc.literal.annotations -com.sun.ts.tests.jaxws.mapping.w2jmapping.rpc.literal.customization -com.sun.ts.tests.jaxws.mapping.w2jmapping.rpc.literal.noncustomization -com.sun.ts.tests.jaxws.sharedclients -com.sun.ts.tests.jaxws.sharedclients.dlhandlerclient -com.sun.ts.tests.jaxws.sharedclients.doclitclient -com.sun.ts.tests.jaxws.sharedclients.doclithelloclient -com.sun.ts.tests.jaxws.sharedclients.faultclient -com.sun.ts.tests.jaxws.sharedclients.rlhandlerclient -com.sun.ts.tests.jaxws.sharedclients.rpclitclient -com.sun.ts.tests.jaxws.sharedclients.simpleclient -com.sun.ts.tests.jaxws.sharedclients.xmlbinddlhelloproviderclient -com.sun.ts.tests.jaxws.sharedwebservices.dlhandlerservice -com.sun.ts.tests.jaxws.sharedwebservices.dlhelloproviderservice -com.sun.ts.tests.jaxws.sharedwebservices.doclithelloservice -com.sun.ts.tests.jaxws.sharedwebservices.doclitservice -com.sun.ts.tests.jaxws.sharedwebservices.faultservice -com.sun.ts.tests.jaxws.sharedwebservices.hellosecureservice -com.sun.ts.tests.jaxws.sharedwebservices.rlhandlerservice -com.sun.ts.tests.jaxws.sharedwebservices.rpclitservice -com.sun.ts.tests.jaxws.sharedwebservices.simpleservice -com.sun.ts.tests.jaxws.sharedwebservices.xmlbinddlhelloproviderservice -com.sun.ts.tests.jaxws.util -com.sun.ts.tests.jaxws.wsa.j2w.document.literal.action -com.sun.ts.tests.jaxws.wsa.j2w.document.literal.addressingfeature -com.sun.ts.tests.jaxws.wsa.j2w.document.literal.anonymous -com.sun.ts.tests.jaxws.wsa.j2w.document.literal.epr -com.sun.ts.tests.jaxws.wsa.j2w.document.literal.refps -com.sun.ts.tests.jaxws.wsa.j2w.document.literal.requestresponse -com.sun.ts.tests.jaxws.wsa.j2w.document.literal.typesubstitution -com.sun.ts.tests.jaxws.wsa.w2j.document.literal.action -com.sun.ts.tests.jaxws.wsa.w2j.document.literal.addressingfeature -com.sun.ts.tests.jaxws.wsa.w2j.document.literal.anonymous -com.sun.ts.tests.jaxws.wsa.w2j.document.literal.delimiter -com.sun.ts.tests.jaxws.wsa.w2j.document.literal.eprinwsdl -com.sun.ts.tests.jaxws.wsa.w2j.document.literal.oneway -com.sun.ts.tests.jaxws.wsa.w2j.document.literal.providertest -com.sun.ts.tests.jaxws.wsa.w2j.document.literal.refps -com.sun.ts.tests.jaxws.wsa.w2j.document.literal.requiredfalse -com.sun.ts.tests.jaxws.wsa.w2j.document.literal.respectbindingfeature -com.sun.ts.tests.jaxws.wsa.w2j.document.literal.typesubstitution com.sun.ts.tests.jaxws.wsi.constants -com.sun.ts.tests.jaxws.wsi.j2w -com.sun.ts.tests.jaxws.wsi.j2w.document.literal.R2201 -com.sun.ts.tests.jaxws.wsi.j2w.document.literal.R2204 -com.sun.ts.tests.jaxws.wsi.j2w.document.literal.R2210 -com.sun.ts.tests.jaxws.wsi.j2w.document.literal.R2716 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R1000 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R1001 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R1002 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R1003 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R1010 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R1124 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R1126 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R2001 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R2002 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R2003 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R2004 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R2005 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R2007 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R2022 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R2023 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R2101 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R2102 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R2105 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R2110 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R2111 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R2112 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R2203 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R2205 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R2206 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R2207 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R2301 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R2303 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R2304 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R2305 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R2306 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R2401 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R2701 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R2702 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R2705 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R2710 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R2717 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R2718 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R2720 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R2721 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R2723 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R2724 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R2725 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R2726 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R2749 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R2754 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R2801 -com.sun.ts.tests.jaxws.wsi.j2w.rpc.literal.R4003 -com.sun.ts.tests.jaxws.wsi.requests -com.sun.ts.tests.jaxws.wsi.utils -com.sun.ts.tests.jaxws.wsi.w2j.document.literal.R1141 -com.sun.ts.tests.jaxws.wsi.w2j.document.literal.R2030 -com.sun.ts.tests.jaxws.wsi.w2j.document.literal.R2707 -com.sun.ts.tests.jaxws.wsi.w2j.document.literal.R2709 -com.sun.ts.tests.jaxws.wsi.w2j.document.literal.R2712 -com.sun.ts.tests.jaxws.wsi.w2j.document.literal.R2747 -com.sun.ts.tests.jaxws.wsi.w2j.document.literal.R2748 -com.sun.ts.tests.jaxws.wsi.w2j.document.literal.R4002 -com.sun.ts.tests.jaxws.wsi.w2j.document.literal.R4003 -com.sun.ts.tests.jaxws.wsi.w2j.document.literal.swareftest -com.sun.ts.tests.jaxws.wsi.w2j.document.literal.swatest -com.sun.ts.tests.jaxws.wsi.w2j.rpc.literal.R1005 -com.sun.ts.tests.jaxws.wsi.w2j.rpc.literal.R1006 -com.sun.ts.tests.jaxws.wsi.w2j.rpc.literal.R1007 -com.sun.ts.tests.jaxws.wsi.w2j.rpc.literal.R1011 -com.sun.ts.tests.jaxws.wsi.w2j.rpc.literal.R1012 -com.sun.ts.tests.jaxws.wsi.w2j.rpc.literal.R1014 -com.sun.ts.tests.jaxws.wsi.w2j.rpc.literal.R1015 -com.sun.ts.tests.jaxws.wsi.w2j.rpc.literal.R1016 -com.sun.ts.tests.jaxws.wsi.w2j.rpc.literal.R1027 -com.sun.ts.tests.jaxws.wsi.w2j.rpc.literal.R1141 -com.sun.ts.tests.jaxws.wsi.w2j.rpc.literal.R11XX -com.sun.ts.tests.jaxws.wsi.w2j.rpc.literal.R2009 -com.sun.ts.tests.jaxws.wsi.w2j.rpc.literal.R2010 -com.sun.ts.tests.jaxws.wsi.w2j.rpc.literal.R2011 -com.sun.ts.tests.jaxws.wsi.w2j.rpc.literal.R2030 -com.sun.ts.tests.jaxws.wsi.w2j.rpc.literal.R2105 -com.sun.ts.tests.jaxws.wsi.w2j.rpc.literal.R2113 -com.sun.ts.tests.jaxws.wsi.w2j.rpc.literal.R2114 -com.sun.ts.tests.jaxws.wsi.w2j.rpc.literal.R2706 -com.sun.ts.tests.jaxws.wsi.w2j.rpc.literal.R2707 -com.sun.ts.tests.jaxws.wsi.w2j.rpc.literal.R2709 -com.sun.ts.tests.jaxws.wsi.w2j.rpc.literal.R2714 -com.sun.ts.tests.jaxws.wsi.w2j.rpc.literal.R2728 -com.sun.ts.tests.jaxws.wsi.w2j.rpc.literal.R2729 -com.sun.ts.tests.jaxws.wsi.w2j.rpc.literal.R2738 -com.sun.ts.tests.jaxws.wsi.w2j.rpc.literal.R2739 -com.sun.ts.tests.jaxws.wsi.w2j.rpc.literal.R273X -com.sun.ts.tests.jaxws.wsi.w2j.rpc.literal.R2744 -com.sun.ts.tests.jaxws.wsi.w2j.rpc.literal.R2745 -com.sun.ts.tests.jaxws.wsi.w2j.rpc.literal.R2747 -com.sun.ts.tests.jaxws.wsi.w2j.rpc.literal.R2748 -com.sun.ts.tests.jaxws.wsi.w2j.rpc.literal.R2751 -com.sun.ts.tests.jaxws.wsi.w2j.rpc.literal.R2753 -com.sun.ts.tests.jaxws.wsi.w2j.rpc.literal.R4001 -com.sun.ts.tests.jaxws.wsi.w2j.rpc.literal.R4002 -com.sun.ts.tests.jaxws.wsi.w2j.rpc.literal.R4003 -com.sun.ts.tests.jaxws.wsi.w2j.rpc.literal.R97XX -com.sun.ts.tests.jaxws.wsi.w2j.rpc.literal.swatest com.sun.ts.tests.jdbc.ee.batchUpdate com.sun.ts.tests.jdbc.ee.callStmt.callStmt1 com.sun.ts.tests.jdbc.ee.callStmt.callStmt10 @@ -1499,58 +1417,71 @@ com.sun.ts.tests.jdbc.ee.rsMeta com.sun.ts.tests.jdbc.ee.stmt.stmt1 com.sun.ts.tests.jdbc.ee.stmt.stmt2 com.sun.ts.tests.jdbc.ee.stmt.stmt3 -com.sun.ts.tests.jms.ee.all.bytesMsgQueue -com.sun.ts.tests.jms.ee.all.bytesMsgTopic -com.sun.ts.tests.jms.ee.all.closedQueueConnection -com.sun.ts.tests.jms.ee.all.closedQueueReceiver -com.sun.ts.tests.jms.ee.all.closedQueueSender -com.sun.ts.tests.jms.ee.all.closedQueueSession -com.sun.ts.tests.jms.ee.all.closedTopicConnection -com.sun.ts.tests.jms.ee.all.closedpublisher -com.sun.ts.tests.jms.ee.all.closedsubscriber -com.sun.ts.tests.jms.ee.all.closedtopicsessiontests -com.sun.ts.tests.jms.ee.all.exceptionQueue -com.sun.ts.tests.jms.ee.all.exceptiontests -com.sun.ts.tests.jms.ee.all.exceptiontopictests -com.sun.ts.tests.jms.ee.all.foreignMsgQueue -com.sun.ts.tests.jms.ee.all.foreignMsgTopic -com.sun.ts.tests.jms.ee.all.illegalState -com.sun.ts.tests.jms.ee.all.invalidDest -com.sun.ts.tests.jms.ee.all.mapMsgQueue -com.sun.ts.tests.jms.ee.all.mapMsgTopic -com.sun.ts.tests.jms.ee.all.messageQueue -com.sun.ts.tests.jms.ee.all.messageTopic -com.sun.ts.tests.jms.ee.all.msgproducer -com.sun.ts.tests.jms.ee.all.notReadable -com.sun.ts.tests.jms.ee.all.objectMsgQueue -com.sun.ts.tests.jms.ee.all.objectMsgTopic -com.sun.ts.tests.jms.ee.all.queueconn -com.sun.ts.tests.jms.ee.all.queueheader -com.sun.ts.tests.jms.ee.all.queueproperty -com.sun.ts.tests.jms.ee.all.queuetests -com.sun.ts.tests.jms.ee.all.selectorQueue -com.sun.ts.tests.jms.ee.all.selectorTopic -com.sun.ts.tests.jms.ee.all.sessiontests -com.sun.ts.tests.jms.ee.all.streamMsgQueue -com.sun.ts.tests.jms.ee.all.streamMsgTopic -com.sun.ts.tests.jms.ee.all.topicconntests -com.sun.ts.tests.jms.ee.all.topicheader -com.sun.ts.tests.jms.ee.all.topicproperty -com.sun.ts.tests.jms.ee.all.topictests -com.sun.ts.tests.jms.ee.all.unsupporttests -com.sun.ts.tests.jms.ee.appclient.closedQueueConnection -com.sun.ts.tests.jms.ee.appclient.closedQueueReceiver -com.sun.ts.tests.jms.ee.appclient.closedQueueSession -com.sun.ts.tests.jms.ee.appclient.closedTopicConnection -com.sun.ts.tests.jms.ee.appclient.closedtopicsessiontests -com.sun.ts.tests.jms.ee.appclient.invalidDest -com.sun.ts.tests.jms.ee.appclient.queueconn -com.sun.ts.tests.jms.ee.appclient.queuetests -com.sun.ts.tests.jms.ee.appclient.txQueue -com.sun.ts.tests.jms.ee.appclient.txtopictests +com.sun.ts.tests.jms.commonee +com.sun.ts.tests.jms.core.appclient.closedQueueConnection +com.sun.ts.tests.jms.core.appclient.closedQueueReceiver +com.sun.ts.tests.jms.core.appclient.closedQueueSession +com.sun.ts.tests.jms.core.appclient.closedTopicConnection +com.sun.ts.tests.jms.core.appclient.closedTopicSession +com.sun.ts.tests.jms.core.appclient.invalidDest +com.sun.ts.tests.jms.core.appclient.queueconn +com.sun.ts.tests.jms.core.appclient.queuetests +com.sun.ts.tests.jms.core.appclient.topictests +com.sun.ts.tests.jms.core.appclient.txqueuetests +com.sun.ts.tests.jms.core.appclient.txtopictests +com.sun.ts.tests.jms.core.bytesMsgQueue +com.sun.ts.tests.jms.core.bytesMsgTopic +com.sun.ts.tests.jms.core.closedQueueConnection +com.sun.ts.tests.jms.core.closedQueueReceiver +com.sun.ts.tests.jms.core.closedQueueSender +com.sun.ts.tests.jms.core.closedQueueSession +com.sun.ts.tests.jms.core.closedTopicConnection +com.sun.ts.tests.jms.core.closedTopicPublisher +com.sun.ts.tests.jms.core.closedTopicSession +com.sun.ts.tests.jms.core.closedTopicSubscriber +com.sun.ts.tests.jms.core.exceptionQueue +com.sun.ts.tests.jms.core.exceptionTopic +com.sun.ts.tests.jms.core.exceptiontests +com.sun.ts.tests.jms.core.foreignMsgQueue +com.sun.ts.tests.jms.core.foreignMsgTopic +com.sun.ts.tests.jms.core.mapMsgQueue +com.sun.ts.tests.jms.core.mapMsgTopic +com.sun.ts.tests.jms.core.messageProducer +com.sun.ts.tests.jms.core.messageQueue +com.sun.ts.tests.jms.core.messageTopic +com.sun.ts.tests.jms.core.objectMsgQueue +com.sun.ts.tests.jms.core.objectMsgTopic +com.sun.ts.tests.jms.core.queueConnection +com.sun.ts.tests.jms.core.queueMsgHeaders +com.sun.ts.tests.jms.core.queueMsgProperties +com.sun.ts.tests.jms.core.queuetests +com.sun.ts.tests.jms.core.selectorQueue +com.sun.ts.tests.jms.core.selectorTopic +com.sun.ts.tests.jms.core.sessiontests +com.sun.ts.tests.jms.core.streamMsgQueue +com.sun.ts.tests.jms.core.streamMsgTopic +com.sun.ts.tests.jms.core.topicConnection +com.sun.ts.tests.jms.core.topicMsgHeaders +com.sun.ts.tests.jms.core.topicMsgProperties +com.sun.ts.tests.jms.core.topictests +com.sun.ts.tests.jms.core20.appclient.jmsconsumertests +com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests +com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests +com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests +com.sun.ts.tests.jms.core20.appclient.messageconsumertests +com.sun.ts.tests.jms.core20.appclient.messageproducertests +com.sun.ts.tests.jms.core20.connectionfactorytests +com.sun.ts.tests.jms.core20.jmsconsumertests +com.sun.ts.tests.jms.core20.jmscontextqueuetests +com.sun.ts.tests.jms.core20.jmscontexttopictests +com.sun.ts.tests.jms.core20.jmsproducerqueuetests +com.sun.ts.tests.jms.core20.jmsproducertopictests +com.sun.ts.tests.jms.core20.messageproducertests +com.sun.ts.tests.jms.core20.runtimeexceptiontests +com.sun.ts.tests.jms.core20.sessiontests com.sun.ts.tests.jms.ee.ejb.queueCMTTests +com.sun.ts.tests.jms.ee.ejb.sessionQtests com.sun.ts.tests.jms.ee.ejb.sessionTtests -com.sun.ts.tests.jms.ee.ejb.sessiontests com.sun.ts.tests.jms.ee.ejbweb.xa com.sun.ts.tests.jms.ee.mdb.mdb_exceptQ com.sun.ts.tests.jms.ee.mdb.mdb_exceptT @@ -1570,11 +1501,205 @@ com.sun.ts.tests.jms.ee.mdb.mdb_sndToQueue com.sun.ts.tests.jms.ee.mdb.mdb_sndToTopic com.sun.ts.tests.jms.ee.mdb.mdb_synchrec com.sun.ts.tests.jms.ee.mdb.xa +com.sun.ts.tests.jms.ee20.cditests.ejbweb +com.sun.ts.tests.jms.ee20.cditests.mdb +com.sun.ts.tests.jms.ee20.cditests.usecases +com.sun.ts.tests.jms.ee20.ra.activationconfig.queue.selectorauto.annotated +com.sun.ts.tests.jms.ee20.ra.activationconfig.queue.selectorauto.descriptor +com.sun.ts.tests.jms.ee20.ra.activationconfig.queue.selectordups.annotated +com.sun.ts.tests.jms.ee20.ra.activationconfig.queue.selectordups.descriptor +com.sun.ts.tests.jms.ee20.ra.activationconfig.topic.noselnocidautodurable.annotated +com.sun.ts.tests.jms.ee20.ra.activationconfig.topic.noselnocidautodurable.descriptor +com.sun.ts.tests.jms.ee20.ra.activationconfig.topic.selectorautociddurable.annotated +com.sun.ts.tests.jms.ee20.ra.activationconfig.topic.selectorautociddurable.descriptor +com.sun.ts.tests.jms.ee20.ra.activationconfig.topic.selectordupsnondurable.annotated +com.sun.ts.tests.jms.ee20.ra.activationconfig.topic.selectordupsnondurable.descriptor +com.sun.ts.tests.jms.ee20.resourcedefs.annotations +com.sun.ts.tests.jms.ee20.resourcedefs.descriptor +com.sun.ts.tests.jpa.core.EntityGraph +com.sun.ts.tests.jpa.core.StoredProcedureQuery +com.sun.ts.tests.jpa.core.annotations.access.field +com.sun.ts.tests.jpa.core.annotations.access.mappedsc +com.sun.ts.tests.jpa.core.annotations.access.property +com.sun.ts.tests.jpa.core.annotations.assocoverride +com.sun.ts.tests.jpa.core.annotations.basic +com.sun.ts.tests.jpa.core.annotations.collectiontable +com.sun.ts.tests.jpa.core.annotations.convert +com.sun.ts.tests.jpa.core.annotations.discriminatorValue +com.sun.ts.tests.jpa.core.annotations.elementcollection +com.sun.ts.tests.jpa.core.annotations.embeddable +com.sun.ts.tests.jpa.core.annotations.embeddableMapValue +com.sun.ts.tests.jpa.core.annotations.entity +com.sun.ts.tests.jpa.core.annotations.id +com.sun.ts.tests.jpa.core.annotations.lob +com.sun.ts.tests.jpa.core.annotations.mapkey +com.sun.ts.tests.jpa.core.annotations.mapkeyclass +com.sun.ts.tests.jpa.core.annotations.mapkeycolumn +com.sun.ts.tests.jpa.core.annotations.mapkeyenumerated +com.sun.ts.tests.jpa.core.annotations.mapkeyjoincolumn +com.sun.ts.tests.jpa.core.annotations.mapkeytemporal +com.sun.ts.tests.jpa.core.annotations.mapsid +com.sun.ts.tests.jpa.core.annotations.nativequery +com.sun.ts.tests.jpa.core.annotations.onexmanyuni +com.sun.ts.tests.jpa.core.annotations.orderby +com.sun.ts.tests.jpa.core.annotations.ordercolumn +com.sun.ts.tests.jpa.core.annotations.tableGenerator +com.sun.ts.tests.jpa.core.annotations.temporal +com.sun.ts.tests.jpa.core.annotations.version +com.sun.ts.tests.jpa.core.basic +com.sun.ts.tests.jpa.core.cache.basicTests +com.sun.ts.tests.jpa.core.callback.inheritance +com.sun.ts.tests.jpa.core.callback.listener +com.sun.ts.tests.jpa.core.callback.listeneroverride +com.sun.ts.tests.jpa.core.callback.method +com.sun.ts.tests.jpa.core.callback.methodoverride +com.sun.ts.tests.jpa.core.callback.xml +com.sun.ts.tests.jpa.core.criteriaapi.CriteriaBuilder +com.sun.ts.tests.jpa.core.criteriaapi.CriteriaDelete +com.sun.ts.tests.jpa.core.criteriaapi.CriteriaQuery +com.sun.ts.tests.jpa.core.criteriaapi.CriteriaUpdate +com.sun.ts.tests.jpa.core.criteriaapi.From +com.sun.ts.tests.jpa.core.criteriaapi.Join +com.sun.ts.tests.jpa.core.criteriaapi.Root +com.sun.ts.tests.jpa.core.criteriaapi.metamodelquery +com.sun.ts.tests.jpa.core.criteriaapi.misc +com.sun.ts.tests.jpa.core.criteriaapi.parameter +com.sun.ts.tests.jpa.core.criteriaapi.strquery +com.sun.ts.tests.jpa.core.derivedid.ex1a +com.sun.ts.tests.jpa.core.derivedid.ex1b +com.sun.ts.tests.jpa.core.derivedid.ex2a +com.sun.ts.tests.jpa.core.derivedid.ex2b +com.sun.ts.tests.jpa.core.derivedid.ex3a +com.sun.ts.tests.jpa.core.derivedid.ex3b +com.sun.ts.tests.jpa.core.derivedid.ex4a +com.sun.ts.tests.jpa.core.derivedid.ex4b +com.sun.ts.tests.jpa.core.derivedid.ex5a +com.sun.ts.tests.jpa.core.derivedid.ex5b +com.sun.ts.tests.jpa.core.derivedid.ex6a +com.sun.ts.tests.jpa.core.derivedid.ex6b +com.sun.ts.tests.jpa.core.entityManager +com.sun.ts.tests.jpa.core.entityManager2 +com.sun.ts.tests.jpa.core.entityManagerFactory +com.sun.ts.tests.jpa.core.entityManagerFactoryCloseExceptions +com.sun.ts.tests.jpa.core.entityTransaction +com.sun.ts.tests.jpa.core.entitytest.apitests +com.sun.ts.tests.jpa.core.entitytest.bigdecimal +com.sun.ts.tests.jpa.core.entitytest.biginteger +com.sun.ts.tests.jpa.core.entitytest.cascadeall.manyXmany +com.sun.ts.tests.jpa.core.entitytest.cascadeall.manyXone +com.sun.ts.tests.jpa.core.entitytest.cascadeall.oneXmany +com.sun.ts.tests.jpa.core.entitytest.cascadeall.oneXone +com.sun.ts.tests.jpa.core.entitytest.detach.basic +com.sun.ts.tests.jpa.core.entitytest.detach.manyXmany +com.sun.ts.tests.jpa.core.entitytest.detach.manyXone +com.sun.ts.tests.jpa.core.entitytest.detach.oneXmany +com.sun.ts.tests.jpa.core.entitytest.detach.oneXone +com.sun.ts.tests.jpa.core.entitytest.persist.basic +com.sun.ts.tests.jpa.core.entitytest.persist.manyXmany +com.sun.ts.tests.jpa.core.entitytest.persist.manyXone +com.sun.ts.tests.jpa.core.entitytest.persist.oneXmany +com.sun.ts.tests.jpa.core.entitytest.persist.oneXmanyFetchEager +com.sun.ts.tests.jpa.core.entitytest.persist.oneXone +com.sun.ts.tests.jpa.core.entitytest.remove.basic +com.sun.ts.tests.jpa.core.entitytest.remove.oneXmany +com.sun.ts.tests.jpa.core.entitytest.remove.oneXone +com.sun.ts.tests.jpa.core.enums +com.sun.ts.tests.jpa.core.exceptions +com.sun.ts.tests.jpa.core.inheritance.abstractentity +com.sun.ts.tests.jpa.core.inheritance.mappedsc.annotation +com.sun.ts.tests.jpa.core.inheritance.mappedsc.descriptors +com.sun.ts.tests.jpa.core.inheritance.nonentity +com.sun.ts.tests.jpa.core.lock.entitymanager +com.sun.ts.tests.jpa.core.lock.query +com.sun.ts.tests.jpa.core.metamodelapi.attribute +com.sun.ts.tests.jpa.core.metamodelapi.basictype +com.sun.ts.tests.jpa.core.metamodelapi.bindable +com.sun.ts.tests.jpa.core.metamodelapi.collectionattribute +com.sun.ts.tests.jpa.core.metamodelapi.embeddabletype +com.sun.ts.tests.jpa.core.metamodelapi.entitytype +com.sun.ts.tests.jpa.core.metamodelapi.identifiabletype +com.sun.ts.tests.jpa.core.metamodelapi.listattribute +com.sun.ts.tests.jpa.core.metamodelapi.managedtype +com.sun.ts.tests.jpa.core.metamodelapi.mapattribute +com.sun.ts.tests.jpa.core.metamodelapi.mappedsuperclasstype +com.sun.ts.tests.jpa.core.metamodelapi.metamodel +com.sun.ts.tests.jpa.core.metamodelapi.pluralattribute +com.sun.ts.tests.jpa.core.metamodelapi.setattribute +com.sun.ts.tests.jpa.core.metamodelapi.singularattribute +com.sun.ts.tests.jpa.core.metamodelapi.type +com.sun.ts.tests.jpa.core.nestedembedding +com.sun.ts.tests.jpa.core.override.attributeoverride +com.sun.ts.tests.jpa.core.override.callbacklistener +com.sun.ts.tests.jpa.core.override.embeddable +com.sun.ts.tests.jpa.core.override.entity +com.sun.ts.tests.jpa.core.override.entitylistener +com.sun.ts.tests.jpa.core.override.joincolumn +com.sun.ts.tests.jpa.core.override.manytomany +com.sun.ts.tests.jpa.core.override.mapkey +com.sun.ts.tests.jpa.core.override.nocallbacklistener +com.sun.ts.tests.jpa.core.override.table +com.sun.ts.tests.jpa.core.override.util +com.sun.ts.tests.jpa.core.persistenceUtil +com.sun.ts.tests.jpa.core.persistenceUtilUtil +com.sun.ts.tests.jpa.core.query.apitests +com.sun.ts.tests.jpa.core.query.flushmode +com.sun.ts.tests.jpa.core.query.language +com.sun.ts.tests.jpa.core.query.parameter +com.sun.ts.tests.jpa.core.relationship.annotations +com.sun.ts.tests.jpa.core.relationship.bidirmanyxmany +com.sun.ts.tests.jpa.core.relationship.bidirmanyxone +com.sun.ts.tests.jpa.core.relationship.bidironexmany +com.sun.ts.tests.jpa.core.relationship.bidironexone +com.sun.ts.tests.jpa.core.relationship.defaults +com.sun.ts.tests.jpa.core.relationship.descriptors +com.sun.ts.tests.jpa.core.relationship.unimanyxmany +com.sun.ts.tests.jpa.core.relationship.unimanyxone +com.sun.ts.tests.jpa.core.relationship.unionexmany +com.sun.ts.tests.jpa.core.relationship.unionexone +com.sun.ts.tests.jpa.core.types.auto +com.sun.ts.tests.jpa.core.types.field +com.sun.ts.tests.jpa.core.types.generator +com.sun.ts.tests.jpa.core.types.primarykey.compound +com.sun.ts.tests.jpa.core.types.property +com.sun.ts.tests.jpa.core.versioning +com.sun.ts.tests.jpa.ee.entityManager +com.sun.ts.tests.jpa.ee.entityManagerFactory +com.sun.ts.tests.jpa.ee.packaging.appclient.annotation +com.sun.ts.tests.jpa.ee.packaging.appclient.descriptor +com.sun.ts.tests.jpa.ee.packaging.ejb.descriptor +com.sun.ts.tests.jpa.ee.packaging.ejb.exclude +com.sun.ts.tests.jpa.ee.packaging.ejb.resource_local +com.sun.ts.tests.jpa.ee.packaging.ejb.standalone +com.sun.ts.tests.jpa.ee.packaging.jar +com.sun.ts.tests.jpa.ee.packaging.web.scope +com.sun.ts.tests.jpa.ee.packaging.web.standalone +com.sun.ts.tests.jpa.ee.pluggability.contracts.jta +com.sun.ts.tests.jpa.ee.pluggability.contracts.resource_local +com.sun.ts.tests.jpa.ee.propagation.am +com.sun.ts.tests.jpa.ee.propagation.cm.extended +com.sun.ts.tests.jpa.ee.propagation.cm.jta +com.sun.ts.tests.jpa.ee.util +com.sun.ts.tests.jpa.jpa22.datetime +com.sun.ts.tests.jpa.jpa22.generators.tablegenerators +com.sun.ts.tests.jpa.jpa22.query.stream +com.sun.ts.tests.jpa.jpa22.repeatable.attroverride +com.sun.ts.tests.jpa.jpa22.repeatable.convert +com.sun.ts.tests.jpa.jpa22.repeatable.joincolumn +com.sun.ts.tests.jpa.jpa22.repeatable.mapkeyjoincolumn +com.sun.ts.tests.jpa.jpa22.repeatable.namedentitygraph +com.sun.ts.tests.jpa.jpa22.repeatable.namednativequery +com.sun.ts.tests.jpa.jpa22.repeatable.namedstoredprocedurequery com.sun.ts.tests.jsf.api.javax_faces.application.application com.sun.ts.tests.jsf.api.javax_faces.application.applicationISE +com.sun.ts.tests.jsf.api.javax_faces.application.applicationWrapperISE com.sun.ts.tests.jsf.api.javax_faces.application.applicationfactory com.sun.ts.tests.jsf.api.javax_faces.application.applicationwrapper +com.sun.ts.tests.jsf.api.javax_faces.application.configurablenavigationhandler +com.sun.ts.tests.jsf.api.javax_faces.application.configurablenavigationhandlerwrapper com.sun.ts.tests.jsf.api.javax_faces.application.facesmessage +com.sun.ts.tests.jsf.api.javax_faces.application.navigationcase +com.sun.ts.tests.jsf.api.javax_faces.application.navigationhandler +com.sun.ts.tests.jsf.api.javax_faces.application.protectedviewex com.sun.ts.tests.jsf.api.javax_faces.application.resource com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandler com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerEx @@ -1582,14 +1707,18 @@ com.sun.ts.tests.jsf.api.javax_faces.application.resourcehandlerwrapper com.sun.ts.tests.jsf.api.javax_faces.application.resourcewrapper com.sun.ts.tests.jsf.api.javax_faces.application.statemanager com.sun.ts.tests.jsf.api.javax_faces.application.statemanagerwrapper +com.sun.ts.tests.jsf.api.javax_faces.application.viewexpiredex com.sun.ts.tests.jsf.api.javax_faces.application.viewhandler com.sun.ts.tests.jsf.api.javax_faces.application.viewhandlerwrapper com.sun.ts.tests.jsf.api.javax_faces.component.annotation +com.sun.ts.tests.jsf.api.javax_faces.component.behavior.ajax +com.sun.ts.tests.jsf.api.javax_faces.component.behavior.clientbehaviorcontext com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandbutton com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlcommandlink com.sun.ts.tests.jsf.api.javax_faces.component.html.htmldatatable com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlform com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlgraphicimage +com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputfile com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputhidden com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputsecret com.sun.ts.tests.jsf.api.javax_faces.component.html.htmlinputtext @@ -1629,11 +1758,15 @@ com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitem com.sun.ts.tests.jsf.api.javax_faces.component.uiselectitems com.sun.ts.tests.jsf.api.javax_faces.component.uiselectmany com.sun.ts.tests.jsf.api.javax_faces.component.uiselectone +com.sun.ts.tests.jsf.api.javax_faces.component.uiviewaction com.sun.ts.tests.jsf.api.javax_faces.component.uiviewparameter com.sun.ts.tests.jsf.api.javax_faces.component.uiviewroot com.sun.ts.tests.jsf.api.javax_faces.context.externalcontext +com.sun.ts.tests.jsf.api.javax_faces.context.externalcontextfactory +com.sun.ts.tests.jsf.api.javax_faces.context.externalcontextwrapper com.sun.ts.tests.jsf.api.javax_faces.context.facescontext com.sun.ts.tests.jsf.api.javax_faces.context.facescontextfactory +com.sun.ts.tests.jsf.api.javax_faces.context.facescontextwrapper com.sun.ts.tests.jsf.api.javax_faces.convert.bigdecimalconverter com.sun.ts.tests.jsf.api.javax_faces.convert.bigintegerconverter com.sun.ts.tests.jsf.api.javax_faces.convert.booleanconverter @@ -1644,9 +1777,15 @@ com.sun.ts.tests.jsf.api.javax_faces.convert.doubleconverter com.sun.ts.tests.jsf.api.javax_faces.convert.enumconverter com.sun.ts.tests.jsf.api.javax_faces.convert.floatconverter com.sun.ts.tests.jsf.api.javax_faces.convert.integerconverter +com.sun.ts.tests.jsf.api.javax_faces.convert.localdateconverter +com.sun.ts.tests.jsf.api.javax_faces.convert.localdatetimeconverter +com.sun.ts.tests.jsf.api.javax_faces.convert.localtimeconverter com.sun.ts.tests.jsf.api.javax_faces.convert.longconverter com.sun.ts.tests.jsf.api.javax_faces.convert.numberconverter +com.sun.ts.tests.jsf.api.javax_faces.convert.offsetdatetimeconverter +com.sun.ts.tests.jsf.api.javax_faces.convert.offsettimeconverter com.sun.ts.tests.jsf.api.javax_faces.convert.shortconverter +com.sun.ts.tests.jsf.api.javax_faces.convert.zoneddatetimeconverter com.sun.ts.tests.jsf.api.javax_faces.el.evaluationexception com.sun.ts.tests.jsf.api.javax_faces.el.methodbinding com.sun.ts.tests.jsf.api.javax_faces.el.methodnotfoundexception @@ -1661,16 +1800,24 @@ com.sun.ts.tests.jsf.api.javax_faces.event.ajaxbehaviorevent com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedevent com.sun.ts.tests.jsf.api.javax_faces.event.exceptionqueuedeventcontext com.sun.ts.tests.jsf.api.javax_faces.event.facesevent +com.sun.ts.tests.jsf.api.javax_faces.event.methodexpressionvaluechangelistener +com.sun.ts.tests.jsf.api.javax_faces.event.phaseevent com.sun.ts.tests.jsf.api.javax_faces.event.postaddtoviewevent -com.sun.ts.tests.jsf.api.javax_faces.event.postaddtoviewnonpdlevent com.sun.ts.tests.jsf.api.javax_faces.event.postconstructapplicationevent +com.sun.ts.tests.jsf.api.javax_faces.event.postconstructcustomscopeevent com.sun.ts.tests.jsf.api.javax_faces.event.postconstructviewmapevent +com.sun.ts.tests.jsf.api.javax_faces.event.postkeepflashvalueevent +com.sun.ts.tests.jsf.api.javax_faces.event.postputflashvalueevent +com.sun.ts.tests.jsf.api.javax_faces.event.postrenderviewevent com.sun.ts.tests.jsf.api.javax_faces.event.postrestorestateevent com.sun.ts.tests.jsf.api.javax_faces.event.postvalidateevent +com.sun.ts.tests.jsf.api.javax_faces.event.preclearflashevent com.sun.ts.tests.jsf.api.javax_faces.event.predestroyapplicationevent com.sun.ts.tests.jsf.api.javax_faces.event.predestroyviewmapevent +com.sun.ts.tests.jsf.api.javax_faces.event.preremoveflashvalueevent com.sun.ts.tests.jsf.api.javax_faces.event.preremovefromviewevent com.sun.ts.tests.jsf.api.javax_faces.event.prerendercomponentevent +com.sun.ts.tests.jsf.api.javax_faces.event.prerenderviewevent com.sun.ts.tests.jsf.api.javax_faces.event.prevalidateevent com.sun.ts.tests.jsf.api.javax_faces.event.valuechangeevent com.sun.ts.tests.jsf.api.javax_faces.facesexception @@ -1683,16 +1830,21 @@ com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.metainflast com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.service com.sun.ts.tests.jsf.api.javax_faces.factoryfinder.webinf com.sun.ts.tests.jsf.api.javax_faces.factoryfinderrelease +com.sun.ts.tests.jsf.api.javax_faces.flow.flowhandler com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecycle com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecyclefactory +com.sun.ts.tests.jsf.api.javax_faces.lifecycle.lifecyclewrapper com.sun.ts.tests.jsf.api.javax_faces.model.arraydatamodel +com.sun.ts.tests.jsf.api.javax_faces.model.collectiondatamodel com.sun.ts.tests.jsf.api.javax_faces.model.datamodelevent +com.sun.ts.tests.jsf.api.javax_faces.model.iterabledatamodel com.sun.ts.tests.jsf.api.javax_faces.model.listdatamodel com.sun.ts.tests.jsf.api.javax_faces.model.resultdatamodel com.sun.ts.tests.jsf.api.javax_faces.model.resultsetdatamodel com.sun.ts.tests.jsf.api.javax_faces.model.scalardatamodel com.sun.ts.tests.jsf.api.javax_faces.model.selectitem com.sun.ts.tests.jsf.api.javax_faces.model.selectitemgroup +com.sun.ts.tests.jsf.api.javax_faces.render.clientbehaviorrenderer com.sun.ts.tests.jsf.api.javax_faces.render.renderkit com.sun.ts.tests.jsf.api.javax_faces.render.renderkitfactory com.sun.ts.tests.jsf.api.javax_faces.validator.beanvalidator @@ -1702,6 +1854,10 @@ com.sun.ts.tests.jsf.api.javax_faces.validator.longrangevalidator com.sun.ts.tests.jsf.api.javax_faces.validator.methodexpressionvalidator com.sun.ts.tests.jsf.api.javax_faces.validator.regexvalidator com.sun.ts.tests.jsf.api.javax_faces.view.location +com.sun.ts.tests.jsf.api.javax_faces.view.statemanagementstrategy +com.sun.ts.tests.jsf.api.javax_faces.view.viewdeclarationlang +com.sun.ts.tests.jsf.api.javax_faces.view.viewdeclarationlangwrapper +com.sun.ts.tests.jsf.spec.ajax.jsresource com.sun.ts.tests.jsf.spec.ajax.keyword com.sun.ts.tests.jsf.spec.ajax.tagwrapper com.sun.ts.tests.jsf.spec.appconfigresources.absolute_ordering @@ -1716,9 +1872,22 @@ com.sun.ts.tests.jsf.spec.composite.packaging.classpath com.sun.ts.tests.jsf.spec.composite.packaging.webapproot com.sun.ts.tests.jsf.spec.composite.valueholder com.sun.ts.tests.jsf.spec.coretags.selectitems +com.sun.ts.tests.jsf.spec.coretags.viewaction com.sun.ts.tests.jsf.spec.el.elresolvers com.sun.ts.tests.jsf.spec.el.managedbean.ee com.sun.ts.tests.jsf.spec.el.managedbean.standalone +com.sun.ts.tests.jsf.spec.flows.basicimplicit +com.sun.ts.tests.jsf.spec.flows.basicimplicit.beans +com.sun.ts.tests.jsf.spec.flows.basicmethodcall +com.sun.ts.tests.jsf.spec.flows.basicmethodcall.beans +com.sun.ts.tests.jsf.spec.flows.basicmultipage +com.sun.ts.tests.jsf.spec.flows.basicmultipage.beans +com.sun.ts.tests.jsf.spec.flows.basicswitch +com.sun.ts.tests.jsf.spec.flows.basicswitch.beans +com.sun.ts.tests.jsf.spec.flows.intermediate +com.sun.ts.tests.jsf.spec.flows.intermediate.beans +com.sun.ts.tests.jsf.spec.flows.multipagewebinf +com.sun.ts.tests.jsf.spec.flows.multipagewebinf.beans com.sun.ts.tests.jsf.spec.jstl.cwo com.sun.ts.tests.jsf.spec.jstl.fncontains com.sun.ts.tests.jsf.spec.jstl.fncontainsignore @@ -1769,12 +1938,117 @@ com.sun.ts.tests.jsf.spec.render.textarea com.sun.ts.tests.jsf.spec.resource.packaging.classpath com.sun.ts.tests.jsf.spec.resource.packaging.webapproot com.sun.ts.tests.jsf.spec.resource.relocatable +com.sun.ts.tests.jsf.spec.templating.component +com.sun.ts.tests.jsf.spec.templating.fragment com.sun.ts.tests.jsf.spec.templating.insert com.sun.ts.tests.jsf.spec.templating.remove com.sun.ts.tests.jsf.spec.templating.repeat +com.sun.ts.tests.jsf.spec.view.protectedview com.sun.ts.tests.jsf.spec.view.viewhandler com.sun.ts.tests.jsf.spec.webapp.factoryfinder com.sun.ts.tests.jsf.spec.webapp.tldsig +com.sun.ts.tests.jsonb +com.sun.ts.tests.jsonb.api.annotation +com.sun.ts.tests.jsonb.api.builder +com.sun.ts.tests.jsonb.api.config +com.sun.ts.tests.jsonb.api.exception +com.sun.ts.tests.jsonb.api.jsonb +com.sun.ts.tests.jsonb.api.jsonbadapter +com.sun.ts.tests.jsonb.api.model +com.sun.ts.tests.jsonb.cdi.customizedmapping.adapters +com.sun.ts.tests.jsonb.cdi.customizedmapping.adapters.model +com.sun.ts.tests.jsonb.cdi.customizedmapping.adapters.model.adapter +com.sun.ts.tests.jsonb.cdi.customizedmapping.serializers +com.sun.ts.tests.jsonb.cdi.customizedmapping.serializers.model +com.sun.ts.tests.jsonb.cdi.customizedmapping.serializers.model.serializer +com.sun.ts.tests.jsonb.customizedmapping.adapters +com.sun.ts.tests.jsonb.customizedmapping.adapters.model +com.sun.ts.tests.jsonb.customizedmapping.adapters.model.adapter +com.sun.ts.tests.jsonb.customizedmapping.binarydata +com.sun.ts.tests.jsonb.customizedmapping.binarydata.model +com.sun.ts.tests.jsonb.customizedmapping.dateformat +com.sun.ts.tests.jsonb.customizedmapping.dateformat.model +com.sun.ts.tests.jsonb.customizedmapping.dateformat.model.customized +com.sun.ts.tests.jsonb.customizedmapping.ijson +com.sun.ts.tests.jsonb.customizedmapping.ijson.model +com.sun.ts.tests.jsonb.customizedmapping.instantiation +com.sun.ts.tests.jsonb.customizedmapping.instantiation.model +com.sun.ts.tests.jsonb.customizedmapping.nullhandling +com.sun.ts.tests.jsonb.customizedmapping.nullhandling.model +com.sun.ts.tests.jsonb.customizedmapping.nullhandling.model.nillable +com.sun.ts.tests.jsonb.customizedmapping.nullhandling.model.nonnillable +com.sun.ts.tests.jsonb.customizedmapping.numberformat +com.sun.ts.tests.jsonb.customizedmapping.numberformat.model +com.sun.ts.tests.jsonb.customizedmapping.numberformat.model.customized +com.sun.ts.tests.jsonb.customizedmapping.propertynames +com.sun.ts.tests.jsonb.customizedmapping.propertynames.model +com.sun.ts.tests.jsonb.customizedmapping.propertyorder +com.sun.ts.tests.jsonb.customizedmapping.propertyorder.model +com.sun.ts.tests.jsonb.customizedmapping.serializers +com.sun.ts.tests.jsonb.customizedmapping.serializers.model +com.sun.ts.tests.jsonb.customizedmapping.serializers.model.serializer +com.sun.ts.tests.jsonb.customizedmapping.visibility +com.sun.ts.tests.jsonb.customizedmapping.visibility.model +com.sun.ts.tests.jsonb.customizedmapping.visibility.model.customized +com.sun.ts.tests.jsonb.defaultmapping.arrays +com.sun.ts.tests.jsonb.defaultmapping.arrays.model +com.sun.ts.tests.jsonb.defaultmapping.attributeorder +com.sun.ts.tests.jsonb.defaultmapping.attributeorder.model +com.sun.ts.tests.jsonb.defaultmapping.basictypes +com.sun.ts.tests.jsonb.defaultmapping.basictypes.model +com.sun.ts.tests.jsonb.defaultmapping.bignumbers +com.sun.ts.tests.jsonb.defaultmapping.classes +com.sun.ts.tests.jsonb.defaultmapping.classes.model +com.sun.ts.tests.jsonb.defaultmapping.collections +com.sun.ts.tests.jsonb.defaultmapping.collections.model +com.sun.ts.tests.jsonb.defaultmapping.dates +com.sun.ts.tests.jsonb.defaultmapping.dates.model +com.sun.ts.tests.jsonb.defaultmapping.enums +com.sun.ts.tests.jsonb.defaultmapping.enums.model +com.sun.ts.tests.jsonb.defaultmapping.generics +com.sun.ts.tests.jsonb.defaultmapping.generics.model +com.sun.ts.tests.jsonb.defaultmapping.identifiers +com.sun.ts.tests.jsonb.defaultmapping.identifiers.model +com.sun.ts.tests.jsonb.defaultmapping.ignore +com.sun.ts.tests.jsonb.defaultmapping.ignore.model +com.sun.ts.tests.jsonb.defaultmapping.interfaces +com.sun.ts.tests.jsonb.defaultmapping.interfaces.model +com.sun.ts.tests.jsonb.defaultmapping.jsonptypes +com.sun.ts.tests.jsonb.defaultmapping.jsonptypes.model +com.sun.ts.tests.jsonb.defaultmapping.nullvalue +com.sun.ts.tests.jsonb.defaultmapping.nullvalue.model +com.sun.ts.tests.jsonb.defaultmapping.polymorphictypes +com.sun.ts.tests.jsonb.defaultmapping.polymorphictypes.model +com.sun.ts.tests.jsonb.defaultmapping.specifictypes +com.sun.ts.tests.jsonb.defaultmapping.specifictypes.model +com.sun.ts.tests.jsonb.defaultmapping.uniqueness +com.sun.ts.tests.jsonb.defaultmapping.uniqueness.model +com.sun.ts.tests.jsonb.defaultmapping.untyped +com.sun.ts.tests.jsonp.api.collectortests +com.sun.ts.tests.jsonp.api.exceptiontests +com.sun.ts.tests.jsonp.api.jsonarraytests +com.sun.ts.tests.jsonp.api.jsonbuilderfactorytests +com.sun.ts.tests.jsonp.api.jsoncoding +com.sun.ts.tests.jsonp.api.jsongeneratorfactorytests +com.sun.ts.tests.jsonp.api.jsongeneratortests +com.sun.ts.tests.jsonp.api.jsonnumbertests +com.sun.ts.tests.jsonp.api.jsonobjecttests +com.sun.ts.tests.jsonp.api.jsonparsereventtests +com.sun.ts.tests.jsonp.api.jsonparserfactorytests +com.sun.ts.tests.jsonp.api.jsonparsertests +com.sun.ts.tests.jsonp.api.jsonreaderfactorytests +com.sun.ts.tests.jsonp.api.jsonreadertests +com.sun.ts.tests.jsonp.api.jsonstreamingtests +com.sun.ts.tests.jsonp.api.jsonstringtests +com.sun.ts.tests.jsonp.api.jsonvaluetests +com.sun.ts.tests.jsonp.api.jsonwriterfactorytests +com.sun.ts.tests.jsonp.api.jsonwritertests +com.sun.ts.tests.jsonp.api.mergetests +com.sun.ts.tests.jsonp.api.patchtests +com.sun.ts.tests.jsonp.api.pointertests +com.sun.ts.tests.jsonp.pluggability.jsonprovidertests +com.sun.ts.tests.jsonp.provider +com.sun.ts.tests.jsonp.util com.sun.ts.tests.jsp.api.javax_el.arrayelresolver com.sun.ts.tests.jsp.api.javax_el.beanelresolver com.sun.ts.tests.jsp.api.javax_el.compelresolver @@ -1927,6 +2201,7 @@ com.sun.ts.tests.jstl.spec.xml.xmlcore.xout com.sun.ts.tests.jstl.spec.xml.xmlcore.xset com.sun.ts.tests.jstl.spec.xml.xtransform.param com.sun.ts.tests.jstl.spec.xml.xtransform.transform +com.sun.ts.tests.jta.ee.transactional com.sun.ts.tests.jta.ee.txpropagationtest com.sun.ts.tests.jta.ee.usertransaction.begin com.sun.ts.tests.jta.ee.usertransaction.commit @@ -1934,94 +2209,134 @@ com.sun.ts.tests.jta.ee.usertransaction.getstatus com.sun.ts.tests.jta.ee.usertransaction.rollback com.sun.ts.tests.jta.ee.usertransaction.setrollbackonly com.sun.ts.tests.jta.ee.usertransaction.settransactiontimeout -com.sun.ts.tests.jws.handlerchain.client -com.sun.ts.tests.jws.handlerchain.server -com.sun.ts.tests.jws.oneway.client -com.sun.ts.tests.jws.oneway.server -com.sun.ts.tests.jws.webmethod.webmethod1.client -com.sun.ts.tests.jws.webmethod.webmethod1.server -com.sun.ts.tests.jws.webmethod.webmethod2.client -com.sun.ts.tests.jws.webmethod.webmethod2.server -com.sun.ts.tests.jws.webmethod.webmethod3.client -com.sun.ts.tests.jws.webmethod.webmethod3.server -com.sun.ts.tests.jws.webparam.webparam1.client -com.sun.ts.tests.jws.webparam.webparam1.server -com.sun.ts.tests.jws.webparam.webparam2.client -com.sun.ts.tests.jws.webparam.webparam2.server -com.sun.ts.tests.jws.webparam.webparam3.client -com.sun.ts.tests.jws.webparam.webparam3.server -com.sun.ts.tests.jws.webresult.webresult1.client -com.sun.ts.tests.jws.webresult.webresult1.server -com.sun.ts.tests.jws.webresult.webresult2.client -com.sun.ts.tests.jws.webresult.webresult2.server -com.sun.ts.tests.jws.webresult.webresult3.client -com.sun.ts.tests.jws.webresult.webresult3.server -com.sun.ts.tests.jws.webservice.webservice1.client -com.sun.ts.tests.jws.webservice.webservice1.server -com.sun.ts.tests.jws.webservice.webservice2.client -com.sun.ts.tests.jws.webservice.webservice2.server -com.sun.ts.tests.jws.webservice.webservice3.client -com.sun.ts.tests.jws.webservice.webservice3.server -com.sun.ts.tests.jws.webservice.webservice4.client -com.sun.ts.tests.jws.webservice.webservice4.server -com.sun.ts.tests.pluggability.contracts -com.sun.ts.tests.pluggability.util com.sun.ts.tests.rmiiiop.ee.marshaltests com.sun.ts.tests.rmiiiop.ee.objecttests com.sun.ts.tests.rmiiiop.ee.orbtests com.sun.ts.tests.rmiiiop.ee.standalone -com.sun.ts.tests.saaj.api.javax_xml_soap.AttachmentPart -com.sun.ts.tests.saaj.api.javax_xml_soap.Detail -com.sun.ts.tests.saaj.api.javax_xml_soap.MessageFactory -com.sun.ts.tests.saaj.api.javax_xml_soap.MimeHeader -com.sun.ts.tests.saaj.api.javax_xml_soap.MimeHeaders -com.sun.ts.tests.saaj.api.javax_xml_soap.Name -com.sun.ts.tests.saaj.api.javax_xml_soap.Node -com.sun.ts.tests.saaj.api.javax_xml_soap.SAAJResult -com.sun.ts.tests.saaj.api.javax_xml_soap.SOAPBody -com.sun.ts.tests.saaj.api.javax_xml_soap.SOAPConnection -com.sun.ts.tests.saaj.api.javax_xml_soap.SOAPConnectionFactory -com.sun.ts.tests.saaj.api.javax_xml_soap.SOAPConstants -com.sun.ts.tests.saaj.api.javax_xml_soap.SOAPElement -com.sun.ts.tests.saaj.api.javax_xml_soap.SOAPElementFactory -com.sun.ts.tests.saaj.api.javax_xml_soap.SOAPEnvelope -com.sun.ts.tests.saaj.api.javax_xml_soap.SOAPException -com.sun.ts.tests.saaj.api.javax_xml_soap.SOAPFactory -com.sun.ts.tests.saaj.api.javax_xml_soap.SOAPFault -com.sun.ts.tests.saaj.api.javax_xml_soap.SOAPHeader -com.sun.ts.tests.saaj.api.javax_xml_soap.SOAPHeaderElement -com.sun.ts.tests.saaj.api.javax_xml_soap.SOAPMessage -com.sun.ts.tests.saaj.api.javax_xml_soap.SOAPPart -com.sun.ts.tests.saaj.api.javax_xml_soap.Text -com.sun.ts.tests.saaj.ee.RestrictionsAllowables -com.sun.ts.tests.saaj.ee.SendSyncReqRespMsg -com.sun.ts.tests.saaj.ee.SendVariousMimeAttachments -com.sun.ts.tests.saaj.ee.Standalone -com.sun.ts.tests.saaj.ee.VerifyInformationItems -com.sun.ts.tests.saaj.ee.WSITests com.sun.ts.tests.samples.ejb.ee.simpleHello com.sun.ts.tests.samples.ejb.ee.twobean com.sun.ts.tests.samples.javamail.ee.transport com.sun.ts.tests.samples.jdbc.ee.testConn +com.sun.ts.tests.samples.negdep +com.sun.ts.tests.securityapi.ham.autoapplysession +com.sun.ts.tests.securityapi.ham.basic +com.sun.ts.tests.securityapi.ham.customform.base +com.sun.ts.tests.securityapi.ham.customform.expression +com.sun.ts.tests.securityapi.ham.form +com.sun.ts.tests.securityapi.ham.rememberme.test1 +com.sun.ts.tests.securityapi.ham.rememberme.test2 +com.sun.ts.tests.securityapi.ham.rememberme.test3 +com.sun.ts.tests.securityapi.ham.sam.delegation +com.sun.ts.tests.securityapi.ham.sam.obtainbean +com.sun.ts.tests.securityapi.ham.workflow.cleansubject +com.sun.ts.tests.securityapi.ham.workflow.secureresponse +com.sun.ts.tests.securityapi.ham.workflow.validaterequest +com.sun.ts.tests.securityapi.ham.workflow.validaterequestduringauthen +com.sun.ts.tests.securityapi.ham.workflow.validaterequestwithfilter +com.sun.ts.tests.securityapi.idstore.basic +com.sun.ts.tests.securityapi.idstore.customhandler +com.sun.ts.tests.securityapi.idstore.database.basic +com.sun.ts.tests.securityapi.idstore.database.hashalgorithm +com.sun.ts.tests.securityapi.idstore.database.hashalgorithmparam +com.sun.ts.tests.securityapi.idstore.database.invalidcallerquery +com.sun.ts.tests.securityapi.idstore.database.invaliddatasource +com.sun.ts.tests.securityapi.idstore.database.invalidgroupsquery +com.sun.ts.tests.securityapi.idstore.database.invalidhashalgorithmparam +com.sun.ts.tests.securityapi.idstore.database.invalidpriorityuseforexpr +com.sun.ts.tests.securityapi.idstore.database.multi +com.sun.ts.tests.securityapi.idstore.database.notvalidated +com.sun.ts.tests.securityapi.idstore.database.priorityuseforexpr +com.sun.ts.tests.securityapi.idstore.database.priorityuseforexprbean +com.sun.ts.tests.securityapi.idstore.database.useforgroup +com.sun.ts.tests.securityapi.idstore.database.useforvalidation +com.sun.ts.tests.securityapi.idstore.idstorepermission +com.sun.ts.tests.securityapi.idstore.ldap.basic +com.sun.ts.tests.securityapi.idstore.ldap.binddn +com.sun.ts.tests.securityapi.idstore.ldap.groupmemberof +com.sun.ts.tests.securityapi.idstore.ldap.groupmemberofnotexist +com.sun.ts.tests.securityapi.idstore.ldap.invalidbinddn +com.sun.ts.tests.securityapi.idstore.ldap.invalidbinddnpassword +com.sun.ts.tests.securityapi.idstore.ldap.invalidcallerbasedn +com.sun.ts.tests.securityapi.idstore.ldap.invalidcallernameattr +com.sun.ts.tests.securityapi.idstore.ldap.invalidcallersearchbase +com.sun.ts.tests.securityapi.idstore.ldap.invalidcallersearchfilter +com.sun.ts.tests.securityapi.idstore.ldap.invalidgroupmemberattr +com.sun.ts.tests.securityapi.idstore.ldap.invalidgroupnameattr +com.sun.ts.tests.securityapi.idstore.ldap.invalidgroupsearchbase +com.sun.ts.tests.securityapi.idstore.ldap.invalidgroupsearchfilter +com.sun.ts.tests.securityapi.idstore.ldap.invalidsearchscopeexpr +com.sun.ts.tests.securityapi.idstore.ldap.invalidurl +com.sun.ts.tests.securityapi.idstore.ldap.notvalidated +com.sun.ts.tests.securityapi.idstore.ldap.priorityuseforexpr +com.sun.ts.tests.securityapi.idstore.ldap.searchscopebothonelevel +com.sun.ts.tests.securityapi.idstore.ldap.searchscopebothsubtree +com.sun.ts.tests.securityapi.idstore.ldap.searchscopecalleronelevelgroupsubtree +com.sun.ts.tests.securityapi.idstore.ldap.searchscopecallersubtreegrouponelevel +com.sun.ts.tests.securityapi.idstore.ldap.searchscopeexpr +com.sun.ts.tests.securityapi.idstore.ldap.useforgroup +com.sun.ts.tests.securityapi.idstore.ldap.useforvalidation +com.sun.ts.tests.securityapi.idstore.ldapserver +com.sun.ts.tests.securityapi.idstore.multi +com.sun.ts.tests.securityapi.idstore.multiauthz +com.sun.ts.tests.securityapi.idstore.noidstore +com.sun.ts.tests.securityapi.idstore.useforgroup +com.sun.ts.tests.securityapi.idstore.useforvalidation +com.sun.ts.tests.securityapi.securitycontext.authenticate +com.sun.ts.tests.securityapi.securitycontext.callerdata +com.sun.ts.tests.securityapi.securitycontext.ejb +com.sun.ts.tests.securityapi.securitycontext.getprincipalsbytype com.sun.ts.tests.servlet.api.javax_servlet.asynccontext com.sun.ts.tests.servlet.api.javax_servlet.asyncevent com.sun.ts.tests.servlet.api.javax_servlet.dispatchertype +com.sun.ts.tests.servlet.api.javax_servlet.dispatchtest com.sun.ts.tests.servlet.api.javax_servlet.dofilter com.sun.ts.tests.servlet.api.javax_servlet.filter com.sun.ts.tests.servlet.api.javax_servlet.filterchain com.sun.ts.tests.servlet.api.javax_servlet.filterconfig com.sun.ts.tests.servlet.api.javax_servlet.filterrequestdispatcher +com.sun.ts.tests.servlet.api.javax_servlet.genericfilter com.sun.ts.tests.servlet.api.javax_servlet.genericservlet com.sun.ts.tests.servlet.api.javax_servlet.registration com.sun.ts.tests.servlet.api.javax_servlet.requestdispatcher com.sun.ts.tests.servlet.api.javax_servlet.scattributeevent com.sun.ts.tests.servlet.api.javax_servlet.scattributelistener +com.sun.ts.tests.servlet.api.javax_servlet.scattributelistener40 com.sun.ts.tests.servlet.api.javax_servlet.scevent +com.sun.ts.tests.servlet.api.javax_servlet.scinitializer.addfilter +com.sun.ts.tests.servlet.api.javax_servlet.scinitializer.addfilter1 +com.sun.ts.tests.servlet.api.javax_servlet.scinitializer.addlistener +com.sun.ts.tests.servlet.api.javax_servlet.scinitializer.addlistener1 +com.sun.ts.tests.servlet.api.javax_servlet.scinitializer.addservlet +com.sun.ts.tests.servlet.api.javax_servlet.scinitializer.addservlet1 +com.sun.ts.tests.servlet.api.javax_servlet.scinitializer.createfilter +com.sun.ts.tests.servlet.api.javax_servlet.scinitializer.createlistener +com.sun.ts.tests.servlet.api.javax_servlet.scinitializer.createservlet +com.sun.ts.tests.servlet.api.javax_servlet.scinitializer.getclassloader +com.sun.ts.tests.servlet.api.javax_servlet.scinitializer.getdefaultsessiontrackingmodes +com.sun.ts.tests.servlet.api.javax_servlet.scinitializer.geteffectivemajorversion +com.sun.ts.tests.servlet.api.javax_servlet.scinitializer.geteffectiveminorversion +com.sun.ts.tests.servlet.api.javax_servlet.scinitializer.geteffectivesessiontrackingmodes +com.sun.ts.tests.servlet.api.javax_servlet.scinitializer.getfilterregistration +com.sun.ts.tests.servlet.api.javax_servlet.scinitializer.getfilterregistrations +com.sun.ts.tests.servlet.api.javax_servlet.scinitializer.getservletregistration +com.sun.ts.tests.servlet.api.javax_servlet.scinitializer.getservletregistrations +com.sun.ts.tests.servlet.api.javax_servlet.scinitializer.getsessioncookieconfig +com.sun.ts.tests.servlet.api.javax_servlet.scinitializer.setinitparameter +com.sun.ts.tests.servlet.api.javax_servlet.scinitializer.setsessiontrackingmodes com.sun.ts.tests.servlet.api.javax_servlet.sclistener +com.sun.ts.tests.servlet.api.javax_servlet.sclistener40 com.sun.ts.tests.servlet.api.javax_servlet.servlet com.sun.ts.tests.servlet.api.javax_servlet.servletconfig com.sun.ts.tests.servlet.api.javax_servlet.servletcontext com.sun.ts.tests.servlet.api.javax_servlet.servletcontext30 +com.sun.ts.tests.servlet.api.javax_servlet.servletcontext301 +com.sun.ts.tests.servlet.api.javax_servlet.servletcontext302 +com.sun.ts.tests.servlet.api.javax_servlet.servletcontext303 +com.sun.ts.tests.servlet.api.javax_servlet.servletcontext304 +com.sun.ts.tests.servlet.api.javax_servlet.servletcontext305 +com.sun.ts.tests.servlet.api.javax_servlet.servletcontext306 +com.sun.ts.tests.servlet.api.javax_servlet.servletcontext31 +com.sun.ts.tests.servlet.api.javax_servlet.servletcontext40 com.sun.ts.tests.servlet.api.javax_servlet.servletexception com.sun.ts.tests.servlet.api.javax_servlet.servletinputstream com.sun.ts.tests.servlet.api.javax_servlet.servletoutputstream @@ -2030,66 +2345,153 @@ com.sun.ts.tests.servlet.api.javax_servlet.servletrequest1 com.sun.ts.tests.servlet.api.javax_servlet.servletrequest30 com.sun.ts.tests.servlet.api.javax_servlet.servletrequestwrapper com.sun.ts.tests.servlet.api.javax_servlet.servletrequestwrapper30 +com.sun.ts.tests.servlet.api.javax_servlet.servletrequestwrapper30x com.sun.ts.tests.servlet.api.javax_servlet.servletresponse com.sun.ts.tests.servlet.api.javax_servlet.servletresponsewrapper +com.sun.ts.tests.servlet.api.javax_servlet.servletresponsewrapper30 +com.sun.ts.tests.servlet.api.javax_servlet.sessiontrackingmode +com.sun.ts.tests.servlet.api.javax_servlet.sessiontrackingmode1 +com.sun.ts.tests.servlet.api.javax_servlet.sessiontrackingmode2 +com.sun.ts.tests.servlet.api.javax_servlet.sessiontrackingmode3 +com.sun.ts.tests.servlet.api.javax_servlet.sessiontrackingmode4 com.sun.ts.tests.servlet.api.javax_servlet.singlethreadmodel com.sun.ts.tests.servlet.api.javax_servlet.srattributeevent com.sun.ts.tests.servlet.api.javax_servlet.srattributelistener +com.sun.ts.tests.servlet.api.javax_servlet.srattributelistener40 com.sun.ts.tests.servlet.api.javax_servlet.srevent com.sun.ts.tests.servlet.api.javax_servlet.srlistener +com.sun.ts.tests.servlet.api.javax_servlet.srlistener40 com.sun.ts.tests.servlet.api.javax_servlet.unavailableexception +com.sun.ts.tests.servlet.api.javax_servlet_http.asynccontext com.sun.ts.tests.servlet.api.javax_servlet_http.cookie +com.sun.ts.tests.servlet.api.javax_servlet_http.httpfilter com.sun.ts.tests.servlet.api.javax_servlet_http.httpservlet com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest1 com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest30 +com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest31 +com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequest40 com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletrequestwrapper com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponse com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponse30 +com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponse40 com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponsewrapper com.sun.ts.tests.servlet.api.javax_servlet_http.httpservletresponsewrapper30 com.sun.ts.tests.servlet.api.javax_servlet_http.httpsession +com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionactivationlistener40 com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionattributelistener +com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionattributelistener40 com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionbindingevent com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionbindinglistener +com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionbindinglistener40 com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionevent +com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionidlistener com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionlistener +com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionlistener40 com.sun.ts.tests.servlet.api.javax_servlet_http.httpsessionx +com.sun.ts.tests.servlet.api.javax_servlet_http.httpupgradehandler +com.sun.ts.tests.servlet.api.javax_servlet_http.part +com.sun.ts.tests.servlet.api.javax_servlet_http.part1 +com.sun.ts.tests.servlet.api.javax_servlet_http.readlistener +com.sun.ts.tests.servlet.api.javax_servlet_http.readlistener1 +com.sun.ts.tests.servlet.api.javax_servlet_http.servletcontext303 +com.sun.ts.tests.servlet.api.javax_servlet_http.servletcontext304 +com.sun.ts.tests.servlet.api.javax_servlet_http.servletcontext305 com.sun.ts.tests.servlet.api.javax_servlet_http.sessioncookieconfig +com.sun.ts.tests.servlet.api.javax_servlet_http.writelistener com.sun.ts.tests.servlet.compat.LeadingSlash.WithLeadingSlash com.sun.ts.tests.servlet.compat.LeadingSlash.WithoutLeadingSlash -com.sun.ts.tests.servlet.spec.annotation.ejb -com.sun.ts.tests.servlet.spec.annotation.ejbhttp -com.sun.ts.tests.servlet.spec.annotation.injection -com.sun.ts.tests.servlet.spec.annotation.resource -com.sun.ts.tests.servlet.spec.annotation.resourcehttp -com.sun.ts.tests.servlet.spec.annotation.resources -com.sun.ts.tests.servlet.spec.annotation.resourceshttp -com.sun.ts.tests.servlet.spec.annotation.webserviceref -com.sun.ts.tests.servlet.spec.annotation.webservicerefhttp +com.sun.ts.tests.servlet.ee.platform.cdi +com.sun.ts.tests.servlet.ee.platform.cdi.filter +com.sun.ts.tests.servlet.ee.platform.cdi.listener +com.sun.ts.tests.servlet.ee.platform.cdi.servlet +com.sun.ts.tests.servlet.ee.platform.deploy.ejblink.single +com.sun.ts.tests.servlet.ee.platform.deploy.ejbref.single +com.sun.ts.tests.servlet.ee.platform.deploy.enventry.single +com.sun.ts.tests.servlet.ee.platform.deploy.resref.single +com.sun.ts.tests.servlet.ee.platform.negdep.enumeration.ee +com.sun.ts.tests.servlet.ee.platform.negdep.multi.ee +com.sun.ts.tests.servlet.ee.platform.negdep.ordering.ee +com.sun.ts.tests.servlet.ee.platform.negdep.urlpattern.ee +com.sun.ts.tests.servlet.ee.spec.crosscontext +com.sun.ts.tests.servlet.ee.spec.security.permissiondd +com.sun.ts.tests.servlet.ee.spec.security.runAs +com.sun.ts.tests.servlet.pluggability.aordering +com.sun.ts.tests.servlet.pluggability.aordering1 +com.sun.ts.tests.servlet.pluggability.aordering2 +com.sun.ts.tests.servlet.pluggability.aordering3 +com.sun.ts.tests.servlet.pluggability.aordering4 +com.sun.ts.tests.servlet.pluggability.api.javax_servlet.asynccontext +com.sun.ts.tests.servlet.pluggability.api.javax_servlet.asyncevent +com.sun.ts.tests.servlet.pluggability.api.javax_servlet.dispatchertype +com.sun.ts.tests.servlet.pluggability.api.javax_servlet.dofilter +com.sun.ts.tests.servlet.pluggability.api.javax_servlet.filter +com.sun.ts.tests.servlet.pluggability.api.javax_servlet.filterchain +com.sun.ts.tests.servlet.pluggability.api.javax_servlet.filterconfig +com.sun.ts.tests.servlet.pluggability.api.javax_servlet.filterrequestdispatcher +com.sun.ts.tests.servlet.pluggability.api.javax_servlet.genericservlet +com.sun.ts.tests.servlet.pluggability.api.javax_servlet.registration +com.sun.ts.tests.servlet.pluggability.api.javax_servlet.requestdispatcher +com.sun.ts.tests.servlet.pluggability.api.javax_servlet.scattributeevent +com.sun.ts.tests.servlet.pluggability.api.javax_servlet.scattributelistener +com.sun.ts.tests.servlet.pluggability.api.javax_servlet.scevent +com.sun.ts.tests.servlet.pluggability.api.javax_servlet.sclistener +com.sun.ts.tests.servlet.pluggability.api.javax_servlet.servlet +com.sun.ts.tests.servlet.pluggability.api.javax_servlet.servletconfig +com.sun.ts.tests.servlet.pluggability.api.javax_servlet.servletcontext +com.sun.ts.tests.servlet.pluggability.api.javax_servlet.servletcontext30 +com.sun.ts.tests.servlet.pluggability.api.javax_servlet.servletexception +com.sun.ts.tests.servlet.pluggability.api.javax_servlet.servletinputstream +com.sun.ts.tests.servlet.pluggability.api.javax_servlet.servletoutputstream +com.sun.ts.tests.servlet.pluggability.api.javax_servlet.servletrequest +com.sun.ts.tests.servlet.pluggability.api.javax_servlet.servletrequest1 +com.sun.ts.tests.servlet.pluggability.api.javax_servlet.servletrequest30 +com.sun.ts.tests.servlet.pluggability.api.javax_servlet.servletrequestwrapper +com.sun.ts.tests.servlet.pluggability.api.javax_servlet.servletrequestwrapper30 +com.sun.ts.tests.servlet.pluggability.api.javax_servlet.servletrequestwrapper30x +com.sun.ts.tests.servlet.pluggability.api.javax_servlet.servletresponse +com.sun.ts.tests.servlet.pluggability.api.javax_servlet.servletresponsewrapper +com.sun.ts.tests.servlet.pluggability.api.javax_servlet.servletresponsewrapper30 +com.sun.ts.tests.servlet.pluggability.api.javax_servlet.sessiontrackingmode +com.sun.ts.tests.servlet.pluggability.api.javax_servlet.singlethreadmodel +com.sun.ts.tests.servlet.pluggability.api.javax_servlet.srattributeevent +com.sun.ts.tests.servlet.pluggability.api.javax_servlet.srattributelistener +com.sun.ts.tests.servlet.pluggability.api.javax_servlet.srevent +com.sun.ts.tests.servlet.pluggability.api.javax_servlet.srlistener +com.sun.ts.tests.servlet.pluggability.api.javax_servlet.unavailableexception +com.sun.ts.tests.servlet.pluggability.api.javax_servlet_http.cookie +com.sun.ts.tests.servlet.pluggability.api.javax_servlet_http.httpservlet +com.sun.ts.tests.servlet.pluggability.api.javax_servlet_http.httpservletrequest +com.sun.ts.tests.servlet.pluggability.api.javax_servlet_http.httpservletrequest30 +com.sun.ts.tests.servlet.pluggability.api.javax_servlet_http.httpservletrequestwrapper +com.sun.ts.tests.servlet.pluggability.api.javax_servlet_http.httpservletresponse +com.sun.ts.tests.servlet.pluggability.api.javax_servlet_http.httpservletresponse30 +com.sun.ts.tests.servlet.pluggability.api.javax_servlet_http.httpservletresponsewrapper +com.sun.ts.tests.servlet.pluggability.api.javax_servlet_http.httpservletresponsewrapper30 +com.sun.ts.tests.servlet.pluggability.api.javax_servlet_http.httpsession +com.sun.ts.tests.servlet.pluggability.api.javax_servlet_http.httpsessionattributelistener +com.sun.ts.tests.servlet.pluggability.api.javax_servlet_http.httpsessionbindingevent +com.sun.ts.tests.servlet.pluggability.api.javax_servlet_http.httpsessionbindinglistener +com.sun.ts.tests.servlet.pluggability.api.javax_servlet_http.httpsessionevent +com.sun.ts.tests.servlet.pluggability.api.javax_servlet_http.httpsessionlistener +com.sun.ts.tests.servlet.pluggability.api.javax_servlet_http.sessioncookieconfig +com.sun.ts.tests.servlet.pluggability.fragment com.sun.ts.tests.servlet.spec.annotationservlet.webfilter com.sun.ts.tests.servlet.spec.annotationservlet.weblistener com.sun.ts.tests.servlet.spec.annotationservlet.webservlet -com.sun.ts.tests.servlet.spec.aordering +com.sun.ts.tests.servlet.spec.annotationservlet.webservletapi +com.sun.ts.tests.servlet.spec.annotationservlet.webservletdd com.sun.ts.tests.servlet.spec.async -com.sun.ts.tests.servlet.spec.crosscontext +com.sun.ts.tests.servlet.spec.defaultcontextpath com.sun.ts.tests.servlet.spec.defaultmapping -com.sun.ts.tests.servlet.spec.deploy.ejblink.single -com.sun.ts.tests.servlet.spec.deploy.ejbref.single -com.sun.ts.tests.servlet.spec.deploy.enventry.single -com.sun.ts.tests.servlet.spec.deploy.resref.single com.sun.ts.tests.servlet.spec.dir_struct com.sun.ts.tests.servlet.spec.errorpage com.sun.ts.tests.servlet.spec.errorpage1 -com.sun.ts.tests.servlet.spec.fragment com.sun.ts.tests.servlet.spec.httpservletresponse com.sun.ts.tests.servlet.spec.i18n.encoding com.sun.ts.tests.servlet.spec.listenerorder com.sun.ts.tests.servlet.spec.multifiltermapping -com.sun.ts.tests.servlet.spec.negdep.enumeration.ee -com.sun.ts.tests.servlet.spec.negdep.multi.ee -com.sun.ts.tests.servlet.spec.negdep.ordering.ee -com.sun.ts.tests.servlet.spec.negdep.urlpattern.ee +com.sun.ts.tests.servlet.spec.pluggability.ordering.test1 com.sun.ts.tests.servlet.spec.protocols.http com.sun.ts.tests.servlet.spec.rdspecialchar com.sun.ts.tests.servlet.spec.requestdispatcher @@ -2097,9 +2499,12 @@ com.sun.ts.tests.servlet.spec.requestmap com.sun.ts.tests.servlet.spec.security.annotations com.sun.ts.tests.servlet.spec.security.clientcert com.sun.ts.tests.servlet.spec.security.clientcertanno -com.sun.ts.tests.servlet.spec.security.runAs +com.sun.ts.tests.servlet.spec.security.denyUncovered +com.sun.ts.tests.servlet.spec.security.metadatacomplete com.sun.ts.tests.servlet.spec.security.secbasic com.sun.ts.tests.servlet.spec.security.secform +com.sun.ts.tests.servlet.spec.serverpush +com.sun.ts.tests.servlet.spec.servletcontext com.sun.ts.tests.servlet.spec.servletmapping com.sun.ts.tests.servlet.spec.servletresponse com.sun.ts.tests.servlet.spec.srlistener @@ -2180,6 +2585,8 @@ com.sun.ts.tests.webservices.wsdlImport.http.twin3 com.sun.ts.tests.webservices.wsdlImport.http.twin4 com.sun.ts.tests.webservices12.deploy.jarDeploy com.sun.ts.tests.webservices12.deploy.portcomplink.ejb +com.sun.ts.tests.webservices12.deploy.portcomplink.ejb.inter +com.sun.ts.tests.webservices12.deploy.portcomplink.ejb.intra com.sun.ts.tests.webservices12.deploy.warDeploy com.sun.ts.tests.webservices12.deploy.warMirrorSEI com.sun.ts.tests.webservices12.ejb.annotations.HandlerTest.client @@ -2189,6 +2596,7 @@ com.sun.ts.tests.webservices12.ejb.annotations.WSEjbAsyncTest.server com.sun.ts.tests.webservices12.ejb.annotations.WSEjbMultipleClientInjectionTest1 com.sun.ts.tests.webservices12.ejb.annotations.WSEjbMultipleClientInjectionTest2 com.sun.ts.tests.webservices12.ejb.annotations.WSEjbNoWebServiceRefInClientTest +com.sun.ts.tests.webservices12.ejb.annotations.WSEjbPkgEPAndClientInSameEarTest com.sun.ts.tests.webservices12.ejb.annotations.WSEjbPortFieldInjectionTest com.sun.ts.tests.webservices12.ejb.annotations.WSEjbPortMethodInjectionTest com.sun.ts.tests.webservices12.ejb.annotations.WSEjbSOAPHandlersTest @@ -2287,10 +2695,109 @@ com.sun.ts.tests.webservices13.servlet.WSWebServiceRefLookup.client com.sun.ts.tests.webservices13.servlet.WSWebServiceRefLookup.server com.sun.ts.tests.webservices13.servlet.WSWebServiceRefLookupDDs.client com.sun.ts.tests.webservices13.servlet.WSWebServiceRefLookupDDs.server +com.sun.ts.tests.websocket.api.javax.websocket.clientendpointconfig +com.sun.ts.tests.websocket.api.javax.websocket.closereason +com.sun.ts.tests.websocket.api.javax.websocket.decodeexception +com.sun.ts.tests.websocket.api.javax.websocket.deploymentException +com.sun.ts.tests.websocket.api.javax.websocket.encodeexception +com.sun.ts.tests.websocket.api.javax.websocket.server.serverendpointconfig +com.sun.ts.tests.websocket.api.javax.websocket.websocketcontainer +com.sun.ts.tests.websocket.ee.javax.websocket.clientendpoint +com.sun.ts.tests.websocket.ee.javax.websocket.clientendpointconfig +com.sun.ts.tests.websocket.ee.javax.websocket.clientendpointonmessage +com.sun.ts.tests.websocket.ee.javax.websocket.clientendpointreturntype +com.sun.ts.tests.websocket.ee.javax.websocket.coder +com.sun.ts.tests.websocket.ee.javax.websocket.containerprovider.metainf +com.sun.ts.tests.websocket.ee.javax.websocket.containerprovider.vi +com.sun.ts.tests.websocket.ee.javax.websocket.endpoint.client +com.sun.ts.tests.websocket.ee.javax.websocket.endpoint.server +com.sun.ts.tests.websocket.ee.javax.websocket.handshakeresponse +com.sun.ts.tests.websocket.ee.javax.websocket.programaticcoder +com.sun.ts.tests.websocket.ee.javax.websocket.remoteendpoint +com.sun.ts.tests.websocket.ee.javax.websocket.remoteendpoint.async +com.sun.ts.tests.websocket.ee.javax.websocket.remoteendpoint.basic +com.sun.ts.tests.websocket.ee.javax.websocket.remoteendpoint.usercoder +com.sun.ts.tests.websocket.ee.javax.websocket.remoteendpoint.usercoder.async +com.sun.ts.tests.websocket.ee.javax.websocket.remoteendpoint.usercoder.asyncwithhandler +com.sun.ts.tests.websocket.ee.javax.websocket.remoteendpoint.usercoder.basic +com.sun.ts.tests.websocket.ee.javax.websocket.server.handshakerequest +com.sun.ts.tests.websocket.ee.javax.websocket.server.pathparam +com.sun.ts.tests.websocket.ee.javax.websocket.server.serverapplicationconfig +com.sun.ts.tests.websocket.ee.javax.websocket.server.serverapplicationconfiginlib +com.sun.ts.tests.websocket.ee.javax.websocket.server.serverendpoint +com.sun.ts.tests.websocket.ee.javax.websocket.server.serverendpointconfig +com.sun.ts.tests.websocket.ee.javax.websocket.server.serverendpointconfig.builder +com.sun.ts.tests.websocket.ee.javax.websocket.server.serverendpointconfig.configurator +com.sun.ts.tests.websocket.ee.javax.websocket.session +com.sun.ts.tests.websocket.ee.javax.websocket.session11.client +com.sun.ts.tests.websocket.ee.javax.websocket.session11.server +com.sun.ts.tests.websocket.ee.javax.websocket.sessionexception +com.sun.ts.tests.websocket.ee.javax.websocket.throwingcoder +com.sun.ts.tests.websocket.ee.javax.websocket.throwingcoder.annotated +com.sun.ts.tests.websocket.ee.javax.websocket.websocketcontainer +com.sun.ts.tests.websocket.ee.javax.websocket.websocketmessage +com.sun.ts.tests.websocket.ee.javax.websocket.websocketmessagereturntype +com.sun.ts.tests.websocket.negdep +com.sun.ts.tests.websocket.negdep.invalidpathparamtype.pasrv.onclose +com.sun.ts.tests.websocket.negdep.invalidpathparamtype.pasrv.onerror +com.sun.ts.tests.websocket.negdep.invalidpathparamtype.pasrv.onmessage +com.sun.ts.tests.websocket.negdep.invalidpathparamtype.pasrv.onopen +com.sun.ts.tests.websocket.negdep.invalidpathparamtype.srv.onclose +com.sun.ts.tests.websocket.negdep.invalidpathparamtype.srv.onerror +com.sun.ts.tests.websocket.negdep.invalidpathparamtype.srv.onmessage +com.sun.ts.tests.websocket.negdep.invalidpathparamtype.srv.onopen +com.sun.ts.tests.websocket.negdep.malformedpath +com.sun.ts.tests.websocket.negdep.multiplepaths +com.sun.ts.tests.websocket.negdep.onclose.client.duplicate +com.sun.ts.tests.websocket.negdep.onclose.client.toomanyargs +com.sun.ts.tests.websocket.negdep.onclose.srv.duplicate +com.sun.ts.tests.websocket.negdep.onclose.srv.toomanyargs +com.sun.ts.tests.websocket.negdep.onerror.client.duplicate +com.sun.ts.tests.websocket.negdep.onerror.client.toomanyargs +com.sun.ts.tests.websocket.negdep.onerror.srv.duplicate +com.sun.ts.tests.websocket.negdep.onerror.srv.toomanyargs +com.sun.ts.tests.websocket.negdep.onmessage.client.binarybytebufferint +com.sun.ts.tests.websocket.negdep.onmessage.client.binaryduplicate +com.sun.ts.tests.websocket.negdep.onmessage.client.binaryinputstreamboolean +com.sun.ts.tests.websocket.negdep.onmessage.client.nodecoder +com.sun.ts.tests.websocket.negdep.onmessage.client.pongboolean +com.sun.ts.tests.websocket.negdep.onmessage.client.pongduplicate +com.sun.ts.tests.websocket.negdep.onmessage.client.textbigdecimal +com.sun.ts.tests.websocket.negdep.onmessage.client.textduplicate +com.sun.ts.tests.websocket.negdep.onmessage.client.textreaderboolean +com.sun.ts.tests.websocket.negdep.onmessage.client.textstringint +com.sun.ts.tests.websocket.negdep.onmessage.pasrv.nomoreendpoints +com.sun.ts.tests.websocket.negdep.onmessage.ppsrv.nomoreendpoints +com.sun.ts.tests.websocket.negdep.onmessage.srv.binarybytebufferint +com.sun.ts.tests.websocket.negdep.onmessage.srv.binaryduplicate +com.sun.ts.tests.websocket.negdep.onmessage.srv.binaryinputstreamboolean +com.sun.ts.tests.websocket.negdep.onmessage.srv.binarynodecoder +com.sun.ts.tests.websocket.negdep.onmessage.srv.pongboolean +com.sun.ts.tests.websocket.negdep.onmessage.srv.pongduplicate +com.sun.ts.tests.websocket.negdep.onmessage.srv.textbigdecimal +com.sun.ts.tests.websocket.negdep.onmessage.srv.textduplicate +com.sun.ts.tests.websocket.negdep.onmessage.srv.textnodecoder +com.sun.ts.tests.websocket.negdep.onmessage.srv.textreaderboolean +com.sun.ts.tests.websocket.negdep.onmessage.srv.textstringint +com.sun.ts.tests.websocket.negdep.onopen.client.duplicate +com.sun.ts.tests.websocket.negdep.onopen.client.toomanyargs +com.sun.ts.tests.websocket.negdep.onopen.srv.duplicate +com.sun.ts.tests.websocket.negdep.onopen.srv.toomanyargs +com.sun.ts.tests.websocket.platform.cdi +com.sun.ts.tests.websocket.platform.javax.websocket.server.handshakerequest.authenticated +com.sun.ts.tests.websocket.platform.javax.websocket.server.handshakerequest.authenticatedlogoff +com.sun.ts.tests.websocket.platform.javax.websocket.server.handshakerequest.authenticatedssl +com.sun.ts.tests.websocket.platform.javax.websocket.server.handshakerequest.session +com.sun.ts.tests.websocket.spec.annotation.inheritance +com.sun.ts.tests.websocket.spec.application.closing +com.sun.ts.tests.websocket.spec.application.containers +com.sun.ts.tests.websocket.spec.application.lifecycle +com.sun.ts.tests.websocket.spec.configuration.urimatching +com.sun.ts.tests.websocket.spec.servercontainer.addendpoint +com.sun.ts.tests.websocket.spec.session.sessionid com.sun.ts.tests.xa.ee.resXcomp1 com.sun.ts.tests.xa.ee.resXcomp2 com.sun.ts.tests.xa.ee.resXcomp3 -com.sun.ts.tests.xa.ee.tsr com.sun.ts.tests.xa.ee.xresXcomp1 com.sun.ts.tests.xa.ee.xresXcomp2 org.omg.stub.com.sun.ts.tests.rmiiiop.ee.objecttests
