com.sun.enterprise.tools.verifier.config.TestNamesEjb.xml Maven / Gradle / Ivy
<!--
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
The contents of this file are subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common Development
and Distribution License("CDDL") (collectively, the "License"). You
may not use this file except in compliance with the License. You can obtain
a copy of the License at https://glassfish.dev.java.net/public/CDDL+GPL.html
or glassfish/bootstrap/legal/LICENSE.txt. See the License for the specific
language governing permissions and limitations under the License.
When distributing the software, include this License Header Notice in each
file and include the License file at glassfish/bootstrap/legal/LICENSE.txt.
Sun designates this particular file as subject to the "Classpath" exception
as provided by Sun in the GPL Version 2 section of the License file that
accompanied this code. If applicable, add the following below the License
Header, with the fields enclosed by brackets [] replaced by your own
identifying information: "Portions Copyrighted [year]
[name of copyright owner]"
Contributor(s):
If you wish your version of this file to be governed by only the CDDL or
only the GPL Version 2, indicate your decision by adding "[Contributor]
elects to include this software in this distribution under the [CDDL or GPL
Version 2] license." If you don't indicate a single choice of license, a
recipient has the option to distribute your version of this file under
either the CDDL, the GPL Version 2 or to extend the choice of license to
its licensees as provided above. However, if you add GPL Version 2 code
and therefore, elected the GPL Version 2 license, then the option applies
only if the new code is made subject to such option by the copyright
holder.
-->
<tests>
<description>
EJB tests
</description>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.MethodPermissionComponentInterface
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.EjbPublicID
</test-class>
<maximum-version>2.0</maximum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.EjbArchiveClassesLoadable
</test-class>
</test>
<!-- IMP: ClassContainsNativeMethod must follow ArchiveClassesLoadable test -->
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ClassContainsNativeMethod
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.EjbLogicalName
</test-class>
<maximum-version>2.0</maximum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.EjbHasLocalorRemoteorBothInterfaces
</test-class>
<maximum-version>2.1</maximum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.LocalInterfaceExposed
</test-class>
<minimum-version>2.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassExist
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassExposed
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodName
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodMatchesWithDD
</test-class>
<maximum-version>2.1</maximum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodPublic
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodFinal
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodStatic
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodRmiIIOPArgs
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodRmiIIOPReturn
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodException
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodExceptionCheck
</test-class>
<minimum-version>2.1</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.HomeMethodException
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.HomeMethodRmiIIOPArgs
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.HomeMethodRmiIIOPReturn
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.localhomeintf.LocalHomeInterfaceClassExist
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.localhomeintf.LocalHomeInterfaceExtendsEJBLocalHome
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.localhomeintf.LocalHomeMethodNameMatch
</test-class>
<minimum-version>2.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.localhomeintf.LocalHomeMethodModifiers
</test-class>
<minimum-version>2.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.localhomeintf.LocalHomeInterfacePublic
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeMethodModifiers
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeMethodNameMatch
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOP
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOPArgs
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOPReturn
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceSuperInterface
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOPException
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceClassExist
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceExtendsEJBHome
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfacePublic
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.LocalInterfaceClassExist
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.EjbLocalInterfaceExtendsEJBLocalObject
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.LocalInterfaceMatchMethodArgs
</test-class>
<minimum-version>2.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.LocalInterfaceMatchMethodException
</test-class>
<minimum-version>2.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.LocalInterfaceMatchMethodReturn
</test-class>
<minimum-version>2.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.LocalInterfaceRemoteException
</test-class>
<minimum-version>2.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.EjbLocalInterfacePublic
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceClassExist
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.EjbRemoteInterfaceExtendsEJBObject
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.EjbRemoteInterfacePublic
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceRmiIIOPException
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceSuperInterface
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceMatchMethodReturn
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceMatchMethodArgs
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceMatchMethodException
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassStaticFieldsFinal
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.EjbBeanType
</test-class>
<maximum-version>2.1</maximum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.TransactionDemarcationBeanManaged
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.timer.HasValidEjbTimeoutDescriptor
</test-class>
<minimum-version>2.1</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.timer.ImplementsTimedObjectTest
</test-class>
<minimum-version>2.1</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionDemarcationSessionSynchronizationInterface
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.session.SessionType
</test-class>
<maximum-version>2.0</maximum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionDemarcationComponentInterface
</test-class>
<maximum-version>2.1</maximum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionDemarcationHomeInterface
</test-class>
<maximum-version>2.1</maximum-version>
</test>
<!-- This test is not required. See bug 5018592.
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionTypeBeanManaged
</test-class>
<maximum-version>2.1</maximum-version>
</test>
-->
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionType
</test-class>
<maximum-version>2.0</maximum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpFieldsJavaTypesAssigned
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpEjbNoInvalidCreateMethod
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.UniqueAbstractSchemaName
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.TransactionDemarcationComponentInterface
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.TransactionDemarcationHomeInterface
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.CMPFieldExistence
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.PersistenceType
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassElement
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.PersistenceFieldsElement
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbReferencesElement
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.SecurityRolesRefs
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.SecurityRolesBind
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.TransactionDemarcationType
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbLinkElement
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.EjbNameNMTOKEN
</test-class>
<maximum-version>2.0</maximum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.EjbNameUnique
</test-class>
<maximum-version>2.0</maximum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbResAuthElement
</test-class>
<maximum-version>2.0</maximum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.EjbEnvEntryValue
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.EjbEnvEntryValueType
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.EjbRefNamePrefixed
</test-class>
<maximum-version>2.1</maximum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbRefTypeElement
</test-class>
<maximum-version>2.1</maximum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbMethodIntfElement
</test-class>
<maximum-version>2.0</maximum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.FieldNameElementPublic
</test-class>
</test>
<!-- bug 6312099
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbNameMethodElement
</test-class>
</test> -->
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.elements.MethodPermissionSecurityRoleExists
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.elements.MethodPermissionMethodExists
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.elements.ExcludeListMethodsExist
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.elements.UncheckedMethodsExist
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.elements.ContainerTransactionMethodExists
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.pksinglefield.PrimekeyFieldPersistentFields
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.pksinglefield.PrimekeyFieldPrimaryKeyType
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.ReEntrantElement
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.RoleNameNMTOKEN
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.JarContainsXMLFile
</test-class>
</test>
<!-- Test is not required. See bugid 6338127
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.JarFileContainsProperEJBClasses
</test-class>
</test>
-->
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassModifiersPublic
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassModifiersFinal
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassModifiersAbstract
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassConstructor
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassFinalizeMethod
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.ApplicationExceptionHomeInterfaceMethods
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.ApplicationExceptionComponentInterfaceMethods
</test-class>
<maximum-version>2.1</maximum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.ContainerTransactionStyle1
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.ContainerTransactionStyle2
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.ContainerTransactionStyle3
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.session.TransientFieldsSerialization
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionTypeNullForContainerTX
</test-class>
<maximum-version>2.1</maximum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.session.SessionBeanInterface
</test-class>
<maximum-version>2.1</maximum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.session.SessionSynchronizationInterface
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodName
</test-class>
<maximum-version>2.1</maximum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMatchesCreate
</test-class>
<maximum-version>2.1</maximum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodPublic
</test-class>
<maximum-version>2.1</maximum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodStatic
</test-class>
<maximum-version>2.1</maximum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodFinal
</test-class>
<maximum-version>2.1</maximum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodReturn
</test-class>
<maximum-version>2.1</maximum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodArgs
</test-class>
<maximum-version>2.1</maximum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodException
</test-class>
<maximum-version>2.1</maximum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.session.stateless.StatelessCreateNoArgs
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.session.stateless.StatelessCreateOnlyOne
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.session.stateless.StatelessCreateReturn
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.session.stateless.StatelessEjbCreateHome
</test-class>
<maximum-version>2.1</maximum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.session.EjbClassImplementsComponentInterface
</test-class>
<maximum-version>2.1</maximum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.session.HomeInterfaceNoFinderMethodNames
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodMatchArgs
</test-class>
<maximum-version>2.1</maximum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodReturn
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodExceptionCreate
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodExceptionRemote
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodExceptionMatch
</test-class>
<maximum-version>2.1</maximum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.session.BeanFieldsTransient
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.EntityBeanInterface
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.EntityBeanExtendsSerializableClass
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodNameCmp
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodName
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodPublic
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodStatic
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodFinal
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodReturn
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodArgs
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodException
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodObjectNotFoundException
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyName
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyPublic
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyStatic
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyFinal
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyArgs
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyReturn
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyException
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.EjbClassImplementsComponentInterface
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodName
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMatchesCreate
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodPublic
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodStatic
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodFinal
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodReturn
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodArgs
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodExceptions
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodName
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodPublic
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodStatic
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodFinal
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodArgs
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodReturn
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodException
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodMatchArgs
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodReturn
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodExceptionCreate
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodExceptionRemote
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodExceptionMatch
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodMatch
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodHasQuery
</test-class>
<minimum-version>2.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.HomeInterfacePostCreateMethodExceptionMatch
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodReturn
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodExceptionFinder
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodExceptionRemote
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodExceptionMatch
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.findbyprimarykey.HomeInterfaceFindByPrimaryKeyName
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.findbyprimarykey.HomeInterfaceFindByPrimaryKeyReturn
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.findbyprimarykey.HomeInterfaceFindByPrimaryKeyArg
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.EjbPrimaryKeyClass
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.EjbPrimaryKeyClassRmiIIOP
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassMethodEqual
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassMethodHashCode
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpFieldsDefinedForContainerPersistence
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpFields
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpEjbCreateMethod
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassConstructor
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassModifier
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassFieldsMatchBeanFields
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassFieldsPublic
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassFieldsCmp
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpFieldsTransient
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassOpt
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassOptReturn
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassOptType
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmpFieldsAbstract
</test-class>
<minimum-version>2.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmpFieldNameStartLowercase
</test-class>
<minimum-version>2.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmpFieldAccessor
</test-class>
<minimum-version>2.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmpFieldReturnType
</test-class>
<minimum-version>2.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmpFieldAccessorModifiers
</test-class>
<minimum-version>2.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmpFields
</test-class>
<minimum-version>2.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmrFields
</test-class>
<minimum-version>2.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CascadeDeleteNotSupportedForManyMany
</test-class>
<minimum-version>2.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmrFieldsAbstract
</test-class>
<minimum-version>2.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmrFieldAccessor
</test-class>
<minimum-version>2.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmrFieldNameStartLowercase
</test-class>
<minimum-version>2.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmrFieldAccessorModifiers
</test-class>
<minimum-version>2.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmrUseCorrectCollectionInterface
</test-class>
<minimum-version>2.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmpFieldsAccessorExposition
</test-class>
<minimum-version>2.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmrFieldsAccessorExposition
</test-class>
<minimum-version>2.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.DependentValueClassModifiers
</test-class>
<minimum-version>2.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.FindMethodsAbstract
</test-class>
<minimum-version>2.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.FindMethodHasDescriptors
</test-class>
<minimum-version>2.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.FindMethodException
</test-class>
<minimum-version>2.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.SelectMethodExposition
</test-class>
<minimum-version>2.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.SelectMethodModifiers
</test-class>
<minimum-version>2.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.SelectMethodException
</test-class>
<minimum-version>2.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.SelectMethodQL
</test-class>
<minimum-version>2.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.SelectMethodReturnType
</test-class>
<minimum-version>2.0</minimum-version>
</test>
<!-- exclude this test due to bug #4942609 - a bug in the compiler causes this tests to fail, see #4952429
THIS TEST SHOULD NOT BE EXCLUDED UNLESS CMP IS COMPLETELY BROKEN
-->
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbql.EjbQLFromCmpEntityDescriptor
</test-class>
<minimum-version>2.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.ImplementsMessageDrivenBean
</test-class>
<minimum-version>2.0</minimum-version>
<maximum-version>2.1</maximum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.ImplementsMessageListener
</test-class>
<minimum-version>2.0</minimum-version>
<maximum-version>2.1</maximum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.EjbCreateExists
</test-class>
<minimum-version>2.0</minimum-version>
<maximum-version>2.1</maximum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.RemoteExceptionNotThrown
</test-class>
<minimum-version>2.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.EjbCreateReturnType
</test-class>
<minimum-version>2.0</minimum-version>
<maximum-version>2.1</maximum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.EjbCreateModifiers
</test-class>
<minimum-version>2.0</minimum-version>
<maximum-version>2.1</maximum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.EjbRemoveExists
</test-class>
<minimum-version>2.0</minimum-version>
<maximum-version>2.1</maximum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.EjbRemoveReturnType
</test-class>
<minimum-version>2.0</minimum-version>
<maximum-version>2.1</maximum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.EjbRemoveModifiers
</test-class>
<minimum-version>2.0</minimum-version>
<maximum-version>2.1</maximum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.HasValidMessageSelector
</test-class>
<minimum-version>2.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.HasValidMethodDescriptor
</test-class>
<minimum-version>2.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.MessageListenerMethodModifiers
</test-class>
<minimum-version>2.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.SecurityIdentityRefs
</test-class>
<minimum-version>2.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.EjbNameIsValidJavaIdentifier
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.entity.AbstractSchemaNameIsValidJavaIdentifier
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.BusinessIntfInheritance
</test-class>
<minimum-version>3.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.BusinessInterfaceException
</test-class>
<minimum-version>3.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.CallbackMethodException
</test-class>
<minimum-version>3.0</minimum-version>
</test>
<!-- Issue 6363586
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.InterceptorMethodException
</test-class>
<minimum-version>3.0</minimum-version>
</test>
-->
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.AroundInvokeNotBusinessMethod
</test-class>
<minimum-version>3.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.InterceptorNoArgConstructor
</test-class>
<minimum-version>3.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.EJBCreatePostConstruct
</test-class>
<minimum-version>3.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.CallbacksOnBeanClass
</test-class>
<minimum-version>3.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.MDBInheritsMDB
</test-class>
<minimum-version>3.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.MDBImplementsListenerMethods
</test-class>
<minimum-version>3.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.InterceptorMethodNotStaticOrFinal
</test-class>
<minimum-version>3.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.CallbackMethodArgument
</test-class>
<minimum-version>3.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.InitMethodReturnType
</test-class>
<minimum-version>3.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.EJBInjectionAnnotationModifiers
</test-class>
<minimum-version>3.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.BusinessIntfAnnotationValue
</test-class>
<minimum-version>3.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.ValidBusinessInterface
</test-class>
<minimum-version>3.0</minimum-version>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.IconImageTypeTest
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.PUMatchingEMandEMFRefTest
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.PersistenceContextType
</test-class>
</test>
<test>
<test-class>
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.PersistenceUnitCount
</test-class>
</test>
</tests>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy