alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Glassfish example source code file (LocalStrings.properties)

This example Glassfish source code file (LocalStrings.properties) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Glassfish tags/keywords

as-ejb, ejb, ejb, error, error, failed, not, passed, section, section, specification, specification, the, web

The Glassfish LocalStrings.properties source code

#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright (c) 2010 Oracle and/or its affiliates. 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_1_1.html
# or packager/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 packager/legal/LICENSE.txt.
#
# GPL Classpath Exception:
# Oracle designates this particular file as subject to the "Classpath"
# exception as provided by Oracle in the GPL Version 2 section of the License
# file that accompanied this code.
#
# Modifications:
# If applicable, add the following below the License Header, with the fields
# enclosed by brackets [] replaced by your own identifying information:
# "Portions Copyright [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.
#

com.sun.enterprise.tools.verifier.Verifier.verifyFailed=Could not verify successfully.
com.sun.enterprise.tools.verifier.NameToken.SAXParseException=** Parsing error, line {0} , uri {1}
com.sun.enterprise.tools.verifier.NameToken.SAXParseException1=Exception occurred : [{0}]

com.sun.enterprise.tools.verifier.Initializer.usageLine1=usage: verifier [optional_params] <jarFile>
com.sun.enterprise.tools.verifier.Initializer.usageLine2=where :
com.sun.enterprise.tools.verifier.Initializer.usageLine3=\ [optional_params]   : Must be:
com.sun.enterprise.tools.verifier.Initializer.usageLine5=\   -d|--destdir <destination directory> : Verifier results are put in the specified existing directory
#com.sun.enterprise.tools.verifier.Initializer.usageLine6=\                      (Overrides default directory,
#com.sun.enterprise.tools.verifier.Initializer.usageLine6a=\                      which is the current
#com.sun.enterprise.tools.verifier.Initializer.usageLine6b=\                      directory)
com.sun.enterprise.tools.verifier.Initializer.usageLine16=\   -h|--help|-?     : Display verifier help
com.sun.enterprise.tools.verifier.Initializer.usageLine18=\   -n|--notimestamp : No timestamp for result file name
com.sun.enterprise.tools.verifier.Initializer.usageLine7=\   -u|--gui         : Use Verifier GUI
com.sun.enterprise.tools.verifier.Initializer.usageLine4=\   -v|--verbose     : Display more execution information
com.sun.enterprise.tools.verifier.Initializer.usageLine17=\   -V|--version     : Display verifier tool version
com.sun.enterprise.tools.verifier.Initializer.usageLine8=\         (Note: Overrides default behavior,
com.sun.enterprise.tools.verifier.Initializer.usageLine9=\                 required jarFile not needed)
com.sun.enterprise.tools.verifier.Initializer.usageLine10=\   -r|--reportlevel <level> : Result reporting level
com.sun.enterprise.tools.verifier.Initializer.usageLine11=\   level= a|all      : Set output report level to display all results
com.sun.enterprise.tools.verifier.Initializer.usageLine14=\          f|failures : Set output report level to display only failure
com.sun.enterprise.tools.verifier.Initializer.usageLine15=\            results
com.sun.enterprise.tools.verifier.Initializer.usageLine12=\          w|warnings : Set output report level to display only warning and
com.sun.enterprise.tools.verifier.Initializer.usageLine13=\            failure results
com.sun.enterprise.tools.verifier.Initializer.usageLine27=\   -a|--app         : Run only the Application tests
com.sun.enterprise.tools.verifier.Initializer.usageLine28=\   -A|--appclient   : Run only the Application Client tests
com.sun.enterprise.tools.verifier.Initializer.usageLine29=\   -c|--connector   : Run only the Connector tests
com.sun.enterprise.tools.verifier.Initializer.usageLine30=\   -e|--ejb         : Run only the EJB tests
com.sun.enterprise.tools.verifier.Initializer.usageLine31=\   -w|--web         : Run only the Web tests
com.sun.enterprise.tools.verifier.Initializer.usageLine32=\   -s|--webservices : Run only the WebServices tests
com.sun.enterprise.tools.verifier.Initializer.usageLine33=\   -l|--webservicesclient : Run only the WebServicesClient tests
com.sun.enterprise.tools.verifier.Initializer.usageLine34=\   -t|--timestamp   : verifier results are generated with timestamp appended to it
com.sun.enterprise.tools.verifier.Initializer.usageLine35=\   -D|--domain      : Absolute path of the domain directory. Domain directory will be ignored if verifier is run with -p option. The default domain directory is <AS_INSTALL_DIR>/domains/domain1
com.sun.enterprise.tools.verifier.Initializer.usageLine36=\   -p|--portability : Verifier will be run in portability mode with this option. Verifier runs in appserver mode by default. In the default mode verifier additionally checks correct usage of Sun application server features.
com.sun.enterprise.tools.verifier.Initializer.usageLine37=\   -P|--persistence : Run only the EJB 3.0 persistence tests
#
#
com.sun.enterprise.tools.verifier.Initializer.usageLine19=\Note: The default mode is non-verbose mode and the default reportlevel is to display only warning and failure results.\n    
com.sun.enterprise.tools.verifier.Initializer.usageLine20=<jarFile>: EAR/WAR/JAR/RAR file to perform static verification on
com.sun.enterprise.tools.verifier.Initializer.usageLine21=An example that runs verifier in verbose mode
com.sun.enterprise.tools.verifier.Initializer.usageLine22=and writes all the results of static verification of
com.sun.enterprise.tools.verifier.Initializer.usageLine23=file sample.ear to the destination directory /verifierresults:
com.sun.enterprise.tools.verifier.Initializer.usageLine24=\ verifier -v -ra -d /verifierresults sample.ear
com.sun.enterprise.tools.verifier.Initializer.usageLine25=\
  Results are generated in both text and XML format.
com.sun.enterprise.tools.verifier.Initializer.usageLine26=\
Two result files, sample.ear.txt and sample.ear.xml, will be created.

com.sun.enterprise.tools.verifier.VerificationHandler.notAJavaEEArchive=\
    [ {0} ] is not a valid Java EE archive. \
    Input archive must be one of the following types: \
    \n          application (.ear extension),\
    \n          web (.war extension), \
    \n          ejb-jar(.jar extension with ejb-jar.xml or an EJB component annotated class)\
    \n          application-client-jar(.jar extension with Main-Class attribute in manifest file).
com.sun.enterprise.tools.verifier.VerificationHandler.explodedircreateerror=\
    Unable to create verifier temporary directory {0}.
com.sun.enterprise.tools.verifier.VerificationHandler.explodedirdeleteerror=\
    Unable to delete verifier temporary directory {0}.
com.sun.enterprise.tools.verifier.VerificationHandler.maxlength.exceeded=\
    File [ {0} ] has path length [ {1} ] which is greater than the maximum allowed length ({2}) that verifier can handle on windows platform.
com.sun.enterprise.tools.verifier.VerificationHandler.exception=\
    Maximum Path Length exceeded. The application uses long file names which has exceeded maximum allowed path length in windows. Please shorten the file names and then continue.
com.sun.enterprise.tools.verifier.VerificationHandler.exception1=\
    Maximum Path Length exceeded. The application uses long file names which has exceeded maximum allowed path length in windows. Please shorten the file names and then continue. Not able to proceed further as [{0}] does not exist

com.sun.enterprise.tools.verifier.Initializer.debug.verboseFlag=Setting verbose flag to TRUE.
com.sun.enterprise.tools.verifier.Initializer.debug.helpMessage=Displaying help message.
com.sun.enterprise.tools.verifier.Initializer.debug.displayWarningFailures=Setting output report level to display only warning and failure results.
com.sun.enterprise.tools.verifier.Initializer.debug.displayAll=Setting output report level to display all results.
com.sun.enterprise.tools.verifier.Initializer.debug.displayFailures=Setting output report level to display only failure results.
com.sun.enterprise.tools.verifier.Initializer.debug.reportLevel=Already set output display report level to [ {0} ]
com.sun.enterprise.tools.verifier.Initializer.debug.startGUI=Starting Verifier GUI.
com.sun.enterprise.tools.verifier.Initializer.debug.jarFileName=Jar filename: {0}
com.sun.enterprise.tools.verifier.Initializer.debug.invalidArg=invalid argument \"{0}\"
com.sun.enterprise.tools.verifier.Initializer.debug.endParseArgs=*******************************END \"Parse Args\"
com.sun.enterprise.tools.verifier.VerificationHandler.debug.startingLoadJar=\
    Starting loadJar() method......
com.sun.enterprise.tools.verifier.Initializer.debug.app=\
    Running App tests.
com.sun.enterprise.tools.verifier.Initializer.debug.appClient=\
    Running AppClient tests.
com.sun.enterprise.tools.verifier.Initializer.debug.connector=\
    Running Connector tests.
com.sun.enterprise.tools.verifier.Initializer.debug.ejb=\
    Running EJB tests.
com.sun.enterprise.tools.verifier.Initializer.debug.web=\
    Running Web tests.
com.sun.enterprise.tools.verifier.Initializer.debug.webservices=\
    Running WebServices tests.
com.sun.enterprise.tools.verifier.Initializer.debug.webservicesclient=\
    Running WebServicesClient tests.
com.sun.enterprise.tools.verifier.Initializer.log.noDirExists=\
    Directory [ {0} ] does not exist
com.sun.enterprise.tools.verifier.ReportHandler.resultSummary=\
     \n# of Failures : {0}\n# of Warnings : {1}\n# of Errors   : {2}
com.sun.enterprise.tools.verifier.ReportHandler.LookInResultsTestAssertions=\
     Look in file \"{0}\" for detailed results.
com.sun.enterprise.tools.verifier.ReportHandler.LookInResultsTestAssertions1=\
     No errors found in the archive.
com.sun.enterprise.tools.verifier.SpecVersionMapper.exception=\
    Not able to map platform version [ {0} ] component version.
com.sun.enterprise.tools.verifier.persistence.PersistenceUnitCheckMgrImpl.exception=\
    Unknown module type : {0}

com.sun.enterprise.tools.verifier.tests.util.ArchiveClassesLoadableHelper.classes=\
    Failed to find following classes:
com.sun.enterprise.tools.verifier.tests.util.ArchiveClassesLoadableHelper.reference=\
    at
com.sun.enterprise.tools.verifier.tests.util.ArchiveClassesLoadableHelper.ref=\
    referenced in the following call stack :\n

com.sun.enterprise.tools.verifier.tests.util.WebArchiveLoadableHelper.classes=\
    Failed to find following classes:
com.sun.enterprise.tools.verifier.tests.util.WebArchiveLoadableHelper.ref=\
    referenced in the following call stack :\n
com.sun.enterprise.tools.verifier.tests.util.WebArchiveLoadableHelper.reference=\
    at

com.sun.enterprise.tools.verifier.tests.dd.ParseDD.failedPairs=\
FAILED [EJB] : Either one of the [ {0} ] : [ {1} ] tag pair is not present.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.passedPairs=\
	PASSED [EJB] : [ {0} ] and [ {1} ] tags present.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.Exception=\
Exception : {0}
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.NoIO=\
No InputStream found
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.failedLicense=\
[Connector] license-required cannot be {0}. It has to be either true or false.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.passedLicense=\
PASSED [Connector]: license-required is {0}.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.failedReauthenticationSupport=\
[Connector] reauthentication-support cannot be {0}. It has to be either true or false.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.passedReauthenticationSupport=\
PASSED [Connector]: reauthentication-support is {0}.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.failedTransactionSupport=\
[Connector] transaction-support cannot be {0}. It has to be either NoTransaction or LocalTransaction or XATransaction.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.passedTransactionSupport=\
PASSED [Connector]: transaction-support is {0}.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.failedAppClientEjbRefType=\
[App Client] ejb-ref-type cannot be {0}. It has to be either Entity or Session.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.passedAppClientEjbRefType=\
PASSED [App Client] : ejb-ref-type is {0}.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.failedWebResAuth=\
[Web] res-auth cannot be {0}. It has to be either Application or Container.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.passedWebResAuth=\
[Web] PASSED : res-auth is {0}.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.failedWebEjbRefType=\
[Web] ejb-ref-type cannot be {0}. It has to be either Entity or Session.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.passedWebEjbRefType=\
PASSED [Web] : ejb-ref-type is {0}.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.failedEjbRefType=\
[EJB] ejb-ref-type cannot be {0}. It has to be either Entity or Session.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.passedEjbRefType=\
PASSED [EJB] : ejb-ref-type is {0}.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.failedAppClientResAuth=\
[App Client] res-auth cannot be {0}. It has to be either Application or Container.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.passedAppClientResAuth=\
PASSED [App Client] : res-auth is {0}.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.failedEjbResAuth=\
[EJB] res-auth cannot be {0}. It has to be either Application or Container.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.passedEjbResAuth=\
PASSED [EJB] : res-auth is {0}.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.failedAppClientResSharingScope=\
FAILED [App Client] : res-sharing-scope cannot be {0}. It has to be either Shareable or Unshareable.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.failedWebResSharingScope=\
FAILED [Web] : res-sharing-scope cannot be {0}. It has to be either Shareable or Unshareable.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.failedEjbResSharingScope=\
FAILED [EJB] : res-sharing-scope cannot be {0}. It has to be either Shareable or Unshareable.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.passedAppClientResSharingScope=\
PASSED [App Client] : res-sharing-scope is {0}.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.passedWebResSharingScope=\
PASSED [Web] : res-sharing-scope is {0}.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.passedEjbResSharingScope=\
PASSED [EJB] : res-sharing-scope is {0}.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.failedSession=\
[EJB] session-type cannot be {0}. It has to be either Stateless or Stateful.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.passedSession=\
PASSED [EJB]: session-type is {0}.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.failedMultiplicity=\
[EJB] multiplicity cannot be {0}. It has to be either One or Many.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.passedMultiplicity=\
PASSED [EJB]: multiplicity is {0}.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.failedVersion=\
[EJB] version cannot be {0}. It has to be either 1.x or 2.x.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.passedVersion=\
PASSED [EJB]: version is {0}.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.failedDestinationType=\
[EJB] destination-type cannot be {0}. It has to be either javax.jms.Topic or javax.jms.Queue.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.passedDestinationType=\
PASSED [EJB]: destination-type is {0}.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.failedMethodIntf=\
[EJB] method-intf cannot be [ {0} ]. It has to be either Local, Remote, LocalHome, Home, or ServiceEndpoint.

com.sun.enterprise.tools.verifier.tests.dd.ParseDD.passedMethodIntf=\
PASSED [EJB]: method-intf is {0}.

com.sun.enterprise.tools.verifier.tests.dd.ParseDD.failedPersistenceType=\
[EJB] persistence-type cannot be {0}. It has to be either Bean or Container.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.passedPersistenceType=\
PASSED [EJB]: persistence-type is {0}.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.failedReentrant=\
[EJB] reentrant cannot be {0}. It has to be either True or False.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.passedReentrant=\
PASSED [EJB]: reentrant is {0}.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.failedResultTypeMapping=\
[EJB] result-type-mapping cannot be {0}. It has to be either Remote or Local.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.passedResultTypeMapping=\
PASSED [EJB]: result-type-mapping is {0}.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.failedSubscriptionDurability=\
[EJB] subscription-durability cannot be {0}. It has to be either Durable or NonDurable.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.passedSubscriptionDurability=\
PASSED [EJB]: subscription-durability is {0}.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.failedTransAttribute=\
[EJB] trans-attribute cannot be {0}. It has to be either NotSupported, Supports, Required, RequiresNew, Mandatory, or Never.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.passedTransAttribute=\
PASSED [EJB]: trans-attribute is {0}.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.failedTransactionType=\
[EJB] transaction-type cannot be {0}. It has to be either Bean or Container.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.passedTransactionType=\
PASSED [EJB]: transaction-type is {0}.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.failedAcknowledgeMode=\
[EJB] acknowledge-mode cannot be {0}. It has to be either True or False.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.passedAcknowledgeMode=\
PASSED [EJB]: acknowledge-mode is {0}.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.assertion=\
Test parses the deployment descriptor using a SAX parser to avoid the dependency on the DOL.
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.specMappingInfo=

com.sun.enterprise.tools.verifier.Result.prefix=\
     Please refer to
com.sun.enterprise.tools.verifier.Result.suffix=\
     for further information.
com.sun.enterprise.tools.verifier.Result.defaultNADetails=\
     Test is not applicable.
com.sun.enterprise.tools.verifier.Result.defaultGoodDetails=\
     There were no errors reported.

com.sun.enterprise.tools.verifier.CheckMgr.check=\
     inside {0}.check for [ {1} ]
com.sun.enterprise.tools.verifier.CheckMgr.TestnamesPropsFile=\
     About to get all test names from props file.
com.sun.enterprise.tools.verifier.CheckMgr.RunAllTests=\
     Now run all tests against [ {0} ]
com.sun.enterprise.tools.verifier.CheckMgr.RetrievingTestnames=\
     Retrieving Test names from [ {0} ]
com.sun.enterprise.tools.verifier.CheckMgr.status.PASSED=\
      {0}  [ PASSED ]
com.sun.enterprise.tools.verifier.CheckMgr.status.FAILED=\
      {0}  [ FAILED ]
com.sun.enterprise.tools.verifier.CheckMgr.status.WARNING=\
      {0}  [ WARNING ]
com.sun.enterprise.tools.verifier.CheckMgr.status.NOT_APPLICABLE=\
      {0}  [ NOT_APPLICABLE ]
com.sun.enterprise.tools.verifier.CheckMgr.version.NOT_APPLICABLE=\
      {0}  [ VERSION NOT_APPLICABLE ]
com.sun.enterprise.tools.verifier.CheckMgr.WebServices.NOT_APPLICABLE=\
      WebServices Test: {0}  Not Applicable

com.sun.enterprise.tools.verifier.web.TagLibFactory.exception=\
    Continuing, though problem in creating taglib document. Cause: {0}
com.sun.enterprise.tools.verifier.web.TagLibFactory.exception1=\
    Wrong tld [ {0} ] specified in the web.xml of [ {1} ]
com.sun.enterprise.tools.verifier.web.TagLibFactory.exception2=\
    XML Error line : {0} in [ {1} ]. {2}
com.sun.enterprise.tools.verifier.gui.ResultsPanel.columnName1=\
      Item
com.sun.enterprise.tools.verifier.gui.ResultsPanel.columnName2=\
      Test Name
com.sun.enterprise.tools.verifier.gui.ResultsPanel.columnName3=\
      Result
com.sun.enterprise.tools.verifier.gui.ControlPanel.OKButton=\
      OK
com.sun.enterprise.tools.verifier.gui.ControlPanel.HelpButton=\
      Help
com.sun.enterprise.tools.verifier.gui.ControlPanel.CloseButton=\
      Close
com.sun.enterprise.tools.verifier.gui.ControlPanel.AddButton=\
      Add...
com.sun.enterprise.tools.verifier.gui.ControlPanel.DeleteButton=\
      Delete
com.sun.enterprise.tools.verifier.gui.ControlPanel.ItemsToBeVerifierPanelLabel=\
      Items to be verified
com.sun.enterprise.tools.verifier.gui.ResultsPanel.ResultsPanelLabel=\
      Results: (Click on Item to show test Details below)
com.sun.enterprise.tools.verifier.gui.ResultsPanelTableLabelColumn1=\
      Item
com.sun.enterprise.tools.verifier.gui.ResultsPanelTableLabelColumn2=\
      Test Name
com.sun.enterprise.tools.verifier.gui.ResultsPanelTableLabelColumn3=\
      Result
com.sun.enterprise.tools.verifier.gui.ResultsPanel.DetailsPanelLabel=\
      Details:
com.sun.enterprise.tools.verifier.gui.ResultsPanel.Status_Failed=\
      FAILED
com.sun.enterprise.tools.verifier.gui.ResultsPanel.Status_Passed=\
      Passed
com.sun.enterprise.tools.verifier.gui.ResultsPanel.Status_Warning=\
      WARNING
com.sun.enterprise.tools.verifier.gui.ResultsPanel.Status_NotApplicable=\
      Not Applicable
com.sun.enterprise.tools.verifier.gui.ResultsPanel.Status_NotImplemented=\
      Not Implemented
com.sun.enterprise.tools.verifier.gui.ResultsPanel.Status_NotRun=\
      Not Run
com.sun.enterprise.tools.verifier.gui.ResultsPanel.Status_Unknown=\
      Unknown
com.sun.enterprise.tools.verifier.gui.ResultsPanel.errStr=\
    Error during verification
com.sun.enterprise.tools.verifier.gui.ResultsPanel.errStr1=\
    ERROR
com.sun.enterprise.tools.verifier.gui.MainPanel.SomeTestsFailed=\
      {0}: Some tests failed.
com.sun.enterprise.tools.verifier.gui.MainPanel.AllTestsPassed=\
      {0}: There were no failed tests.
com.sun.enterprise.tools.verifier.gui.MainPanel.Status_Idle=\
      Idle
com.sun.enterprise.tools.verifier.gui.MainPanel.Status_Testing=\
      Testing {0}...
com.sun.enterprise.tools.verifier.gui.MainPanel.ErrorLoading=\
      Error verifying {0}: {1}
com.sun.enterprise.tools.verifier.gui.MainPanel.Status_Closed=\
      Closed
com.sun.enterprise.tools.verifier.gui.MainPanel.Status_Verifying=\
      Verifying archive {0}...
com.sun.enterprise.tools.verifier.gui.MainPanel.Status_WritingReport=\
      Writing report...
com.sun.enterprise.tools.verifier.gui.MainPanel.ProblemWritingReport=\
      There was a problem writing the report file.
com.sun.enterprise.tools.verifier.gui.MainPanel.optionPane.okButtonNoFiles=\
      You must first select a file to verify.
com.sun.enterprise.tools.verifier.gui.MainPanel.optionPane.okButtonNoFiles2=\
      Use the Add button to select a file to be verified, then click the OK button.
com.sun.enterprise.tools.verifier.gui.ControlPanel.RadioButtonLabel=\
      Display:
com.sun.enterprise.tools.verifier.gui.ControlPanel.FailuresOnlyRadioButton=\
      Failures Only
com.sun.enterprise.tools.verifier.gui.ControlPanel.FailuresWarningRadioButton=\
      Failures and Warnings Only
com.sun.enterprise.tools.verifier.gui.ControlPanel.AllRadioButton=\
      All Results
com.sun.enterprise.tools.verifier.gui.MainFrame.WindowTitle=\
      Verify Specification Compliance
com.sun.enterprise.tools.verifier.gui.ControlPanel.debug.helpSetMissing=\
      Help Set \"{0}\" not found
com.sun.enterprise.tools.verifier.gui.ControlPanel.optionPane.helpSetMissing1=\
      Could not find Help Set for {0}.
com.sun.enterprise.tools.verifier.gui.ControlPanel.optionPane.helpSetMissing2=\
      Please consult your host administrator.  Starting Verifier with JavaHelp disabled.
com.sun.enterprise.tools.verifier.gui.ControlPanel.debug.ExceptionInInitializerError=\
      Initialization error:
com.sun.enterprise.tools.verifier.gui.ControlPanel.optionPane.helpDisabled=\
      Verifier online help disabled.
com.sun.enterprise.tools.verifier.gui.ControlPanel.optionPane.deleteButtonNoFiles=\
      You must first select a file to delete.
com.sun.enterprise.tools.verifier.gui.ControlPanel.optionPane.deleteButtonNoFiles2=\
      Then click the Delete button to delete the file from the list of files to be verified.
com.sun.enterprise.tools.verifier.gui.ControlPanel.optionPane.deleteTitle=\
	ERROR
which.class.called.string=\
     {0} called
com.sun.enterprise.tools.verifier.gui.Deprecation=\
	'-u' | '--gui' options have been deprecated. \
	\nThey will be removed in next release. \
	\nPlease refer to verifier documentation for more details.\
	\nPress OK to continue using this GUI.

test.string.assertion=\
    Assertion from resource file is: [ {0} ]

tests.componentNameConstructor=\
For [ {0} ]

com.sun.enterprise.tools.verifier.annotation.error={3}\n annotation: {0}\n symbol: {1}\n location: {2}\n
com.sun.enterprise.tools.verifier.tests.VerifierTest.interfaceimplementation.passed=\
    The class [ {0} ] implements the [ {1} ] interface. 
com.sun.enterprise.tools.verifier.tests.VerifierTest.interfaceimplementation.failed=\
    Error: The class [ {0} ] does not implement the [ {1} ] interface.
com.sun.enterprise.tools.verifier.tests.VerifierTest.fileexistence.notApplicable=\
    No {0} defined in deployment descriptors.
com.sun.enterprise.tools.verifier.tests.VerifierTest.fileexistence.warning=\
    {0} [ {1} ] not found in the archive.
com.sun.enterprise.tools.verifier.tests.VerifierTest.fileexistence.passed=\
    {0} [ {1} ] found in resource adapter archive.

com.sun.enterprise.tools.verifier.tests.loadableError=\
    Please either bundle the above mentioned classes in the application or use optional packaging support for them.

com.sun.enterprise.tools.verifier.tests.ClassContainsNativeMethod.assertion=\
    Application classes contain native methods.
com.sun.enterprise.tools.verifier.tests.ClassContainsNativeMethod.warning=\
    Supplied below is the list of method names \
    (in the format <package.classname>.) \
    that are defined as native methods and used by the application:
com.sun.enterprise.tools.verifier.tests.ClassContainsNativeMethod.suggestion=\
    Please make sure that you implement them on all operating systems.

com.sun.enterprise.tools.verifier.tests.IconImageTypeTest.assertion=\
    The icon type contains small-icon and large-icon elements \
    that specify the file names for small and large GIF, JPEG, or PNG \
    icon images used to represent the parent element in a GUI tool. \
    GIF, JPEG are supported till J2EE 1.4, PNG type has been introduced in \
    JAVA EE 5. The specified files should be packaged inside the bundle \
    containing this deployment descriptor.
com.sun.enterprise.tools.verifier.tests.IconImageTypeTest.passed=\
    No errors were detected.
com.sun.enterprise.tools.verifier.tests.IconImageTypeTest.failedImageType=\
    Error: Unsupported image type used in icon image URI [ {0} ].
com.sun.enterprise.tools.verifier.tests.IconImageTypeTest.failedExistence=\
    Error: icon image URI [ {0} ] is not packaged inside [ {1} ].
com.sun.enterprise.tools.verifier.tests.IconImageTypeTest.specMappingInfo=\
    J2EE 1.4 Platform Specification section #8.6

com.sun.enterprise.tools.verifier.tests.ejb.ejb30.PUMatchingEMandEMFRefTest.assertion=\
    For every entity manager referenced in the application, there must be a \
    matching persistence unit defined using META-INF/persistence.xml file.
com.sun.enterprise.tools.verifier.tests.web.PUMatchingEMandEMFRefTest.assertion=\
    For every entity manager referenced in the application, there must be a \
    matching persistence unit defined using META-INF/persistence.xml file.
com.sun.enterprise.tools.verifier.tests.appclient.PUMatchingEMandEMFRefTest.assertion=\
    For every entity manager referenced in the application, there must be a \
    matching persistence unit defined using META-INF/persistence.xml file.
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.PUMatchingEMandEMFRefTest.specMappingInfo_3.0=\
    EJB 3.0 Persistence API Specification section #6.2
com.sun.enterprise.tools.verifier.tests.web.PUMatchingEMandEMFRefTest.specMappingInfo=\
    EJB 3.0 Persistence API Specification section #6.2
com.sun.enterprise.tools.verifier.tests.appclient.PUMatchingEMandEMFRefTest.specMappingInfo=\
    EJB 3.0 Persistence API Specification section #6.2
com.sun.enterprise.tools.verifier.tests.AbstractPUMatchingEMandEMFRefTest.failed=\
    There is no unique persistence unit found by name [ {0} ] in the scope of this component.
com.sun.enterprise.tools.verifier.tests.AbstractPUMatchingEMandEMFRefTest.passed=\
    Found a persistence unit by name [ {0} ] in the scope of this component.
com.sun.enterprise.tools.verifier.tests.AbstractPUMatchingEMandEMFRefTest.puList=\
    Persistence units that are visible to this component are [ {0} ].

com.sun.enterprise.tools.verifier.tests.ejb.ejb30.PersistenceContextType.assertion=\
    An extended persistence context can only be initiated within the scope \
    of a stateful session bean.
com.sun.enterprise.tools.verifier.tests.web.PersistenceContextType.assertion=\
    An extended persistence context can only be initiated within the scope \
    of a stateful session bean.
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.PersistenceContextType.specMappingInfo=\
    EJB 3.0 Persistence API Specification section #5.6.1.2
com.sun.enterprise.tools.verifier.tests.web.PersistenceContextType.specMappingInfo=\
    EJB 3.0 Persistence API Specification section #5.6.1.2
com.sun.enterprise.tools.verifier.tests.AbstractPersistenceContextType.failed=\
    Found a persistence unit by name [ {0} ] of EXTENDED context type.

com.sun.enterprise.tools.verifier.tests.ejb.ejb30.PersistenceUnitCount.assertion=\
    persistence.xml should have at least one persistence unit.
com.sun.enterprise.tools.verifier.tests.web.PersistenceUnitCount.assertion=\
    persistence.xml should have at least one persistence unit.
com.sun.enterprise.tools.verifier.tests.appclient.PersistenceUnitCount.assertion=\
    persistence.xml should have at least one persistence unit.
com.sun.enterprise.tools.verifier.tests.app.PersistenceUnitCount.assertion=\
    persistence.xml should have at least one persistence unit.
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.PersistenceUnitCount.specMappingInfo=\
    EJB 3.0 Persistence API Specification section #6.2.1
com.sun.enterprise.tools.verifier.tests.web.PersistenceUnitCount.specMappingInfo=\
    EJB 3.0 Persistence API Specification section #6.2.1
com.sun.enterprise.tools.verifier.tests.appclient.PersistenceUnitCount.specMappingInfo=\
    EJB 3.0 Persistence API Specification section #6.2.1
com.sun.enterprise.tools.verifier.tests.app.PersistenceUnitCount.specMappingInfo=\
    EJB 3.0 Persistence API Specification section #6.2.1

com.sun.enterprise.tools.verifier.tests.AbstractPersistenceUnitCount.failed=\
    persistence.xml in persistence unit root [ {0} ] has no persistence units.

com.sun.enterprise.tools.verifier.tests.web.EntityManagerInjection.assertion=\
    EntityManager can not be injected into a web application that uses multithread model \
    because EntityManager is not thread safe.
com.sun.enterprise.tools.verifier.tests.web.EntityManagerInjection.specMappingInfo=\
    EJB 3.0 Persistence API Specification section #5.2
com.sun.enterprise.tools.verifier.tests.web.EntityManagerInjection.warning=\
    Found a persistence unit by name [ {0} ] injected into [ {1} ].

com.sun.enterprise.tools.verifier.tests.web.StatefulSessionBeanInjection.assertion=\
    A stateful session bean can not be injected into a servlet.
com.sun.enterprise.tools.verifier.tests.web.StatefulSessionBeanInjection.specMappingInfo=\
    EJB 3.0 Persistence API Specification section #5.2
com.sun.enterprise.tools.verifier.tests.web.StatefulSessionBeanInjection.warning=\
    Found a stateful session bean [ {0} ] injected into [ {1} ].

com.sun.enterprise.tools.verifier.tests.ejb.LocalInterfaceExposed.failed=\
    Error: Local interface [ {0} ] has been exposed in remote interface [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.LocalInterfaceExposed.assertion=\
    Local interface should not be exposed through remote interface.
com.sun.enterprise.tools.verifier.tests.ejb.LocalInterfaceExposed.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #10.3.1, #7.11.5, #12.2.9
com.sun.enterprise.tools.verifier.tests.ejb.LocalInterfaceExposed.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #7.7.2
com.sun.enterprise.tools.verifier.tests.ejb.LocalInterfaceExposed.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.LocalInterfaceExposed.passed=\
    Valid Remote interface.
com.sun.enterprise.tools.verifier.tests.ejb.LocalInterfaceExposed.notApplicable1=\
    Test apply only to session or entity beans.
com.sun.enterprise.tools.verifier.tests.ejb.EjbTest.failedException=\
    Error: [ {0} ] EJB class not found.
com.sun.enterprise.tools.verifier.tests.ejb.EjbHasLocalorRemoteorBothInterfaces.failed=\
Enterprise bean [ {0} ] does not have local or remote interfaces.

com.sun.enterprise.tools.verifier.tests.ejb.EjbHasLocalorRemoteorBothInterfaces.passed=\
Enterprise bean [ {0} ] has valid local and/or remote interfaces.

com.sun.enterprise.tools.verifier.tests.ejb.EjbPublicID.assertion=\
    The enterprise bean deployment descriptor has an acceptable PubidLiteral.
com.sun.enterprise.tools.verifier.tests.ejb.EjbPublicID.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.EjbPublicID.passed=\
    The deployment descriptor has the proper PubidLiteral: {0}.
com.sun.enterprise.tools.verifier.tests.ejb.EjbPublicID.failed1=\
    Error: No document type declaration found in the deployment descriptor for {0}.
com.sun.enterprise.tools.verifier.tests.ejb.EjbPublicID.failed2=\
    Error: The deployment descriptor for {0} does not have the expected PubidLiteral \"{1}\".
com.sun.enterprise.tools.verifier.tests.ejb.EjbPublicID.IOException=\
    Error: I/O error trying to open {0}.
com.sun.enterprise.tools.verifier.tests.ejb.EjbPublicID.failed=\
The deployment descriptor does not have the correct URL corresponding to the PubIdLiteral: {0}.
com.sun.enterprise.tools.verifier.tests.ejb.EjbPublicID.passed1=\
The deployment descriptor has the correct URL corresponding to the PubIdLiteral: {0}.
com.sun.enterprise.tools.verifier.tests.ejb.EjbPublicID.notApplicable=\
NOT-APPLICABLE: No DOCTYPE found for {0}.


com.sun.enterprise.tools.verifier.tests.ejb.EjbArchiveClassesLoadable.assertion=\
    All classes in this EJB Archive are loadable.
com.sun.enterprise.tools.verifier.tests.ejb.EjbArchiveClassesLoadable.specMappingInfo_2.1=\
    J2EE 1.4 Specification Section #8.1.2
com.sun.enterprise.tools.verifier.tests.ejb.EjbArchiveClassesLoadable.specMappingInfo_3.0=\
    JavaEE 5 Specification Section #8.1.2
com.sun.enterprise.tools.verifier.tests.ejb.EjbArchiveClassesLoadable.passed=\
    All the classes are loadable.
com.sun.enterprise.tools.verifier.tests.ejb.EjbArchiveClassesLoadable.exception=\
    Error: [ {0} ] exception while loading the archive [ {1} ].



com.sun.enterprise.tools.verifier.tests.ejb.EjbLogicalName.assertion=\
    Enterprise bean logical name test.
com.sun.enterprise.tools.verifier.tests.ejb.EjbLogicalName.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.EjbLogicalName.passed=\
    Enterprise bean logical name is: [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.EjbLogicalName.failed=\
    Error: Enterprise bean logical name cannot be blank.

com.sun.enterprise.tools.verifier.tests.ejb.SecurityIdentityRefs.assertion=\
    Security identity should reference a valid role-name.
com.sun.enterprise.tools.verifier.tests.ejb.SecurityIdentityRefs.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #23.3  
com.sun.enterprise.tools.verifier.tests.ejb.SecurityIdentityRefs.failed2=\
    Security identity use-caller-identity is not supported for message-driven beans or for entity or stateless session beans that implement the TimedObject interface [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.SecurityIdentityRefs.notApplicable1=\
    Bean [ {0} ] uses caller identity for the execution of the method.
com.sun.enterprise.tools.verifier.tests.ejb.SecurityIdentityRefs.notApplicable2=\
    Bean [ {0} ] does not specify a security identity.
com.sun.enterprise.tools.verifier.tests.ejb.SecurityIdentityRefs.notApplicable3=\
    Bean [ {0} ] does not specify a run-as identity.
com.sun.enterprise.tools.verifier.tests.ejb.SecurityIdentityRefs.passed=\
    Security identity run-as specified identity [ {0} ] role is found in the list of roles.
com.sun.enterprise.tools.verifier.tests.ejb.SecurityIdentityRefs.failed=\
    Security identity run-as specified identity [ {0} ] role is not valid.

com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassExist.assertion=\
    Bean class must be available in the application classpath.
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassExist.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #23.2
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassExist.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #18.2*
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassExist.passed=\
    Bean class [ {0} ] exists and is loadable.
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassExist.failed=\
    Error: Bean class [ {0} ] does not exist or is not loadable.
    
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassExposed.assertion=\
    Enterprise bean class must not be exposed in component interface.
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassExposed.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #4.2.1*
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassExposed.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #8.3.1*, #4.6.6*
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassExposed.failedException=\
    Error: Interface class [{0}] not found.
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassExposed.passed=\
    Ejb Bean Class [{0}] is valid.
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassExposed.failed=\
Error: Enterprise bean class [{0}] is exposed through interface [{1}].
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.HomeMethodTest.notApplicable1=\
    Test applies only to session or entity beans.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.HomeMethodTest.notApplicable2=\
    Home interface [ {0} ] does not define any ejbHome[METHOD] methods.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.HomeMethodTest.failedException=\
    Error: Home interface [ {0} ] does not exist or is not loadable within bean [ {1} ].

com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeMethodNameMatch.assertion=\
    Home can have arbitrary names but they must have a matching ejbHome[METHOD] method on the bean class.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeMethodNameMatch.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #10.6.6, #12.2.6
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeMethodNameMatch.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #8.6.6
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeMethodNameMatch.failed=\
    Error: For method [ {1} ] defined in home interface [ {0} ], no ejbHome[METHOD] name matching method was found.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeMethodNameMatch.passed=\
    For method [ {1} ] in Home Interface [ {0} ], a ejbHome[METHOD] name matching method was found

com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeMethodModifiers.assertion=\
    ejbHome[METHOD] methods must be public and not static.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeMethodModifiers.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #12.2.6, #10.6.6
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeMethodModifiers.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #8.6.6
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeMethodModifiers.passed=\
    For method [ {1} ] in home interface [ {0} ], the ejbHome[METHOD] method is public and not static
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeMethodModifiers.failed=\
    Error: For method [ {1} ] defined in home interface [ {0} ], the ejbHome[METHOD] method is either static or not public.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceClassExist.assertion=\
    RemoteHome interface class must must be available in the application classpath.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceClassExist.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #23.2  
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceClassExist.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #18.2
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceClassExist.passed=\
    Home interface [ {0} ] exists and is loadable.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceClassExist.failed=\
    Error: Home interface [ {0} ] does not exist or is not loadable.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOPArgs.assertion=\
    Home interface methods must have valid RMI-IIOP parameters.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOPArgs.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #7.11.6, #10.6.10, #12.2.9
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOPArgs.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6.7, #8.6.9
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOPArgs.passed=\
    [ {0} ] properly declares method with valid RMI-IIOP parameters.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOPArgs.failed=\
    Error: [ {0} ] method was found, but does not have valid RMI-IIOP method parameters.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOPArgs.failedException=\
    Error: Home interface [ {0} ] does not exist or is not loadable within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOPArgs.notApplicable=\
    {0} expected {1} bean or {2} bean, but called with {3}.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOPArgs.failedThrowable=\
    Error: [ {0} ] class encountered [ {1} ]. Cannot access methods of class [ {2} ] within [ {3} ].

com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOP.assertion=\
    All enterprise bean home interfaces must follow the standard rules for RMI-IIOP remote interfaces.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOP.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #10.6.10, #12.2.9, #7.11.6
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOP.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6.8, #8.6.9
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOP.debug1=\
    For home interface [ {0} ] method [ {1} ]
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOP.passed=\
   [ {0} ] properly declares the home interface as valid RMI-IIOP remote interface.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOP.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOP.failed=\
    Error: [ {0} ] is not defined as valid RMI-IIOP remote interface.  All enterprise beans home interfaces must be defined as valid RMI-IIOP remote interface.  [ {1} ] is not a valid remote home interface.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOP.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOP.notApplicable=\
   [ {0} ] expected {1} bean or {2} bean, but called with {3}.

com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOPReturn.assertion=\
    Home interface methods must have a valid RMI-IIOP return type.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOPReturn.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #7.11.6, #10.6.10, #12.2.9
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOPReturn.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6.8, #8.6.10
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOPReturn.debug1=\
    For home interface [ {0} ] method [ {1} ]
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOPReturn.passed=\
    [ {0} ] properly declares method with valid RMI-IIOP return type.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOPReturn.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOPReturn.failed=\
    Error: [ {0} ] method was found, but does not have valid RMI-IIOP method return type.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOPReturn.failedException=\
    Error: Home interface [ {0} ] does not exist or is not loadable within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOPReturn.notApplicable=\
    {0} expected {1} bean or {2} bean, but called with {3}.

com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceSuperInterface.assertion=\
    Home interface must have valid RMI-IIOP superinterfaces.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceSuperInterface.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #7.11.6, #10.6.10, #12.2.9
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceSuperInterface.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6.8, #8.6.10
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceSuperInterface.debug1=\
    Interface [ {0} ] 
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceSuperInterface.passed=\
    [ {0} ] properly conforms to rules of RMI-IIOP for superinterfaces.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceSuperInterface.failed=\
    Error: [ {0} ] does not properly conform to rules of RMI-IIOP for superinterfaces.  All enterprise bean home interfaces are allowed to have superinterfaces that conform to the rules of RMI-IIOP for superinterfaces. [ {1} ] is not a valid home interface.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceSuperInterface.failedException=\
    Error: Home interface [ {0} ] does not exist or is not loadable within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceSuperInterface.notApplicable=\
    {0} expected {1} bean or {2} bean, but called with {3}.

com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOPException.assertion=\
    The methods defined in Remote Home interface must throw java.rmi.RemoteException.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOPException.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #7.11.6, #10.6.10, #12.2.9
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOPException.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6.8, #8.6.10
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOPException.debug1=\
    For home interface [ {0} ] method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOPException.passed=\
    [ {0} ] properly throws exception java.rmi.RemoteException.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOPException.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOPException.failed=\
    Error: [ {0} ] does not properly throw exception java.rmi.RemoteException.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOPException.failedException=\
    Error: Home interface [ {0} ] does not exist or is not loadable within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOPException.notApplicable=\
    {0} expected {1} bean or {2} bean, but called with {3}.


com.sun.enterprise.tools.verifier.tests.ejb.homeintf.localhomeintf.LocalHomeInterfaceExtendsEJBLocalHome.assertion=\
    Enterprise bean LocalHome interface must extend the javax.ejb.EJBLocalHome interface.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.localhomeintf.LocalHomeInterfaceExtendsEJBLocalHome.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #7.11.8
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.localhomeintf.LocalHomeInterfaceExtendsEJBLocalHome.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6.10
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.localhomeintf.LocalHomeInterfaceExtendsEJBLocalHome.passed=\
    [ {0} ] properly extends the EJBLocalHome interface.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.localhomeintf.LocalHomeInterfaceExtendsEJBLocalHome.failed=\
    Error: [ {0} ] does not properly extend the EJBLocalHome interface.  All enterprise bean home interfaces must extend the EJBLocalHome interface.  [ {1} ] is not a valid home interface.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.localhomeintf.LocalHomeInterfaceExtendsEJBLocalHome.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.localhomeintf.LocalHomeInterfaceExtendsEJBLocalHome.notApplicable=\
    {0} expected {1} bean or {2} bean, but called with {3}.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.localhomeintf.LocalHomeInterfaceExtendsEJBLocalHome.debug1=\
    Interface [ {0} ]

com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceExtendsEJBHome.assertion=\
    Enterprise bean RemoteHome interface must extend the javax.ejb.EJBHome interface.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceExtendsEJBHome.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #7.11.6
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceExtendsEJBHome.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6.8
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceExtendsEJBHome.passed=\
    [ {0} ] properly extends the EJBHome interface.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceExtendsEJBHome.failed=\
    Error: [ {0} ] does not properly extend the EJBHome interface.  All enterprise bean home interfaces must extend the EJBHome interface.  [ {1} ] is not a valid home interface.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceExtendsEJBHome.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceExtendsEJBHome.notApplicable=\
    {0} expected {1} bean or {2} bean, but called with {3}.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceExtendsEJBHome.debug1=\
    Interface [ {0} ]


com.sun.enterprise.tools.verifier.tests.ejb.homeintf.localhomeintf.LocalHomeInterfacePublic.assertion=\
    Enterprise bean home interface must be declared as public.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.localhomeintf.LocalHomeInterfacePublic.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #8.2.1, #13.2.1, #7.11
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.localhomeintf.LocalHomeInterfacePublic.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.localhomeintf.LocalHomeInterfacePublic.passed=\
    [ {0} ] properly declares the home interface as public.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.localhomeintf.LocalHomeInterfacePublic.failed=\
    Error: [ {0} ] is not defined as public.  All enterprise bean home interfaces must be defined as public.  [ {1} ] is not a valid home interface.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.localhomeintf.LocalHomeInterfacePublic.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.localhomeintf.LocalHomeInterfacePublic.notApplicable=\
    {0} expected {1} bean or {2} bean, but called with {3}.

com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfacePublic.assertion=\
    Enterprise bean home interface must be declared as public.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfacePublic.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #8.2.1, #13.2.1, #7.11
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfacePublic.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfacePublic.passed=\
    [ {0} ] properly declares the home interface as public.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfacePublic.failed=\
    Error: [ {0} ] is not defined as public.  All enterprise bean home interfaces must be defined as public.  [ {1} ] is not a valid home interface.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfacePublic.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfacePublic.notApplicable=\
    {0} expected {1} bean or {2} bean, but called with {3}.


com.sun.enterprise.tools.verifier.tests.ejb.homeintf.localhomeintf.LocalHomeInterfaceClassExist.assertion=\
    LocalHome interface class must must be available in the application classpath.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.localhomeintf.LocalHomeInterfaceClassExist.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #23.2
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.localhomeintf.LocalHomeInterfaceClassExist.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #18.2
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.localhomeintf.LocalHomeInterfaceClassExist.passed=\
    Home interface [ {0} ] exists and is loadable.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.localhomeintf.LocalHomeInterfaceClassExist.failed=\
    Error: Home interface [ {0} ] does not exist or is not loadable.

com.sun.enterprise.tools.verifier.tests.ejb.homeintf.localhomeintf.LocalHomeMethodNameMatch.assertion=\
    Home can have arbitrary names but they must have a matching ejbHome[METHOD] method on the bean class.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.localhomeintf.LocalHomeMethodNameMatch.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #10.6.6, #12.2.6
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.localhomeintf.LocalHomeMethodNameMatch.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #8.6.6
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.localhomeintf.LocalHomeMethodNameMatch.failed=\
    Error: For method [ {1} ] defined in home interface [ {0} ], no ejbHome[METHOD] name matching method was found.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.localhomeintf.LocalHomeMethodNameMatch.passed=\
    For method [ {1} ] in Home Interface [ {0} ], a ejbHome[METHOD] name matching method was found.

com.sun.enterprise.tools.verifier.tests.ejb.homeintf.localhomeintf.LocalHomeMethodModifiers.assertion=\
    ejbHome[METHOD] methods must be public and not static.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.localhomeintf.LocalHomeMethodModifiers.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #10.6.6, #12.2.6
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.localhomeintf.LocalHomeMethodModifiers.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #8.6.6
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.localhomeintf.LocalHomeMethodModifiers.passed=\
    For method [ {1} ] in home interface [ {0} ], the ejbHome[METHOD] method is public and not static.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.localhomeintf.LocalHomeMethodModifiers.failed=\
    Error: For method [ {1} ] defined in home interface [ {0} ], the ejbHome[METHOD] method is either static or not public.

com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceClassExist.assertion=\
	Remote Interface must be available in application classpath.
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceClassExist.specMappingInfo_2.1=\
    EJB 2.1 Specification section #23.2
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceClassExist.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #18.2
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceClassExist.passed=Remote interface [ {0} ] exists and is loadable.
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceClassExist.failed=Error: Remote interface [ {0} ] does not exist or is not loadable.
com.sun.enterprise.tools.verifier.tests.ejb.MethodPermissionComponentInterface.failed=Warning: Method [ {0} ] of enterprise bean [ {1} ] does not have assigned security-permissions.
com.sun.enterprise.tools.verifier.tests.ejb.MethodPermissionComponentInterface.passed=Valid: All [ {0} ] enterprise bean interface methods have security-permissions assigned.
com.sun.enterprise.tools.verifier.tests.ejb.MethodPermissionComponentInterface.assertion=\
	All methods of all interfaces must have an associated security permission.
com.sun.enterprise.tools.verifier.tests.ejb.MethodPermissionComponentInterface.specMappingInfo_2.1=\
    EJB 2.1 Specification section #21.3.2
com.sun.enterprise.tools.verifier.tests.ejb.MethodPermissionComponentInterface.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #16.3
com.sun.enterprise.tools.verifier.tests.ejb.MethodPermissionComponentInterface.notApplicable=The bean [ {0} ] is neither a session bean nor an entity bean.
com.sun.enterprise.tools.verifier.tests.ejb.MethodPermissionComponentInterface.exception=The test generated the following exception: [ {0} ].

com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.EjbRemoteInterfaceExtendsEJBObject.assertion=\
    Enterprise bean remote interface must extend the javax.ejb.EJBObject interface.
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.EjbRemoteInterfaceExtendsEJBObject.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #7.11.5
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.EjbRemoteInterfaceExtendsEJBObject.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6.7
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.EjbRemoteInterfaceExtendsEJBObject.passed=\
    [ {0} ] remote interface properly extends the EJBObject interface.
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.EjbRemoteInterfaceExtendsEJBObject.failed=\
    Error: [ {0} ] does not properly extend the EJBObject interface.  All enterprise bean remote interfaces must extend the EJBObject interface.  [ {1} ] is not a valid remote interface within bean [ {2} ].
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.EjbRemoteInterfaceExtendsEJBObject.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.EjbRemoteInterfaceExtendsEJBObject.notApplicable=\
    [ {0} ] expected {1} bean or {2} bean, but called with {3}.
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.EjbRemoteInterfaceExtendsEJBObject.debug1=\
    Interface [ {0} ]

com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.EjbRemoteInterfacePublic.assertion=\
    Enterprise bean remote interfaces must be declared as public.
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.EjbRemoteInterfacePublic.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #8.2.1, #13.2.1
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.EjbRemoteInterfacePublic.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6

com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceRmiIIOPException.assertion=\
    Remote interface business method throws clause must include java.rmi.RemoteException.
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceRmiIIOPException.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #10.6.9, #7.11.5, #12.2.8
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceRmiIIOPException.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6.7
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceRmiIIOPException.passed=\
    [ {0} ] method properly throws java.rmi.RemoteException.
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceRmiIIOPException.failed=\
    Error: [ {0} ] method was found, but does not properly throw java.rmi.RemoteException.
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceRmiIIOPException.failedException=\
    Error: Remote interface [ {0} ] does not exist or is not loadable within bean [ {1} ].


com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceSuperInterface.assertion=\
    Remote interface must have valid RMI-IIOP superinterfaces.
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceSuperInterface.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #10.6.9, #7.11.5
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceSuperInterface.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6.7
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceSuperInterface.passed=\
    [ {0} ] properly conforms to rules of RMI-IIOP for superinterfaces.
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceSuperInterface.failed=\
    Error: [ {0} ] does not properly conform to rules of RMI-IIOP for superinterfaces.  All enterprise bean remote interfaces are allowed to have superinterfaces that conform to the rules of RMI-IIOP for superinterfaces.  [ {1} ] is not a valid remote interface.
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceSuperInterface.failedException=\
    Error: Remote interface [ {0} ] does not exist or is not loadable within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceSuperInterface.notApplicable=\
    [ {0} ] expected {1} bean or {2} bean, but called with {3}.
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceSuperInterface.debug1=\
    Interface [ {0} ]


com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceMatchMethodReturn.assertion=\
    For each method defined in the remote interface, there must be a matching method in the enterprise bean class that has the same return type.
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceMatchMethodReturn.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #10.6.9, #7.11.5, #12.2.8
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceMatchMethodReturn.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6.7
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceMatchMethodReturn.debug1=\
    For remote interface [ {0} ] method [ {1} ]
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceMatchMethodReturn.passed=\
    The corresponding business method with a matching return type was found.
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceMatchMethodReturn.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceMatchMethodReturn.debug3=\
    A corresponding business method [ {0} ] was found, but the return type did not match.
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceMatchMethodReturn.failed=\
    Error: No corresponding business method with matching return type was found for method [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceMatchMethodReturn.failedException=\
    Error: Remote interface [ {0} ] does not exist or is not loadable within bean [ {1} ].


com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceMatchMethodArgs.assertion=\
    For each method defined in the remote interface, there must be a matching method in the enterprise bean class.
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceMatchMethodArgs.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #10.6.9, #7.11.5, #12.2.8
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceMatchMethodArgs.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6.7
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceMatchMethodArgs.debug1=\
    For remote interface [ {0} ] method [ {1} ]
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceMatchMethodArgs.passed=\
    The corresponding business method with matching arguments was found.
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceMatchMethodArgs.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceMatchMethodArgs.debug3=\
    A corresponding business method [ {0} ] was found, but the arguments did not match.
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceMatchMethodArgs.failed=\
    Error: No corresponding business method with matching arguments was found for method [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceMatchMethodArgs.failedException=\
    Error: Remote interface [ {0} ] does not exist or is not loadable within bean [ {1} ].


com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceMatchMethodException.assertion=\
    All the exceptions defined in the throws clause of the matching method of the enterprise Bean class must be defined in the throws clause of the method of the remote interface. 
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceMatchMethodException.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #10.6.9, #7.11.5, #12.2.8
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceMatchMethodException.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6.7
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceMatchMethodException.debug1=\
    For remote interface [ {0} ] method [ {1} ]
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceMatchMethodException.passed=\
    The corresponding business method with matching exceptions was found.
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceMatchMethodException.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceMatchMethodException.deubg3=\
    A corresponding business method [ {0} ] was found, but the exceptions did not match.
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceMatchMethodException.failed=\
Error: No corresponding business method with matching exceptions was found for method [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.RemoteInterfaceMatchMethodException.failedException=\
Error: Remote interface [ {0} ] does not exist or is not loadable within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.LocalInterfaceClassExist.assertion=\
	Local interface class must be available in application classpath.
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.LocalInterfaceClassExist.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #23.2
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.LocalInterfaceClassExist.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #18.2
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.LocalInterfaceClassExist.passed=\
Local interface [ {0} ] exists and is loadable.
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.LocalInterfaceClassExist.failed=\
Error: Local interface [ {0} ] does not exist or is not loadable.
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.LocalInterfaceMatchMethodException.assertion=\
    All the exceptions defined in the throws clause of the matching method of the enterprise bean class must be defined in the throws clause of the method of the local interface. 
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.LocalInterfaceMatchMethodException.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #7.11.7, #10.6.11, #12.2.10
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.LocalInterfaceMatchMethodException.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6.9
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.LocalInterfaceMatchMethodException.debug1=\
    For local interface [ {0} ] method [ {1} ]
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.LocalInterfaceMatchMethodException.passed=\
    The corresponding business method with matching exceptions was found.
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.LocalInterfaceMatchMethodException.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.LocalInterfaceMatchMethodException.deubg3=\
    A corresponding business method [ {0} ] was found, but the exceptions did not match.
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.LocalInterfaceMatchMethodException.failed=\
    Error: No corresponding business method with matching exceptions was found for method [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.LocalInterfaceMatchMethodException.failedException=\
    Error: Local interface [ {0} ] does not exist or is not loadable within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.LocalInterfaceMatchMethodReturn.assertion=\
    For each method defined in the local interface, there must be a matching method in the enterprise bean class that has the same return type.
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.LocalInterfaceMatchMethodReturn.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #7.11.7
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.LocalInterfaceMatchMethodReturn.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6.9
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.LocalInterfaceMatchMethodReturn.debug1=\
    For local interface [ {0} ] method [ {1} ]
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.LocalInterfaceMatchMethodReturn.passed=\
    The corresponding business method with a matching return type was found.
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.LocalInterfaceMatchMethodReturn.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.LocalInterfaceMatchMethodReturn.debug3=\
    A corresponding business method [ {0} ] was found, but the return type did not match.
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.LocalInterfaceMatchMethodReturn.failed=\
    Error: No corresponding business method with matching return type was found for method [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.LocalInterfaceMatchMethodReturn.failedException=\
    Error: Local interface [ {0} ] does not exist or is not loadable within bean [ {1} ].

com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.LocalInterfaceRemoteException.assertion=\
    The throws clause of a home method on the local home interface must not include the java.rmi.RemoteException.
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.LocalInterfaceRemoteException.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #9.6.4
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.LocalInterfaceRemoteException.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #7.6.4
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.LocalInterfaceRemoteException.failed=\
    Method [ {0} ] throws a RemoteException.
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.LocalInterfaceRemoteException.failed1=\
    LocalHome class [ {0} ] not found.
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.LocalInterfaceRemoteException.passed=\
    Valid LocalInterface.

com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.LocalInterfaceMatchMethodArgs.assertion=\
    For each method defined in the local interface, there must be a matching method in the enterprise bean class.
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.LocalInterfaceMatchMethodArgs.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #7.11.7, #10.6.11, #12.2.10
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.LocalInterfaceMatchMethodArgs.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6.9
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.LocalInterfaceMatchMethodArgs.passed=\
    The corresponding business method with matching arguments was found.
com.sun.enterprise.tools.verifier.tests.ejb.intf.remoteintf.LocalInterfaceMatchMethodArgs.failed=\
    Error: No corresponding business method with matching arguments was found for method [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.LocalInterfaceMatchMethodArgs.failedException=\
    Error: Remote interface [ {0} ] does not exist or is not loadable within bean [ {1} ].

com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.EjbLocalInterfaceExtendsEJBLocalObject.assertion=\
    Enterprise bean local interfaces must extend the javax.ejb.EJBLocalObject interface.
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.EjbLocalInterfaceExtendsEJBLocalObject.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #7.11.7
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.EjbLocalInterfaceExtendsEJBLocalObject.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6.9
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.EjbLocalInterfaceExtendsEJBLocalObject.passed=\
    [ {0} ] remote interface properly extends the EJBObject interface.
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.EjbLocalInterfaceExtendsEJBLocalObject.failed=\
    Error: [ {0} ] does not properly extend the EJBObject interface.  All enterprise bean remote interfaces must extend the EJBObject interface.  [ {1} ] is not a valid remote interface within bean [ {2} ].
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.EjbLocalInterfaceExtendsEJBLocalObject.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.EjbLocalInterfaceExtendsEJBLocalObject.notApplicable=\
    [ {0} ] expected {1} bean or {2} bean, but called with {3}.
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.EjbLocalInterfaceExtendsEJBLocalObject.debug1=\
    Interface [ {0} ]

com.sun.enterprise.tools.verifier.tests.ejb.intf.InterfaceTest.notApplicable=\
    Not Applicable because, EJB [ {0} ] does not have {1} Interface.
    
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.EjbLocalInterfacePublic.assertion=\
    Enterprise bean local interfaces must be declared as public.
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.EjbLocalInterfacePublic.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #13.2.1, #8.2.1
com.sun.enterprise.tools.verifier.tests.ejb.intf.localintf.EjbLocalInterfacePublic.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6
com.sun.enterprise.tools.verifier.tests.ejb.intf.InterfacePublic.passed=\
    Valid public interface(s).
com.sun.enterprise.tools.verifier.tests.ejb.intf.InterfacePublic.failed=\
    Error: [ {0} ] is not defined as a public interface.


com.sun.enterprise.tools.verifier.tests.ejb.EjbBeanType.assertion=\
    Bean type test.
com.sun.enterprise.tools.verifier.tests.ejb.EjbBeanType.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #23.2  
com.sun.enterprise.tools.verifier.tests.ejb.EjbHasLocalorRemoteorBothInterfaces.assertion=\
    Bean type test.
com.sun.enterprise.tools.verifier.tests.ejb.EjbHasLocalorRemoteorBothInterfaces.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #23.2  
com.sun.enterprise.tools.verifier.tests.ejb.EjbBeanType.passed=\
    [ {0} ] properly implements the {1}Bean interface.
com.sun.enterprise.tools.verifier.tests.ejb.EjbBeanType.failed=\
    Error: [ {0} ] is not a valid bean. The Bean Provider must use the appropriate {1} or {2} element to declare the bean type.
com.sun.enterprise.tools.verifier.tests.ejb.EjbBeanType.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.EjbBeanType.notApplicable=\
    {0} not called with a session or entity bean.
com.sun.enterprise.tools.verifier.tests.ejb.EjbBeanType.debug1=\
    Interface [ {0} ]


com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassStaticFieldsFinal.assertion=\
    Enterprise bean class must declare all class static fields as final.
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassStaticFieldsFinal.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #25.1.2*
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassStaticFieldsFinal.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #20.1.2*
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassStaticFieldsFinal.passed=\
    This bean class [ {0} ] has defined any and all static fields as final.
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassStaticFieldsFinal.warning=\
    Warning: Field [ {0} ] defined within bean class [ {1} ] is defined as static, but not defined as final.  An enterprise bean must not use read/write static fields. Using read-only static fields is allowed.
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassStaticFieldsFinal.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassStaticFieldsFinal.failedException1=\
    Error: [ {0} ] class encountered [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassStaticFieldsFinal.warningException=\
    Warning: [ {0} ] class encountered [ {1} ]. Cannot access fields of class [ {2} ] which is external to [ {3} ].


com.sun.enterprise.tools.verifier.tests.ejb.session.SessionType.assertion=\
    Session bean state type test.
com.sun.enterprise.tools.verifier.tests.ejb.session.SessionType.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #23.2  
com.sun.enterprise.tools.verifier.tests.ejb.session.SessionType.passed=\
    [ {0} ] is a valid state type within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.SessionType.failed=\
    Error: [ {0} ] is not a valid state type within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.SessionType.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.


com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionType.assertion=\
    Session bean transaction demarcation test.
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionType.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #23.2  
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionType.passed=\
    [ {0} ] is a valid transaction type.
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionType.failed=\
    Error: [ {0} ] is not a valid transaction type within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionType.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.


com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionTypeBeanManaged.assertion=\
    Enterprise bean with bean-managed transaction demarcation must be a session bean.
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionTypeBeanManaged.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #17.6.1  
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionTypeBeanManaged.passed=\
    [ {0} ] is a valid transaction type within session bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionTypeBeanManaged.failed=\
    Error: [ {0} ] is not a valid transaction type within entity bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionTypeBeanManaged.notApplicable=\
    Expected [ {0} ] transaction demarcation, but [ {1} ] bean has [ {2} ] transaction demarcation.


com.sun.enterprise.tools.verifier.tests.ejb.entity.PersistenceType.assertion=\
    Entity bean persistence management test.
com.sun.enterprise.tools.verifier.tests.ejb.entity.PersistenceType.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #23.2  
com.sun.enterprise.tools.verifier.tests.ejb.entity.PersistenceType.passed=\
    [ {0} ] is a valid persistence type.
com.sun.enterprise.tools.verifier.tests.ejb.entity.PersistenceType.failed=\
    Error: [ {0} ] is not a valid persistence type within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.PersistenceType.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.

com.sun.enterprise.tools.verifier.tests.ejb.entity.UniqueAbstractSchemaName.assertion=\
    CMP entity beans within a JAR file must have unique abstract schema names.
com.sun.enterprise.tools.verifier.tests.ejb.entity.UniqueAbstractSchemaName.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.3.13  
com.sun.enterprise.tools.verifier.tests.ejb.entity.UniqueAbstractSchemaName.passed=\
    Abstract schema names for all beans within the EJB JAR file are unique.
com.sun.enterprise.tools.verifier.tests.ejb.entity.UniqueAbstractSchemaName.failed=\
Abstract schema names should be unique within an EJB JAR file. Abstract Schema Name [ {0} ] is not unique.
com.sun.enterprise.tools.verifier.tests.ejb.entity.UniqueAbstractSchemaName.notApplicable=\
This test is only for CMP beans. Abstract schema names should be unique within an EJB JAR file.
com.sun.enterprise.tools.verifier.tests.ejb.entity.UniqueAbstractSchemaName.failed2=\
No abstract schema name specified for CMP 2.0 entity bean {0}.

com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassElement.assertion=\
    Entity bean primary key class test.
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassElement.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #9.8  
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassElement.passed=\
    Primary key class [ {0} ] exists and is loadable.
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassElement.passed1=\
    Primary key class is [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassElement.failed=\
    Error: Loading primary key class [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassElement.failedException=\
    Error: Loading primary key class [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassElement.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassElement.notApplicable1=\
    Entity bean [ {0} ] with [ {1} ] managed persistence, primary key optional.
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassElement.notApplicable2=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassElement.debug1=\
    Entity bean [ {0} ] has [ {1} ] managed persistence, primary key is mandatory.


com.sun.enterprise.tools.verifier.tests.ejb.entity.PersistenceFieldsElement.assertion=\
    Container-managed field test.
com.sun.enterprise.tools.verifier.tests.ejb.entity.PersistenceFieldsElement.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #22.2*  
com.sun.enterprise.tools.verifier.tests.ejb.entity.PersistenceFieldsElement.passed=\
    [ {0} ] field found in [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.PersistenceFieldsElement.failed=\
    Error: [ {0} ] is not a valid persistence type within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.PersistenceFieldsElement.failedException1=\
    Error: NoSuchFieldException: [ {0} ] not found in [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.PersistenceFieldsElement.failedException2=\
    Error: SecurityException: [ {0} ] not found in [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.PersistenceFieldsElement.failedException3=\
    Error: Fields do not exist or are not loadable within bean [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.PersistenceFieldsElement.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.
com.sun.enterprise.tools.verifier.tests.ejb.entity.PersistenceFieldsElement.notApplicable1=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.
com.sun.enterprise.tools.verifier.tests.ejb.entity.PersistenceFieldsElement.debug1=\
    [ {0} ] is valid persistence type.


com.sun.enterprise.tools.verifier.tests.ejb.ContainerTransactionStyle1.assertion=\
     There must be at most one container transaction element that uses the Style 1 "*" method name element for a given enterprise bean.
com.sun.enterprise.tools.verifier.tests.ejb.ContainerTransactionStyle1.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #17.4.1  
com.sun.enterprise.tools.verifier.tests.ejb.ContainerTransactionStyle1.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #12.3.7.2.1
com.sun.enterprise.tools.verifier.tests.ejb.ContainerTransactionStyle1.passed=\
     Container transaction method name [ {0} ] defined only once in [ {1} ] bean.
com.sun.enterprise.tools.verifier.tests.ejb.ContainerTransactionStyle1.failed=\
     Error: Container transaction method name [ {0} ] is defined [ {1} ] times in [ {2} ] bean.  Method name container transaction style [ {3} ] is allowed only once per bean.
com.sun.enterprise.tools.verifier.tests.ejb.ContainerTransactionStyle1.notApplicable=\
     There are no method permissions within this bean [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.ContainerTransactionStyle1.notApplicable1=\
     Container transaction method name [ {0} ] not defined in [ {1} ] bean.
com.sun.enterprise.tools.verifier.tests.ejb.ContainerTransactionStyle1.failedException=\
    Error: [ {0} ] does not contain class [ {1} ] within bean [ {2} ].


com.sun.enterprise.tools.verifier.tests.ejb.ContainerTransactionStyle2.assertion=\
     There must be at most one container transaction element that uses the Style 2 method element for a given method name.
com.sun.enterprise.tools.verifier.tests.ejb.ContainerTransactionStyle2.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #17.4.1  
com.sun.enterprise.tools.verifier.tests.ejb.ContainerTransactionStyle2.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #12.3.7.2.1
com.sun.enterprise.tools.verifier.tests.ejb.ContainerTransactionStyle2.passed=\
     Container transaction method name [ {0} ] defined only once in [ {1} ] bean.
com.sun.enterprise.tools.verifier.tests.ejb.ContainerTransactionStyle2.failed=\
     Error: Container transaction method name [ {0} ] is defined [ {1} ] times in [ {2} ] bean.  Method name container transaction style [ {3} ] is allowed only once per bean.
com.sun.enterprise.tools.verifier.tests.ejb.ContainerTransactionStyle2.notApplicable=\
     There are no container transactions within this bean [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.ContainerTransactionStyle2.notApplicable1=\
     Container transaction method name [ {0} ] not defined in [ {1} ] bean.
com.sun.enterprise.tools.verifier.tests.ejb.ContainerTransactionStyle2.notApplicable2=\
     Container transaction method name [ {0} ] not defined as style{1} container transaction within [ {2} ].
com.sun.enterprise.tools.verifier.tests.ejb.ContainerTransactionStyle2.failedException=\
    Error: [ {0} ] does not contain class [ {1} ] within bean [ {2} ].


com.sun.enterprise.tools.verifier.tests.ejb.ContainerTransactionStyle3.assertion=\
    The container transaction method must be defined in the home, component, webservice endpoint or business interface(s) of the specified enterprise bean.
com.sun.enterprise.tools.verifier.tests.ejb.ContainerTransactionStyle3.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #17.4.1
com.sun.enterprise.tools.verifier.tests.ejb.ContainerTransactionStyle3.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #12.3
com.sun.enterprise.tools.verifier.tests.ejb.ContainerTransactionStyle3.passed=\
    Valid container transaction methods.
com.sun.enterprise.tools.verifier.tests.ejb.ContainerTransactionStyle3.failed=\
    Error: Container Transaction method name [ {0} ] not defined in {1} interface(s).
com.sun.enterprise.tools.verifier.tests.ejb.ContainerTransactionStyle3.msg=\
    any of bean

com.sun.enterprise.tools.verifier.tests.ejb.session.TransientFieldsSerialization.assertion=\
    The Bean Provider should not store in a transient field a reference to any of the following objects: SessionContext object; environment JNDI naming context and any its subcontexts; business interfaces; home and component interfaces; EntityManager interface; EntityManagerFactory interface; UserTransaction interface
com.sun.enterprise.tools.verifier.tests.ejb.session.TransientFieldsSerialization.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #7.4.1
com.sun.enterprise.tools.verifier.tests.ejb.session.TransientFieldsSerialization.specMappingInfo_3.0=\
    EJB 3.0 Specification Section #4.2.1

com.sun.enterprise.tools.verifier.tests.ejb.session.TransientFieldsSerialization.passed=\
    This session bean class has not stored in a transient field a reference to any of the following objects: SessionContext object; environment JNDI naming context and any of its subcontexts; home and remote interfaces; and the UserTransaction interface.
com.sun.enterprise.tools.verifier.tests.ejb.session.TransientFieldsSerialization.failed=\
    Warning: Field [ {0} ] defined within session bean class [ {1} ] is defined as transient.  Session bean fields should not store in a transient field a reference to any of the following objects: SessionContext object; environment JNDI naming context and any of its subcontexts; home and remote interfaces; and the UserTransaction interface.
com.sun.enterprise.tools.verifier.tests.ejb.session.TransientFieldsSerialization.failedException=\
    Error: [ {0} ] class not found.

com.sun.enterprise.tools.verifier.tests.ejb.ApplicationExceptionHomeInterfaceMethods.assertion=\
     An application exception must not be defined as a subclass of java.lang.RuntimeException or of java.rmi.RemoteException in home interface methods.
com.sun.enterprise.tools.verifier.tests.ejb.ApplicationExceptionHomeInterfaceMethods.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #18.1.1
com.sun.enterprise.tools.verifier.tests.ejb.ApplicationExceptionHomeInterfaceMethods.specMappingInfo_3.0=\
	  EJB 3.0 Specification Section #4.6.8, #13.2.1
com.sun.enterprise.tools.verifier.tests.ejb.ApplicationExceptionHomeInterfaceMethods.passed=\
    All the methods of Home interface are defined properly
com.sun.enterprise.tools.verifier.tests.ejb.ApplicationExceptionHomeInterfaceMethods.failed=\
    For the Interface [ {0} ] Method [ {1} ] does not throw valid application exceptions
com.sun.enterprise.tools.verifier.tests.ejb.ApplicationExceptionHomeInterfaceMethods.failedException=\
    Error: Home interface [ {0} ] does not exist or is not loadable within bean [ {1} ].


com.sun.enterprise.tools.verifier.tests.ejb.ApplicationExceptionComponentInterfaceMethods.assertion=\
     An application exception must not be defined as a subclass of java.lang.RuntimeException or of java.rmi.RemoteException in remote interface methods.
com.sun.enterprise.tools.verifier.tests.ejb.ApplicationExceptionComponentInterfaceMethods.specMappingInfo_2.1=\
	 EJB 2.1 Specification Section #18.1.1
com.sun.enterprise.tools.verifier.tests.ejb.ApplicationExceptionComponentInterfaceMethods.specMappingInfo_3.0=\
     EJB 3.0 Specification Section #13.2.1
com.sun.enterprise.tools.verifier.tests.ejb.ApplicationExceptionComponentInterfaceMethods.debug1=\
    For remote/local Interface [ {0} ] method [ {1} ]
com.sun.enterprise.tools.verifier.tests.ejb.ApplicationExceptionComponentInterfaceMethods.passed=\
    All the business methods are defined properly
com.sun.enterprise.tools.verifier.tests.ejb.ApplicationExceptionComponentInterfaceMethods.failed=\
    For the Interface [ {0} ] Method [ {1} ] does not throw valid application exceptions.
com.sun.enterprise.tools.verifier.tests.ejb.ApplicationExceptionComponentInterfaceMethods.failedException=\
    Error: Remote interface [ {0} ] does not exist or is not loadable within bean [ {1} ].

com.sun.enterprise.tools.verifier.tests.ejb.EjbClientJarManifestClassPath.assertion=\
     EJB JAR file producer uses a Manifest Class-Path entry in the EJB JAR file to specify that the EJB JAR file depends on the client JAR at runtime.
com.sun.enterprise.tools.verifier.tests.ejb.EjbClientJarManifestClassPath.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #24.3  
com.sun.enterprise.tools.verifier.tests.ejb.EjbClientJarManifestClassPath.notImplemented=\
    No static testing done - yet.


com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodDescription.assertion=\
    Bean Provider is responsible for providing a description of each finder method for container-managed persistence test
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodDescription.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #4.2.2*  
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodDescription.notImplemented=\
    No static testing done - yet.



com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbReferencesElement.assertion=\
    Referenced bean class must be available in the application classpath.
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbReferencesElement.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #20.3.2
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbReferencesElement.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #15.5.2
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbReferencesElement.failedRef=\
    Exception occurred : [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbReferencesElement.passed2=\
    The referenced bean''s home interface [ {0} ] exists and is loadable within [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbReferencesElement.passed3=\
    The referenced bean''s remote interface [ {0} ] exists and is loadable within [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbReferencesElement.failed=\
    Error: [ {0} ] class cannot be found within this jar [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbReferencesElement.notApplicable2=\
    Not Applicable: [ {0} ] must be external reference to bean outside of [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbReferencesElement.notApplicable=\
    {0} not called with a session or entity bean.
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbReferencesElement.notApplicable1=\
    There are no references to other beans within this bean [ {0} ].


com.sun.enterprise.tools.verifier.tests.ejb.SecurityRolesRefs.assertion=\
    Role names must be mapped to names within the jar.
com.sun.enterprise.tools.verifier.tests.ejb.SecurityRolesRefs.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #21.3.3
com.sun.enterprise.tools.verifier.tests.ejb.SecurityRolesRefs.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #16.3.3
com.sun.enterprise.tools.verifier.tests.ejb.SecurityRolesRefs.passed=\
    The security role reference [ {0} ] has a corresponding linked security role name [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.SecurityRolesRefs.failed=\
    Error: The security role reference [ {0} ] has no corresponding linked security role name [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.SecurityRolesRefs.notApplicable=\
    {0} not called with a session or entity bean.
com.sun.enterprise.tools.verifier.tests.ejb.SecurityRolesRefs.notApplicable1=\
    There are no role references within this bean [ {0} ].


com.sun.enterprise.tools.verifier.tests.ejb.SecurityRolesBind.assertion=\
    Binding security role references.
com.sun.enterprise.tools.verifier.tests.ejb.SecurityRolesBind.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #21.3.3
com.sun.enterprise.tools.verifier.tests.ejb.SecurityRolesBind.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #16.3.3
com.sun.enterprise.tools.verifier.tests.ejb.SecurityRolesBind.passed=\
    The role [ {0} ] for bean [ {1} ] is defined.
com.sun.enterprise.tools.verifier.tests.ejb.SecurityRolesBind.failed=\
    Error: The role [ {0} ] for bean [ {1} ] is undefined.
com.sun.enterprise.tools.verifier.tests.ejb.SecurityRolesBind.notApplicable=\
    There are no role references which need to be bound to other security roles within this bean [ {0} ].


com.sun.enterprise.tools.verifier.tests.ejb.TransactionDemarcationType.assertion=\
    Container transaction demarcation.
com.sun.enterprise.tools.verifier.tests.ejb.TransactionDemarcationType.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #17.3
com.sun.enterprise.tools.verifier.tests.ejb.TransactionDemarcationType.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #12.3
com.sun.enterprise.tools.verifier.tests.ejb.TransactionDemarcationType.passed=\
    Transaction attribute [ {0} ] for method [ {1} ] is valid.
com.sun.enterprise.tools.verifier.tests.ejb.TransactionDemarcationType.passedTest=\
    Transaction attribute for method [ {0} ] is valid.
com.sun.enterprise.tools.verifier.tests.ejb.TransactionDemarcationType.failed=\
    Error: Transaction attribute [ {0} ] for method [ {1} ] is not valid.
com.sun.enterprise.tools.verifier.tests.ejb.TransactionDemarcationType.failedException=\
    Error: Transaction attribute is null for method [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.TransactionDemarcationType.notApplicable=\
    {0} not called with a session or entity bean.
com.sun.enterprise.tools.verifier.tests.ejb.TransactionDemarcationType.notApplicable1=\
    There are no method permissions within this bean [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.TransactionDemarcationType.notApplicable2=\
    Bean [ {0} ] is not {1} managed, it is [ {2} ] managed.
com.sun.enterprise.tools.verifier.tests.ejb.TransactionDemarcationType.failedException2=\
    Error: [ {0} ] does not contain class [ {1} ] within bean [ {2} ].
com.sun.enterprise.tools.verifier.tests.ejb.TransactionDemarcationType.failedException1=\
    Error: [ {0} ] should not have a transaction attribute.
com.sun.enterprise.tools.verifier.tests.ejb.TransactionDemarcationType.failedHome=\
Error: Transaction attribute [ {0} ] for method [ {1} ] is not valid. Home or local home interface methods of a session bean must not have a transaction attribute.
com.sun.enterprise.tools.verifier.tests.ejb.TransactionDemarcationType.failedComp=\
Error: Transaction attribute for method [ {0} ] is not valid. ''remove'' method in remote/local interface of a session bean must not have a transaction attribute.
com.sun.enterprise.tools.verifier.tests.ejb.TransactionDemarcationType.failed1=\
Error: Transaction attribute for method [ {0} ] is not valid. 

com.sun.enterprise.tools.verifier.tests.ejb.TransactionDemarcationBeanManaged.assertion=\
    The Application Assembler must not define transaction attributes for an enterprise bean with bean-managed transaction demarcation.
com.sun.enterprise.tools.verifier.tests.ejb.TransactionDemarcationBeanManaged.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #17.4
com.sun.enterprise.tools.verifier.tests.ejb.TransactionDemarcationBeanManaged.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #12.4
com.sun.enterprise.tools.verifier.tests.ejb.TransactionDemarcationBeanManaged.passed=\
    Valid: Transaction attribute [ {0} ] for method [ {1} ] is not defined for an enterprise bean [ {2} ] with bean-managed transaction demarcation.
com.sun.enterprise.tools.verifier.tests.ejb.TransactionDemarcationBeanManaged.passed1=\
    Valid: Transaction attribute is null for method [ {0} ] in bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.TransactionDemarcationBeanManaged.failed=\
    Error: Transaction attribute [ {0} ] for method [ {1} ] is not valid. The Application Assembler must not define transaction attributes for an enterprise bean [ {2} ] with bean-managed transaction demarcation.
com.sun.enterprise.tools.verifier.tests.ejb.TransactionDemarcationBeanManaged.notApplicable=\
    {0} not called with a session or entity bean.
com.sun.enterprise.tools.verifier.tests.ejb.TransactionDemarcationBeanManaged.passed2=\
    Valid: There are no method permissions within this bean [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.TransactionDemarcationBeanManaged.notApplicable2=\
    Bean [ {0} ] is not [ {1} ] managed, it is [ {2} ] managed.
com.sun.enterprise.tools.verifier.tests.ejb.TransactionDemarcationBeanManaged.failedException=\
    Error: [ {0} ] does not contain class [ {1} ] within bean [ {2} ].

com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionDemarcationSessionSynchronizationInterface.assertion=\
    If an enterprise bean implements the javax.ejb.SessionSynchronization interface, the Application Assembler can specify only the following values for the transaction attributes of the bean's methods:  Required, RequiresNew, Mandatory.
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionDemarcationSessionSynchronizationInterface.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #17.4.1
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionDemarcationSessionSynchronizationInterface.specMappingInfo_3.0=\
    EJB 3.0 Specification Section #12.3.7
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionDemarcationSessionSynchronizationInterface.passed=\
    TransactionAttributes are defined properly for the bean.
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionDemarcationSessionSynchronizationInterface.failed=\
    Error: Transaction attribute [ {0} ] for method [ {1} ] is not valid.
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionDemarcationSessionSynchronizationInterface.failedException1=\
    Error: [ {0} ] class not found.




com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionDemarcationHomeInterface.assertion=\
    Session bean container transaction demarcation for all methods of home interface.
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionDemarcationHomeInterface.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #17.4.1*  
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionDemarcationHomeInterface.passed=\
    Valid: Transaction attribute [ {0} ] for method [ {1} ] is not defined for home interface [ {2} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionDemarcationHomeInterface.failed=\
    Error: Transaction attribute [ {0} ] for method [ {1} ] is not valid. Transaction attributes must not be specified for the methods defined in the session bean home interface [ {2} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionDemarcationHomeInterface.failed1=\
    Error: Transaction attributes must not be specified for the methods defined in the session bean home interface [ {0} ].  Method [ {1} ] has a transaction attribute defined within this bean [ {2} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionDemarcationHomeInterface.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionDemarcationHomeInterface.passed1=\
    Valid: There are no method permissions within this bean [ {0} ].  Transaction attributes must not be specified for the methods defined in the session bean home interface [ {1} ].  Method [ {2} ] has no transaction attribute defined.
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionDemarcationHomeInterface.failedException=\
    Error: Home interface [ {0} ] does not exist or is not loadable within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionDemarcationHomeInterface.passed2=\
    Valid: Transaction attributes must not be specified for the methods defined in the session bean home interface [ {0} ].  Method [ {1} ] has no transaction attribute defined within this bean [ {2} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionDemarcationHomeInterface.failedException1=\
    Error: Home interface [ {0} ] does not contain class [ {1} ] within bean [ {2} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionDemarcationHomeInterface.passedException=\
    Valid: Transaction attribute is null for method [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionDemarcationHomeInterface.notApplicable2=\
    Bean [ {0} ] is not [ {1} ] managed, it is [ {2} ] managed.



com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionDemarcationComponentInterface.assertion=\
    Session bean container transaction demarcation for all methods of component interface.
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionDemarcationComponentInterface.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #17.4.1*  
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionDemarcationComponentInterface.passed=\
    Valid: Transaction attribute [ {0} ] for method [ {1} ] is defined for an enterprise bean with bean-managed transaction demarcation.
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionDemarcationComponentInterface.failed=\
    Error: Transaction attribute [ {0} ] for method [ {1} ] is not valid.   Transaction attributes must be defined for all methods of component interface [ {2} ] except for those that belong to EJBObject and EJBLocalObject interfaces.
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionDemarcationComponentInterface.failed1=\
    Error: Transaction attributes must be specified for the methods defined in the component interface [ {0} ].  Method [ {1} ] has no transaction attribute defined within this bean [ {2} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionDemarcationComponentInterface.failed2=\
    Error: There are no transaction attributes within this bean [ {0} ].  Transaction attributes must be specified for the methods defined in the component interface [ {1} ].  Method [ {2} ] has no transaction attribute defined.
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionDemarcationComponentInterface.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionDemarcationComponentInterface.failedException=\
    Error: Transaction attribute is null for method [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionDemarcationComponentInterface.failedException1=\
    Error: Component interface [ {0} ] does not contain class [ {1} ] within bean [ {2} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionDemarcationComponentInterface.failedException2=\
    Error: Component interface [ {0} ] does not exist or is not loadable within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionDemarcationComponentInterface.notApplicable2=\
    Bean [ {0} ] is not [ {1} ] managed, it is [ {2} ] managed.
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionDemarcationComponentInterface.failedExcep=\
    Error: Method [ {0} ] should not be assigned a transaction attribute.

com.sun.enterprise.tools.verifier.tests.ejb.entity.TransactionDemarcationHomeInterface.failedExcep=\
    Error: Method [ {0} ] should not be assigned a transaction attribute.
com.sun.enterprise.tools.verifier.tests.ejb.entity.TransactionDemarcationHomeInterface.assertion=\
    Entity bean container transaction demarcation for methods of home interface.
com.sun.enterprise.tools.verifier.tests.ejb.entity.TransactionDemarcationHomeInterface.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #17.4.1*  
com.sun.enterprise.tools.verifier.tests.ejb.entity.TransactionDemarcationHomeInterface.passed=\
    Valid: [ {0} ] Transaction attribute [ {1} ] for method [ {2} ] is valid. Transaction attributes must be specified for all methods of home interface [ {3} ] except getEJBMetaData and getHomeHandle.
com.sun.enterprise.tools.verifier.tests.ejb.entity.TransactionDemarcationHomeInterface.failed=\
    Error: [ {0} ] Transaction attribute [ {1} ] for method [ {2} ] is not valid. Transaction attributes must be specified for all methods of home interface [ {3} ] except getEJBMetaData and getHomeHandle.
com.sun.enterprise.tools.verifier.tests.ejb.entity.TransactionDemarcationHomeInterface.failed1=\
    Error: Transaction attributes must be specified for the methods defined in the home interface [ {0} ].  Method [ {1} ] has no transaction attribute defined within this bean [ {2} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.TransactionDemarcationHomeInterface.failed2=\
    Error: There are no method container transactions within this bean [ {0} ]. Transaction attributes must be specified for the methods defined in the home interface [ {1} ].  Method [ {2} ] has no transaction attribute defined.
com.sun.enterprise.tools.verifier.tests.ejb.entity.TransactionDemarcationHomeInterface.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.
com.sun.enterprise.tools.verifier.tests.ejb.entity.TransactionDemarcationHomeInterface.notApplicable1=\
    There are no method permissions within this bean [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.TransactionDemarcationHomeInterface.notApplicable2=\
    There is no home interface specified for [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.TransactionDemarcationHomeInterface.failedException=\
    Error: Transaction attribute is null for method [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.TransactionDemarcationHomeInterface.failedException1=\
    Error: Home interface [ {0} ] does not contain class [ {1} ] within bean [ {2} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.TransactionDemarcationHomeInterface.failedException2=\
    Error: Home interface [ {0} ] does not exist or is not loadable within bean [ {1} ].

com.sun.enterprise.tools.verifier.tests.ejb.entity.TransactionDemarcationComponentInterface.failedExcep=\
    Error: Method [ {0} ] should not be assigned a transaction attribute.
com.sun.enterprise.tools.verifier.tests.ejb.entity.TransactionDemarcationComponentInterface.assertion=\
    Entity bean container transaction demarcation for methods of component interface.
com.sun.enterprise.tools.verifier.tests.ejb.entity.TransactionDemarcationComponentInterface.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #17.4.1*  
com.sun.enterprise.tools.verifier.tests.ejb.entity.TransactionDemarcationComponentInterface.passed=\
    Valid: [ {0} ] Transaction attribute [ {1} ] for method [ {2} ] is valid. Transaction attributes must be defined for all methods of component interface [ {3} ] except getEJBHome, getHandle, getPrimaryKey, and isIdentical.
com.sun.enterprise.tools.verifier.tests.ejb.entity.TransactionDemarcationComponentInterface.failed=\
    Error: [ {0} ] Transaction attribute [ {1} ] for method [ {2} ] is not valid. Transaction attributes must be defined for all methods of component interface [ {3} ] except getEJBHome, getHandle, getPrimaryKey, and isIdentical.
com.sun.enterprise.tools.verifier.tests.ejb.entity.TransactionDemarcationComponentInterface.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.
com.sun.enterprise.tools.verifier.tests.ejb.entity.TransactionDemarcationComponentInterface.failed1=\
    Error: Transaction attributes must be specified for the methods defined in the component interface [ {0} ].  Method [ {1} ] has no transaction attribute defined within this bean [ {2} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.TransactionDemarcationComponentInterface.failed2=\
    Error: There are no method permissions within this bean [ {0} ]. Transaction attributes must be specified for the methods defined in the component interface [ {1} ].  Method [ {2} ] has no transaction attribute defined.
com.sun.enterprise.tools.verifier.tests.ejb.entity.TransactionDemarcationComponentInterface.failedException=\
    Error: Transaction attribute is null for method [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.TransactionDemarcationComponentInterface.failedException1=\
    Error: Component interface [ {0} ] does not contain class [ {1} ] within bean [ {2} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.TransactionDemarcationComponentInterface.failedException2=\
    Error: Component interface [ {0} ] does not exist or is not loadable within bean [ {1} ].

com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbLinkElement.failedException1=\
Exception occurred while opening or saving the J2EE archive.
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbLinkElement.failedException=\
Error: Cannot open the EAR file.
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbLinkElement.assertion=\
    The referenced bean must be an enterprise bean in the same ear file.
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbLinkElement.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #20.3.2
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbLinkElement.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #15.5.2
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbLinkElement.passed=\
    Valid referenced bean [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbLinkElement.failed=\
    Error: No enterprise bean matching [ {0} ] found within [ {1} ] JAR file.
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbLinkElement.no_ear=\
    This EJB JAR file [ {0} ] is not part of a J2EE archive.
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbLinkElement.notApplicable=\
    There are no EJB references to other beans within this bean [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbLinkElement.notApplicable1=\
    Not Applicable:  Cannot verify the existence of an EJB reference [ {0} ] to external bean within different EAR file.


com.sun.enterprise.tools.verifier.tests.ejb.EjbNameUnique.assertion=\
    EJB name is unique within the same JAR file.
com.sun.enterprise.tools.verifier.tests.ejb.EjbNameUnique.specMappingInfo_2.1=\
	EJB 2.1 Specification Section #23.5
com.sun.enterprise.tools.verifier.tests.ejb.EjbNameUnique.passed=\
    Valid: [ {0} ] was found once within JAR file, ejb-name is unique.
com.sun.enterprise.tools.verifier.tests.ejb.EjbNameUnique.failed=\
    Error: [ {0} ] has found [ {1} ] duplicate EJB name(s) within the same JAR file.


com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbMethodIntfElement.assertion=\
    EJB method-intf element must be one of the following: Remote or Home.
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbMethodIntfElement.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #23.5  
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbMethodIntfElement.passed=\
    Container transaction method [ {0} ] method-intf element [ {1} ] is one of the following:  [ {2} ] or [ {3} ] or [ {4} ] or [ {5} ] within bean [ {6} ].
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbMethodIntfElement.passed1=\
    Method permissions method [ {0} ] method-intf element [ {1} ] is either Remote or Home within bean [ {2} ].
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbMethodIntfElement.failed1=\
    Error: Container transaction method [ {0} ] method-intf element [ {1} ] must be one of the interfaces of the bean [ {2} ].
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbMethodIntfElement.failed=\
    Error: Method permissions method [ {0} ] method-intf element [ {1} ] must be one of the following: [ {2} ] or [ {3} ] or [ {4} ] or [ {5} ] within bean [ {6} ].
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbMethodIntfElement.notApplicable=\
    There are no [method-intf] elements within this bean [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbMethodIntfElement.failedException=\
    Error: [ {0} ] does not contain class [ {1} ] within bean [ {2} ].


com.sun.enterprise.tools.verifier.tests.ejb.EjbNameNMTOKEN.assertion=\
    EJB name must conform to the lexical rules for an NMTOKEN.
com.sun.enterprise.tools.verifier.tests.ejb.EjbNameNMTOKEN.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #23.5  
com.sun.enterprise.tools.verifier.tests.ejb.EjbNameNMTOKEN.passed=\
    [ {0} ] conforms to the lexical rules for an NMTOKEN within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.EjbNameNMTOKEN.failed=\
    Error: [ {0} ] does not conform to the lexical rules for an NMTOKEN within bean [ {1} ].


com.sun.enterprise.tools.verifier.tests.ejb.EjbRefNamePrefixed.assertion=\
    EJB reference name is prefixed with recommended string ejb/.
com.sun.enterprise.tools.verifier.tests.ejb.EjbRefNamePrefixed.specMappingInfo_2.1=\
	EJB 2.1 Specification Section #20.3.1.1
com.sun.enterprise.tools.verifier.tests.ejb.EjbRefNamePrefixed.specMappingInfo_3.0=\
	EJB 3.0 Specification Section #18.5
com.sun.enterprise.tools.verifier.tests.ejb.EjbRefNamePrefixed.passed=\
    ejb-ref-name is properly defined within bean [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.EjbRefNamePrefixed.warning=\
    Warning: [ {0} ] is not prefixed with recommended string ejb/ within bean [ {1} ].

com.sun.enterprise.tools.verifier.tests.ejb.EjbEnvEntryValueType.assertion=\
    EJB environment entry value type.
com.sun.enterprise.tools.verifier.tests.ejb.EjbEnvEntryValueType.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #20.2.1.2
com.sun.enterprise.tools.verifier.tests.ejb.EjbEnvEntryValueType.specMappingInfo_3.0=\
	EJB 3.0 Specification Section #15.4, #14.4.1.3
com.sun.enterprise.tools.verifier.tests.ejb.EjbEnvEntryValueType.passed=\
    Environment entry value has valid value type
com.sun.enterprise.tools.verifier.tests.ejb.EjbEnvEntryValueType.failed=\
    Error: Environment entry value [ {0} ] does not have valid value type [ {1} ] within bean [ {2} ].

com.sun.enterprise.tools.verifier.tests.ejb.EjbEnvEntryValue.assertion=\
    EJB environment entry value must be a string that is valid for the constructor of the specified type that takes a single String parameter.
com.sun.enterprise.tools.verifier.tests.ejb.EjbEnvEntryValue.specMappingInfo_2.1=\
	EJB 2.1 Specification Section #20.2.1.2
com.sun.enterprise.tools.verifier.tests.ejb.EjbEnvEntryValue.specMappingInfo_3.0=\
	EJB 3.0 Specification Section #15.4, 14.4.1.3
com.sun.enterprise.tools.verifier.tests.ejb.EjbEnvEntryValue.passed=\
    Environment entry name has valid value.
com.sun.enterprise.tools.verifier.tests.ejb.EjbEnvEntryValue.failed=\
    Error: Environment entry name [ {0} ] does not have valid value [ {1} ] for constructor of the specified type [ {2} ] that takes a single String parameter within bean [ {3} ].

com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbResAuthElement.assertion=\
    Resource-ref element res-auth sub-element must be Application or Container.
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbResAuthElement.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #20.5.1.2  
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbResAuthElement.passed=\
    Resource-ref element res-auth sub-element value [ {0} ] is valid within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbResAuthElement.failed=\
    Error: Resource-ref element res-auth sub-element value [ {0} ] is not valid within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbResAuthElement.notApplicable=\
    There are no resource reference elements defined within this bean [ {0} ].


com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbRefTypeElement.assertion=\
    EJB reference type.
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbRefTypeElement.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #20.3  
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbRefTypeElement.passed=\
    All ejb-ref-type elements are valid.  They are all [ {0} ] or [ {1} ] within this bean [ {2} ]
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbRefTypeElement.failed=\
    Error: ejb-ref-type [ {0} ] within bean [ {1} ] is not valid.  Must be [ {2} ] or [ {3} ]
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbRefTypeElement.notApplicable=\
    There are no ejb references to other beans within this bean [ {0} ]
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbRefTypeElement.failed1=\
    The ejb-ref-type is either not Session or Entity or it does not match the type of the EJB it represents.


com.sun.enterprise.tools.verifier.tests.ejb.entity.FieldNameElementPublic.assertion=\
    EJB public fields.
com.sun.enterprise.tools.verifier.tests.ejb.entity.FieldNameElementPublic.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #22.5*  
com.sun.enterprise.tools.verifier.tests.ejb.entity.FieldNameElementPublic.passed=\
    [ {0} ] found in public fields of bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.FieldNameElementPublic.debug1=\
    [ {0} ] is equal to public field [ {1} ] of bean [ {2} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.FieldNameElementPublic.debug=\
    [ {0} ] not equal to public field [ {1} ] of bean [ {2} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.FieldNameElementPublic.failed1=\
    Error: [ {0} ] not found in public fields of bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.FieldNameElementPublic.failedException=\
    Error: [ {0} ] within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.FieldNameElementPublic.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.
com.sun.enterprise.tools.verifier.tests.ejb.entity.FieldNameElementPublic.notApplicable1=\
    No persistent fields are defined for bean [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.FieldNameElementPublic.notApplicable2=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.


com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbNameMethodElement.assertion=\
    The ejb-name element within the method element must be the name of one of the enterprise beans declared in the deployment descriptor.
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbNameMethodElement.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #23.5
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbNameMethodElement.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #18.5
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbNameMethodElement.passed=\
    [ {0} ] is valid and contained within the JAR file.
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbNameMethodElement.failed=\
    Error: [ {0} ] is not the name of one of the enterprise beans within the JAR file.
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbNameMethodElement.notApplicable=\
    There are no method permissions within this bean [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbNameMethodElement.debug1=\
    ejb-name is [ {0} ].


com.sun.enterprise.tools.verifier.tests.ejb.elements.MethodPermissionSecurityRoleExists.assertion=\
    Security roles used in method permission element must be defined in the roles element of the deployment descriptor.
com.sun.enterprise.tools.verifier.tests.ejb.elements.MethodPermissionSecurityRoleExists.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #21.3.2
com.sun.enterprise.tools.verifier.tests.ejb.elements.MethodPermissionSecurityRoleExists.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #16.3.2
com.sun.enterprise.tools.verifier.tests.ejb.elements.MethodPermissionSecurityRoleExists.passed=\
    Valid: Method permissions role [ {0} ] is one of the roles defined in bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.elements.MethodPermissionSecurityRoleExists.failed=\
    Error: Method permissions role [ {0} ] must be one of the roles defined in bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.elements.MethodPermissionSecurityRoleExists.notApplicable=\
    There are no [method-permission] elements within this bean [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.elements.MethodPermissionSecurityRoleExists.notApplicable1=\
    There are no role based method-permissions within this bean [ {0} ].
    
com.sun.enterprise.tools.verifier.tests.ejb.elements.RunAsIdentityRoleExists.assertion=\
    Security roles used in method permission element must be defined in the roles element of the deployment descriptor.
com.sun.enterprise.tools.verifier.tests.ejb.elements.RunAsIdentityRoleExists.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #21.3.2*  
com.sun.enterprise.tools.verifier.tests.ejb.elements.RunAsIdentityRoleExists.passed=\
    Valid: Method permissions role [ {0} ] is one of the roles defined in bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.elements.RunAsIdentityRoleExists.failed=\
Error: run-as identity role [ {0} ] must be one of the roles defined in bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.elements.RunAsIdentityRoleExists.notApplicable=\
Error: run-as identity not defined in bean [ {0} ].

com.sun.enterprise.tools.verifier.tests.ejb.elements.MethodPermissionMethodExists.assertion=\
    Methods used in method permissions must be methods defined in the enterprise bean's component and/or home interface.
com.sun.enterprise.tools.verifier.tests.ejb.elements.MethodPermissionMethodExists.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #21.3.2
com.sun.enterprise.tools.verifier.tests.ejb.elements.MethodPermissionMethodExists.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #16.3.2
com.sun.enterprise.tools.verifier.tests.ejb.elements.MethodPermissionMethodExists.passed=\
    Valid method permission method(s) found.
com.sun.enterprise.tools.verifier.tests.ejb.elements.MethodPermissionMethodExists.failed=\
    Error: Method name [ {0} ] not defined in {1} interface.
com.sun.enterprise.tools.verifier.tests.ejb.elements.MethodPermissionMethodExists.failedException=\
    Error: Interface class not found. [ {0} ]

com.sun.enterprise.tools.verifier.tests.ejb.elements.ContainerTransactionMethodExists.assertion=\
    Methods used in container-transaction must be methods defined in the enterprise bean's component and/or home interface.
com.sun.enterprise.tools.verifier.tests.ejb.elements.ContainerTransactionMethodExists.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #17.4.1
com.sun.enterprise.tools.verifier.tests.ejb.elements.ContainerTransactionMethodExists.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #16.3.2
com.sun.enterprise.tools.verifier.tests.ejb.elements.ContainerTransactionMethodExists.passed=\
    Valid container transaction method(s) found.
com.sun.enterprise.tools.verifier.tests.ejb.elements.ContainerTransactionMethodExists.failed=\
    Error: Method name [ {0} ] not defined in {1} interface.
com.sun.enterprise.tools.verifier.tests.ejb.elements.ContainerTransactionMethodExists.failedException=\
    Error: Interface class not found. [ {0} ]

com.sun.enterprise.tools.verifier.tests.ejb.elements.ExcludeListMethodsExist.assertion=\
    Methods used in exclude-list must be methods defined in the enterprise bean's component and/or home interface.
com.sun.enterprise.tools.verifier.tests.ejb.elements.ExcludeListMethodsExist.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #21.3.2
com.sun.enterprise.tools.verifier.tests.ejb.elements.ExcludeListMethodsExist.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #16.3.2
com.sun.enterprise.tools.verifier.tests.ejb.elements.ExcludeListMethodsExist.passed=\
    Valid exclude list method(s) found.
com.sun.enterprise.tools.verifier.tests.ejb.elements.ExcludeListMethodsExist.failed=\
    Error: Method name [ {0} ] not defined in {1} interface.
com.sun.enterprise.tools.verifier.tests.ejb.elements.ExcludeListMethodsExist.failedException=\
    Error: Interface class not found. [ {0} ]

com.sun.enterprise.tools.verifier.tests.ejb.elements.UncheckedMethodsExist.assertion=\
    Methods used in <unchecked> must be methods defined in the enterprise bean's component and/or home interface.
com.sun.enterprise.tools.verifier.tests.ejb.elements.UncheckedMethodsExist.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #21.3.2
com.sun.enterprise.tools.verifier.tests.ejb.elements.UncheckedMethodsExist.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #16.3.2
com.sun.enterprise.tools.verifier.tests.ejb.elements.UncheckedMethodsExist.passed=\
    Valid unchecked method(s) found.
com.sun.enterprise.tools.verifier.tests.ejb.elements.UncheckedMethodsExist.failed=\
    Error: Method name [ {0} ] not defined in {1} interface.
com.sun.enterprise.tools.verifier.tests.ejb.elements.UncheckedMethodsExist.failedException=\
    Error: Interface class not found. [ {0} ]
    

com.sun.enterprise.tools.verifier.tests.ejb.entity.pksinglefield.PrimekeyFieldPersistentFields.assertion=\
    Primary key field declared in the persistence fields.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pksinglefield.PrimekeyFieldPersistentFields.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #23.5*  
com.sun.enterprise.tools.verifier.tests.ejb.entity.pksinglefield.PrimekeyFieldPersistentFields.passed=\
    Primary key field [ {0} ] is defined within set of container-managed fields for bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.pksinglefield.PrimekeyFieldPersistentFields.failed=\
    Error: Primary key field [ {0} ] is not defined within set of container-managed fields for bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.pksinglefield.PrimekeyFieldPersistentFields.failed1=\
    Error: Primary key field is not defined within set of container-managed fields for bean [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.pksinglefield.PrimekeyFieldPersistentFields.failed2=\
    Error: Primary key field must be defined for bean [ {0} ] with primary key class set to [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.pksinglefield.PrimekeyFieldPersistentFields.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pksinglefield.PrimekeyFieldPersistentFields.notApplicable1=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pksinglefield.PrimekeyFieldPersistentFields.notApplicable2=\
    Primary key field not defined for [ {0} ] bean.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pksinglefield.PrimekeyFieldPersistentFields.notApplicable3=\
    Primary key [ {0} ] is not java.lang.String for bean [ {1} ].


com.sun.enterprise.tools.verifier.tests.ejb.entity.pksinglefield.PrimekeyFieldPrimaryKeyType.failedException=\
Error: EJB class [ {0} ] does not exist or is not loadable within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.pksinglefield.PrimekeyFieldPrimaryKeyType.assertion=\
    Primary key field type must be the same as the primary key type.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pksinglefield.PrimekeyFieldPrimaryKeyType.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #23.5*  
com.sun.enterprise.tools.verifier.tests.ejb.entity.pksinglefield.PrimekeyFieldPrimaryKeyType.passed=\
    The type of the primary key field [ {0} ] is the same as the primary key type [ {1} ] for bean [ {2} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.pksinglefield.PrimekeyFieldPrimaryKeyType.failed=\
    Error: The type of the primary key field [ {0} ] is not the same as the primary key type [ {1} ] for bean [ {2} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.pksinglefield.PrimekeyFieldPrimaryKeyType.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pksinglefield.PrimekeyFieldPrimaryKeyType.notApplicable1=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pksinglefield.PrimekeyFieldPrimaryKeyType.notApplicable2=\
    Primary key field not defined for [ {0} ] bean.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pksinglefield.PrimekeyFieldPrimaryKeyType.notApplicable3=\
    Primary key field not defined within [ {0} ] bean.


com.sun.enterprise.tools.verifier.tests.ejb.entity.ReEntrantElement.assertion=\
    Reentrant type.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ReEntrantElement.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #23.5  
com.sun.enterprise.tools.verifier.tests.ejb.entity.ReEntrantElement.passed=\
    reEntrant [ {0} ] is valid within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ReEntrantElement.failed=\
    Error: reEntrant [ {0} ] is not valid within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ReEntrantElement.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.


com.sun.enterprise.tools.verifier.tests.ejb.RoleNameNMTOKEN.assertion=\
    Role name conforms to lexical rules of NMTOKEN.
com.sun.enterprise.tools.verifier.tests.ejb.RoleNameNMTOKEN.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #23.5  
com.sun.enterprise.tools.verifier.tests.ejb.RoleNameNMTOKEN.passed=\
    Role name [ {0} ] conforms to the lexical rules of NMTOKEN within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.RoleNameNMTOKEN.failed=\
    Error: Role name [ {0} ] does not conform to the lexical rules of NMTOKEN within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.RoleNameNMTOKEN.notApplicable=\
    No permissioned roles defined for this bean [ {0} ].


com.sun.enterprise.tools.verifier.tests.ejb.JarContainsXMLFile.assertion=\
    JAR file contains the XML-based deployment descriptor.
com.sun.enterprise.tools.verifier.tests.ejb.JarContainsXMLFile.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #24.2  
com.sun.enterprise.tools.verifier.tests.ejb.JarContainsXMLFile.passed=\
    Found deployment descriptor XML file [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.JarContainsXMLFile.failed=\
    Error: No deployment descriptor XML file found, looking for [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.JarContainsXMLFile.failedException=\
    Error: File not found trying to read deployment descriptor file [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.JarContainsXMLFile.failedException1=\
    Error: I/O Error trying to read deployment descriptor file [ {0} ].


com.sun.enterprise.tools.verifier.tests.ejb.JarFileContainsProperEJBClasses.assertion=\
    JAR file contains implementation class for enterprise bean.
com.sun.enterprise.tools.verifier.tests.ejb.JarFileContainsProperEJBClasses.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #24.3  
com.sun.enterprise.tools.verifier.tests.ejb.JarFileContainsProperEJBClasses.passed=\
    Bean class [ {0} ] exists and its supporting classes exist.
com.sun.enterprise.tools.verifier.tests.ejb.JarFileContainsProperEJBClasses.failedException=\
    Error: Could not instantiate [ {0} ] within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.JarFileContainsProperEJBClasses.failedException1=\
    Error: Illegal Access while trying to instantiate [ {0} ] within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.JarFileContainsProperEJBClasses.failedException2=\
    Error: Cannot find class [ {0} ] within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.JarFileContainsProperEJBClasses.notApplicable=\
    Not Applicable: [ {0} ] class encountered [ {1} ]. Cannot create instance of class [ {2} ] because [ {3} ] is not accessible within [ {4} ].


com.sun.enterprise.tools.verifier.tests.ejb.session.stateless.StatelessCreateNoArgs.assertion=\
    A stateless session bean must define exactly one create() method with no arguments.
com.sun.enterprise.tools.verifier.tests.ejb.session.stateless.StatelessCreateNoArgs.specMappingInfo_2.1=\
	EJB 2.1 Specification Section #7.8, #7.11.6
com.sun.enterprise.tools.verifier.tests.ejb.session.stateless.StatelessCreateNoArgs.specMappingInfo_3.0=\
	EJB 3.0 Specification Section #4.6.8, #4.5
com.sun.enterprise.tools.verifier.tests.ejb.session.stateless.StatelessCreateNoArgs.passed=\
    The bean's Home Interface properly defines one create Method with no args
com.sun.enterprise.tools.verifier.tests.ejb.session.stateless.StatelessCreateNoArgs.failed=\
    Error: The create method has one or more parameters within bean [ {0} ].  Stateless session beans are only allowed to have create methods with no parameters.
com.sun.enterprise.tools.verifier.tests.ejb.session.stateless.StatelessCreateNoArgs.failed1=\
    Error: No create method exists within bean [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.stateless.StatelessCreateNoArgs.failedException=\
    Error: Class [ {0} ] not found within bean [ {1} ].

com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionTypeNullForContainerTX.assertion=\
    Session bean with bean-managed transaction demarcation.
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionTypeNullForContainerTX.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #7.3.6, #23.2, #22.3  
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionTypeNullForContainerTX.passed=\
    This session bean [ {0} ] is [ {1} ] managed and correctly declares no container transactions.
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionTypeNullForContainerTX.failed=\
    Error: Session beans [ {0} ] with [ {1} ] managed transaction demarcation should not have container transactions defined.
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionTypeNullForContainerTX.notApplicable1=\
    Session bean [ {0} ], expected [ {1} ] managed, but called with [ {2} ] managed.
com.sun.enterprise.tools.verifier.tests.ejb.session.TransactionTypeNullForContainerTX.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.


com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassConstructor.assertion=\
    Enterprise beans must have a public constructor method with no parameters.
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassConstructor.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #10.7.2, #7.11.2, #12.2.2
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassConstructor.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6.2
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassConstructor.passed=\
    Valid: This bean [ {0} ] has a public constructor method with no parameters.  Enterprise beans must have a public constructor method with no parameters.
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassConstructor.failed=\
    Error: There is no parameterless public constructor method defined within bean [ {0} ].  Enterprise beans must have a public constructor method with no parameters.
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassConstructor.failedException=\
    Error: [ {0} ] class not found.

com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassFinalizeMethod.assertion=\
    Bean class must not define the finalize method.
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassFinalizeMethod.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #10.7.2, #7.11.2, #12.2.2
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassFinalizeMethod.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6.2
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassFinalizeMethod.passed=\
    Valid: This bean class [ {0} ] does not define the finalize method.
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassFinalizeMethod.failed=\
    Error: The bean class [ {0} ] must not define the finalize method.

com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassModifiersPublic.assertion=\
    Bean class must be declared as public.
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassModifiersPublic.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #10.7.2, #7.11.2, #12.2.2
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassModifiersPublic.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6.2
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassModifiersPublic.passed=\
    [ {0} ] properly declares public class modifier.
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassModifiersPublic.failed=\
    Error: Bean class [ {0} ] was found, but was not declared as public.  The class [ {1} ] must be defined as public.
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassModifiersPublic.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassModifiersPublic.notApplicable=\
    {0} expected {1} bean or {2} bean, but called with {3}.



com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassModifiersFinal.assertion=\
    Bean class must not be declared as final.
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassModifiersFinal.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #10.7.2, #7.11.2, #12.2.2  
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassModifiersFinal.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6.2
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassModifiersFinal.passed=\
    [ {0} ] properly declares non-final class modifier.
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassModifiersFinal.failed=\
    Error: Bean class [ {0} ] was found, but was declared as final.  The class [ {1} ] must not be declared as final.
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassModifiersFinal.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassModifiersFinal.notApplicable=\
    {0} expected {1} bean or {2} bean, but called with {3}.


com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassModifiersAbstract.assertion=\
    The Bean class must not be declared as abstract.
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassModifiersAbstract.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #10.7.2, #7.11.2, #12.2.2  
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassModifiersAbstract.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6.2*
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassModifiersAbstract.passed=\
    [ {0} ] properly declares non-abstract class modifier.
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassModifiersAbstract.passed2=\
    [ {0} ] properly declares abstract class modifier.
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassModifiersAbstract.failed=\
    Error: Bean class [ {0} ] was found, but was declared as abstract.  The class [ {1} ] must not be declared as abstract.
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassModifiersAbstract.failed2=\
    Error: CMP 2.0 Entity Bean Class [ {0} ] was found, but was declared as non abstract.  The class  [ {1} ] must be abstract.
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassModifiersAbstract.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.beanclass.EjbClassModifiersAbstract.notApplicable=\
    {0} expected {1} bean or {2} bean, but called with {3}.


com.sun.enterprise.tools.verifier.tests.ejb.entity.EjbClassImplementsComponentInterface.assertion=\
    Bean class optionally implements the enterprise bean's remote/local interface.
com.sun.enterprise.tools.verifier.tests.ejb.entity.EjbClassImplementsComponentInterface.specMappingInfo_2.1=\
	EJB 2.1 Specification Section #8.2.1
com.sun.enterprise.tools.verifier.tests.ejb.entity.EjbClassImplementsComponentInterface.specMappingInfo_3.0=\
    EJB 3.0 Specification Section #4.6.6
com.sun.enterprise.tools.verifier.tests.ejb.entity.EjbClassImplementsComponentInterface.warning=\
    Warning: [ {0} ] class implements the enterprise bean''s remote/local interface [ {1} ].  It is recommended that the enterprise bean class not implement the remote/local interface to prevent inadvertent passing of this as a method argument or result. The class must provide no-op implementations of the methods defined in the javax.ejb.EJBObject/javax.ejb.EJBLocalObject interface.
com.sun.enterprise.tools.verifier.tests.ejb.entity.EjbClassImplementsComponentInterface.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.EjbClassImplementsComponentInterface.passed=\
    Bean class does not implement the enterprise Bean's component interface
com.sun.enterprise.tools.verifier.tests.ejb.entity.EjbClassImplementsComponentInterface.debug1=\
    Interface [ {0} ].


com.sun.enterprise.tools.verifier.tests.ejb.entity.EntityBeanInterface.assertion=\
    Implements the EntityBean interface. 
com.sun.enterprise.tools.verifier.tests.ejb.entity.EntityBeanInterface.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #4.2.2 4  
com.sun.enterprise.tools.verifier.tests.ejb.entity.EntityBeanInterface.passed=\
    [ {0} ] properly implements the EntityBean interface.  
com.sun.enterprise.tools.verifier.tests.ejb.entity.EntityBeanInterface.failed=\
    Error: [ {0} ] does not properly implement the EntityBean interface.  All entity beans must implement the EntityBean interface.  [ {1} ] is not a valid bean.
com.sun.enterprise.tools.verifier.tests.ejb.entity.EntityBeanInterface.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.EntityBeanInterface.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.
com.sun.enterprise.tools.verifier.tests.ejb.entity.EntityBeanInterface.debug1=\
    Interface [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.EntityBeanExtendsSerializableClass.failed1=\
Error: [ {0} ] extends class [ {1} ], which is not serializable.
com.sun.enterprise.tools.verifier.tests.ejb.entity.EntityBeanExtendsSerializableClass.passed1=\
Bean [ {0} ] extends class [ {1} ], which is serializable.
com.sun.enterprise.tools.verifier.tests.ejb.entity.EntityBeanExtendsSerializableClass.failed=\
Error: [ {0} ] implements interface [ {1} ], which is not serializable. 
com.sun.enterprise.tools.verifier.tests.ejb.entity.EntityBeanExtendsSerializableClass.passed=\
Bean [ {0} ] implements interfaces that are all serializable.
com.sun.enterprise.tools.verifier.tests.ejb.entity.EntityBeanExtendsSerializableClass.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.EntityBeanExtendsSerializableClass.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.
com.sun.enterprise.tools.verifier.tests.ejb.entity.EntityBeanExtendsSerializableClass.debug1=\
    Interface [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.EntityBeanExtendsSerializableClass.assertion=\
    EJB class extends/implements superclass/interfaces that are serializable.
com.sun.enterprise.tools.verifier.tests.ejb.entity.EntityBeanExtendsSerializableClass.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #8.7*  


com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodNameCmp.assertion=\
    ejbFind[METHOD] methods must not be defined for container-managed entity beans.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodNameCmp.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #14.1.6*, #9.7.2*  
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodNameCmp.debug1=\
    For enterprise bean class [ {0} ] finder method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodNameCmp.passed=\
    [ {0} ] does not declare any ejbFind[METHOD](...) methods.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodNameCmp.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodNameCmp.failed=\
    Error: An improperly named [ {0} ] method was found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodNameCmp.failedException=\
    Error: EJB class [ {1} ] does not exist or is not loadable.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodNameCmp.notApplicable1=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodNameCmp.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.


com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodName.assertion=\
    ejbFind[METHOD] methods name.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodName.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.7.3*  
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodName.debug1=\
    For enterprise bean class [ {0} ] finder method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodName.passed=\
    A properly named [ {0} ] method was found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodName.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodName.notApplicable1=\
    [ {0} ] does not declare any ejbFind[METHOD](...) methods.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodName.failedException=\
    Error: enterprise bean class [ {1} ] does not exist or is not loadable.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodName.notApplicable2=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodName.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.



com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodPublic.assertion=\
    Public ejbFind[METHOD] methods.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodPublic.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.7.3*  
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodPublic.debug1=\
    For enterprise bean class [ {0} ] finder method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodPublic.passed=\
    A public [ {0} ] method was found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodPublic.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodPublic.failed=\
    Error: An [ {0} ] method was found, but was not public.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodPublic.notApplicable1=\
    [ {0} ] does not declare any ejbFind[METHOD](...) methods.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodPublic.failedException=\
    Error: enterprise bean class [ {1} ] does not exist or is not loadable.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodPublic.notApplicable2=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodPublic.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.


com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodStatic.assertion=\
    Non-static ejbFind[METHOD] methods.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodStatic.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #12.2.5  
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodStatic.debug1=\
    For enterprise bean class [ {0} ] finder method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodStatic.passed=\
    A non-static [ {0} ] method was found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodStatic.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodStatic.notApplicable1=\
    [ {0} ] does not declare any ejbFind[METHOD](...) methods.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodStatic.failed=\
    Error: A static [ {0} ] method was found, but [ {1} ] cannot be declared as static.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodStatic.failedException=\
    Error: enterprise bean class [ {1} ] does not exist or is not loadable.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodStatic.notApplicable2=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodStatic.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.


com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodFinal.assertion=\
    Non-final ejbFind[METHOD] methods.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodFinal.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #12.2.5  
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodFinal.debug1=\
    For enterprise bean class [ {0} ] finder method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodFinal.passed=\
    A non-final [ {0} ] method was found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodFinal.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodFinal.notApplicable1=\
    [ {0} ] does not declare any ejbFind[METHOD](...) methods.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodFinal.failed=\
    Error: A final [ {0} ] method was found, but [ {1} ] cannot be declared as final.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodFinal.failedException=\
    Error: enterprise bean class [ {1} ] does not exist or is not loadable.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodFinal.notApplicable2=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodFinal.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.


com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodReturn.assertion=\
    ejbFind[METHOD] method returns primary key type or collection thereof.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodReturn.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.7.3, #12.2.5  
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodReturn.debug1=\
    For enterprise bean class [ {0} ] finder method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodReturn.passed=\
    An [ {0} ] method was found, with valid return type.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodReturn.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodReturn.notApplicable1=\
    [ {0} ] does not declare any ejbFind[METHOD](...) methods.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodReturn.failed=\
    Error: An [ {0} ] method was found, but [ {1} ] return type must be the enterprise bean''s primary key type or a collection thereof.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodReturn.failedException=\
    Error: enterprise bean class [ {1} ] does not exist or is not loadable.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodReturn.notApplicable2=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodReturn.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodReturn.warning=\
    Warning: An [ {0} ] method was found, but [ {1} ] method has [ {2} ] return type. Deployment descriptor primary key type is [ {3} ]. Definition of the primary key type is deferred to deployment time.

com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodArgs.assertion=\
    ejbFind[METHOD] method arguments must be valid types for RMI-IIOP.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodArgs.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.7.3, #12.2.5  
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodArgs.debug1=\
    For enterprise bean class [ {0} ] finder method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodArgs.passed=\
    An [ {0} ] method was found, with valid method argument types for RMI-IIOP.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodArgs.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodArgs.notApplicable1=\
    [ {0} ] does not declare any ejbFind[METHOD](...) methods.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodArgs.failed=\
    Error: An [ {0} ] method was found, but [ {1} ] method has invalid parameter values.  [ {2} ] method argument types must be valid types for RMI-IIOP.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodArgs.failedException=\
    Error: enterprise bean class [ {1} ] does not exist or is not loadable.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodArgs.notApplicable2=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodArgs.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.


com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodException.assertion=\
    ejbFind[METHOD] methods do not throw java.rmi.RemoteException. 
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodException.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #12.2.5  
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodException.debug1=\
    For enterprise bean class [ {0} ] finder method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodException.passed=\
    [ {0} ] declares [ {1} ] method, which properly does not throw java.rmi.RemoteException, but throws FinderException.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodException.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodException.notApplicable1=\
    [ {0} ] does not declare any ejbFind[METHOD](...) methods.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodException.warning=\
   WARNING: Compatibility Note:  An [ {0} ] method was found, but EJB 1.0 allowed the ejbFind[METHOD] method to throw a java.rmi.RemoteException to indicate a non-application exception. This practice is deprecated in EJB 1.1 -- an EJB 1.1 or EJB 2.0 compliant enterprise bean should throw the javax.ejb.EJB Exception or another RuntimeException to indicate non-application exceptions to the Container. An EJB 2.0 compliant bean should not throw java.rmi.RemoteException from its ejbCreate method.

com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodException.error=\
    Error: Compatibility Note:  An [ {0} ] method was found, but EJB 1.0 allowed the ejbFind[METHOD] method to throw a java.rmi.RemoteException to indicate a non-application exception. This practice is deprecated in EJB 1.1 -- an EJB 2.0 compliant enterprise bean must throw the javax.ejb.EJBException or another RuntimeException to indicate non-application exceptions to the Container. An EJB 1.1 compliant bean should not throw java.rmi.RemoteException from its ejbCreate method.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodException.failedException=\
    Error: enterprise bean class [ {1} ] does not exist or is not loadable.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodException.notApplicable2=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodException.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodException.error1=\
Error: ejbFind[Method] [ {0} ] does not throw FinderException.

com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodObjectNotFoundException.assertion=\
    Multi-object ejbFind[METHOD] methods must not throw javax.ejb.ObjectNotFoundException. 
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodObjectNotFoundException.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #12.1.8.2, #10.5.6.2  
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodObjectNotFoundException.debug1=\
    For enterprise bean class [ {0} ] finder method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodObjectNotFoundException.passed=\
    An [ {0} ] method was found with valid exception types declared in throws clause.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodObjectNotFoundException.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodObjectNotFoundException.failed=\
    Error: An [ {0} ] method was found, but [ {1} ] throws ObjectNotFoundException.  Multi-object finder methods must not throw this exception.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodObjectNotFoundException.failedException=\
    Error: enterprise bean class [ {1} ] does not exist or is not loadable.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodObjectNotFoundException.notApplicable1=\
    [ {0} ] does not declare any ejbFind[METHOD](...) methods.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodObjectNotFoundException.notApplicable2=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindermethod.EjbFinderMethodObjectNotFoundException.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.



com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyName.assertion=\
    Defines ejbFindByPrimaryKey method.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyName.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #12.2.5  
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyName.debug1=\
    For enterprise bean class [ {0} ] finder method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyName.debug3=\
    For enterprise bean class [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyName.passed=\
    An [ {0} ] method was found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyName.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyName.failed=\
    Error: No ejbFindByPrimaryKey method was found in bean class.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyName.failed1=\
    Error:  ejbFindByPrimaryKey method was found for CMP bean class.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyName.failedException=\
    Error: enterprise bean class [ {1} ] does not exist or is not loadable.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyName.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyName.notApplicable2=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.



com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyPublic.assertion=\
    Defines public ejbFindByPrimaryKey method.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyPublic.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #12.2.5  
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyPublic.debug1=\
    For enterprise bean class [ {0} ] finder method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyPublic.debug3=\
    For enterprise bean class [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyPublic.passed=\
    The public [ {0} ] method was found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyPublic.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyPublic.failed=\
    Error: An [ {0} ] method was found, but was not public.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyPublic.failed1=\
    Error: No ejbFindByPrimaryKey method was found in bean class.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyPublic.failedException=\
    Error: enterprise bean class [ {1} ] does not exist or is not loadable.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyPublic.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyPublic.notApplicable2=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.


com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyStatic.assertion=\
    Defines non-static ejbFindByPrimaryKey method
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyStatic.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #12.2.5, #10.7.3  
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyStatic.debug1=\
    For enterprise bean class [ {0} ] finder method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyStatic.debug3=\
    For enterprise bean class [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyStatic.passed=\
    The non-static [ {0} ] method was found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyStatic.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyStatic.failed=\
    Error: A static [ {0} ] method was found, but [ {1} ] cannot be declared as static.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyStatic.failed1=\
    Error: No ejbFindByPrimaryKey method was found in bean class.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyStatic.failedException=\
    Error: enterprise bean class [ {0} ] does not exist or is not loadable.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyStatic.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyStatic.notApplicable2=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.


com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyFinal.assertion=\
    Defines non-final ejbFindByPrimaryKey method.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyFinal.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #12.2.5, #10.7.3  
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyFinal.debug1=\
    For enterprise bean class [ {0} ] finder method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyFinal.debug3=\
    For enterprise bean class [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyFinal.passed=\
    The non-final [ {0} ] method was found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyFinal.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyFinal.failed=\
    Error: A final [ {0} ] method was found, but [ {1} ] cannot be declared as final.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyFinal.failed1=\
    Error: No ejbFindByPrimaryKey method was found in bean class.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyFinal.failedException=\
    Error: enterprise bean class [ {1} ] does not exist or is not loadable.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyFinal.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyFinal.notApplicable2=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.


com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyReturn.assertion=\
    Defines ejbFindByPrimaryKey method with valid return type.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyReturn.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.7.3, #12.2.5, #12.1.8.1  
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyReturn.debug1=\
    For enterprise bean class [ {0} ] finder method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyReturn.debug3=\
    For enterprise bean class [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyReturn.passed=\
    An [ {0} ] method with valid return type was found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyReturn.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyReturn.failed=\
    Error: A [ {0} ] method was found, but [ {1} ] return type must be the enterprise bean''s primary key type.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyReturn.failed1=\
    Error: No ejbFindByPrimaryKey method was found in bean class.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyReturn.failedException=\
    Error: enterprise bean class [ {1} ] does not exist or is not loadable.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyReturn.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyReturn.notApplicable2=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.


com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyArgs.assertion=\
    Defines ejbFindByPrimaryKey method with valid RMI-IIOP arguments.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyArgs.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #12.2.5, #10.7.3  
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyArgs.debug1=\
    For enterprise bean class [ {0} ] finder method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyArgs.debug3=\
    For enterprise bean class [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyArgs.passed=\
    An [ {0} ] method with valid RMI-IIOP argument types was found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyArgs.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyArgs.failed=\
    Error: An [ {0} ] method was found, but [ {1} ] method has invalid parameter values. [ {2} ] method argument types must be valid types for RMI-IIOP.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyArgs.failed1=\
    Error: No ejbFindByPrimaryKey method was found in bean class.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyArgs.failedException=\
    Error: enterprise bean class [ {1} ] does not exist or is not loadable.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyArgs.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyArgs.notApplicable2=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.



com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyException.assertion=\
    Defines ejbFindByPrimaryKey method which properly does not throw java.rmi.RemoteException.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyException.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #12.2.5  
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyException.debug1=\
    For enterprise bean class [ {0} ] finder method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyException.debug3=\
    For enterprise bean class [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyException.passed=\
    [ {0} ] declares [ {1} ] method, which properly does not throw java.rmi.RemoteException.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyException.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyException.failed=\
    Error: No ejbFindByPrimaryKey method was found in bean class.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyException.warning=\
    Error: Compatibility Note:  An [ {0} ] method was found, but EJB 1.0 allowed the ejbFindByPrimary method to throw the java.rmi.RemoteException to indicate a non-application exception. This practice is deprecated in EJB 1.1 -- an EJB 1.1 compliant enterprise bean should throw the javax.ejb.EJBException or another RuntimeException to indicate non-application exceptions to the Container.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyException.failedException=\
    Error: enterprise bean class [ {1} ] does not exist or is not loadable.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyException.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbfindbyprimarykey.EjbFindByPrimaryKeyException.notApplicable2=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.


com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodName.assertion=\
    Each entity bean may have zero or more ejbCreate methods. 
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodName.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.6.4, #10.6.2  
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodName.debug1=\
    For enterprise bean class [ {0} ] method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodName.passed=\
    [ {0} ] properly declares [ {1} ] method.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodName.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodName.notApplicable1=\
    [ {0} ] does not declare any ejbCreate(...) methods. 
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodName.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodName.failedException1=\
Error: no create{0} method found corresponding to ejbCreate{1} method.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodName.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.



com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodPublic.assertion=\
    Each entity bean may have zero or more public ejbCreate methods. 
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodPublic.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.6.4  
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodPublic.debug1=\
    For enterprise bean class [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodPublic.passed=\
    [ {0} ] properly declares public ejbCreate[METHOD] method.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodPublic.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodPublic.failed=\
    Error: An [ {0} ] method was found, but was not public.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodPublic.notApplicable1=\
    [ {0} ] does not declare any ejbCreate(...) methods. 
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodPublic.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodPublic.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.



com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodFinal.assertion=\
    Each entity bean may have zero or more non-final ejbCreate methods. 
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodFinal.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.6.4  
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodFinal.debug1=\
    For enterprise bean class [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodFinal.passed=\
    [ {0} ] properly declares non-final ejbCreate[METHOD] method.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodFinal.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodFinal.failed=\
    Error: A final [ {0} ] method was found, but [ {1} ] cannot be declared as final.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodFinal.notApplicable1=\
    [ {0} ] does not declare any ejbCreate(...) methods. 
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodFinal.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodFinal.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.



com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodStatic.assertion=\
    Each entity bean may have zero or more non-static ejbCreate methods. 
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodStatic.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.6.4  
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodStatic.debug1=\
    For enterprise bean class [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodStatic.passed=\
    [ {0} ] properly declares non-static ejbCreate[METHOD] method.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodStatic.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodStatic.failed=\
    Error: A static [ {0} ] method was found, but [ {1} ] cannot be declared as static.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodStatic.notApplicable1=\
    [ {0} ] does not declare any ejbCreate(...) methods. 
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodStatic.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodStatic.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.



com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodReturn.assertion=\
    Each entity bean may have zero or more ejbCreate methods which return primary key type. 
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodReturn.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.6.4  
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodReturn.debug1=\
    For enterprise bean class [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodReturn.passed=\
    [ {0} ] properly declares ejbCreate[METHOD] method to return primary key type [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodReturn.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodReturn.failed=\
    Error: An [ {0} ] method was found, but the [ {1} ] method has illegal return value.   [ {2} ] methods must return primary key type [ {3} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodReturn.warning=\
    Warning: An [ {0} ] method was found, but [ {1} ] method has [ {2} ] return type. Deployment descriptor primary key type is [ {3} ]. Definition of the primary key type is deferred to deployment time.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodReturn.notApplicable0=\
    [ {0} ] does not declare any ejbCreate(...) methods. 
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodReturn.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodReturn.notApplicable1=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodReturn.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.


com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodArgs.assertion=\
    Each entity bean may have zero or more ejbCreate methods with arguments that are valid types for RMI-IIOP. 
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodArgs.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.6.4  
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodArgs.debug1=\
    For enterprise bean class [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodArgs.passed=\
    [ {0} ] properly declares ejbCreate[METHOD] method with arguments that are legal types for RMI-IIOP.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodArgs.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodArgs.failed=\
    Error: An [ {0} ] method was found, but the [ {1} ] method has invalid parameter values. [ {2} ] method argument types must be valid types for RMI-IIOP.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodArgs.notApplicable1=\
    [ {0} ] does not declare any ejbCreate(...) methods. 
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodArgs.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodArgs.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.



com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodExceptions.assertion=\
    Each entity bean may have zero or more ejbCreate methods which properly do not throw java.rmi.RemoteException. 
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodExceptions.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.6.4  
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodExceptions.debug1=\
    For enterprise bean class [ {0} ] method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodExceptions.passed=\
    [ {0} ] properly declares [ {1} ] method, which does not throw java.rmi.RemoteException.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodExceptions.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodExceptions.notApplicable1=\
    [ {0} ] does not declare any ejbCreate(...) methods. 
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodExceptions.warning=\
    Error: Compatibility Note:  An [ {0} ] method was found, but EJB 1.0 allowed the ejbCreate method to throw the java.rmi.RemoteException to indicate a non-application exception. This practice is deprecated in EJB 1.1 -- an EJB 1.1 compliant enterprise bean should throw the javax.ejb.EJBException or another RuntimeException to indicate non-application exceptions to the Container.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodExceptions.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMethodExceptions.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.


com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodName.assertion=\
    Each entity bean may have zero or more ejbPostCreate methods. 
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodName.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.6.5  
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodName.debug1=\
    For enterprise bean class [ {0} ] method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodName.passed=\
    [ {0} ] declares [ {1} ] method.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodName.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodName.notApplicable1=\
    [ {0} ] does not declare any ejbPostCreate(...) methods. 
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodName.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodName.failedException1=\
Error: ejbPostCreate[METHOD] method corresponding to the ejbCreate[METHOD] method does not exist.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodName.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.



com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodPublic.assertion=\
    Each entity bean may have zero or more public ejbPostCreate methods. 
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodPublic.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.6.5  
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodPublic.debug1=\
    For enterprise bean class [ {0} ] method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodPublic.passed=\
    [ {0} ] properly declares public [ {1} ] method.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodPublic.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodPublic.failed=\
    Error: An [ {0} ]  method was found, but was not public.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodPublic.notApplicable1=\
    [ {0} ] does not declare any ejbPostCreate(...) methods. 
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodPublic.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodPublic.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.



com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodStatic.assertion=\
    Each entity bean may have zero or more non-static ejbPostCreate methods.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodStatic.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.6.5  
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodStatic.debug1=\
    For enterprise bean class [ {0} ] method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodStatic.passed=\
    [ {0} ] properly declares non-static [ {1} ] method.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodStatic.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodStatic.failed=\
    Error: A static [ {0} ]  method was found, but [ {1} ] cannot be declared as static.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodStatic.notApplicable1=\
    [ {0} ] does not declare any ejbPostCreate(...) methods. 
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodStatic.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodStatic.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.


com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodFinal.assertion=\
    Each entity bean may have zero or more non-final ejbPostCreate methods. 
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodFinal.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.6.5  
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodFinal.debug1=\
    For enterprise bean class [ {0} ] method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodFinal.passed=\
    [ {0} ] declares non-final [ {1} ] method.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodFinal.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodFinal.failed=\
    Error: A final [ {0} ] method was found, but [ {1} ] cannot be declared as final.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodFinal.notApplicable1=\
    [ {0} ] does not declare any ejbPostCreate(...) methods. 
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodFinal.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodFinal.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.



com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodReturn.assertion=\
    Each entity bean may have zero or more ejbPostCreate methods that return void. 
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodReturn.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.6.5  
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodReturn.debug1=\
    For enterprise bean class [ {0} ] method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodReturn.passed=\
    [ {0} ] properly declares [ {1} ] method that returns void.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodReturn.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodReturn.failed=\
    Error: An [ {0} ] method was found, but [ {1} ] method has illegal return value. [ {2} ] methods must return void type.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodReturn.notApplicable1=\
    [ {0} ] does not declare any ejbPostCreate(...) methods. 
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodReturn.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodReturn.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.



com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodArgs.assertion=\
    For each ejbCreate(...) method in an entity bean there must be a matching ejbPostCreate method.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodArgs.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.6.5  
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodArgs.debug1=\
    For enterprise bean class [ {0} ] method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodArgs.passed=\
    [ {0} ] declares [ {1} ] method with parameters that match corresponding [ {2} ] method.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodArgs.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodArgs.failed=\
    Error: An [ {0} ] method was found, but [ {1} ] method parameters did not match any corresponding [ {2} ] method parameters.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodArgs.notApplicable1=\
    [ {0} ] does not declare any ejbPostCreate(...) methods. 
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodArgs.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodArgs.failedException1=\
Error: ejbPostCreate[METHOD] method corresponding to the ejbCreate[METHOD] method does not exist.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodArgs.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.


com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodException.assertion=\
    Each entity bean may have zero or more ejbPostCreate methods that properly do not throw java.rmi.RemoteException.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodException.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.6.5  
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodException.debug1=\
    For enterprise bean class [ {0} ] method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodException.passed=\
    [ {0} ] declares [ {1} ] method that properly does not throw java.rmi.RemoteException.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodException.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodException.notApplicable1=\
    [ {0} ] does not declare any ejbPostCreate(...) methods. 
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodException.warning=\
    Error: Compatibility Note:  An [ {0} ] method was found, but EJB 1.0 allowed the ejbPostCreate method to throw the java.rmi.RemoteException to indicate a non-application exception. This practice is deprecated in EJB 1.1 -- an EJB 1.1 compliant enterprise bean should throw a javax.ejb.EJBException or another RuntimeException to indicate non-application exceptions to the Container.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodException.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjbPostCreateMethodException.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.


com.sun.enterprise.tools.verifier.tests.ejb.session.SessionBeanInterface.assertion=\
    Implements the SessionBean interface.
com.sun.enterprise.tools.verifier.tests.ejb.session.SessionBeanInterface.specMappingInfo_2.1=\
	EJB 2.1 Specification Section #7.5.1
com.sun.enterprise.tools.verifier.tests.ejb.session.SessionBeanInterface.passed=\
    [ {0} ] properly implements the SessionBean interface.  
com.sun.enterprise.tools.verifier.tests.ejb.session.SessionBeanInterface.failed=\
    Error: [ {0} ] does not properly implement the SessionBean interface.  All session beans must implement the SessionBean interface.  [ {1} ] is not a valid bean.
com.sun.enterprise.tools.verifier.tests.ejb.session.SessionBeanInterface.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.session.SessionBeanInterface.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.
com.sun.enterprise.tools.verifier.tests.ejb.session.SessionBeanInterface.debug1=\
    Interface [ {0} ].

com.sun.enterprise.tools.verifier.tests.ejb.session.SessionSynchronizationInterface.assertion=\
    Only a stateful session bean with container-managed transaction demarcation may implement the SessionSynchronization interface. A stateless session bean must not implement the Session-Synchronization interface.
com.sun.enterprise.tools.verifier.tests.ejb.session.SessionSynchronizationInterface.specMappingInfo_2.1=\
	EJB 2.1 Specification Section #7.5.4
com.sun.enterprise.tools.verifier.tests.ejb.session.SessionSynchronizationInterface.specMappingInfo_3.0=\
    EJB 3.0 Specification Section #4.3.7
com.sun.enterprise.tools.verifier.tests.ejb.session.SessionSynchronizationInterface.passed=\
    The required interface is properly implemented
com.sun.enterprise.tools.verifier.tests.ejb.session.SessionSynchronizationInterface.failed=\
    Error: [ {0} ] does not properly implement the SessionSynchronization interface.  SessionSynchronization interface must not be implemented by a stateless session bean. [ {1} ] is not a valid bean.
com.sun.enterprise.tools.verifier.tests.ejb.session.SessionSynchronizationInterface.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.session.SessionSynchronizationInterface.debug1=\
    Interface [ {0} ].

com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodName.assertion=\
    Each session bean must have at least one ejbCreate method. 
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodName.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #7.11.3  
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodName.debug1=\
    For enterprise bean class [ {0} ] method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodName.passed=\
    [ {0} ] properly declares [ {1} ] method.
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodName.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodName.failed=\
    Error: [ {0} ] does not properly declare at least one ejbCreate(...) method.  [ {1} ] is not a valid bean.
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodName.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodName.failedException1=\
Error: no ejbCreate[METHOD] method for corresponding create[METHOD] method found.
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodName.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.


com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodPublic.assertion=\
    Each session bean must have at least one public ejbCreate method. 
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodPublic.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #7.11.3  
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodPublic.debug1=\
    For enterprise bean class [ {0} ] method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodPublic.passed=\
    [ {0} ] properly declares public [ {1} ] method.
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodPublic.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodPublic.failed=\
    Error: An [ {0} ] method was found, but was not public.
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodPublic.failed1=\
    Error: [ {0} ] does not properly declare at least one ejbCreate(...) method.  [ {1} ] is not a valid bean.
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodPublic.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodPublic.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.


com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodFinal.assertion=\
    Each session bean must have at least one non-final ejbCreate method. 
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodFinal.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #7.11.3  
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodFinal.debug1=\
    For enterprise bean class [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodFinal.passed=\
    [ {0} ] properly declares non-final ejbCreate[METHOD] method.
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodFinal.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodFinal.failed=\
    Error: A final [ {0} ] method was found, but [ {1} ] cannot be declared as final.
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodFinal.failed1=\
    Error: [ {0} ] does not properly declare at least one ejbCreate(...) method.  [ {1} ] is not a valid bean.
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodFinal.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodFinal.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.


com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodStatic.assertion=\
    Each session bean must have at least one non-static ejbCreate method. 
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodStatic.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #7.11.3  
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodStatic.debug1=\
    For enterprise bean class [ {0} ] method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodStatic.passed=\
    [ {0} ] properly declares non-static ejbCreate(...) method.
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodStatic.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodStatic.failed=\
    Error: A static [ {0} ] method was found, but [ {1} ] cannot be declared as static.
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodStatic.failed1=\
    Error: [ {0} ] does not properly declare at least one ejbCreate(...) method.  [ {1} ] is not a valid bean.
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodStatic.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodStatic.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.


com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodArgs.assertion=\
    Each session bean must have at least one ejbCreate method with valid RMI-IIOP argument types. 
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodArgs.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #7.11.3  
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodArgs.debug1=\
    For enterprise bean class [ {0} ] method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodArgs.passed=\
    [ {0} ] properly declares [ {1} ] method with valid RMI-IIOP argument types.
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodArgs.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodArgs.failed=\
    Error: An [ {0} ] method was found, but [ {1} ] method has invalid parameter values.   [ {2} ] method argument types must be valid types for RMI-IIOP.
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodArgs.failed1=\
    Error: [ {0} ] does not properly declare at least one ejbCreate(...) method.  [ {1} ] is not a valid bean.
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodArgs.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbpostcreatemethod.EjCreateMethodArgs.failedException1=\
Error: ejbCreate[METHOD] method corresponding to the create[METHOD] method does not exist.
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodArgs.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.


com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodReturn.assertion=\
    Each session bean must have at least one ejbCreate method with valid return type. 
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodReturn.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #7.11.3  
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodReturn.debug1=\
    For enterprise bean class [ {0} ] method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodReturn.passed=\
    [ {0} ] properly declares [ {1} ] method with valid void return type.
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodReturn.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodReturn.notApplicable2=\
    An [ {0} ] method was found , but [ {1} ] method has a return type value other than void.   [ {2} ] method return type must be void for at least one ejbCreate method.
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodReturn.failed=\
    Error: [ {0} ] does not properly declare at least one ejbCreate(...) method with valid void return type.  [ {1} ] is not a valid bean.
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodReturn.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodReturn.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.


com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodException.assertion=\
    Each session bean must have at least one ejbCreate method which properly does not throw java.rmi.RemoteException. 
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodException.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #7.11.3  
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodException.debug1=\
    For enterprise bean class [ {0} ] method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodException.passed=\
    [ {0} ] properly declares [ {1} ] method which properly does not throw java.rmi.RemoteException.
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodException.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodException.failed=\
    Error: [ {0} ] does not properly declare at least one ejbCreate(...) method.  [ {1} ] is not a valid bean.
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodException.warning=\
    Error: Compatibility Note:  A public ejbCreate(...) method was found, but EJB 1.0 allowed the ejbCreate method to throw a java.rmi.RemoteException to indicate a non-application exception. This practice is deprecated in EJB 1.1 -- an EJB 1.1 compliant enterprise bean should throw a javax.ejb.EJBException or another RuntimeException to indicate non-application exceptions to the Container.
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodException.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMethodException.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.



com.sun.enterprise.tools.verifier.tests.ejb.session.stateless.StatelessCreateOnlyOne.assertion=\
    Stateless session bean defines only one create method.
com.sun.enterprise.tools.verifier.tests.ejb.session.stateless.StatelessCreateOnlyOne.specMappingInfo_2.1=\
	EJB 2.1 Specification Section #7.8
com.sun.enterprise.tools.verifier.tests.ejb.session.stateless.StatelessCreateOnlyOne.specMappingInfo_3.0=\
	EJB 3.0 Specification Section #4.3.10.2, #4.5
com.sun.enterprise.tools.verifier.tests.ejb.session.stateless.StatelessCreateOnlyOne.passed=\
    The bean's Home Interface has exactly one create Method defined.
com.sun.enterprise.tools.verifier.tests.ejb.session.stateless.StatelessCreateOnlyOne.failed=\
    Error: [ {0} ] create methods exist within bean [ {1} ].  The home interface for a stateless session bean must have only one create method.
com.sun.enterprise.tools.verifier.tests.ejb.session.stateless.StatelessCreateOnlyOne.failedException=\
    Error: Class [ {0} ] not found within bean [ {1} ]

com.sun.enterprise.tools.verifier.tests.ejb.session.stateless.StatelessCreateReturn.assertion=\
    Stateless session bean create method returns the session bean's remote interface.
com.sun.enterprise.tools.verifier.tests.ejb.session.stateless.StatelessCreateReturn.specMappingInfo_2.1=\
	EJB 2.1 Specification Section #7.8, #7.8.2
com.sun.enterprise.tools.verifier.tests.ejb.session.stateless.StatelessCreateReturn.specMappingInfo_3.0=\
	EJB 3.0 Specification Section #4.5
com.sun.enterprise.tools.verifier.tests.ejb.session.stateless.StatelessCreateReturn.passed=\
   create method is properly defined in the remote/local home interface.
com.sun.enterprise.tools.verifier.tests.ejb.session.stateless.StatelessCreateReturn.failed=\
   Error: A Create method was found, but the return type [ {0} ] was not the Remote/Local interface
com.sun.enterprise.tools.verifier.tests.ejb.session.stateless.StatelessCreateReturn.failedException=\
    Error: Home/Local Home interface [ {0} ] does not exist or is not loadable within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.stateless.StatelessCreateReturn.debug1=\
    For home interface [ {0} ] method [ {1} ].

com.sun.enterprise.tools.verifier.tests.ejb.session.stateless.StatelessEjbCreateHome.assertion=\
    A stateless session bean must define a single ejbCreate method, with no arguments.
com.sun.enterprise.tools.verifier.tests.ejb.session.stateless.StatelessEjbCreateHome.specMappingInfo_2.1=\
	EJB 2.1 Specification Section #7.11.3
com.sun.enterprise.tools.verifier.tests.ejb.session.stateless.StatelessEjbCreateHome.passed=\
    Valid: This bean''s [ {0} ] ejbCreate method has no parameters. Stateless session beans must have an ejbCreate method with no parameters.
com.sun.enterprise.tools.verifier.tests.ejb.session.stateless.StatelessEjbCreateHome.failed=\
    Error: The ejbCreate method has one or more parameters within bean [ {0} ]. Stateless session beans must have ejbCreate methods with no parameters.
com.sun.enterprise.tools.verifier.tests.ejb.session.stateless.StatelessEjbCreateHome.failed2=\
    Error: [ {0} ] ejbCreate methods exist within bean [ {1} ]. A stateless session bean class must have only one ejbCreate method.
com.sun.enterprise.tools.verifier.tests.ejb.session.stateless.StatelessEjbCreateHome.failed3=\
    Error: No ejbCreate method exists within bean [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.stateless.StatelessEjbCreateHome.failed4=\
    Error: [ {0} ] is not valid stateType within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.stateless.StatelessEjbCreateHome.failedException=\
    Error: Class [ {0} ] not found within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.stateless.StatelessEjbCreateHome.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.
com.sun.enterprise.tools.verifier.tests.ejb.session.stateless.StatelessEjbCreateHome.notApplicable1=\
    {0} expected {1} session bean, but called with {2} session bean.

com.sun.enterprise.tools.verifier.tests.ejb.session.EjbClassImplementsComponentInterface.assertion=\
    Enterprise bean class optionally implements the enterprise bean's remote/local interface.
com.sun.enterprise.tools.verifier.tests.ejb.session.EjbClassImplementsComponentInterface.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #7.11.2
com.sun.enterprise.tools.verifier.tests.ejb.session.EjbClassImplementsComponentInterface.specMappingInfo_3.0=\
    EJB 3.0 Specification Section #4.6.6
com.sun.enterprise.tools.verifier.tests.ejb.session.EjbClassImplementsComponentInterface.warning=\
    Warning: [ {0} ] class implements the enterprise bean''s remote/local interface [ {1} ]. It is recommended that the enterprise bean class not implement the remote/local interface to prevent inadvertent passing of this as a method argument or result.
com.sun.enterprise.tools.verifier.tests.ejb.session.EjbClassImplementsComponentInterface.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.session.EjbClassImplementsComponentInterface.debug1=\
    Interface [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.EjbClassImplementsComponentInterface.passed=\
    Bean class does not implement the enterprise Bean's remote interface.

com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodPublic.assertion=\
    Enterprise bean must implement all business methods and they must be public.
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodPublic.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #7.11.4, #10.6.8
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodPublic.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6.5
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodPublic.passed=\
    Proper declaration of business method(s) found.
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodPublic.failed=\
    Error: Matching public business method [ {0} ] not found in [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodPublic.failedException=\
    Error: Component interface [ {0} ] or bean class [ {1} ] does not exist or is not loadable within bean [ {2} ].


com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodName.assertion=\
    Enterprise bean business method name must not conflict with the name of the methods defined by the EJB architecture. 
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodName.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #7.11.4, #10.6.8
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodName.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6.5
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodName.passed=\
    Proper declaration of business method(s) found.
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodName.failed=\
    Error: Business method [ {0} ] was found, but was not properly named. [ {1} ] must not conflict with the names of the methods defined by the EJB architecture.
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodName.failedException=\
    Error: Component interface [ {0} ] or bean class [ {1} ] does not exist or is not loadable within bean [ {2} ].

com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodMatchesWithDD.assertion=\
    Component interface business methods should be declared in the deployment descriptor.
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodMatchesWithDD.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #7.11
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodMatchesWithDD.passed=\
    Business method(s) are valid.
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodMatchesWithDD.failed=\
    Error: Business method [ {0} ] is not defined in the deployment descriptor.
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodMatchesWithDD.failedException=\
    Error: Component interface [ {0} ] does not exist or is not loadable within bean [ {1} ].



com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodStatic.assertion=\
    Enterprise bean business method must not be declared as static.
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodStatic.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #7.11.4, #10.6.8
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodStatic.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6.5
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodStatic.passed=\
    Proper declaration of business method(s) found.
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodStatic.failed=\
    Error: static business method [ {0} ] was found, but business methods cannot be declared as static.
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodStatic.failedException=\
    Error: Component interface [ {0} ] or bean class [ {1} ] does not exist or is not loadable within bean [ {2} ].


com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodFinal.assertion=\
    Enterprise bean business methods must not be declared as final. 
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodFinal.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #7.11.4, #10.6.8
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodFinal.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6.5
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodFinal.passed=\
    Proper declaration of business method(s) found.
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodFinal.failed=\
    Error: final business method [ {0} ] was found, but business methods cannot be declared as final.
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodFinal.failedException=\
    Error: Component interface [ {0} ] or bean class [ {1} ] does not exist or is not loadable within bean [ {2} ].


com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodRmiIIOPArgs.assertion=\
    The argument types for a method must be legal types for RMI/IIOP if the method corresponds to a business method on the session bean remote business interface or remote interface.
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodRmiIIOPArgs.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #7.11.4, #10.6.8
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodRmiIIOPArgs.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6.5
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodRmiIIOPArgs.passed=\
    Proper declaration of business method(s) found.
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodRmiIIOPArgs.failed=\
    Error: business method [ {0} ] was found, but business method has invalid parameter values. Business method parameter types must be valid types for RMI-IIOP.
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodRmiIIOPArgs.failedException=\
    Error: Component interface [ {0} ] or bean class [ {1} ] does not exist or is not loadable within bean [ {2} ].

com.sun.enterprise.tools.verifier.tests.ejb.homeintf.HomeMethodRmiIIOPArgs.assertion=\
    Enterprise bean ejbHome[METHOD] method has valid RMI-IIOP parameter types. 
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.HomeMethodRmiIIOPArgs.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #10.6.6, #7.11.6, #12.2.6
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.HomeMethodRmiIIOPArgs.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #8.6.6
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.HomeMethodRmiIIOPArgs.passed=\
    [ {0} ] properly declares ejbHome[METHOD] method [ {1} ] with valid RMI-IIOP parameter types.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.HomeMethodRmiIIOPArgs.failed=\
    Error: ejbHome[METHOD] method [ {0} ] was found, but ejbHome[METHOD] method has invalid parameter values. ejbHome[METHOD] method argument types must be valid types for RMI-IIOP.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.HomeMethodRmiIIOPArgs.notApplicable1=\
    [ {0} ] does not declare any ejbHome[METHOD] methods.  
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.HomeMethodRmiIIOPArgs.failedException=\
    Error: Remote interface [ {0} ] or bean class [ {1} ] does not exist or is not loadable within bean [ {2} ].
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.HomeMethodRmiIIOPArgs.notApplicable=\
    {0} expected {1} bean or {2} bean, but called with {3}.



com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodRmiIIOPReturn.assertion=\
    The return value types for a method must be legal types for RMI/IIOP if the method corresponds to a business method on the session bean remote business interface or remote interface.
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodRmiIIOPReturn.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #7.11.4, #10.6.8, #12.2.7
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodRmiIIOPReturn.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6.5
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodRmiIIOPReturn.passed=\
    Proper declaration of business method(s) found.
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodRmiIIOPReturn.failed=\
    Error: business method [ {0} ] was found, but business method has invalid return type [ {1} ]. Business method return type must be a valid type for RMI-IIOP.
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodRmiIIOPReturn.failedException=\
    Error: Remote interface [ {0} ] or bean class [ {1} ] does not exist or is not loadable within bean [ {2} ].

com.sun.enterprise.tools.verifier.tests.ejb.homeintf.HomeMethodRmiIIOPReturn.assertion=\
    Enterprise bean ejbHome[METHOD] method has valid RMI-IIOP return type. 
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.HomeMethodRmiIIOPReturn.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #10.6.6, #7.11.6, #12.2.9
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.HomeMethodRmiIIOPReturn.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #8.6.6
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.HomeMethodRmiIIOPReturn.passed=\
    [ {0} ] properly declares ejbHome[METHOD] method [ {1} ] with valid RMI-IIOP return type.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.HomeMethodRmiIIOPReturn.failed=\
    Error: business method [ {0} ] was found, but ejbHome[METHOD] method has invalid return value. ejbHome[METHOD] method return type must be a valid type for RMI-IIOP.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.HomeMethodRmiIIOPReturn.notApplicable1=\
    [ {0} ] does not declare any ejbHome[METHOD] methods.  
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.HomeMethodRmiIIOPReturn.failedException=\
    Error: Remote interface [ {0} ] or bean class [ {1} ] does not exist or is not loadable within bean [ {2} ].
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.HomeMethodRmiIIOPReturn.notApplicable=\
    {0} expected {1} bean or {2} bean, but called with {3}.


com.sun.enterprise.tools.verifier.tests.ejb.homeintf.HomeMethodException.assertion=\
    Enterprise bean ejbHome[METHOD] method must not throw java.rmi.RemoteException.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.HomeMethodException.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #7.11.4
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.HomeMethodException.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #8.6.6
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.HomeMethodException.passed=\
    Valid Home method(s).
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.HomeMethodException.warning=\
    Error: Compatibility Note: A public ejbHome[METHOD] method [ {0} ] was found, but EJB 1.0 allowed ejbHome[METHOD] methods to throw the java.rmi.RemoteException to indicate a non-application exception. This practice is deprecated in EJB 1.1 -- an EJB 1.1 compliant enterprise bean should throw a javax.ejb.EJBException or another RuntimeException to indicate non-application exceptions to the Container.
com.sun.enterprise.tools.verifier.tests.ejb.homeintf.HomeMethodException.failedException=\
    Error: Remote interface [ {0} ] or bean class [ {1} ] does not exist or is not loadable within bean [ {2} ].

com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodException.assertion=\
    Enterprise bean business methods must not throw RemoteException.
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodException.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #7.11.4, #10.6.8, #12.2.7
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodException.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6.5
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodException.passed=\
    Proper declaration of business method(s) found.
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodException.warning=\
    Error: Compatibility Note: A public business method [ {0} ] was found, but EJB 1.0 allowed business methods to throw the java.rmi.RemoteException to indicate a non-application exception. This practice is deprecated in EJB 1.1 -- an EJB 1.1 compliant enterprise bean should throw a javax.ejb.EJBException or another RuntimeException to indicate non-application exceptions to the Container.
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodException.failedException=\
    Error: Remote interface [ {0} ] or bean class [ {1} ] does not exist or is not loadable within bean [ {2} ].


com.sun.enterprise.tools.verifier.tests.ejb.session.HomeInterfaceNoFinderMethodNames.assertion=\
    Session bean home interface methods must not define any finder method.
com.sun.enterprise.tools.verifier.tests.ejb.session.HomeInterfaceNoFinderMethodNames.specMappingInfo_2.1=\
	EJB 2.1 Specification Section #6.6
com.sun.enterprise.tools.verifier.tests.ejb.session.HomeInterfaceNoFinderMethodNames.specMappingInfo_3.0=\
	EJB 3.0 Specification Section #3.6.5
com.sun.enterprise.tools.verifier.tests.ejb.session.HomeInterfaceNoFinderMethodNames.debug1=\
    For home interface [ {0} ] method [ {1} ]
com.sun.enterprise.tools.verifier.tests.ejb.session.HomeInterfaceNoFinderMethodNames.passed=\
    No finder methods were found. A session bean's home interface is not allowed to have any finder methods.
com.sun.enterprise.tools.verifier.tests.ejb.session.HomeInterfaceNoFinderMethodNames.failed=\
    Error: Improperly named method [ {0} ] was found. A session bean''s home interface is not allowed to have any finder methods.
com.sun.enterprise.tools.verifier.tests.ejb.session.HomeInterfaceNoFinderMethodNames.failedException=\
    Error: Home interface [ {0} ] does not exist or is not loadable within bean [ {1} ].

com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodMatchArgs.assertion=\
    Session bean home interface create methods must match ejbCreate[METHOD] method in bean class.
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodMatchArgs.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #7.11.3  
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodMatchArgs.debug1=\
    For home interface method [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodMatchArgs.debug3=\
    For home interface.
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodMatchArgs.passed=\
    The corresponding ejbCreate[METHOD] method with matching parameters was found.
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodMatchArgs.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodMatchArgs.failed=\
    Error: No corresponding create[METHOD] method with matching parameters was found.
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodMatchArgs.failedException=\
    Error: Home (Remote/Local) interface or bean class [ {0} ] does not exist or is not loadable within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodMatchArgs.failedException1=\
    Error: ejbCreate[METHOD] method corresponding to the create[METHOD] method does not exist!
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodMatchArgs.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodMatchArgs.failedException2=\
    Error: no create[METHOD] method exists!

com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMatchesCreate.assertion=\
    Session bean home interface create methods must have a corresponding ejbCreate[METHOD] method in bean class.
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMatchesCreate.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #7.5.7  
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMatchesCreate.debug1=\
    For home interface method [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMatchesCreate.debug3=\
    For home interface.
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMatchesCreate.passed=\
    The corresponding ejbCreate[METHOD] method with matching parameters was found.
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMatchesCreate.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMatchesCreate.failed=\
    Error: No corresponding ejbCreate[METHOD] method with matching parameters was found.
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMatchesCreate.failedException=\
    Error: Home (Remote/Local) interface or bean class [ {0} ] does not exist or is not loadable within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMatchesCreate.failedException1=\
    Error: ejbCreate[METHOD] method corresponding to the create[METHOD] method does not exist!
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMatchesCreate.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.
com.sun.enterprise.tools.verifier.tests.ejb.session.ejbcreatemethod.EjbCreateMatchesCreate.failedException2=\
    Error: no ejbCreate[METHOD] method exists!

com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMatchesCreate.assertion=\
    Entity bean home interface create methods must have a corresponding ejbCreate[METHOD] method in bean class.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMatchesCreate.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #12.2.3  
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMatchesCreate.debug1=\
    For home interface method [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMatchesCreate.debug3=\
    For home interface.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMatchesCreate.passed=\
    The corresponding ejbCreate[METHOD] method with matching parameters was found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMatchesCreate.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMatchesCreate.failed=\
    Error: No corresponding ejbCreate[METHOD] method with matching parameters was found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMatchesCreate.failedException=\
     Error: Home (Remote/Local) interface or bean class [ {0} ] does not exist or is not loadable within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMatchesCreate.failedException1=\
    Error: ejbCreate[METHOD] method corresponding to the create[METHOD] method does not exist!
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMatchesCreate.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMatchesCreate.failedException2=\
    Error: no ejbCreate[METHOD] method exists!


com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodReturn.assertion=\
    Session bean home interface create methods must return remote interface.
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodReturn.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #7.11.6
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodReturn.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6.8
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodReturn.debug1=\
    For home interface [ {0} ] method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodReturn.passed=\
    A create method that returns the remote interface was found.
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodReturn.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodReturn.failed=\
Error: A create method was found, but the return type [ {0} ] was not the Remote/Local interface.
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodReturn.failedException=\
    Error: Home interface [ {0} ] or remote interface [ {1} ] does not exist or is not loadable within bean [ {2} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodReturn.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.

com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodExceptionCheck.assertion=\
    All the exceptions defined in the throws clause of the matching method of the session bean class must be defined in the throws clause of the method of the component interface
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodExceptionCheck.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #7.11.5
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodExceptionCheck.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6.7
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodExceptionCheck.failed=\
    Remote interface [ {0} ] or bean class [ {1} ] does not exist or is not loadable within bean [ {2} ].
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodExceptionCheck.warning=\
    Not Compatible Exception: A public business method [ {0} ] was found, but according to the EJB specification, all the exceptions defined in the throws clause of the matching method of the session bean class must be defined in the throws clause of the method of the remote interface. Exception [ {1} ] is not defined in the bean''s remote interface.
com.sun.enterprise.tools.verifier.tests.ejb.businessmethod.BusinessMethodExceptionCheck.passed=\
    Passed: All the exceptions defined in the throws clause of the matching business methods are defined in the throws clause of the method of the remote interface


com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodExceptionCreate.assertion=\
    Session bean home interface create methods must throw javax.ejb.CreateException.
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodExceptionCreate.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #7.11.6, #7.11.8
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodExceptionCreate.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6.8
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodExceptionCreate.debug1=\
    For home interface [ {0} ] method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodExceptionCreate.passed=\
    The create method that throws javax.ejb.CreateException was found.
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodExceptionCreate.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodExceptionCreate.failed=\
    Error: A create method was found, but did not throw javax.ejb.CreateException.
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodExceptionCreate.failed1=\
    Error: No create method was found in [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodExceptionCreate.failedException=\
    Error: Home interface [ {0} ] does not exist or is not loadable within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodExceptionCreate.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.

com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodExceptionMatch.notApplicable1=\
No create method was found, test not applicable.
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodExceptionMatch.assertion=\
    Session bean home interface create method exceptions match.
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodExceptionMatch.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #7.11.6, #7.11.8  
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodExceptionMatch.debug1=\
    For home interface method [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodExceptionMatch.debug4=\
    For home interface.
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodExceptionMatch.debug3=\
A corresponding [ {0} ] method was found, but the exceptions defined by method [ {1} ] are not defined within matching create() method.
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodExceptionMatch.passed=\
    The corresponding [ {0} ] method with matching exceptions was found.
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodExceptionMatch.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodExceptionMatch.failed=\
    Error: A corresponding [ {0} ] method was found, but the exceptions defined by method [ {1} ] are not defined within matching create() method.
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodExceptionMatch.failed1=\
    Error: No corresponding ejbCreate method was found.
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodExceptionMatch.failedException=\
    Error: Home (Remote/Local) interface or bean class [ {0} ] does not exist or is not loadable within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodExceptionMatch.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.



com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodExceptionRemote.assertion=\
    Session bean home interface create methods must throw java.rmi.RemoteException.
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodExceptionRemote.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #7.10.3
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodExceptionRemote.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6.8
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodExceptionRemote.debug1=\
    For home interface [ {0} ] method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodExceptionRemote.debug3=\
    For home interface [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodExceptionRemote.passed=\
    The create method that throws java.rmi.RemoteException was found.
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodExceptionRemote.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodExceptionRemote.failed=\
    Error: A create method was found, but did not throw java.rmi.RemoteException.
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodExceptionRemote.failed1=\
    Error: No create method was found in [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodExceptionRemote.failedException=\
    Error: Home interface [ {0} ] does not exist or is not loadable within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodExceptionRemote.notApplicable1=\
    No remote home interface was found, test not applicable.
com.sun.enterprise.tools.verifier.tests.ejb.session.createmethod.HomeInterfaceCreateMethodExceptionRemote.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.


com.sun.enterprise.tools.verifier.tests.ejb.session.BeanFieldsTransient.assertion=\
    Session bean class declares all fields as non-transient fields. 
com.sun.enterprise.tools.verifier.tests.ejb.session.BeanFieldsTransient.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #7.4.1
com.sun.enterprise.tools.verifier.tests.ejb.session.BeanFieldsTransient.specMappingInfo_3.0=\
    EJB 3.0 Specification Section #4.2.1
com.sun.enterprise.tools.verifier.tests.ejb.session.BeanFieldsTransient.passed=\
    The session bean class has defined all fields as non-transient fields.
com.sun.enterprise.tools.verifier.tests.ejb.session.BeanFieldsTransient.warning=\
    Warning: Field [ {0} ] defined within session bean class [ {1} ] is defined as transient. Session bean fields should not be defined in the session bean class as transient.
com.sun.enterprise.tools.verifier.tests.ejb.session.BeanFieldsTransient.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.session.BeanFieldsTransient.warningException=\
    Warning: [ {0} ] class encountered [ {1} ]. Cannot access fields of class [ {2} ] which is external to [ {3} ].



com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodMatchArgs.assertion=\
    Entity bean home interface create methods must match ejbCreate method in bean class.
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodMatchArgs.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.6.10, #10.6.12  
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodMatchArgs.debug1=\
    For home interface method [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodMatchArgs.debug3=\
    For home interface.
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodMatchArgs.passed=\
    The corresponding ejbCreate method with matching parameters was found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodMatchArgs.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodMatchArgs.failed=\
    Error: No corresponding ejbCreate method with matching parameters was found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodMatchArgs.failedException=\
    Error: Home (Remote/Local) interface or bean class [ {0} ] does not exist or is not loadable within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodMatchArgs.failedException1=\
    Error: create[METHOD] method corresponding to the ejbCreate[METHOD] method does not exist!
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodMatchArgs.notApplicable1=\
    No create method was found, test not applicable.
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodMatchArgs.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.



com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodReturn.assertion=\
    Entity bean home interface create methods must return remote interface.
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodReturn.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.6.10, #10.6.12  
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodReturn.debug1=\
    For home interface [ {0} ] method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodReturn.debug3=\
    In home interface.
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodReturn.passed=\
    A create method that returns [ {0} ] interface was found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodReturn.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodReturn.failed=\
Error: A create method was found, but the return type [ {0} ] was not the Remote/Local interface.
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodReturn.failedException=\
    Error: Home interface [ {0} ] or remote interface [ {1} ] does not exist or is not loadable within bean [ {2} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodReturn.notApplicable1=\
    No create method was found, test not applicable.
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodReturn.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.



com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodExceptionCreate.assertion=\
    Entity bean home interface create methods must throw javax.ejb.CreateException.
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodExceptionCreate.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.6.10, #10.6.12  
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodExceptionCreate.debug1=\
    For home interface [ {0} ] method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodExceptionCreate.debug3=\
    For home interface [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodExceptionCreate.passed=\
    The create method that throws javax.ejb.CreateException was found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodExceptionCreate.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodExceptionCreate.failed=\
    Error: A create method was found, but did not throw javax.ejb.CreateException.
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodExceptionCreate.failedException=\
    Error: Home interface [ {0} ] does not exist or is not loadable within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodExceptionCreate.notApplicable1=\
    No create method was found, test not applicable.
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodExceptionCreate.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.



com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodExceptionRemote.assertion=\
    Entity bean home interface create methods must throw java.rmi.RemoteException.
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodExceptionRemote.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.6.10, #10.6.12  
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodExceptionRemote.debug1=\
    For home interface [ {0} ] method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodExceptionRemote.debug3=\
    No home interface.
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodExceptionRemote.passed=\
    The create method that throws java.rmi.RemoteException was found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodExceptionRemote.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodExceptionRemote.failed=\
    Error: A create method was found, but did not throw java.rmi.RemoteException.
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodExceptionRemote.failedException=\
    Error: Home interface [ {0} ] does not exist or is not loadable within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodExceptionRemote.notApplicable1=\
    No create method was found, test not applicable.
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodExceptionRemote.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.


com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodExceptionMatch.assertion=\
    Entity bean home interface create and bean class ejbCreate method exceptions match.
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodExceptionMatch.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.6.10, #10.6.12  
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodExceptionMatch.debug1=\
    For home interface method [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodExceptionMatch.debug4=\
    For home interface.
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodExceptionMatch.passed=\
    The corresponding [ {0} ] method with matching exceptions was found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodExceptionMatch.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodExceptionMatch.debug3=\
    A corresponding [ {0} ] method was found, but the exceptions defined by method [ {1} ] are not defined within matching create() method.
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodExceptionMatch.failed=\
    Error: No corresponding ejbCreate() method was found, where the exceptions defined by method ejbCreate() are defined within matching create() method.
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodExceptionMatch.notApplicable1=\
    No create method was found, test not applicable.
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodExceptionMatch.failedException=\
    Error: Home (Remote/Local) interface or bean class [ {0} ] does not exist or is not loadable within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.createmethod.HomeInterfaceCreateMethodExceptionMatch.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.



com.sun.enterprise.tools.verifier.tests.ejb.entity.HomeInterfacePostCreateMethodExceptionMatch.assertion=\
    Entity bean home interface create and bean class ejbPostCreate[METHOD] method exceptions match.
com.sun.enterprise.tools.verifier.tests.ejb.entity.HomeInterfacePostCreateMethodExceptionMatch.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.6.10, #10.6.12  
com.sun.enterprise.tools.verifier.tests.ejb.entity.HomeInterfacePostCreateMethodExceptionMatch.debug1=\
    For home interface [ {0} ] method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.HomeInterfacePostCreateMethodExceptionMatch.debug3=\
    For home interface.
com.sun.enterprise.tools.verifier.tests.ejb.entity.HomeInterfacePostCreateMethodExceptionMatch.passed=\
    The corresponding [ {0} ] method with matching exceptions was found in [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.HomeInterfacePostCreateMethodExceptionMatch.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.HomeInterfacePostCreateMethodExceptionMatch.notApplicableDebug=\
    A corresponding [ {0} ] method was found in [ {1} ], but the exceptions did not match.
com.sun.enterprise.tools.verifier.tests.ejb.entity.HomeInterfacePostCreateMethodExceptionMatch.notApplicableDebug2=\
    A corresponding [ {0} ] method was found in [ {1} ], but the parameters did not match.
com.sun.enterprise.tools.verifier.tests.ejb.entity.HomeInterfacePostCreateMethodExceptionMatch.failed=\
    Error: No corresponding ejbPostCreate[METHOD] method was found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.HomeInterfacePostCreateMethodExceptionMatch.notApplicable1=\
    No create method was found, test not applicable.
com.sun.enterprise.tools.verifier.tests.ejb.entity.HomeInterfacePostCreateMethodExceptionMatch.failedException=\
    Error: Home interface [ {0} ] or bean class [ {1} ] does not exist or is not loadable within bean [ {2} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.HomeInterfacePostCreateMethodExceptionMatch.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.




com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodMatch.assertion=\
    Entity bean home interface find[METHOD](...) matches ejbFind[METHOD](...).
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodMatch.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.5.3, #10.7.3  
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodMatch.debug1=\
    For home interface [ {0} ] method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodMatch.passed=\
    The corresponding [ {0} ] method with matching method parameters was found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodMatch.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodMatch.failed=\
    Error: A corresponding [ {0} ] method was found, but the parameters did not match.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodMatch.failed1=\
    Error: No corresponding ejbFind[METHOD](...)  method was found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodMatch.failedException=\
    Error: Home interface [ {0} ] or bean Class [ {1} ] does not exist or is not loadable.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodMatch.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodMatch.notApplicable2=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.



com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodReturn.assertion=\
    Entity bean home interface find[METHOD](...) methods must return the remote interface or a collection thereof.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodReturn.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.6.10, #10.6.12  
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodReturn.debug1=\
    For home interface [ {0} ] method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodReturn.passed=\
    A find method that returns the remote interface or a collection thereof was found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodReturn.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodReturn.failed=\
    Error: A find method was found, but the return type [ {0} ] was not the remote interface [ {1} ] or a collection thereof.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodReturn.failedException=\
    Error: Home interface [ {0} ] or remote interface [ {1} ] does not exist or is not loadable within bean [ {2} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodReturn.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodReturn.notApplicable2=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.



com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodExceptionFinder.assertion=\
    Entity bean home interface find[METHOD](...) methods must throw javax.ejb.FinderException.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodExceptionFinder.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.6.10, #10.6.12  
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodExceptionFinder.debug1=\
    For home interface [ {0} ] method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodExceptionFinder.passed=\
    The [ {0} ] method that throws javax.ejb.FinderException was found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodExceptionFinder.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodExceptionFinder.failed=\
    Error: A [ {0} ] method was found, but did not throw javax.ejb.FinderException.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodExceptionFinder.failedException=\
    Error: Home interface [ {0} ] does not exist or is not loadable within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodExceptionFinder.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodExceptionFinder.notApplicable2=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.


com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodHasQuery.assertion=\
    Entity bean home interface find[METHOD](...) methods must have a query assigned to them.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodHasQuery.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.7.3  
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodHasQuery.debug1=\
    For home interface [ {0} ] method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodHasQuery.passed=\
    The [ {0} ] method has a query assigned to it.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodHasQuery.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodHasQuery.failed=\
    Error: A [ {0} ] method was found, but did not have a query element assigned to it.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodHasQuery.failedException=\
    Error: Home interface [ {0} ] does not exist or is not loadable within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodHasQuery.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodHasQuery.notApplicable2=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.


com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodExceptionRemote.assertion=\
    Entity bean home interface find[METHOD](...) methods must throw java.rmi.RemoteException.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodExceptionRemote.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.6.10, #10.6.12  
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodExceptionRemote.debug1=\
    For home interface [ {0} ] method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodExceptionRemote.passed=\
    The find[METHOD] method that throws java.rmi.RemoteException was found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodExceptionRemote.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodExceptionRemote.failed=\
    Error: A find[METHOD] method was found, but did not throw java.rmi.RemoteException.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodExceptionRemote.failedException=\
    Error: Home interface [ {0} ] does not exist or is not loadable within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodExceptionRemote.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodExceptionRemote.notApplicable2=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodExceptionRemote.notApplicable1=\
    No Remote Interface for this Ejb


com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodExceptionMatch.assertion=\
    Entity bean home interface find[METHOD](...) method and bean class ejbFind[METHOD(...) method exceptions match.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodExceptionMatch.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.7.3  
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodExceptionMatch.debug1=\
    For home interface [ {0} ] method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodExceptionMatch.passed=\
    The corresponding [ {0} ] method with matching exceptions was found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodExceptionMatch.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodExceptionMatch.failed=\
    Error: No corresponding [ {0} ] method with matching signatures was found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodExceptionMatch.debug3=\
    A corresponding [ {0} ] method was found, but the exceptions did not match.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodExceptionMatch.debug4=\
    A corresponding [ {0} ] method was found, but the parameters did not match.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodExceptionMatch.failedException=\
    Error: Home interface [ {0} ] or bean class [ {1} ] does not exist or is not loadable within bean [ {2} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodExceptionMatch.notApplicable2=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findermethod.HomeInterfaceFindMethodExceptionMatch.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.


com.sun.enterprise.tools.verifier.tests.ejb.entity.findbyprimarykey.HomeInterfaceFindByPrimaryKeyName.assertion=\
    Home interface defines findByPrimaryKey method.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findbyprimarykey.HomeInterfaceFindByPrimaryKeyName.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.6.10, #10.6.12  
com.sun.enterprise.tools.verifier.tests.ejb.entity.findbyprimarykey.HomeInterfaceFindByPrimaryKeyName.debug1=\
    For home interface [ {0} ] finder method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.findbyprimarykey.HomeInterfaceFindByPrimaryKeyName.debug3=\
    For home interface [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.findbyprimarykey.HomeInterfaceFindByPrimaryKeyName.passed=\
    A findByPrimaryKey method was found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findbyprimarykey.HomeInterfaceFindByPrimaryKeyName.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.findbyprimarykey.HomeInterfaceFindByPrimaryKeyName.failed=\
    Error: No findByPrimaryKey method was found in home interface class [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.findbyprimarykey.HomeInterfaceFindByPrimaryKeyName.failedException=\
    Error: Home interface [ {0} ] does not exist or is not loadable.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findbyprimarykey.HomeInterfaceFindByPrimaryKeyName.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.


com.sun.enterprise.tools.verifier.tests.ejb.entity.findbyprimarykey.HomeInterfaceFindByPrimaryKeyReturn.assertion=\
    Home interface defines findByPrimaryKey method that returns the primary key type.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findbyprimarykey.HomeInterfaceFindByPrimaryKeyReturn.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #12.2.5  
com.sun.enterprise.tools.verifier.tests.ejb.entity.findbyprimarykey.HomeInterfaceFindByPrimaryKeyReturn.debug1=\
    For home interface [ {0} ] finder method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.findbyprimarykey.HomeInterfaceFindByPrimaryKeyReturn.debug3=\
    For home interface [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.findbyprimarykey.HomeInterfaceFindByPrimaryKeyReturn.passed=\
    A findByPrimaryKey method was found with valid return type.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findbyprimarykey.HomeInterfaceFindByPrimaryKeyReturn.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.findbyprimarykey.HomeInterfaceFindByPrimaryKeyReturn.failed=\
    Error: A findByPrimaryKey method was found, but with invalid return type.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findbyprimarykey.HomeInterfaceFindByPrimaryKeyReturn.failed1=\
    Error: No findByPrimaryKey method was found in home interface class [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.findbyprimarykey.HomeInterfaceFindByPrimaryKeyReturn.failedException=\
    Error: Home interface [ {0} ] does not exist or is not loadable.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findbyprimarykey.HomeInterfaceFindByPrimaryKeyReturn.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.


com.sun.enterprise.tools.verifier.tests.ejb.entity.findbyprimarykey.HomeInterfaceFindByPrimaryKeyArg.assertion=\
    Home interface defines findByPrimaryKey method with primary key class as method parameter.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findbyprimarykey.HomeInterfaceFindByPrimaryKeyArg.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.6.10, #10.6.12  
com.sun.enterprise.tools.verifier.tests.ejb.entity.findbyprimarykey.HomeInterfaceFindByPrimaryKeyArg.debug1=\
    For home interface [ {0} ] finder method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.findbyprimarykey.HomeInterfaceFindByPrimaryKeyArg.debug3=\
    For home interface [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.findbyprimarykey.HomeInterfaceFindByPrimaryKeyArg.passed=\
    A findByPrimaryKey method with valid parameter type was found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findbyprimarykey.HomeInterfaceFindByPrimaryKeyArg.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.findbyprimarykey.HomeInterfaceFindByPrimaryKeyArg.notApplicable1=\
    A findByPrimaryKey method was found, but with multiple parameters.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findbyprimarykey.HomeInterfaceFindByPrimaryKeyArg.notApplicable2=\
    A findByPrimaryKey method was found, but with non-PrimaryKeyClass parameter type.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findbyprimarykey.HomeInterfaceFindByPrimaryKeyArg.failed=\
    Error: No single-parameter findByPrimaryKey(PrimaryKeyClass) method was found in home interface [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.findbyprimarykey.HomeInterfaceFindByPrimaryKeyArg.failedException=\
    Error: Home interface [ {0} ] does not exist or is not loadable.
com.sun.enterprise.tools.verifier.tests.ejb.entity.findbyprimarykey.HomeInterfaceFindByPrimaryKeyArg.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.


com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.EjbPrimaryKeyClass.assertion=\
    The Bean Provider must specify a primary key class in the deployment descriptor.
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.EjbPrimaryKeyClass.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.6.13  
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.EjbPrimaryKeyClass.debug1=\
    For enterprise bean primary key class [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.EjbPrimaryKeyClass.passed=\
    A primary key class was defined in the deployment descriptor.
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.EjbPrimaryKeyClass.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.EjbPrimaryKeyClass.failed=\
    Error: A primary key class was not defined in the deployment descriptor.
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.EjbPrimaryKeyClass.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.


com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.EjbPrimaryKeyClassRmiIIOP.assertion=\
    The Bean Provider must specify a primary key class, which must be a legal value type in RMI-IIOP, in the deployment descriptor test.
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.EjbPrimaryKeyClassRmiIIOP.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.6.13  
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.EjbPrimaryKeyClassRmiIIOP.debug1=\
    For enterprise bean primary key class [ {0} ]
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.EjbPrimaryKeyClassRmiIIOP.passed=\
    A primary key class that must be a legal value type in RMI-IIOP was defined in the deployment descriptor.
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.EjbPrimaryKeyClassRmiIIOP.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.EjbPrimaryKeyClassRmiIIOP.failed=\
    Error: A primary key class that is a legal value type in RMI-IIOP was not defined in the deployment descriptor.
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.EjbPrimaryKeyClassRmiIIOP.failed1=\
    Error: A primary key class was not defined in the deployment descriptor.
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.EjbPrimaryKeyClassRmiIIOP.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.EjbPrimaryKeyClassRmiIIOP.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.



com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassMethodEqual.assertion=\
    The Bean Provider must specify the method equals() in the primary key class.
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassMethodEqual.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.6.13  
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassMethodEqual.debug1=\
    For enterprise bean primary key class [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassMethodEqual.passed=\
    Primary key class method [ {0} ] was defined in the primary key class.
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassMethodEqual.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassMethodEqual.failed=\
    Error: Primary key class method equals() was not defined in the primary key class.
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassMethodEqual.failedException=\
    Error: Primary key class [ {0} ] not found within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassMethodEqual.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassMethodEqual.notApplicable2=\
    Bean [ {0} ] is not [ {1} ] managed, it is [ {2} ] managed.


com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassMethodHashCode.assertion=\
    The Bean Provider must specify the method hashCode() in the primary key class.
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassMethodHashCode.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.6.13  
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassMethodHashCode.debug1=\
    For enterprise bean primary key class [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassMethodHashCode.passed=\
    Primary key class method [ {0} ] was defined in the primary key class.
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassMethodHashCode.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassMethodHashCode.failed=\
    Error: Primary key class method hashCode() was not defined in the primary key class.
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassMethodHashCode.failedException=\
    Error: Primary key class [ {0} ] not found within bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassMethodHashCode.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassMethodHashCode.notApplicable2=\
    Bean [ {0} ] is not [ {1} ] managed, it is [ {2} ] managed.


com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpFields.assertion=\
    Container-managed field has valid type.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpFields.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #14.1.1  
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpFields.passed=\
    Valid type assigned to container-managed field [ {0} ] found in bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpFields.failed=\
    Error: Invalid type assigned to container-managed field [ {0} ] found in bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpFields.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpFields.failedException1=\
    Error: field [ {0} ] not found in class [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpFields.notApplicable1=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpFields.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.

com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpFieldsDefinedForContainerPersistence.assertion=\
    Container-managed fields must have at least one element defined for container-managed persistence.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpFieldsDefinedForContainerPersistence.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #14.1.1  
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpFieldsDefinedForContainerPersistence.passed=\
    [ {0} ] container-managed fields found in [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpFieldsDefinedForContainerPersistence.failed=\
    Error: [ {0} ] container-managed fields found in [ {1} ]. Container-managed fields must have at least one element for container-managed persistence.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpFieldsDefinedForContainerPersistence.notApplicable1=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpFieldsDefinedForContainerPersistence.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.


com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpEjbCreateMethod.assertion=\
    Each entity bean with container-managed persistence ejbCreate(...) methods returns the primary key class type.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpEjbCreateMethod.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpEjbCreateMethod.debug1=\
    For enterprise bean class [ {0} ] ejbCreate(...) method [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpEjbCreateMethod.passed=\
    [ {0} ] properly returns the primary key class type.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpEjbCreateMethod.debug2=\
    ==============================
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpEjbCreateMethod.failed=\
    Error: An ejbCreate(...) method was found, but did not properly return the primary key class type.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpEjbCreateMethod.notApplicable1=\
    [ {0} ] does not declare any ejbCreate(...) methods. 
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpEjbCreateMethod.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpEjbCreateMethod.notApplicable2=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpEjbCreateMethod.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.

com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmpFieldAccessorExposition.failedException1=\
Exception occurred while trying to access primary key info in PersistenceDescriptor.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmpFieldsAccessorExposition.notApplicable=\
No persistent fields found.

com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassConstructor.assertion=\
    Entity bean primary key class properly declares public constructor.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassConstructor.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.8.2  
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassConstructor.passed=\
    This primary key class [ {0} ] has a public constructor method with no parameters.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassConstructor.failed=\
    Error: A public constructor method with no parameters was not found in the primary key class [ {0} ].  
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassConstructor.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassConstructor.notApplicable1=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassConstructor.notApplicable2=\
    Entity bean [ {0} ] with primkey-field non-blank, test not applicable.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassConstructor.failedException2=\
    Error: primkey-field not defined within [ {0} ] bean.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassConstructor.notApplicable=\
    {0} expected {1} bean, but called with {2}.

com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmpFieldReturnType.assertion=\
    Return type of the accessor method for cmp-field is not local interface type.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmpFieldReturnType.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.3.1  
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmpFieldReturnType.failed=\
    Error: cmp-field accessor method [{0}] cannot return local interface [{1}].
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmpFieldReturnType.passed=\
    cmp-field accessor method [{0}] does not return local interface [{1}].
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmpFieldReturnType.failed2=\
    Not Applicable: No local interface found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmpFieldReturnType.failed1=\
    Error: cmp-field accessor method [{0}] not found.
		       
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmrFieldTest.notApplicable=\
Not Applicable: The enterprise bean has no CMR fields declared.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmrFields.failed1=\
Error: No local interfaces defined for enterprise bean [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CascadeDeleteNotSupportedForManyMany.failed=\
Error: cascade-delete should not be supported for many-many relationships. Please check relationship role [{0}].
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CascadeDeleteNotSupportedForManyMany.passed=\
cascade-delete is not supported for many-many relationships.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CMPTest.notApplicable1=\
    Test does not apply to non-entity bean. 
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CMPTest.notApplicable2=\
    Test does not apply to entity bean declared with persistence type [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CMPTest.notApplicable3=\
    Test does not apply to this cmp-version of container-managed persistence entity beans.

com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CMPTest.isFieldDeclared.failed=\
    Error: [ {0} ] field is declared in the class [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CMPTest.isFieldDeclared.success=\
    [ {0} ] field is not declared in the class [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CMPTest.isAccessorDeclared.success=\
    [ {0} ] field accessor methods exist and have the correct signatures.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CMPTest.isAccessorDeclared.failed1=\
    Error: [ {0} ] field accessor method has the wrong return type [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CMPTest.isAccessorDeclared.failed2=\
    Error: Cannot find accessor [ {0} ] method for [ {1} ] field.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CMPTest.isAccessorDeclared.failed3=\
    Error: Return type of accessor method [ {0} ] is null.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CMPTest.startWithLowercasedLetter.failed=\
    Error: [ {0} ] field first letter is not lowercase.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CMPTest.startWithLowercasedLetter.success=\
    [ {0} ] field first letter is lowercase.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CMPTest.accessorMethodModifiers.success=\
    [ {0} ] field accessor methods are abstract and public or protected.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CMPTest.accessorMethodModifiers.failed=\
    Error: [ {0} ] accessor method for field [ {1} ] is not abstract and public or protected.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CMPTest.DependentValueClassModifiers.notApplicable=\
    Field [ {0} ] is not a dependent value class reference.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CMPTest.DependentValueClassModifiers.passed=\
    Dependent value class [ {0} ] reference by CMP field [ {1} ] is public and not abstract and is serializable.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CMPTest.DependentValueClassModifiers.failed=\
Verifier cannot find out if [ {0} ] is a dependent value class (reference by CMP field [ {1} ]).

com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmpFieldsAbstract.assertion=\
    The CMP and CMR fields should be virtual fields only.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmpFieldsAbstract.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CascadeDeleteNotSupportedForManyMany.assertion=\
 cascade-delete is not supported for many-many relationships.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CascadeDeleteNotSupportedForManyMany.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.3.4.2  

com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmrFieldsAbstract.assertion=\
    The CMP and CMR fields should be virtual fields only.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmrFieldsAbstract.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.3.1  

com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmpFieldNameStartLowercase.assertion=\
    The CMP field name's first letter must be lowercase.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmpFieldNameStartLowercase.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.3.1  

com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmrFieldNameStartLowercase.assertion=\
    The CMR field name's first letter must be lowercase.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmrFieldNameStartLowercase.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.3.1  

com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmpFieldAccessor.assertion=\
    CMP field accessors must bear the name of the field, first letter uppercased and prefixed with get and set.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmpFieldAccessor.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.3.1  

com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmrFieldAccessor.assertion=\
    CMR field accessors must bear the name of the field, first letter uppercased and prefixed with get and set.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmrFieldAccessor.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.3.1  
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CMPTest.isAccessorDeclared.passed=\
    CMR field is properly declared.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmpFieldAccessorModifiers.assertion=\
    CMP field accessor methods must be abstract, public or protected.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmpFieldAccessorModifiers.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.3.1  

com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmrFieldAccessorModifiers.assertion=\
    CMR field accessor methods must be abstract, public or protected.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmrFieldAccessorModifiers.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.3.1  

com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmpFields.assertion=\
    Container-managed field validity.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmpFields.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.3.1  
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmpFields.passed=\
    Valid type assigned for container-managed field [ {0} ] in bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmpFields.failed=\
    Error: Invalid type assigned for container-managed field [ {0} ] in bean [ {1} ].

com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmrFields.assertion=\
    Container-managed relationship validity.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmrFields.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.3.1  
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmrFields.passed=\
    Valid type assigned for container-managed [ {0} ] in bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmrFields.failed=\
    Error: Invalid type assigned for container-managed relationship [ {0} ] in bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmrUseCorrectCollectionInterface.assertion=\
    Container-managed one-to-many or many-to-many relationships fields should have the same type as is declared in deployment descriptor cmr-field-type element.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmrUseCorrectCollectionInterface.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.3.1  
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmrUseCorrectCollectionInterface.passed=\
    CMR field [ {0} ] is the same type as is declared in the deployment descriptors [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmrUseCorrectCollectionInterface.failed=\
    Error: CMR field [ {0} ] is not the same type as is declared in the deployment descriptors [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmrUseCorrectCollectionInterface.failed2=\
    Error : CMR field [ {0} ]  cmr-field-type must be defined for one-to-many or many-to-many relationships \
    and the value of the cmr-field-type element must be either: java.util.Collection or java.util.Set

com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmpFieldsAccessorExposition.assertion=\
    Set accessor method for primary key fields should not be exposed in the remote interface.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmpFieldsAccessorExposition.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.3.1  
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmpFieldsAccessorExposition.failed=\
    Error: Primary key field set accessor method [ {0} ] is exposed through the remote interface [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmpFieldsAccessorExposition.passed=\
    Primary key field set accessor method [ {0} ] is not exposed through the remote interface [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmpFieldsAccessorExposition.failedException1=\
Exception occurred while trying to access primary key info in PersistenceDescriptor.

com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmrFieldsAccessorExposition.assertion=\
    CMR accessor methods for other than one-to-one or many-to-one relationships between entity beans should not be exposed in the remote interface.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmrFieldsAccessorExposition.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.3.1  
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmrFieldsAccessorExposition.failed=\
    Error: CMR field {0} accessor method [ {1} ] is exposed through the remote interface [ {2} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmrFieldsAccessorExposition.passed=\
    CMR field {0} accessor method [ {1} ] is not exposed through the remote interface [ {2} .]    
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.CmrFieldsAccessorExposition.failedException=\
    Error: [{0}] class not found or local interface not defined.

com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.DependentValueClassModifiers.assertion=\
    Dependent value class must be declared public and not abstract.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.DependentValueClassModifiers.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.3.3  

com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.FindMethodsAbstract.assertion=\
    The entity bean class does not implement the ejbFind[METHOD] methods.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.FindMethodsAbstract.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.FindMethodsAbstract.passed=\
    [ {0} ] is not defined in bean class [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.FindMethodsAbstract.failed=\
    Error: [ {0} ] is defined in bean class [ {1} ].

com.sun.enterprise.tools.verifier.tests.ejb.EjbTest.passed=\
Not Applicable: No find methods found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.FindMethodHasDescriptors.passed1=\
Passed: Found method findByPrimaryKey.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.FindMethodHasDescriptors.assertion=\
    Finder methods should be associated with a query element in the deployment descriptor.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.FindMethodHasDescriptors.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.7.3  
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.FindMethodHasDescriptors.failed=\
    Error: [ {0} ] seems to be a finder method but has no query element associated with it.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.FindMethodHasDescriptors.passed=\
    [ {0} ] has a query element associated with it.

com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.FindMethodException.assertion=\
    Query method should throw javax.ejb.FinderException.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.FindMethodException.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #12.2.9  
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.FindMethodException.passed=\
    [ {0} ] throws javax.ejb.FinderException.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.FindMethodException.failed=\
    Error: [ {0} ] does not throw javax.ejb.FinderException.

com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.SelectMethodTest.notApplicable=\
Not Applicable: No select methods found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.SelectMethodExposition.assertion=\
    ejbSelect method must not be exposed through the home or remote interface.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.SelectMethodExposition.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.5.2, #10.5.7  
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.SelectMethodExposition.passed=\
    [ {0} ] is not declared in the home or remote interface.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.SelectMethodExposition.failed=\
    Error: [ {0} ] is declared in the home or remote interface.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.SelectMethodExposition.failedException=\
Error: home or remote interface not found.

com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.SelectMethodModifiers.assertion=\
    ejbSelect methods must be public and abstract.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.SelectMethodModifiers.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.6.7  
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.SelectMethodModifiers.passed=\
    [ {0} ] is declared public and abstract.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.SelectMethodModifiers.failed=\
    Error: [ {0} ] is not declared public and abstract.

com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.SelectMethodException.assertion=\
    ejbSelect methods must throw javax.ejb.FinderException.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.SelectMethodException.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.6.7  
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.SelectMethodException.passed=\
    [ {0} ] throws javax.ejb.FinderException.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.SelectMethodException.failed=\
    Error: [ {0} ] does not throw javax.ejb.FinderException.

com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.SelectMethodQL.assertion=\
    ejbSelect methods must be associated with an EJB-QL query that includes a SELECT statement.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.SelectMethodQL.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.7.4  
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.SelectMethodQL.failed1=\
    Error: [ {0} ] does not have an XML query element associated with it.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.SelectMethodQL.failed2=\
    Error: [ {0} ] EJB-QL query and description are null.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.SelectMethodQL.failed3=\
    Error: EJB-QL query for method [ {0} ] is null.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.SelectMethodQL.passed1=\
    Description for [ {0} ] is provided.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.SelectMethodQL.passed2=\
    EJB-QL query for [ {0} ] is correct.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.SelectMethodQL.passed3=\
    No EJB-QL query found.

com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.SelectMethodReturnType.assertion=\
    ejbSelect methods must not return the entity bean class.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.SelectMethodReturnType.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.7.4  
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.SelectMethodReturnType.passed=\
    [ {0} ] ejbSelect method does not return the {1} class.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2.SelectMethodReturnType.failed=\
    Error: [ {0} ] ejbSelect method returns the {1} class.

com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassModifier.assertion=\
    Entity bean primary key class properly declares public class modifier.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassModifier.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.8.2  
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassModifier.passed=\
    [ {0} ] properly declares public class modifier.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassModifier.failed=\
    Error: Entity bean primary key class [ {0} ] was found, but was not declared as public. The primary key class [ {1} ] must be defined as public.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassModifier.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassModifier.notApplicable1=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassModifier.notApplicable2=\
    Entity bean [ {0} ] with primkey-field non-blank, test not applicable.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassModifier.failedException2=\
    Error: primkey-field not defined within [ {0} ] bean.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassModifier.notApplicable=\
    {0} expected {1} bean, but called with {2}.



com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassFieldsPublic.assertion=\
    Entity bean primary key class properly declares all class fields as public.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassFieldsPublic.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.8.2  
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassFieldsPublic.passed=\
    This primary key class [ {0} ] has defined all fields as public.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassFieldsPublic.failed=\
    Error: Field [ {0} ] defined within primary key class [ {1} ] is not defined as public.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassFieldsPublic.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassFieldsPublic.notApplicable1=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassFieldsPublic.notApplicable2=\
    Entity bean [ {0} ] with primkey-field non-blank, test not applicable.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassFieldsPublic.failedException2=\
    Error: primkey-field not defined within [ {0} ] bean.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassFieldsPublic.notApplicable=\
    {0} expected {1} bean, but called with {2}.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassFieldsPublic.warningException=\
    Warning: [ {0} ] class encountered [ {1} ]. Cannot access fields of class [ {2} ] which is external to [ {3} ].



com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassFieldsCmp.assertion=\
    Entity bean primary key class properly declares all class fields within subset of the names of the container-managed fields. 
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassFieldsCmp.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.8.2  
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassFieldsCmp.passed=\
    This primary key class [ {0} ] has defined all fields within subset of container-managed fields.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassFieldsCmp.failed=\
    Error: Field [ {0} ] defined within primary key class [ {1} ] is not defined within subset of container-managed fields.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassFieldsCmp.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassFieldsCmp.notApplicable1=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassFieldsCmp.notApplicable2=\
    Entity bean [ {0} ] with primkey-field non-blank, test not applicable.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassFieldsCmp.failedException2=\
    Error: primkey-field not defined within [ {0} ] bean.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassFieldsCmp.notApplicable=\
    {0} expected {1} bean, but called with {2}.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassFieldsCmp.warningException=\
    Warning: [ {0} ] class encountered [ {1} ]. Cannot access fields of class [ {2} ] which is external to [ {3} ].



com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassFieldsMatchBeanFields.assertion=\
    Entity bean primary key class field names must correspond to the field names of the entity bean class that comprise the key.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassFieldsMatchBeanFields.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.8  
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassFieldsMatchBeanFields.passed=\
    This primary key class [ {0} ] has defined all fields that correspond to the field names of the entity bean class [ {1} ] that comprise the key.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassFieldsMatchBeanFields.passed1=\
    Valid: Field [ {0} ] defined within primary key class [ {1} ] corresponds to the field names of the entity bean class [ {2} ] that comprise the key.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassFieldsMatchBeanFields.failed=\
    Error: Field [ {0} ] defined within primary key class [ {1} ] does not correspond to the field names of the entity bean class [ {2} ] that comprise the key.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassFieldsMatchBeanFields.failedException=\
    Error: [ {0} ] class or [ {1} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassFieldsMatchBeanFields.notApplicable1=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassFieldsMatchBeanFields.notApplicable2=\
    Entity bean [ {0} ] with primkey-field non-blank, test not applicable.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassFieldsMatchBeanFields.failedException2=\
    Error: primkey-field not defined within [ {0} ] bean.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassFieldsMatchBeanFields.notApplicable=\
    {0} expected {1} bean, but called with {2}.
com.sun.enterprise.tools.verifier.tests.ejb.entity.pkmultiplefield.PrimaryKeyClassFieldsMatchBeanFields.warningException=\
    Warning: [ {0} ] class encountered [ {1} ]. Cannot access fields of class [ {2} ] which is external to [ {3} ].



com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpFieldsJavaTypesAssigned.assertion=\
     Java types assigned to the container-managed fields are restricted to the following: Java primitive types, Java serializable types, and references of enterprise beans' remote or home interfaces.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpFieldsJavaTypesAssigned.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpFieldsJavaTypesAssigned.passed=\
    This entity bean class [ {0} ] has assigned valid Java type to [ {1} ] container-managed field.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpFieldsJavaTypesAssigned.failed=\
    Error: Field [ {0} ] defined within entity bean class [ {1} ] was assigned an invalid type. Container-managed fields must be assigned in the entity bean class with Java types restricted to the following: Java primitive types, Java serializable types, and references of enterprise beans'' remote or home interfaces.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpFieldsJavaTypesAssigned.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpFieldsJavaTypesAssigned.failedException1=\
    Error: [ {0} ] field not found within class [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpFieldsJavaTypesAssigned.notApplicable1=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpFieldsJavaTypesAssigned.notApplicable=\
    {0} expected {1} bean, but called with {2}.


com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpFieldsTransient.assertion=\
    Entity bean class properly declares all container-managed fields as non-transient fields. 
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpFieldsTransient.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #14.1.1  
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpFieldsTransient.passed=\
    This entity bean class [ {0} ] has defined [ {1} ] container-managed field as a non-transient field.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpFieldsTransient.failed=\
    Error: Field [ {0} ] defined within entity bean class [ {1} ] is defined as transient.  Container-managed fields must not be defined in the entity bean class as transient.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpFieldsTransient.failedException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpFieldsTransient.failedException1=\
    Error: [ {0} ] field not found within class [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpFieldsTransient.notApplicable1=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpFieldsTransient.notApplicable=\
    {0} expected {1} bean, but called with {2}.



com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassOpt.assertion=\
    Entity bean primary key class defined by deployer, so type of the argument of the findByPrimaryKey method must be declared as java.lang.Object.
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassOpt.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.8.3  
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassOpt.passed=\
    findByPrimaryKey method properly defines method parameter [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassOpt.failed=\
    Error: findByPrimaryKey method does not properly define method parameter [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassOpt.failedException=\
    Error: Loading home interface class [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassOpt.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassOpt.notApplicable1=\
    Primary key class is [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassOpt.notApplicable2=\
    Entity bean with [ {0} ] managed persistence, primary key mandatory.
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassOpt.notApplicable3=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.


com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassOptReturn.assertion=\
    Entity bean primary key class defined by deployer, so ejbCreate() must return java.lang.Object.
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassOptReturn.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #14.1.9.3  
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassOptReturn.passed=\
    ejbCreate() method properly defines method return type [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassOptReturn.failed=\
    Error: ejbCreate() method does not properly define method return type [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassOptReturn.failedException=\
    Error: Loading bean class [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassOptReturn.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassOptReturn.notApplicable1=\
    Primary key class is [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassOptReturn.notApplicable2=\
    Entity bean with [ {0} ] managed persistence, primary key mandatory.
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassOptReturn.notApplicable3=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.


com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassOptType.assertion=\
    Entity bean primary key class defined by deployer, so primary key class type must be set to java.lang.Object.
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassOptType.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #23.5, #10.8.3  
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassOptType.passed=\
    Properly defined primary key class type [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassOptType.notApplicable=\
    {0} expected {1} bean, but called with {2} bean.
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassOptType.notApplicable1=\
    Primary key class is [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassOptType.notApplicable2=\
    Entity bean with [ {0} ] managed persistence, primary key mandatory.
com.sun.enterprise.tools.verifier.tests.ejb.entity.primarykeyclass.PrimaryKeyClassOptType.notApplicable3=\
    Expected [ {0} ] managed persistence, but [ {1} ] bean has [ {2} ] managed persistence.

com.sun.enterprise.tools.verifier.tests.ejb.entity.AbstractSchemaNameIsValidJavaIdentifier.assertion=\
    abstract-schema-name must be a valid java identifier.
com.sun.enterprise.tools.verifier.tests.ejb.entity.AbstractSchemaNameIsValidJavaIdentifier.specMappingInfo_2.1=\
      EJB 2.1 Specification Section #10.3.13  
com.sun.enterprise.tools.verifier.tests.ejb.entity.AbstractSchemaNameIsValidJavaIdentifier.passed=\
    abstract-schema-name [ {0} ] within bean [ {1} ] is a valid java identifier.
com.sun.enterprise.tools.verifier.tests.ejb.entity.AbstractSchemaNameIsValidJavaIdentifier.failed=\
    abstract-schema-name [ {0} ] within bean [ {1} ] is not a valid java identifier.
com.sun.enterprise.tools.verifier.tests.ejb.entity.AbstractSchemaNameIsValidJavaIdentifier.notApplicable=\
    abstract-schema-name is not defined or this is not applicable for this bean.

com.sun.enterprise.tools.verifier.tests.ejb.entity.EjbNameIsValidJavaIdentifier.assertion=\
    ejb-name must be a valid java identifier.
com.sun.enterprise.tools.verifier.tests.ejb.entity.EjbNameIsValidJavaIdentifier.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #10.3.13  
com.sun.enterprise.tools.verifier.tests.ejb.entity.EjbNameIsValidJavaIdentifier.passed=\
    ejb-name [ {0} ] within bean [ {1} ] is a valid java identifier.
com.sun.enterprise.tools.verifier.tests.ejb.entity.EjbNameIsValidJavaIdentifier.failed=\
    ejb-name [ {0} ] within bean [ {1} ] is not a valid java identifier.
com.sun.enterprise.tools.verifier.tests.ejb.entity.EjbNameIsValidJavaIdentifier.notApplicable=\
    [ {0} ] expected {1} bean, with Container Managed Persistence.

com.sun.enterprise.tools.verifier.tests.web.WebPublicID.assertion=\
    The Web deployment descriptor has an expected PubidLiteral.
com.sun.enterprise.tools.verifier.tests.web.WebPublicID.specMappingInfo_2.4=\
	  Java Servlet 2.3 Specification Section #SRV.13.2.1  
com.sun.enterprise.tools.verifier.tests.web.WebPublicID.passed=\
    The deployment descriptor has the proper PubidLiteral: {0}.
com.sun.enterprise.tools.verifier.tests.web.WebPublicID.failed1=\
    Error: No document type declaration found in the deployment descriptor for {0}.
com.sun.enterprise.tools.verifier.tests.web.WebPublicID.failed2=\
    Error: The deployment descriptor for {0} does not have an expected PubidLiteral.
com.sun.enterprise.tools.verifier.tests.web.WebPublicID.IOException=\
    Error: I/O error trying to open {0}.
com.sun.enterprise.tools.verifier.tests.web.WebPublicID.failed=\
The deployment descriptor of {0} does not have the correct URL corresponding to the PubIdLiteral.
com.sun.enterprise.tools.verifier.tests.web.WebPublicID.passed1=\
The deployment descriptor has the correct URL corresponding to the PubIdLiteral: {0}.
com.sun.enterprise.tools.verifier.tests.web.WebPublicID.notApplicable=\
    Not Applicable: No DOCTYPE found for {0}.
 
 
com.sun.enterprise.tools.verifier.tests.web.WebName.assertion=\
    The listed Web application has a display-name.
com.sun.enterprise.tools.verifier.tests.web.WebName.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.web.WebName.passed=\
    Web application display name is: [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.WebName.failed=\
    Not Applicable: Web application display name is not defined.


com.sun.enterprise.tools.verifier.tests.web.ServletInterface.assertion=\
    Servlet implements the javax.servlet.Servlet interface either directly or indirectly through GenericServlet or HttpServlet.
com.sun.enterprise.tools.verifier.tests.web.ServletInterface.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.2.3  
com.sun.enterprise.tools.verifier.tests.web.ServletInterface.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.2.3  
com.sun.enterprise.tools.verifier.tests.web.ServletInterface.passed=\
    Servlet class [ {0} ] directly or indirectly implements javax.servlet.Servlet.
com.sun.enterprise.tools.verifier.tests.web.ServletInterface.failed=\
    Error: Servlet class [ {0} ] does not directly or indirectly implement javax.servlet.Servlet.
com.sun.enterprise.tools.verifier.tests.web.ServletInterface.ClassNotFoundException=\
    Error: [ {0} ] class not found.
com.sun.enterprise.tools.verifier.tests.web.ServletInterface.IOException=\
    Error: I/O error trying to open [ {0} ], {1}.
com.sun.enterprise.tools.verifier.tests.web.ServletInterface.notApplicable=\
    There are no servlet components within the Web archive [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.ServletInterface.notApplicable1=\
    Not Applicable: Servlet [ {0} ] is a JAX-RPC endpoint.
com.sun.enterprise.tools.verifier.tests.web.ServletInterface.warning=\
    Some servlet classes could not be loaded.

com.sun.enterprise.tools.verifier.tests.web.ServletClassDeclared.assertion=\
    All servlets packaged in a WAR file must be declared in the deployment descriptors.
com.sun.enterprise.tools.verifier.tests.web.ServletClassDeclared.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.9.7 
com.sun.enterprise.tools.verifier.tests.web.ServletClassDeclared.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.9.7, #13.1, 13.3 
com.sun.enterprise.tools.verifier.tests.web.ServletClassDeclared.notApplicable=\
    There are no servlet implementations within the Web archive [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.ServletClassDeclared.passed=\
    Servlet class [ {0} ] found in war file is defined in the Deployement Descriptors
com.sun.enterprise.tools.verifier.tests.web.ServletClassDeclared.warning=\
    Servlet class [ {0} ] found in war file is not defined in the Deployement Descriptors
com.sun.enterprise.tools.verifier.tests.web.ServletClassDeclared.exception=\
    IOException while loading the WAR file [ {0} ].

com.sun.enterprise.tools.verifier.tests.web.EjbLinkElement.assertion=\
    The value of the ejb-link element is the ejb-name of an enterprise bean in the same J2EE application archive.
com.sun.enterprise.tools.verifier.tests.web.EjbLinkElement.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.13.4, J2EE 1.4 Platform Specification Section #5.3.2  
com.sun.enterprise.tools.verifier.tests.web.EjbLinkElement.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.13.4, JavaEE 5  Platform Specification Section #5.5.2
com.sun.enterprise.tools.verifier.tests.web.EjbLinkElement.passed=\
    ejb-link [ {0} ] found same value as enterprise bean [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.EjbLinkElement.no_ear=\
    This Web application [ {0} ] is not part of a J2EE archive.
com.sun.enterprise.tools.verifier.tests.web.EjbLinkElement.failed=\
    Error: No enterprise bean matching [ {0} ] found within [ {1} ] EAR file.
com.sun.enterprise.tools.verifier.tests.web.EjbLinkElement.notApplicable1=\
    Not Applicable: Cannot verify the existence of an EJB reference [ {0} ] to external bean within different EAR file.
com.sun.enterprise.tools.verifier.tests.web.EjbLinkElement.notApplicable=\
    There are no EJB references to other beans within this Web archive [ {0} ].


com.sun.enterprise.tools.verifier.tests.web.JspLoadOnStartup.assertion=\
    The value of the JSP load-on-startup element must be an integer.
com.sun.enterprise.tools.verifier.tests.web.JspLoadOnStartup.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.13.3  
com.sun.enterprise.tools.verifier.tests.web.JspLoadOnStartup.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.13.3  
com.sun.enterprise.tools.verifier.tests.web.JspLoadOnStartup.passed=\
    load-on-startup [ {0} ] value found in [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.JspLoadOnStartup.passed2=\
    load-on-startup is not specified for [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.JspLoadOnStartup.failed=\
    Error: load-on-startup [ {0} ] invalid value found in [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.JspLoadOnStartup.notApplicable=\
    There are no JSP pages within the Web archive [ {0} ].


com.sun.enterprise.tools.verifier.tests.web.ServletLoadOnStartup.assertion=\
    The value of the servlet load-on-startup element must be an integer.
com.sun.enterprise.tools.verifier.tests.web.ServletLoadOnStartup.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.13.3  
com.sun.enterprise.tools.verifier.tests.web.ServletLoadOnStartup.passed=\
    load-on-startup [ {0} ] value found in [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.ServletLoadOnStartup.failed=\
    Error: load-on-startup [ {0} ] invalid value found in [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.ServletLoadOnStartup.notApplicable=\
    There are no servlets within the Web archive [ {0} ].


com.sun.enterprise.tools.verifier.tests.web.URLPatternErrorCheck.assertion=\
    Content of the url-pattern element must follow the rules specified in the servlet specification.
com.sun.enterprise.tools.verifier.tests.web.URLPatternErrorCheck.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.11.2  
com.sun.enterprise.tools.verifier.tests.web.URLPatternErrorCheck.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.11.2  
com.sun.enterprise.tools.verifier.tests.web.URLPatternErrorCheck.passed=\
    url-pattern [ {0} ] within [ {1} ] follows the rules specified in the servlet specification.
com.sun.enterprise.tools.verifier.tests.web.URLPatternErrorCheck.failed=\
    Error: Content of the url-pattern element [ {0} ] within [ {1} ] does not follow the rules specified in the servlet specification.
com.sun.enterprise.tools.verifier.tests.web.URLPatternErrorCheck.notApplicable=\
    There is no url-pattern element within the Web archive [ {0} ].

com.sun.enterprise.tools.verifier.tests.web.URLPatternWarningCheck.assertion=\
    A url-pattern used for an exact match should not contain an asterisk (*).
com.sun.enterprise.tools.verifier.tests.web.URLPatternWarningCheck.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.11.2  
com.sun.enterprise.tools.verifier.tests.web.URLPatternWarningCheck.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.11.2  
com.sun.enterprise.tools.verifier.tests.web.URLPatternWarningCheck.passed=\
    url-pattern [ {0} ] within [ {1} ] follows the rules specified in servlet specification.
com.sun.enterprise.tools.verifier.tests.web.URLPatternWarningCheck.warning=\
    url-pattern [ {0} ] within [ {1} ] will be used for exact match only, although it contains an asterisk (*).
com.sun.enterprise.tools.verifier.tests.web.URLPatternWarningCheck.notApplicable=\
    There is no url-pattern element within the Web archive [ {0} ].

com.sun.enterprise.tools.verifier.tests.web.URLPatternContainsCRLF.assertion=\
    url-pattern contains a carriage return (CR) or line feed (LF).
com.sun.enterprise.tools.verifier.tests.web.URLPatternContainsCRLF.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.11.2  
com.sun.enterprise.tools.verifier.tests.web.URLPatternContainsCRLF.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.11.2
com.sun.enterprise.tools.verifier.tests.web.URLPatternContainsCRLF.passed=\
    url-pattern [ {0} ] within [ {1} ] does not contain carriage return or line feed character.
com.sun.enterprise.tools.verifier.tests.web.URLPatternContainsCRLF.failed=\
    url-pattern [ {0} ] within [ {1} ] contains a carriage return or line feed character.
com.sun.enterprise.tools.verifier.tests.web.URLPatternContainsCRLF.notApplicable=\
    There is no url-pattern element within the Web archive [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.URLPatternUniqueInServletMappings.assertion=\
    All the servlet-mappings contain unique url-patterns.
com.sun.enterprise.tools.verifier.tests.web.URLPatternUniqueInServletMappings.specMappingInfo_2.4=\
    Java Servlet 2.4 Specification Section #SRV.11.2, 13.3
com.sun.enterprise.tools.verifier.tests.web.URLPatternUniqueInServletMappings.specMappingInfo_2.5=\
    Java Servlet 2.5 Specification Section #SRV.11.2, 13.3
com.sun.enterprise.tools.verifier.tests.web.URLPatternUniqueInServletMappings.passed=\
    All the servlet-mappings contain unique url-patterns within Web archive [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.URLPatternUniqueInServletMappings.failed=\
    url-pattern [ {0} ] already exists in another servlet-mapping within [ {1} ].

com.sun.enterprise.tools.verifier.tests.web.URLPatternUniqueInServletMappings.notApplicable=\
    There is no servlet-mapping within the Web archive [ {0} ].

com.sun.enterprise.tools.verifier.tests.web.URLPatternUniqueInServletFilterMappings.assertion=\
    All the filter mappings contain unique url-patterns.
com.sun.enterprise.tools.verifier.tests.web.URLPatternUniqueInServletFilterMappings.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.web.URLPatternUniqueInServletFilterMappings.passed=\
    All the filter mappings contain unique url-patterns within Web archive [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.URLPatternUniqueInServletFilterMappings.failed=\
    url-pattern [ {0} ] already exists in another filter-mapping within [ {1} ].

com.sun.enterprise.tools.verifier.tests.web.URLPatternUniqueInServletFilterMappings.notApplicable=\
    There is no filter-mapping using a url-pattern within the Web archive [ {0} ].

com.sun.enterprise.tools.verifier.tests.web.URLPatternUniqueInSecurityConstraints.assertion=\
    All the security constraints contain unique url-patterns.
com.sun.enterprise.tools.verifier.tests.web.URLPatternUniqueInSecurityConstraints.specMappingInfo_2.4=\
    Java Servlet 2.4 Specification Section #SRV.12.8, #SRV.13.3
com.sun.enterprise.tools.verifier.tests.web.URLPatternUniqueInSecurityConstraints.specMappingInfo_2.5=\
    Java Servlet 2.5 Specification Section #SRV.12.7, #SRV.13.3
com.sun.enterprise.tools.verifier.tests.web.URLPatternUniqueInSecurityConstraints.passed=\
    All the security constraints contain unique url-patterns within Web archive [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.URLPatternUniqueInSecurityConstraints.failed=\
    url-pattern [ {0} ] already exists in another security-constraint within [ { 1} ].
com.sun.enterprise.tools.verifier.tests.web.URLPatternUniqueInSecurityConstraints.notApplicable=\
    There is no security-constraint within the Web archive [ {0} ].

com.sun.enterprise.tools.verifier.tests.web.LibDirExists.assertion=\
    Servlet lib directory resides in WEB-INF/lib directory.
com.sun.enterprise.tools.verifier.tests.web.LibDirExists.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.9.5  
com.sun.enterprise.tools.verifier.tests.web.LibDirExists.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.9.5  
com.sun.enterprise.tools.verifier.tests.web.LibDirExists.passed=\
    Servlet lib directory [ {0} ] resides in WEB-INF/lib directory of [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.LibDirExists.notApplicable2=\
    Servlet lib directory [ {0} ] does not reside in [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.LibDirExists.IOException=\
    Error: I/O error trying to open [ {0} ], {1}.
com.sun.enterprise.tools.verifier.tests.web.LibDirExists.notApplicable=\
    There are no servlet components within the Web archive [ {0} ].

com.sun.enterprise.tools.verifier.tests.web.ParamName.assertion=\
    Web application's param-name exists.
com.sun.enterprise.tools.verifier.tests.web.ParamName.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.13.3  
com.sun.enterprise.tools.verifier.tests.web.ParamName.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.3.3, #SRV.13.3  
com.sun.enterprise.tools.verifier.tests.web.ParamName.passed=\
    param-name exists in the Web application.
com.sun.enterprise.tools.verifier.tests.web.ParamName.FileNotFoundException=\
    FileNotFoundException while creating the JAR file.
com.sun.enterprise.tools.verifier.tests.web.ParamName.IOException=\
    IOException while creating the JAR file.
com.sun.enterprise.tools.verifier.tests.web.ParamName.notApplicable=\
    There are no context parameters within the Web archive [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.ParamName.failed=\
    param-name must not be an empty string.

com.sun.enterprise.tools.verifier.tests.web.ParamValue.assertion=\
    Web application's param-value exists.
com.sun.enterprise.tools.verifier.tests.web.ParamValue.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.13.3  
com.sun.enterprise.tools.verifier.tests.web.ParamValue.specMappingInfo_2.5=\
3D
	  Java Servlet 2.5 Specification Section #SRV.13.3  
com.sun.enterprise.tools.verifier.tests.web.ParamValue.passed=\
    param-value exists in the Web application.
com.sun.enterprise.tools.verifier.tests.web.ParamValue.FileNotFoundException=\
    FileNotFoundException while creating the JAR file.
com.sun.enterprise.tools.verifier.tests.web.ParamValue.IOException=\
    IOException while creating the JAR file.
com.sun.enterprise.tools.verifier.tests.web.ParamValue.notApplicable=\
    There are no context parameters within the Web archive [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.ParamValue.failed=\
    param-value must not be an empty string.

com.sun.enterprise.tools.verifier.tests.web.ServletParamName.assertion=\
    Web application's ServletParam name exists.
com.sun.enterprise.tools.verifier.tests.web.ServletParamName.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.13.3
com.sun.enterprise.tools.verifier.tests.web.ServletParamName.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.13.3
com.sun.enterprise.tools.verifier.tests.web.ServletParamName.passed=\
    ServletParam name exists in the Web application.
com.sun.enterprise.tools.verifier.tests.web.ServletParamName.FileNotFoundException=\
    FileNotFoundException while creating the JAR file.
com.sun.enterprise.tools.verifier.tests.web.ServletParamName.IOException=\
    IOException while creating the JAR file.
com.sun.enterprise.tools.verifier.tests.web.ServletParamName.notApplicable=\
    There are no servlet parameters within the Web archive [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.ServletParamName.failed=\
    Param name should not be an empty string.

com.sun.enterprise.tools.verifier.tests.web.ServletParamValue.assertion=\
    Web application's ServletParam value exists.
com.sun.enterprise.tools.verifier.tests.web.ServletParamValue.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.13.3  
com.sun.enterprise.tools.verifier.tests.web.ServletParamValue.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.13.3  
com.sun.enterprise.tools.verifier.tests.web.ServletParamValue.passed=\
    ServletParam value exists in the Web application.
com.sun.enterprise.tools.verifier.tests.web.ServletParamValue.FileNotFoundException=\
    FileNotFoundException while creating the JAR file.
com.sun.enterprise.tools.verifier.tests.web.ServletParamValue.IOException=\
    IOException while creating the JAR file.
com.sun.enterprise.tools.verifier.tests.web.ServletParamValue.notApplicable=\
    There are no servlet parameters within the Web archive [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.ServletParamValue.failed=\
    Param value should not be an empty string.

com.sun.enterprise.tools.verifier.tests.web.TaglibUri.assertion=\
    taglib-uri element identifying a Tag Library used in the Web Application must not be empty.
com.sun.enterprise.tools.verifier.tests.web.TaglibUri.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.13.4  
com.sun.enterprise.tools.verifier.tests.web.TaglibUri.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.13.4; JSP 2.1 Specification Section #JSP.3.1
com.sun.enterprise.tools.verifier.tests.web.TaglibUri.passed=\
    taglib-uri element is a non-empty string.
com.sun.enterprise.tools.verifier.tests.web.TaglibUri.failed=\
    taglib-uri should not be an empty string.
com.sun.enterprise.tools.verifier.tests.web.TaglibUri.notApplicable=\
    There are no TagLibConfigurationDescriptors within the Web archive [ {0} ].

com.sun.enterprise.tools.verifier.tests.web.TaglibLocation.assertion=\
    The Tag Libary Description file specified by taglib-location element must exist in the Web Application
com.sun.enterprise.tools.verifier.tests.web.TaglibLocation.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.13.4  
com.sun.enterprise.tools.verifier.tests.web.TaglibLocation.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.13.4; JSP 2.1 Specification Section #JSP.3.1
com.sun.enterprise.tools.verifier.tests.web.TaglibLocation.passed=\
    Tag library exists in the Web application.
com.sun.enterprise.tools.verifier.tests.web.TaglibLocation.FileNotFoundException=\
    FileNotFoundException while creating the JAR file.
com.sun.enterprise.tools.verifier.tests.web.TaglibLocation.IOException=\
    IOException while creating the JAR file.
com.sun.enterprise.tools.verifier.tests.web.TaglibLocation.notApplicable=\
    There are no TagLibConfigurationDescriptors within the Web archive [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.TaglibLocation.failed=\
    [ {0} ] is not a valid tld location.

com.sun.enterprise.tools.verifier.tests.web.TagLibHandlerExists.assertion=\
    Tag library file exists in the WAR file.
com.sun.enterprise.tools.verifier.tests.web.TagLibHandlerExists.specMappingInfo_2.4=\
    JSP 2.0 Specification Section #JSP.C.1
com.sun.enterprise.tools.verifier.tests.web.TagLibHandlerExists.specMappingInfo_2.5=\
    JSP 2.1 Specification Section #JSP.C.1
    
com.sun.enterprise.tools.verifier.tests.web.TagLibHandlerExists.passed=\
    Tag library class [ {0} ] found in [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.TagLibHandlerExists.FileNotFoundException=\
    FileNotFoundException while creating the JAR file.
com.sun.enterprise.tools.verifier.tests.web.TagLibHandlerExists.IOException=\
    IOException while creating the JAR file.
com.sun.enterprise.tools.verifier.tests.web.TagLibHandlerExists.notApplicable=\
    There are no TagLibDescriptors within the Web archive [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.TagLibHandlerExists.failed=\
    Tag library class [ {0} ] not found in [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.TagLibHandlerExists.failedException=\
    Exception occurred : [ {0} ].

com.sun.enterprise.tools.verifier.tests.web.TagClassExtendsValidInterface.assertion=\
    Tag class implements javax.servlet.jsp.tagext.JspTag for JSP version 2.0, javax.servlet.jsp.tagext.Tag for earlier versions of JSP specification.
com.sun.enterprise.tools.verifier.tests.web.TagClassExtendsValidInterface.specMappingInfo_2.4=\
    Section 7.1.3 and APPENDIX JSP.C of JSP Specification version 2.0
com.sun.enterprise.tools.verifier.tests.web.TagClassExtendsValidInterface.specMappingInfo_2.5=\
    Section 7.1.3 and APPENDIX JSP.C of JSP Specification version 2.1
com.sun.enterprise.tools.verifier.tests.web.TagClassExtendsValidInterface.failed=\
    Error: Tag class [ {0} ] in [ {1} ] does not implement a valid interface.
com.sun.enterprise.tools.verifier.tests.web.TagClassExtendsValidInterface.passed=\
    No tag lib files are specified
com.sun.enterprise.tools.verifier.tests.web.TagClassExtendsValidInterface.passed1=\
    Tag class [ {0} ] in [ {1} ] implements a valid interface.

com.sun.enterprise.tools.verifier.tests.web.TEIClassExtendsValidInterface.assertion=\
    tei-class implements javax.servlet.jsp.tagext.TagExtraInfo.
com.sun.enterprise.tools.verifier.tests.web.TEIClassExtendsValidInterface.specMappingInfo_2.4=\
    Section 7.1.2 and APPENDIX JSP.C of JSP Specification version 2.0
com.sun.enterprise.tools.verifier.tests.web.TEIClassExtendsValidInterface.specMappingInfo_2.5=\
    Section 7.1.2 and APPENDIX JSP.C of JSP Specification version 2.1
com.sun.enterprise.tools.verifier.tests.web.TEIClassExtendsValidInterface.passed=\
    tei-class [ {0} ] in [ {1} ]implements valid interface.
com.sun.enterprise.tools.verifier.tests.web.TEIClassExtendsValidInterface.failed=\
    Error: tei-class [ {0} ] in [ {1} ] does not implement a valid interface.
com.sun.enterprise.tools.verifier.tests.web.TEIClassExtendsValidInterface.notApplicable=\
    Not Applicable: There are no tlds defined in [ {0} ] or tei-class is not defined inside them.

com.sun.enterprise.tools.verifier.tests.web.TagNameIsUnique.assertion=\
    The name subelement in the tag element defines a unique action name.
com.sun.enterprise.tools.verifier.tests.web.TagNameIsUnique.specMappingInfo_2.4=\
    APPENDIX JSP.C of JSP Specification version 2.0
com.sun.enterprise.tools.verifier.tests.web.TagNameIsUnique.specMappingInfo_2.5=\
    APPENDIX JSP.C of JSP Specification version 2.1
com.sun.enterprise.tools.verifier.tests.web.TagNameIsUnique.passed=\
    No tag lib files are specified
com.sun.enterprise.tools.verifier.tests.web.TagNameIsUnique.passed1=\
    All name elements are defined properly under the tag element of [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.TagNameIsUnique.failed=\
    The name element value [ {0} ] under the tag element in [ {1} ] is not unique.

com.sun.enterprise.tools.verifier.tests.web.TagClassImplementsValidInterface.assertion=\
    The tag-class must implement the javax.servlet.jsp.tagext.DynamicAttributes interface if dynamic-attributes is true
com.sun.enterprise.tools.verifier.tests.web.TagClassImplementsValidInterface.specMappingInfo_2.4=\
    APPENDIX JSP.C of JSP Specification version 2.0
com.sun.enterprise.tools.verifier.tests.web.TagClassImplementsValidInterface.specMappingInfo_2.5=\
    APPENDIX JSP.C of JSP Specification version 2.1
com.sun.enterprise.tools.verifier.tests.web.TagClassImplementsValidInterface.passed=\
    No tag lib files are specified
com.sun.enterprise.tools.verifier.tests.web.TagClassImplementsValidInterface.failed=\
    Error: tag class [ {0} ] in [ {1} ] does not implements interface javax.servlet.jsp.tagext.DynamicAttributes
com.sun.enterprise.tools.verifier.tests.web.TagClassImplementsValidInterface.passed1=\
    All tag-class defined in the tag lib descriptor files implement valid interface

com.sun.enterprise.tools.verifier.tests.web.TaglibListenerClassExists.assertion=\
    The value is of the listener-class in .tld file is must be fully qualified classname of the listener class.listener class.
com.sun.enterprise.tools.verifier.tests.web.TaglibListenerClassExists.specMappingInfo_2.4=\
    APPENDIX JSP.C of JSP Specification version 2.0
com.sun.enterprise.tools.verifier.tests.web.TaglibListenerClassExists.specMappingInfo_2.5=\
    APPENDIX JSP.C of JSP Specification version 2.1
com.sun.enterprise.tools.verifier.tests.web.TaglibListenerClassExists.passed=\
    No tag lib files are specified
com.sun.enterprise.tools.verifier.tests.web.TaglibListenerClassExists.failed=\
   Taglib listener class [ {0} ] found in [ {1} ] is not loadable
com.sun.enterprise.tools.verifier.tests.web.TaglibListenerClassExists.passed1=\
    taglib listener classes, if any, specified in tlds are loadable

com.sun.enterprise.tools.verifier.tests.web.TaglibFunctionMethodTest.assertion=\
    The specified method, in function-signature element, must be a public static method in the specified class, and must be specified using a fully-qualified return type followed by the method name, followed by the fully-qualified argument types in parenthesis, separated by commas
com.sun.enterprise.tools.verifier.tests.web.TaglibFunctionMethodTest.specMappingInfo_2.4=\
    Section JSP.2.6 and APPENDIX JSP.C of JSP Specification version 2.0
com.sun.enterprise.tools.verifier.tests.web.TaglibFunctionMethodTest.specMappingInfo_2.5=\
    Section JSP.2.10.2 and APPENDIX JSP.C of JSP Specification version 2.1
com.sun.enterprise.tools.verifier.tests.web.TaglibFunctionMethodTest.failed=\
   Error: The method [ {0} ] as defined in function-signature element of [ {1} ] does not exists or is not a public static method in class [ {2} ]
com.sun.enterprise.tools.verifier.tests.web.TaglibFunctionMethodTest.passed=\
com.sun.enterprise.tools.verifier.tests.web.TaglibFunctionMethodTest.

com.sun.enterprise.tools.verifier.tests.web.TaglibFunctionSignatureIsValid.assertion=\
    The function-signature must be specified using a fully-qualified return type followed by the method name, followed by the fully-qualified argument types in parenthesis, separated by commas.
com.sun.enterprise.tools.verifier.tests.web.TaglibFunctionSignatureIsValid.specMappingInfo_2.4=\
    Section JSP.2.6 and APPENDIX JSP.C of JSP Specification version 2.0
com.sun.enterprise.tools.verifier.tests.web.TaglibFunctionSignatureIsValid.specMappingInfo_2.5=\
    Section JSP.2.10.2 and APPENDIX JSP.C of JSP Specification version 2.1
com.sun.enterprise.tools.verifier.tests.web.TaglibFunctionSignatureIsValid.passed=\
    function-signature element of the tag lib descriptor are properly defined.
com.sun.enterprise.tools.verifier.tests.web.TaglibFunctionSignatureIsValid.failed1=\
    ERROR: In the tld [ {0} ] parameters are not specified correctly in this signature [ {1} ]
com.sun.enterprise.tools.verifier.tests.web.TaglibFunctionSignatureIsValid.failed=\
    ERROR: In the tld [ {0} ] return type is not specified correctly in this signature [ {1} ]

com.sun.enterprise.tools.verifier.tests.web.ResourceRefName.assertion=\
    Resource reference name exists.
com.sun.enterprise.tools.verifier.tests.web.ResourceRefName.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.9.11, #SRV.13.4
com.sun.enterprise.tools.verifier.tests.web.ResourceRefName.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.14.2.2, #SRV.13.4
com.sun.enterprise.tools.verifier.tests.web.ResourceRefName.passed=\
com.sun.enterprise.tools.verifier.tests.web.ResourceRefName.passed=\
    Resource reference exists in the Web application.
com.sun.enterprise.tools.verifier.tests.web.ResourceRefName.FileNotFoundException=\
    FileNotFoundException while creating the JAR file.
com.sun.enterprise.tools.verifier.tests.web.ResourceRefName.IOException=\
    IOException while creating the JAR file.
com.sun.enterprise.tools.verifier.tests.web.ResourceRefName.notApplicable=\
    There are no resource references defined within the Web archive [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.ResourceRefName.failed=\
    Resource reference entry should not be an empty string.

com.sun.enterprise.tools.verifier.tests.web.elements.ServletName.assertion=\
    Servlet name exists.
com.sun.enterprise.tools.verifier.tests.web.elements.ServletName.specMappingInfo_2.4=\
    Java Servlet 2.4 Specification Section #SRV.13.3
com.sun.enterprise.tools.verifier.tests.web.elements.ServletName.specMappingInfo_2.5=\
    Java Servlet 2.5 Specification Section #SRV.13.3
com.sun.enterprise.tools.verifier.tests.web.elements.ServletName.passed=\
    Servlet class's name is valid.
com.sun.enterprise.tools.verifier.tests.web.elements.ServletName.failed=\
    Servlet class name should not be an empty string.
com.sun.enterprise.tools.verifier.tests.web.elements.ServletName.notApplicable=\
    There are no servlet components within the Web archive [ {0} ].

com.sun.enterprise.tools.verifier.tests.web.WebEnvEntryName.assertion=\
    Web environment entry name.
com.sun.enterprise.tools.verifier.tests.web.WebEnvEntryName.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.13.4  
com.sun.enterprise.tools.verifier.tests.web.WebEnvEntryName.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.13.4  
com.sun.enterprise.tools.verifier.tests.web.WebEnvEntryName.passed=\
    Environment entry value [ {0} ] has valid name within Web archive [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.WebEnvEntryName.failed=\
    Environment entry name should not be an empty string.
com.sun.enterprise.tools.verifier.tests.web.WebEnvEntryName.notApplicable=\
    There are no environment entry elements defined within this Web archive [ {0} ].

com.sun.enterprise.tools.verifier.tests.web.elements.WebReferencesInWEBINF.assertion=\
    Web archive references to other beans.
com.sun.enterprise.tools.verifier.tests.web.elements.WebReferencesInWEBINF.specMappingInfo_2.4=\
	  Java Servlet 2.3 Specification Section #SRV.9.5, Java Servlet 2.4 Specification Section #SRV.13.4, J2EE 1.4 Platform Specification Section #5.3.1.2, J2EE 1.4 Platform Specification Section #5.3.2  
com.sun.enterprise.tools.verifier.tests.web.elements.WebReferencesInWEBINF.notApplicable2=\
    Not Applicable: [ {0} ] must be external reference to bean outside of [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.elements.WebReferencesInWEBINF.notApplicable=\
Not Applicable: No EJB references found in [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.elements.WebReferencesInWEBINF.IOException=\
I/O error trying to open {0}.
com.sun.enterprise.tools.verifier.tests.web.elements.WebReferencesInWEBINF.notApplicable1=\
There are no EJB references to other beans within the Web archive [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.elements.WebReferencesInWEBINF.passed1=\
The referenced enterprise bean''s bean class [ {0} ] exists and is loadable within [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.elements.WebReferencesInWEBINF.failed=\
Error: The [ {0} ] interface of the referenced enterprise bean [ {1} ] is not packaged inside the WEB-INF directory of the WAR file.
com.sun.enterprise.tools.verifier.tests.web.elements.WebReferencesInWEBINF.failed1=\
Error: Bean class [ {0} ] does not exist or is not loadable.
com.sun.enterprise.tools.verifier.tests.web.elements.WebReferencesInWEBINF.passed=\
The referenced bean''s home/component [ {0} ] interface exists and is loadable within [ {1} ].

com.sun.enterprise.tools.verifier.tests.web.ResourceAuth.assertion=\
    Resource reference authorization.
com.sun.enterprise.tools.verifier.tests.web.ResourceAuth.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.13.4  
com.sun.enterprise.tools.verifier.tests.web.ResourceAuth.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.13.4  
com.sun.enterprise.tools.verifier.tests.web.ResourceAuth.passed=\
    Resource reference has valid authorization.
com.sun.enterprise.tools.verifier.tests.web.ResourceAuth.failed=\
    Resource reference authorization has to be either Container or Application.
com.sun.enterprise.tools.verifier.tests.web.ResourceAuth.notApplicable=\
    There are no resource references defined within the Web archive [ {0} ].

com.sun.enterprise.tools.verifier.tests.web.elements.WebEjbRefTypeElement.assertion=\
    Web archive enterprise bean reference type.
com.sun.enterprise.tools.verifier.tests.web.elements.WebEjbRefTypeElement.specMappingInfo_2.4=\
	  Java Servlet 2.3 Specification Section #SRV.13.3, Java Servlet 2.4 Specification Section 13.4, J2EE 1.4 Platform Specification Section #5.3.1.2, J2EE 1.4 Platform Specification Section #5.3.2  
com.sun.enterprise.tools.verifier.tests.web.elements.WebEjbRefTypeElement.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section 13.4, JavaEE 5 Platform Specification Section #5.5.1.3
com.sun.enterprise.tools.verifier.tests.web.elements.WebEjbRefTypeElement.passed=\
    All ejb-ref-type elements are valid. They are all [ {0} ] or [ {1} ] within the Web archive [ {2} ].
com.sun.enterprise.tools.verifier.tests.web.elements.WebEjbRefTypeElement.failed=\
    Error: ejb-ref-type [ {0} ] within Web archive [ {1} ] is not valid. Must be [ {2} ] or [ {3} ].
com.sun.enterprise.tools.verifier.tests.web.elements.WebEjbRefTypeElement.notApplicable=\
    There are no EJB references to other beans within the Web archive [ {0} ].


com.sun.enterprise.tools.verifier.tests.web.elements.WebEjbReferencesElement.assertion=\
    Web archive references to other bean's home interfaces.
com.sun.enterprise.tools.verifier.tests.web.elements.WebEjbReferencesElement.specMappingInfo_2.4=\
	  Java Servlet 2.3 Specification Section #SRV.13.3, Java Servlet 2.4 Specification Section 13.4, J2EE 1.4 Platform Specification Section #5.3.1.2, J2EE 1.4 Platform Specification Section #5.3.2  
com.sun.enterprise.tools.verifier.tests.web.elements.WebEjbReferencesElement.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section 13.4, JavaEE 5 Platform Specification Section #5.5.1.3
com.sun.enterprise.tools.verifier.tests.web.elements.WebEjbReferencesElement.passed=\
    For ejb-ref element [ {0} ] the home/component interface class [ {1} ] is loadable within [ {2} ].
com.sun.enterprise.tools.verifier.tests.web.elements.WebEjbReferencesElement.failed=\
    Error: For ejb-ref element [ {0} ] the home/component interface class [ {1} ] is not loadable within [ {2} ].
com.sun.enterprise.tools.verifier.tests.web.elements.WebEjbReferencesElement.notApplicable=\
    There is no ejb-ref inside [ {0} ].


com.sun.enterprise.tools.verifier.tests.web.WebArchiveClassesLoadable.assertion=\
    All classes in this Web Archive are loadable excluding classes used in JSPs. The test AllJSPsMustBeCompilable takes care of reporting non portable errors in JSP classes.  
com.sun.enterprise.tools.verifier.tests.web.WebArchiveClassesLoadable.specMappingInfo_2.4=\
      J2EE 1.4 Specification Section #8.1.2  
com.sun.enterprise.tools.verifier.tests.web.WebArchiveClassesLoadable.specMappingInfo_2.5=\
      JavaEE 5 Specification Section #8.1.2
com.sun.enterprise.tools.verifier.tests.web.WebArchiveClassesLoadable.passed=\
    All the classes are loadable within [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.WebArchiveClassesLoadable.exception=\
    Error: [ {0} ] exception while loading the archive [ {1} ].


com.sun.enterprise.tools.verifier.tests.web.JspFile.assertion=\
    jsp-file element contains the full path to a JSP file within the Web application.
com.sun.enterprise.tools.verifier.tests.web.JspFile.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.13.4  
com.sun.enterprise.tools.verifier.tests.web.JspFile.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.13.4
com.sun.enterprise.tools.verifier.tests.web.JspFile.passed=\
    jsp-file element [ {0} ] contains the full path to a JSP file within Web application [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.JspFile.failed=\
    Error: jsp-file element [ {0} ] is not found within [ {1} ] or does not contain the full path to a JSP file within Web application [ {2} ].
com.sun.enterprise.tools.verifier.tests.web.JspFile.notApplicable=\
    There are no JSP components within the Web archive [ {0} ].



com.sun.enterprise.tools.verifier.tests.web.WelcomeFile.assertion=\
    welcome-file element contains the file name to use as a default welcome file.
com.sun.enterprise.tools.verifier.tests.web.WelcomeFile.specMappingInfo_2.4=\
    Java Servlet 2.4 Specification Section #9.10, #SRV.13.4
com.sun.enterprise.tools.verifier.tests.web.WelcomeFile.specMappingInfo_2.5=\
    Java Servlet 2.4 Specification Section #9.10, #SRV.13.4
com.sun.enterprise.tools.verifier.tests.web.WelcomeFile.failed1=\
    Error: Welcome file URL [ {0} ] must be a partial URL with no trailing or leading /.
com.sun.enterprise.tools.verifier.tests.web.WelcomeFile.passed=\
    welcome-file element [ {0} ] contains the file name to use as a default welcome file within Web application [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.WelcomeFile.failed=\
    Error: Welcome file [ {0} ] is not found within [ {1} ] or does not contain the file name to use as a default welcome file within Web application [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.WelcomeFile.notApplicable=\
    There are no welcome file elements within the Web archive [ {0} ].


com.sun.enterprise.tools.verifier.tests.web.ExceptionType.assertion=\
    exception-type element contains a fully qualified class name of a Java exception type.
com.sun.enterprise.tools.verifier.tests.web.ExceptionType.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.13.3  
com.sun.enterprise.tools.verifier.tests.web.ExceptionType.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.13.3
com.sun.enterprise.tools.verifier.tests.web.ExceptionType.passed=\
    exception-type element [ {0} ] contains a fully qualified class name of a Java exception type within Web application [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.ExceptionType.failed=\
    Error: exception-type element [ {0} ] does not contain a fully qualified class name of a Java exception type within Web application [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.ExceptionType.notApplicable=\
    There are no exception-type elements within the Web archive [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.ExceptionType.notApplicable1=\
    Exception type is null, using error-code [ {0} ] instead within Web application [ {1} ].


com.sun.enterprise.tools.verifier.tests.web.WebResourceName.assertion=\
    The web-resource-name element contains the name of this Web resource collection.
com.sun.enterprise.tools.verifier.tests.web.WebResourceName.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.13.3  
com.sun.enterprise.tools.verifier.tests.web.WebResourceName.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.13.3  
com.sun.enterprise.tools.verifier.tests.web.WebResourceName.passed=\
    web-resource-name [ {0} ] contains the name of this Web resource collection within Web application [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.WebResourceName.failed=\
    Error: web-resource-name [ {0} ] does not contain the name of this Web resource collection within Web application [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.WebResourceName.notApplicable=\
    There are no web-resource-name elements within the Web archive [ {0} ].


com.sun.enterprise.tools.verifier.tests.web.WebResourceHTTPMethod.assertion=\
    The http-method element contains the name of the Web resource collection's HTTP method.
com.sun.enterprise.tools.verifier.tests.web.WebResourceHTTPMethod.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.13.3  
com.sun.enterprise.tools.verifier.tests.web.WebResourceHTTPMethod.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.13.3  
com.sun.enterprise.tools.verifier.tests.web.WebResourceHTTPMethod.passed=\
    http-method [ {0} ] is a valid HTTP method name within Web resource collection [ {1} ] in Web application [ {2} ].
com.sun.enterprise.tools.verifier.tests.web.WebResourceHTTPMethod.failed=\
    Error: http-method [ {0} ] is not a valid HTTP method name within Web resource collection [ {1} ] in Web application [ {2} ].
com.sun.enterprise.tools.verifier.tests.web.WebResourceHTTPMethod.notApplicable=\
    There are no http-method elements within the Web archive [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.WebResourceHTTPMethod.notApplicable1=\
    There are no http-method elements in the Web resource collection [ {0} ] within [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.WebResourceHTTPMethod.notApplicable2=\
    There are no Web resource collections in the Web security constraint within [ {0} ].


com.sun.enterprise.tools.verifier.tests.web.TransportGuarantee.assertion=\
    The transport-guarantee element specifies that the communication between client and server should be "SECURE", "NONE", or "CONFIDENTIAL".
com.sun.enterprise.tools.verifier.tests.web.TransportGuarantee.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #12.8, #SRV.13.3  
com.sun.enterprise.tools.verifier.tests.web.TransportGuarantee.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV12.7, #SRV.13.3  
com.sun.enterprise.tools.verifier.tests.web.TransportGuarantee.passed=\
    transport-guarantee [ {0} ] specifies that the communication between client and server should be one of \"SECURE\", \"NONE\", or \"CONFIDENTIAL\" within Web application [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.TransportGuarantee.failed=\
    Error: transport-guarantee [ {0} ] does not specify that the communication between client and server is one of \"SECURE\", \"NONE\", or \"CONFIDENTIAL\" within Web application [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.TransportGuarantee.notApplicable=\
    There are no transport-guarantee elements within the Web archive [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.TransportGuarantee.notApplicable1=\
    There are no transport-guarantee elements within the Web application [ {0} ].


com.sun.enterprise.tools.verifier.tests.web.WebSecurityRoleName.assertion=\
    Web security role names.
com.sun.enterprise.tools.verifier.tests.web.WebSecurityRoleName.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.13.4  
com.sun.enterprise.tools.verifier.tests.web.WebSecurityRoleName.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.13.4  
com.sun.enterprise.tools.verifier.tests.web.WebSecurityRoleName.passed=\
    The security role name [ {0} ] was found within Web application [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.WebSecurityRoleName.failed=\
    Error: The security role name [ {0} ] was not found within Web application [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.WebSecurityRoleName.notApplicable=\
    There are no security role-name elements within this Web archive [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.WebSecurityRoleName.notApplicable1=\
    Not Applicable: There are no security roles in this security constraint within [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.WebSecurityRoleName.notApplicable2=\
    Not Applicable: There is no authorization constraint in this security constraint within [ {0} ].


com.sun.enterprise.tools.verifier.tests.web.AuthMethod.assertion=\
    Web auth-method must be one of the following: "BASIC", "DIGEST", "FORM" or "CLIENT-CERT".
com.sun.enterprise.tools.verifier.tests.web.AuthMethod.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #12.5 #SRV.13.4  
com.sun.enterprise.tools.verifier.tests.web.AuthMethod.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #12.5 #SRV.13.4
com.sun.enterprise.tools.verifier.tests.web.AuthMethod.passed=\
    The auth-method [ {0} ] is a valid value within Web application [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.AuthMethod.failed=\
    Error: The auth-method [ {0} ] is not a valid value within Web application [ {1} ].  It must be either [ {2} ], [ {3} ], [ {4} ], or [ {5} ].
com.sun.enterprise.tools.verifier.tests.web.AuthMethod.notApplicable=\
    There are no auth-method elements within this Web archive [ {0} ].


com.sun.enterprise.tools.verifier.tests.web.FormLoginPage.assertion=\
    Web form-login-page value defines the location in the Web application where the page to be used for login can be found.
com.sun.enterprise.tools.verifier.tests.web.FormLoginPage.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.13.3  
com.sun.enterprise.tools.verifier.tests.web.FormLoginPage.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.13.4  
com.sun.enterprise.tools.verifier.tests.web.FormLoginPage.passed=\
    The form-login-page [ {0} ] value defines the location in the Web application [ {1} ] where the page to be used for login can be found.
com.sun.enterprise.tools.verifier.tests.web.FormLoginPage.failed=\
    Error: The form-login-page [ {0} ] value does not define the location in the Web application [ {1} ] where the page to be used for login can be found.
com.sun.enterprise.tools.verifier.tests.web.FormLoginPage.notApplicable=\
    There are no form-login-page elements within this Web archive [ {0} ].


com.sun.enterprise.tools.verifier.tests.web.FormErrorPage.assertion=\
    Web form-error-page value defines the location in the Web application where the error page that is displayed when login is not successful can be found.
com.sun.enterprise.tools.verifier.tests.web.FormErrorPage.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.13.3  
com.sun.enterprise.tools.verifier.tests.web.FormErrorPage.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.13.3  
com.sun.enterprise.tools.verifier.tests.web.FormErrorPage.passed=\
    The form-error-page [ {0} ] value defines the location in Web application [ {1} ] where the error page that is displayed when login is not successful can be found.
com.sun.enterprise.tools.verifier.tests.web.FormErrorPage.failed=\
    Error: The form-error-page [ {0} ] value does not define the location in Web application [ {1} ] where the error page that is displayed when login is not successful can be found.
com.sun.enterprise.tools.verifier.tests.web.FormErrorPage.notApplicable=\
    There are no form-error-page elements within this Web archive [ {0} ].


com.sun.enterprise.tools.verifier.tests.web.RealmName.assertion=\
    Web realm-name specifies the realm name to use in HTTP basic authentication.
com.sun.enterprise.tools.verifier.tests.web.RealmName.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #12.5.1 #SRV.13.4  
com.sun.enterprise.tools.verifier.tests.web.RealmName.specMappingInfo_2.5=\
	  Java Servlet 2.4 Specification Section #12.5.1 #SRV.13.4  
com.sun.enterprise.tools.verifier.tests.web.RealmName.passed=\
    The realm-name [ {0} ] value specifies the realm name to use in HTTP basic authentication within Web application [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.RealmName.notApplicable1=\
    Not Applicable: The realm-name [ {0} ] value does not specify the realm name to use in HTTP basic authentication within Web application [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.RealmName.notApplicable=\
    There are no realm-name elements within this Web archive [ {0} ].


com.sun.enterprise.tools.verifier.tests.web.ErrorCode.assertion=\
    error-code element contains an HTTP error code.
com.sun.enterprise.tools.verifier.tests.web.ErrorCode.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.13.3  
com.sun.enterprise.tools.verifier.tests.web.ErrorCode.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.13.3  
com.sun.enterprise.tools.verifier.tests.web.ErrorCode.passed=\
    error-code [ {0} ] contains valid HTTP error code within Web application [ {1} ]
com.sun.enterprise.tools.verifier.tests.web.ErrorCode.failed=\
    Error: error-code [ {0} ] does not contain a valid HTTP error code within Web application [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.ErrorCode.notApplicable1=\
    Not Applicable: error-code is [ {0} ], using [ {1} ] instead within Web application [ {2} ].
com.sun.enterprise.tools.verifier.tests.web.ErrorCode.notApplicable=\
    There are no error-code elements within the Web archive [ {0} ].


com.sun.enterprise.tools.verifier.tests.web.Location.assertion=\
    Location element contains the location of the resource in the Web application.
com.sun.enterprise.tools.verifier.tests.web.Location.specMappingInfo_2.4=\
   Java Servlet 2.4 Specification Section #SRV.13.3
com.sun.enterprise.tools.verifier.tests.web.Location.specMappingInfo_2.5=\
   Java Servlet 2.5 Specification Section #SRV.13.3
com.sun.enterprise.tools.verifier.tests.web.Location.passed=\
    Location [ {0} ] contains the location of the resource within Web application [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.Location.failed=\
    Error: Location [ {0} ] is not found within [ {1} ] or does not contain the location of the resource within Web application [ {2} ].
com.sun.enterprise.tools.verifier.tests.web.Location.notApplicable=\
    There are no location elements within the Web archive [ {0} ].


com.sun.enterprise.tools.verifier.tests.web.RoleLink.assertion=\
    The role-link element is used to link a security role reference to a defined security role.
com.sun.enterprise.tools.verifier.tests.web.RoleLink.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.13.4  
com.sun.enterprise.tools.verifier.tests.web.RoleLink.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.13.4  
com.sun.enterprise.tools.verifier.tests.web.RoleLink.passed=\
    role-link [ {0} ] links security role reference to a defined security role within Web application [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.RoleLink.failed=\
    Error: role-link [ {0} ] does not link security role reference to a defined security role within Web application [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.RoleLink.notApplicable1=\
    [ {0} ] has no role-link element defined within the Web archive [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.RoleLink.notApplicable=\
    There are no role-link elements within the Web archive [ {0} ]


com.sun.enterprise.tools.verifier.tests.web.WebEnvEntryValueType.assertion=\
    Web archive environment entry value type.
com.sun.enterprise.tools.verifier.tests.web.WebEnvEntryValueType.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.13.4  
com.sun.enterprise.tools.verifier.tests.web.WebEnvEntryValueType.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.13.4  
com.sun.enterprise.tools.verifier.tests.web.WebEnvEntryValueType.passed=\
    Environment entry value [ {0} ] has valid value type [ {1} ] within Web archive [ {2} ].
com.sun.enterprise.tools.verifier.tests.web.WebEnvEntryValueType.failed=\
    Error: Environment entry value [ {0} ] does not have valid value type [ {1} ] within Web archive [ {2} ].
com.sun.enterprise.tools.verifier.tests.web.WebEnvEntryValueType.notApplicable1=\
    Environment entry [ {0} ] initial value is not defined within Web application [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.WebEnvEntryValueType.notApplicable=\
    There are no env-entry elements defined within this Web archive [ {0} ].


com.sun.enterprise.tools.verifier.tests.web.WebEnvEntryValue.assertion=\
    Web archive environment entry value must be a string that is valid for the constructor of the specified type that takes a single String parameter.
com.sun.enterprise.tools.verifier.tests.web.WebEnvEntryValue.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.13.4  
com.sun.enterprise.tools.verifier.tests.web.WebEnvEntryValue.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.13.4  
com.sun.enterprise.tools.verifier.tests.web.WebEnvEntryValue.passed=\
    Environment entry value [ {0} ] has valid value [ {1} ] for constructor of the specified type [ {2} ] that takes a single String parameter within Web archive [ {3} ].
com.sun.enterprise.tools.verifier.tests.web.WebEnvEntryValue.failed=\
    Error: Environment entry value [ {0} ] does not have valid value [ {1} ] for constructor of the specified type [ {2} ] that takes a single String parameter within Web archive [ {3} ].
com.sun.enterprise.tools.verifier.tests.web.WebEnvEntryValue.notApplicable=\
    There are no env-entry elements defined within this Web archive [ {0} ].
 


com.sun.enterprise.tools.verifier.tests.web.WebResourceType.assertion=\
    The resource-type element specifies the Java class type of the data source.
com.sun.enterprise.tools.verifier.tests.web.WebResourceType.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.13.4  
com.sun.enterprise.tools.verifier.tests.web.WebResourceType.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.13.4  
com.sun.enterprise.tools.verifier.tests.web.WebResourceType.passed=\
    The resource-type [ {0} ] element specifies the Java class type of the data source within Web application [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.WebResourceType.failed=\
    Error: The resource-type [ {0} ] element does not specify a valid Java class type for the data source within Web application [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.WebResourceType.notApplicable=\
    There are no resource-type elements within the Web archive [ {0} ].


com.sun.enterprise.tools.verifier.tests.web.SessionTimeout.assertion=\
    Servlet session-timeout element defines the default session timeout interval expressed in whole minutes.
com.sun.enterprise.tools.verifier.tests.web.SessionTimeout.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV7.5, #SRV.13.3  
com.sun.enterprise.tools.verifier.tests.web.SessionTimeout.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.7.5, #SRV.13.3  
com.sun.enterprise.tools.verifier.tests.web.SessionTimeout.passed=\
    Servlet session-timeout [ {0} ] element defines the default session timeout interval expressed in whole minutes.
com.sun.enterprise.tools.verifier.tests.web.SessionTimeout.failed=\
    Error: Servlet session-timeout [ {0} ] element does not define the default session timeout interval expressed in whole minutes.
com.sun.enterprise.tools.verifier.tests.web.SessionTimeout.notApplicable=\
    Not Applicable: Servlet session-timeout [ {0} ] element does not define the default session timeout interval.

com.sun.enterprise.tools.verifier.tests.web.SessionConfigTest.assertion=\
    The deployment descriptor instance file must not contain multiple session-config elements.
com.sun.enterprise.tools.verifier.tests.web.SessionConfigTest.specMappingInfo_2.4=\
    Java Servlet 2.4 Specification Section #SRV.13.3
com.sun.enterprise.tools.verifier.tests.web.SessionConfigTest.specMappingInfo_2.5=\
    Java Servlet 2.5 Specification Section #SRV.13.3
com.sun.enterprise.tools.verifier.tests.web.SessionConfigTest.notApplicable=\
    Not Applicable: Servlet session-config element is not specified.
com.sun.enterprise.tools.verifier.tests.web.SessionConfigTest.passed=\
    The session-config element is specified correctly.
com.sun.enterprise.tools.verifier.tests.web.SessionConfigTest.failed=\
    The deployment descriptor instance contains multiple session-config elements.
com.sun.enterprise.tools.verifier.tests.web.elements.UrlElement.assertion=\
    Servlet url element defines a url location to a resource external to this Web application.
com.sun.enterprise.tools.verifier.tests.web.elements.UrlElement.specMappingInfo_2.4=\
    Java Servlet 2.4 Specification Section #SRV.13.3
com.sun.enterprise.tools.verifier.tests.web.elements.UrlElement.specMappingInfo_2.5=\
    Java Servlet 2.5 Specification Section #SRV.13.3
com.sun.enterprise.tools.verifier.tests.web.elements.UrlElement.passed=\
    Servlet url [ {0} ] defines a url location to a resource external to this Web application.
com.sun.enterprise.tools.verifier.tests.web.elements.UrlElement.failed=\
    Error: Servlet url [ {0} ] does not define a url location to a resource external to this Web application.
com.sun.enterprise.tools.verifier.tests.web.elements.UrlElement.notApplicable=\
    There are no url elements within the Web archive [ {0} ].


com.sun.enterprise.tools.verifier.tests.web.elements.ExtensionElement.assertion=\
    Servlet extension element contains a string describing an extension.
com.sun.enterprise.tools.verifier.tests.web.elements.ExtensionElement.specMappingInfo_2.4=\
    Java Servlet 2.4 Specification Section #SRV.13.3
com.sun.enterprise.tools.verifier.tests.web.elements.ExtensionElement.specMappingInfo_2.5=\
    Java Servlet 2.5 Specification Section #SRV.13.3
com.sun.enterprise.tools.verifier.tests.web.elements.ExtensionElement.passed=\
    Servlet extension [ {0} ] defined and valid for this Web application [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.elements.ExtensionElement.failed=\
    Error: Servlet extension [ {0} ] defined but not valid for this Web application [ {1} ]. Extensions must start with \".\".
com.sun.enterprise.tools.verifier.tests.web.elements.ExtensionElement.notApplicable=\
    There are no mime-mapping elements within the Web archive [ {0} ].


com.sun.enterprise.tools.verifier.tests.web.elements.MimeTypeElement.assertion=\
    Servlet mime-type element contains a defined MIME type.
com.sun.enterprise.tools.verifier.tests.web.elements.MimeTypeElement.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.13.3  
com.sun.enterprise.tools.verifier.tests.web.elements.MimeTypeElement.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.13.3  
com.sun.enterprise.tools.verifier.tests.web.elements.MimeTypeElement.passed=\
    Servlet mime-type [ {0} ] is defined and valid for this Web application [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.elements.MimeTypeElement.failed=\
    Error: Servlet mime-type [ {0} ] is defined but not valid for this Web application [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.elements.MimeTypeElement.notApplicable=\
    There are no mime-mapping elements within the Web archive [ {0} ].


com.sun.enterprise.tools.verifier.tests.web.JarContainsXMLFile.assertion=\
    JAR file contains the XML-based deployment descriptor.
com.sun.enterprise.tools.verifier.tests.web.JarContainsXMLFile.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.9.5  
com.sun.enterprise.tools.verifier.tests.web.JarContainsXMLFile.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.9.5  
com.sun.enterprise.tools.verifier.tests.web.JarContainsXMLFile.passed=\
    Found deployment descriptor XML file [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.JarContainsXMLFile.failed=\
    Error: No deployment descriptor XML file found, looking for [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.JarContainsXMLFile.failedException=\
    Error: File not found trying to read deployment descriptor file [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.JarContainsXMLFile.failedException1=\
    Error: I/O error trying to read deployment descriptor file [ {0} ].

com.sun.enterprise.tools.verifier.tests.web.WebTest.Exception=\
    Error: Unexpected exception occurred [ {0} ].

com.sun.enterprise.tools.verifier.tests.web.WebTestsUtil.Exception=\
Error: Unexpected exception occurred : {0}

com.sun.enterprise.tools.verifier.tests.web.ListenerClass.notApplicable=\
    There are no listener components within the Web archive [ {0} ].

com.sun.enterprise.tools.verifier.tests.web.ListenerClassExists.assertion=\
    Listener class resides in the WEB-INF/classes directory or WEB-INF/lib JAR files.
com.sun.enterprise.tools.verifier.tests.web.ListenerClassExists.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.10.3.1  
com.sun.enterprise.tools.verifier.tests.web.ListenerClassExists.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.10.3.1  
com.sun.enterprise.tools.verifier.tests.web.ListenerClassExists.passed=\
    Declared Listener class [ {0} ] resides in WEB-INF/classes or WEB-INF/lib.
com.sun.enterprise.tools.verifier.tests.web.ListenerClassExists.failed=\
    Empty or null String specified for Listener class name in [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.ListenerClassExists.passed1=\
    Listener class name is [ {0} ]; make sure it is available in classpath at runtime.

com.sun.enterprise.tools.verifier.tests.web.ListenerClassHasValidConstructor.assertion=\
    Listener class has a public constructor that takes no argument.
com.sun.enterprise.tools.verifier.tests.web.ListenerClassHasValidConstructor.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.10.3.1  
com.sun.enterprise.tools.verifier.tests.web.ListenerClassHasValidConstructor.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.10.3.1  
com.sun.enterprise.tools.verifier.tests.web.ListenerClassHasValidConstructor.debug=\
    Testing Listener class constructor [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.ListenerClassHasValidConstructor.passed=\
    Listener class [ {0} ] implements a valid constructor.
com.sun.enterprise.tools.verifier.tests.web.ListenerClassHasValidConstructor.failed=\
    Error: Listener class [ {0} ] does not implement a valid constructor.    

com.sun.enterprise.tools.verifier.tests.web.ListenerClassImplementsValidInterface.warning=\
Listener class [ {0} ] implements a valid interface.\n WARNING: Listener class [ {0} ] implements javax.servlet.http.HttpSessionBindingListener interface.\n NOTE: The valueBound() and valueUnbound() methods will never be called unless the application explicitly adds an instance to the session itself.
com.sun.enterprise.tools.verifier.tests.web.ListenerClassImplementsValidInterface.assertion=\
    Listener class implements one of the listener interfaces.
com.sun.enterprise.tools.verifier.tests.web.ListenerClassImplementsValidInterface.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.10.3.1  
com.sun.enterprise.tools.verifier.tests.web.ListenerClassImplementsValidInterface.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.10.3.1  
com.sun.enterprise.tools.verifier.tests.web.ListenerClassImplementsValidInterface.debug=\
    Interface [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.ListenerClassImplementsValidInterface.passed=\
    Listener class [ {0} ] implements a valid listener interface.
com.sun.enterprise.tools.verifier.tests.web.ListenerClassImplementsValidInterface.failed=\
    Error: Listener class [ {0} ] does not implement one or more of the following valid interfaces:\n javax.servlet.ServletContextAttributeListener, javax.servlet.ServletContextListener, javax.servlet.http.HttpSessionAttributeListener, javax.servlet.http.HttpSessionListener

com.sun.enterprise.tools.verifier.tests.web.FilterClass.notApplicable=\
    There are no filter components within the Web archive [ {0} ].

com.sun.enterprise.tools.verifier.tests.web.FilterClassExists.assertion=\
    Filter class resides in the WEB-INF/classes directory or WEB-INF/lib JAR files.
com.sun.enterprise.tools.verifier.tests.web.FilterClassExists.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.6.2.4  
com.sun.enterprise.tools.verifier.tests.web.FilterClassExists.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.6.2.4  
com.sun.enterprise.tools.verifier.tests.web.FilterClassExists.passed=\
    Declared filter class [ {0} ] resides in WEB-INF/classes or WEB-INF/lib.

com.sun.enterprise.tools.verifier.tests.web.FilterMapping.assertion=\
    Filter mapping should be a correct URL or a servlet-name within the application.
com.sun.enterprise.tools.verifier.tests.web.FilterMapping.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.6.2.4  
com.sun.enterprise.tools.verifier.tests.web.FilterMapping.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.6.2.4  
com.sun.enterprise.tools.verifier.tests.web.FilterMapping.failed=\
    Filter Mapping for [ {0} ] has invalid url-mapping [ {1} ]
com.sun.enterprise.tools.verifier.tests.web.FilterMapping.failed1=\
    Filter Mapping for [ {0} ] has invalid servlet-name
com.sun.enterprise.tools.verifier.tests.web.FilterMapping.passed=\
    All filter mappings are correct.

com.sun.enterprise.tools.verifier.tests.web.spec22.JspFileName.assertion=\
    JSP file name must start with a leading / for Web applications referring to Servlet Specification 2.3.
com.sun.enterprise.tools.verifier.tests.web.spec22.JspFileName.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.13.3  
com.sun.enterprise.tools.verifier.tests.web.spec22.JspFileName.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.13.4  
com.sun.enterprise.tools.verifier.tests.web.spec22.JspFileName.passed=\
    JSP name [ {0} ] is valid.
com.sun.enterprise.tools.verifier.tests.web.spec22.JspFileName.passed1=\
    JSP name [ {0} ] is valid and starts with a leading ''/''.
com.sun.enterprise.tools.verifier.tests.web.spec22.JspFileName.failed=\
    Error: JSP name [ {0} ] is invalid as it does not start with a leading /.
com.sun.enterprise.tools.verifier.tests.web.spec22.JspFileName.notApplicable=\
    There are no JSP components within the Web archive [ {0} ].

com.sun.enterprise.tools.verifier.tests.web.FilterClassHasValidConstructor.assertion=\
    Filter class has a public constructor that takes no argument.
com.sun.enterprise.tools.verifier.tests.web.FilterClassHasValidConstructor.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.6.2  
com.sun.enterprise.tools.verifier.tests.web.FilterClassHasValidConstructor.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.6.2  
com.sun.enterprise.tools.verifier.tests.web.FilterClassHasValidConstructor.debug=\
    Testing filter class constructor [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.FilterClassHasValidConstructor.passed=\
    Filter class [ {0} ] implements a valid constructor.
com.sun.enterprise.tools.verifier.tests.web.FilterClassHasValidConstructor.failed=\
    Error: Filter class [ {0} ] does not implement a valid constructor.

com.sun.enterprise.tools.verifier.tests.web.FilterClassImplementsValidInterface.assertion=\
    Filter class implements the javax.servlet.Filter interface.
com.sun.enterprise.tools.verifier.tests.web.FilterClassImplementsValidInterface.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.6.2  
com.sun.enterprise.tools.verifier.tests.web.FilterClassImplementsValidInterface.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.6.2  

com.sun.enterprise.tools.verifier.tests.web.FilterInitParamValue.assertion=\
    Filter init param value should not be an empty string.
com.sun.enterprise.tools.verifier.tests.web.FilterInitParamValue.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.13.3, #SRV.6.2.3  
com.sun.enterprise.tools.verifier.tests.web.FilterInitParamValue.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.13.3, #SRV.6.2.3  
com.sun.enterprise.tools.verifier.tests.web.FilterInitParamValue.passed=\
    Param value exists for the filter [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.FilterInitParamValue.warning=\
    WARNING: Param value entry for the filter [ {0} ] should be of finite length.
com.sun.enterprise.tools.verifier.tests.web.FilterInitParamValue.notApplicable=\
    There are no initialization parameters for the filter [ {0} ] within the web archive [ {1} ]
com.sun.enterprise.tools.verifier.tests.web.FilterInitParamValue.notApplicable1=\
    There are no filters defined within the web archive [ {0} ]    
com.sun.enterprise.tools.verifier.tests.web.FilterInitParamName.assertion=\
    Filter init param name should be unique and not empty.
com.sun.enterprise.tools.verifier.tests.web.FilterInitParamName.specMappingInfo_2.4=\
	  Java Servlet 2.4 Specification Section #SRV.13.3, #SRV.6.2.3  
com.sun.enterprise.tools.verifier.tests.web.FilterInitParamName.specMappingInfo_2.5=\
	  Java Servlet 2.5 Specification Section #SRV.13.3, #SRV.6.2.3  
com.sun.enterprise.tools.verifier.tests.web.FilterInitParamName.failed1=\
    Error: Init param name/value entry should not be an empty string.
com.sun.enterprise.tools.verifier.tests.web.FilterInitParamName.failed2=\
    Error: Duplicate init param names are not allowed.
com.sun.enterprise.tools.verifier.tests.web.FilterInitParamName.passed=\
    All initialization parameter names are unique.
com.sun.enterprise.tools.verifier.tests.web.FilterInitParamName.notApplicable=\
    There are no initialization parameters for the filter within the Web archive [ {0} ].

com.sun.enterprise.tools.verifier.tests.web.AllJSPsMustBeCompilable.assertion=\
    All the JSPs that are bundled inside a web application must be compilable using a J2EE compliant JSP compiler that does not have any proprietary or optional features in it.
com.sun.enterprise.tools.verifier.tests.web.AllJSPsMustBeCompilable.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.web.AllJSPsMustBeCompilable.passed=\
    All JSPs are compilable. 
com.sun.enterprise.tools.verifier.tests.web.AllJSPsMustBeCompilable.exception=\
    Error: Some JSPs bundled inside [ {0} ] could not be compiled. See details below. 

com.sun.enterprise.tools.verifier.tests.app.AppAltDDAppClient.assertion=\
    The application may assign an alternate application client deployment descriptor URI file.
com.sun.enterprise.tools.verifier.tests.app.AppAltDDAppClient.specMappingInfo_1.4=\
	  J2EE 1.3 Platform Specification Section #8.2.1, #8.4; J2EE 1.4 Platform Specification Section #8.3.1, #8.5  
com.sun.enterprise.tools.verifier.tests.app.AppAltDDAppClient.specMappingInfo_5=\
	  JavaEE 5 Platform Specification Section #8.3.1, #8.5
com.sun.enterprise.tools.verifier.tests.app.AppAltDDAppClient.passed=\
    Found alternate application client deployment descriptor URI file [ {0} ] within [ {1} ].
com.sun.enterprise.tools.verifier.tests.app.AppAltDDAppClient.failed=\
    Error: No alternate application client deployment descriptor URI file found, looking for [ {0} ] within [ {1} ].
com.sun.enterprise.tools.verifier.tests.app.AppAltDDAppClient.failedException=\
    Error: File not found trying to read deployment descriptor file [ {0} ] within [ {1} ].
com.sun.enterprise.tools.verifier.tests.app.AppAltDDAppClient.failedException1=\
    Error: I/O error trying to read deployment descriptor file [ {0} ] within [ {1} ].
com.sun.enterprise.tools.verifier.tests.app.AppAltDDAppClient.notApplicable1=\
    There is no application client alternative deployment descriptor in [ {0} ].
com.sun.enterprise.tools.verifier.tests.app.AppAltDDAppClient.notApplicable=\
    There are no application clients in application [ {0} ].

    
com.sun.enterprise.tools.verifier.tests.app.AppAltDDEjb.assertion=\
    The application may assign an alternate ejb-jar deployment descriptor URI file.
com.sun.enterprise.tools.verifier.tests.app.AppAltDDEjb.specMappingInfo_1.4=\
	  J2EE 1.3 Platform Specification Section #8.2.1, #8.4; J2EE 1.4 Platform Specification Section #8.3.1, #8.5  
com.sun.enterprise.tools.verifier.tests.app.AppAltDDEjb.specMappingInfo_5=\
	  JavaEE 5 Platform Specification Section #8.3.1, #8.5  
com.sun.enterprise.tools.verifier.tests.app.AppAltDDEjb.passed=\
    Found alternate ejb-jar deployment descriptor URI file [ {0} ] within [ {1} ].
com.sun.enterprise.tools.verifier.tests.app.AppAltDDEjb.failed=\
    Error: No alternate ejb-jar deployment descriptor URI file found, looking for [ {0} ] within [ {1} ].
com.sun.enterprise.tools.verifier.tests.app.AppAltDDEjb.failedException=\
    Error: File not found trying to read deployment descriptor file [ {0} ] within [ {1} ].
com.sun.enterprise.tools.verifier.tests.app.AppAltDDEjb.failedException1=\
    Error: I/O error trying to read deployment descriptor file [ {0} ] within [ {1} ].
com.sun.enterprise.tools.verifier.tests.app.AppAltDDEjb.notApplicable1=\
    There is no alternative ejb-jar deployment descriptor in [ {0} ].
com.sun.enterprise.tools.verifier.tests.app.AppAltDDEjb.notApplicable=\
    There are no ejb-jar components in application [ {0} ].
    


com.sun.enterprise.tools.verifier.tests.app.AppAltDDWeb.assertion=\
    The application may assign an alternate Web deployment descriptor URI file.
com.sun.enterprise.tools.verifier.tests.app.AppAltDDWeb.specMappingInfo_1.4=\
	  J2EE 1.3 Platform Specification Section #8.2.1, #8.4; J2EE 1.4 Platform Specification Section #8.3.1, #8.5  
com.sun.enterprise.tools.verifier.tests.app.AppAltDDWeb.specMappingInfo_5=\
	  JavaEE 5 Platform Specification Section #8.3.1, #8.5  
com.sun.enterprise.tools.verifier.tests.app.AppAltDDWeb.passed=\
    Found alternate Web deployment descriptor URI file [ {0} ] within [ {1} ].
com.sun.enterprise.tools.verifier.tests.app.AppAltDDWeb.failed=\
     Error: No alternate Web deployment descriptor URI file found, looking for [ {0} ] within [ {1} ].
com.sun.enterprise.tools.verifier.tests.app.AppAltDDWeb.failedException=\
    Error: File not found trying to read deployment descriptor file [ {0} ] within [ {1} ].
com.sun.enterprise.tools.verifier.tests.app.AppAltDDWeb.failedException1=\
    Error: I/O error trying to read deployment descriptor file [ {0} ] within [ {1} ].
com.sun.enterprise.tools.verifier.tests.app.AppAltDDWeb.notApplicable1=\
    There is no alternative Web deployment descriptor in [ {0} ].
com.sun.enterprise.tools.verifier.tests.app.AppAltDDWeb.notApplicable=\
    There are no Web components in application [ {0} ].

    
com.sun.enterprise.tools.verifier.tests.app.AppName.assertion=\
    The application provider must assign a display name to each application.
com.sun.enterprise.tools.verifier.tests.app.AppName.specMappingInfo_1.4=\
	  J2EE 1.3 Platform Specification Section #8.4; J2EE 1.4 Platform Specification Section #8.6  
com.sun.enterprise.tools.verifier.tests.app.AppName.passed=\
    Application display name is [ {0} ].
com.sun.enterprise.tools.verifier.tests.app.AppName.failed=\
    Error: Application display name cannot be blank.
    

com.sun.enterprise.tools.verifier.tests.app.JarContainsXMLFile.assertion=\
    Application deployment descriptor must be named META-INF/application.xml.
com.sun.enterprise.tools.verifier.tests.app.JarContainsXMLFile.specMappingInfo_1.4=\
	  J2EE 1.3 Platform Specification Section #8.2.2; J2EE 1.4 Platform Specification Section #8.5  
com.sun.enterprise.tools.verifier.tests.app.JarContainsXMLFile.passed=\
    Found deployment descriptor XML file [ {0} ].
com.sun.enterprise.tools.verifier.tests.app.JarContainsXMLFile.failed=\
    Error: No deployment descriptor XML file found, looking for [ {0} ].
com.sun.enterprise.tools.verifier.tests.app.JarContainsXMLFile.failedException=\
    Error: File not found trying to read deployment descriptor file [ {0} ].
com.sun.enterprise.tools.verifier.tests.app.JarContainsXMLFile.failedException1=\
    Error: I/O error trying to read deployment descriptor file [ {0} ].


com.sun.enterprise.tools.verifier.tests.app.AppPublicID.assertion=\
    The application deployment descriptor has an expected PubidLiteral.
com.sun.enterprise.tools.verifier.tests.app.AppPublicID.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.app.AppPublicID.passed=\
    The deployment descriptor has the proper PubidLiteral: {0}.
com.sun.enterprise.tools.verifier.tests.app.AppPublicID.failed1=\
    Error: No document type declaration found in the deployment descriptor for {0}.
com.sun.enterprise.tools.verifier.tests.app.AppPublicID.failed2=\
    Error: The deployment descriptor for {0} does not have an expected PubidLiteral.
com.sun.enterprise.tools.verifier.tests.app.AppPublicID.IOException=\
    Error: I/O error trying to open {0}.
com.sun.enterprise.tools.verifier.tests.app.AppPublicID.failed=\
The deployment descriptor does not have the correct URL corresponding to the PubIdLiteral: {0}.
com.sun.enterprise.tools.verifier.tests.app.AppPublicID.passed1=\
The deployment descriptor has the correct URL corresponding to the PubIdLiteral: {0}.
com.sun.enterprise.tools.verifier.tests.app.AppPublicID.notApplicable=\
Not Applicable: No DOCTYPE found for {0}.

com.sun.enterprise.tools.verifier.tests.app.AppWebContext.assertion=\
    All Web modules in the application have a non-blank context-root.
com.sun.enterprise.tools.verifier.tests.app.AppWebContext.specMappingInfo_1.4=\
	  J2EE 1.3 Platform Specification Section #8.2.1; J2EE 1.4 Platform Specification Section #8.3.1  
com.sun.enterprise.tools.verifier.tests.app.AppWebContext.specMappingInfo_5=\
	  JavaEE 5 Platform Specification Section #8.3.1c 
com.sun.enterprise.tools.verifier.tests.app.AppWebContext.passed=\
    [ {0} ] has context root defined as [ {1} ] within application [ {2} ].
com.sun.enterprise.tools.verifier.tests.app.AppWebContext.warning=\
    Warning: [ {0} ] has blank context root defined within application [ {1} ].
com.sun.enterprise.tools.verifier.tests.app.AppWebContext.notApplicable=\
    There are no Web components in application [ {0} ].

com.sun.enterprise.tools.verifier.tests.app.AppWebContextUnique.assertion=\
    All Web modules in the application must have unique context-root values.
com.sun.enterprise.tools.verifier.tests.app.AppWebContextUnique.specMappingInfo_1.4=\
	  J2EE 1.3 Platform Specification Section #8.2.1; J2EE 1.4 Platform Specification Section #8.3.1  
com.sun.enterprise.tools.verifier.tests.app.AppWebContextUnique.specMappingInfo_5=\
	  JavaEE 5 Platform Specification Section #8.3.1c 
com.sun.enterprise.tools.verifier.tests.app.AppWebContextUnique.passed=\
    All the context-root values are unique within application [ {0} ].
com.sun.enterprise.tools.verifier.tests.app.AppWebContextUnique.failed=\
    Error: There is already a Web module with context-root [ {0} ] within application [ {1} ].
com.sun.enterprise.tools.verifier.tests.app.AppWebContextUnique.notApplicable=\
    There is one or fewer Web component in application [ {0} ].

com.sun.enterprise.tools.verifier.tests.app.EjbURI.assertion=\
    The ejb element specifies the URI of an ejb-jar, relative to the top level of the application package.
com.sun.enterprise.tools.verifier.tests.app.EjbURI.specMappingInfo_1.4=\
	  J2EE 1.3 Platform Specification Section #8.4; J2EE 1.4 Platform Specification Section #8.5  
com.sun.enterprise.tools.verifier.tests.app.EjbURI.specMappingInfo_5=\
	  JavaEE 5 Platform Specification Section #8.3.1
com.sun.enterprise.tools.verifier.tests.app.EjbURI.passed=\
    [ {0} ] specifies the URI [ {1} ] of an ejb-jar, relative to the top level of the application package [ {2} ].
com.sun.enterprise.tools.verifier.tests.app.EjbURI.failed=\
    Error: [ {0} ] does not specify the URI [ {1} ] of an ejb-jar, relative to the top level of the application package [ {2} ], or does not end with \".jar\".
com.sun.enterprise.tools.verifier.tests.app.EjbURI.notApplicable=\
    There are no enterprise bean components in application [ {0} ].


com.sun.enterprise.tools.verifier.tests.app.AppClientURI.assertion=\
    The java element specifies the URI of a Java application client module, relative to the top level of the application package.
com.sun.enterprise.tools.verifier.tests.app.AppClientURI.specMappingInfo_1.4=\
	  J2EE 1.3 Platform Specification Section #8.4; J2EE 1.4 Platform Specification Section #8.5  
com.sun.enterprise.tools.verifier.tests.app.AppClientURI.specMappingInfo_5=\
	  JavaEE 5 Platform Specification Section #8.3.1  
com.sun.enterprise.tools.verifier.tests.app.AppClientURI.passed=\
    All the Application URIs are valid.
com.sun.enterprise.tools.verifier.tests.app.AppClientURI.failed=\
    Error: [ {0} ] does not specify the URI [ {1} ] of a Java application client module, relative to the top level of the application package [ {2} ], or does not end with \".jar\".
com.sun.enterprise.tools.verifier.tests.app.AppClientURI.notApplicable=\
    There are no Java application client modules in application [ {0} ].


com.sun.enterprise.tools.verifier.tests.app.WebURI.assertion=\
    The web-uri element specifies the URI of a Web application file, relative to the top level of the application package.
com.sun.enterprise.tools.verifier.tests.app.WebURI.specMappingInfo_1.4=\
	  J2EE 1.3 Platform Specification Section #8.4; J2EE 1.4 Platform Specification Section #8.5  
com.sun.enterprise.tools.verifier.tests.app.WebURI.specMappingInfo_5=\
	  JavaEE 5 Platform Specification Section #8.3.1
com.sun.enterprise.tools.verifier.tests.app.WebURI.passed=\
    [ {0} ] specifies the URI [ {1} ] of a Web application file, relative to the top level of the application package [ {2} ].
com.sun.enterprise.tools.verifier.tests.app.WebURI.failed=\
    Error: [ {0} ] does not specify the URI [ {1} ] of a Web application file, relative to the top level of the application package [ {2} ], or does not end with \".war\".
com.sun.enterprise.tools.verifier.tests.app.WebURI.notApplicable=\
    There are no Web components in application [ {0} ].


com.sun.enterprise.tools.verifier.tests.app.ConnectorURI.assertion=\
    The connector element specifies the URI of a Connector module, relative to the top level of the application package.
com.sun.enterprise.tools.verifier.tests.app.ConnectorURI.specMappingInfo_1.4=\
	  J2EE 1.3 Platform Specification Section #8.4; J2EE 1.4 Platform Specification Section #8.5  
com.sun.enterprise.tools.verifier.tests.app.ConnectorURI.specMappingInfo_5=\
	  JavaEE 5 Platform Specification Section #8.3.1
com.sun.enterprise.tools.verifier.tests.app.ConnectorURI.passed=\
    All the Connector URIs are valid.
com.sun.enterprise.tools.verifier.tests.app.connectorURI.failed=\
    Error: [ {0} ] does not specify the URI [ {1} ] of a Connector module, relative to the top level of the application package [ {2} ], or does not end with \".rar\".


com.sun.enterprise.tools.verifier.tests.app.AppSecurityRole.assertion=\
    Application security role names.
com.sun.enterprise.tools.verifier.tests.app.AppSecurityRole.specMappingInfo_1.4=\
	  J2EE 1.3 Platform Specification Section #8.2.1, #8.3.2, #8.4; J2EE 1.4 Platform Specification Section #8.3.1, #8.4.2, #8.5  
com.sun.enterprise.tools.verifier.tests.app.AppSecurityRole.specMappingInfo_5=\
	  JavaEE 5 Platform Specification Section #3.1, #3.2, #8.5
com.sun.enterprise.tools.verifier.tests.app.AppSecurityRole.passed=\
    The security role name [ {0} ] was found within application [ {1} ].
com.sun.enterprise.tools.verifier.tests.app.AppSecurityRole.failed=\
    Error: The security role name [ {0} ] was not found within application [ {1} ].
com.sun.enterprise.tools.verifier.tests.app.AppSecurityRole.notApplicable=\
    There are no security role-name elements within this application [ {0} ].


com.sun.enterprise.tools.verifier.tests.app.ModulesExistAppClient.assertion=\
    The application's listed J2EE application client modules exist in the enterprise archive.
com.sun.enterprise.tools.verifier.tests.app.ModulesExistAppClient.specMappingInfo_1.4=\
	  J2EE 1.3 Platform Specification Section #8.4; J2EE 1.4 Platform Specification Section #8.5  
com.sun.enterprise.tools.verifier.tests.app.ModulesExistAppClient.specMappingInfo_5=\
	  JavaEE 5 Platform Specification Section #8.5  
com.sun.enterprise.tools.verifier.tests.app.ModulesExistAppClient.passed=\
    J2EE application client module [ {0} ] exists within [ {1} ]. 
com.sun.enterprise.tools.verifier.tests.app.ModulesExistAppClient.failed=\
    Error: J2EE application client module [ {0} ] does not exist within [ {1} ].
com.sun.enterprise.tools.verifier.tests.app.ModulesExistAppClient.failedException=\
    Error: File not found trying to read J2EE module file [ {0} ] within [ {1} ].
com.sun.enterprise.tools.verifier.tests.app.ModulesExistAppClient.failedException1=\
    Error: I/O error trying to read J2EE module file [ {0} ] within [ {1} ].
com.sun.enterprise.tools.verifier.tests.app.ModulesExistAppClient.notApplicable=\
    There are no application clients in application [ {0} ].
    

com.sun.enterprise.tools.verifier.tests.app.ModulesExistWeb.assertion=\
    Application's listed J2EE Web modules exist in the enterprise archive.
com.sun.enterprise.tools.verifier.tests.app.ModulesExistWeb.specMappingInfo_1.4=\
	  J2EE 1.3 Platform Specification Section #8.4; J2EE 1.4 Platform Specification Section #8.5  
com.sun.enterprise.tools.verifier.tests.app.ModulesExistWeb.specMappingInfo_5=\
	  JavaEE 5 Platform Specification Section #8.2, 8.3.1, 8.5
com.sun.enterprise.tools.verifier.tests.app.ModulesExistWeb.passed=\
    J2EE Web module [ {0} ] exists within [ {1} ]. 
com.sun.enterprise.tools.verifier.tests.app.ModulesExistWeb.failed=\
    Error: J2EE Web module [ {0} ] does not exist within [ {1} ]. 
com.sun.enterprise.tools.verifier.tests.app.ModulesExistWeb.failedException=\
    Error: File not found trying to read J2EE module file [ {0} ] within [ {1} ].
com.sun.enterprise.tools.verifier.tests.app.ModulesExistWeb.failedException1=\
    Error: I/O error trying to read J2EE module file [ {0} ] within [ {1} ].
com.sun.enterprise.tools.verifier.tests.app.ModulesExistWeb.notApplicable=\
    There are no Web components in application [ {0} ].
    


com.sun.enterprise.tools.verifier.tests.app.ModulesExistEjb.assertion=\
    Application's listed J2EE EJB modules exist in the enterprise archive.
com.sun.enterprise.tools.verifier.tests.app.ModulesExistEjb.specMappingInfo_1.4=\
	  J2EE 1.3 Platform Specification Section #8.4; J2EE 1.4 Platform Specification Section #8.5  
com.sun.enterprise.tools.verifier.tests.app.ModulesExistEjb.specMappingInfo_5=\
	  JavaEE 5 Platform Specification Section #8.2, 8.3.1, 8.5
com.sun.enterprise.tools.verifier.tests.app.ModulesExistEjb.passed=\
    J2EE EJB module [ {0} ] exists within [ {1} ]. 
com.sun.enterprise.tools.verifier.tests.app.ModulesExistEjb.failed=\
    Error: J2EE EJB module [ {0} ] does not exist within [ {1} ]. 
com.sun.enterprise.tools.verifier.tests.app.ModulesExistEjb.failedException=\
    Error: File not found trying to read J2EE module file [ {0} ] within [ {1} ].
com.sun.enterprise.tools.verifier.tests.app.ModulesExistEjb.failedException1=\
    Error: I/O error trying to read J2EE module file [ {0} ] within [ {1} ].
com.sun.enterprise.tools.verifier.tests.app.ModulesExistEjb.notApplicable=\
    There are no EJB components in application [ {0} ].
    
com.sun.enterprise.tools.verifier.tests.app.EARFileUsesClassPath.assertion=\
    Manifest file of an EAR file should not contain Class-Path entries.
com.sun.enterprise.tools.verifier.tests.app.EARFileUsesClassPath.specMappingInfo_1.4=\
	  J2EE 1.4 Platform Specification Section #8.2  
com.sun.enterprise.tools.verifier.tests.app.EARFileUsesClassPath.specMappingInfo_5=\
	  JavaEE 5  Platform Specification Section #8.2.1
com.sun.enterprise.tools.verifier.tests.app.EARFileUsesClassPath.passed=\
    Manifest file of this EAR file does not contain Class-Path entries.
com.sun.enterprise.tools.verifier.tests.app.EARFileUsesClassPath.failed=\
    Manifest file of this EAR file contains [ {0} ] as the Class-Path entry.  


com.sun.enterprise.tools.verifier.tests.app.OptPkgDependencySatisfied.assertion=\
    Optional package dependency of an EAR file must be satisfied.
com.sun.enterprise.tools.verifier.tests.app.OptPkgDependencySatisfied.specMappingInfo_1.4=\
	  J2EE 1.4 Platform Specification Section #8.2  
com.sun.enterprise.tools.verifier.tests.app.OptPkgDependencySatisfied.specMappingInfo_5=\
	  JavaEE 5 Platform Specification Section #8.2.1  
com.sun.enterprise.tools.verifier.tests.app.OptPkgDependencySatisfied.passed=\
    All optional packages required by this EAR file are available in the system.
com.sun.enterprise.tools.verifier.tests.app.OptPkgDependencySatisfied.failed=\
    Some optional packages required by this EAR file are not available in the system. Given below is the missing list...



com.sun.enterprise.tools.verifier.tests.appclient.AppClientPublicID.assertion=\
    The application client deployment descriptor has the expected PubidLiteral \"-//Sun Microsystems, Inc.//DTD J2EE Application Client 1.2//EN\".
com.sun.enterprise.tools.verifier.tests.appclient.AppClientPublicID.specMappingInfo_1.4=\
	  J2EE 1.4 Platform Specification Section #9.7  
com.sun.enterprise.tools.verifier.tests.appclient.AppClientPublicID.passed=\
    The deployment descriptor has the proper PubidLiteral: {0}.
com.sun.enterprise.tools.verifier.tests.appclient.AppClientPublicID.failed1=\
    Error: No document type declaration found in the deployment descriptor for {0}.
com.sun.enterprise.tools.verifier.tests.appclient.AppClientPublicID.failed2=\
    Error: The deployment descriptor for {0} does not have the expected PubidLiteral \"{1}\".
com.sun.enterprise.tools.verifier.tests.appclient.AppClientPublicID.IOException=\
    Error: I/O error trying to open {0}.
com.sun.enterprise.tools.verifier.tests.appclient.AppClientPublicID.failed=\
The deployment descriptor does not have the correct URL corresponding to the PubIdLiteral: {0}.
com.sun.enterprise.tools.verifier.tests.appclient.AppClientPublicID.passed1=\
The deployment descriptor has the correct URL corresponding to the PubIdLiteral: {0}.
com.sun.enterprise.tools.verifier.tests.appclient.AppClientPublicID.notApplicable=\
Not Applicable: No DOCTYPE found for {0}.


com.sun.enterprise.tools.verifier.tests.appclient.AppClientName.assertion=\
    The application client has a non-blank display-name.
com.sun.enterprise.tools.verifier.tests.appclient.AppClientName.specMappingInfo_1.4=\
	  J2EE 1.4 Platform Specification Section #9.7  
com.sun.enterprise.tools.verifier.tests.appclient.AppClientName.passed=\
    Application client display name is : [ {0} ].
com.sun.enterprise.tools.verifier.tests.appclient.AppClientName.failed=\
    Error: Application client display name must not be blank.

com.sun.enterprise.tools.verifier.tests.appclient.AppClientCallbackHandler.assertion=\
    The application client has a loadable JAAS CallbackHandler.
com.sun.enterprise.tools.verifier.tests.appclient.AppClientCallbackHandler.specMappingInfo_1.4=\
	  J2EE 1.4 Platform Specification Section #3.4.4  
com.sun.enterprise.tools.verifier.tests.appclient.AppClientCallbackHandler.specMappingInfo_5=\
	  JavaEE 5.0 Platform Specification Section #3.4.4, #9.7 
com.sun.enterprise.tools.verifier.tests.appclient.AppClientCallbackHandler.passed=\
    Application client callback handler is not specified.
com.sun.enterprise.tools.verifier.tests.appclient.AppClientCallbackHandler.passed1=\
    Application client callback handler is [ {0} ] and is loadable.
com.sun.enterprise.tools.verifier.tests.appclient.AppClientCallbackHandler.failed=\
    Error: Application client callback handler is not loadable.
com.sun.enterprise.tools.verifier.tests.appclient.AppClientCallbackHandler.failed1=\
    Error: Application client callback handler class name must not be blank.

com.sun.enterprise.tools.verifier.tests.appclient.JarContainsXML.assertion=\
    Application client JAR file contains the XML-based deployment descriptor.
com.sun.enterprise.tools.verifier.tests.appclient.JarContainsXML.specMappingInfo_1.4=\
	  J2EE 1.4 Platform Specification Section #9.7  
com.sun.enterprise.tools.verifier.tests.appclient.JarContainsXML.passed=\
    Found deployment descriptor XML file [ {0} ].
com.sun.enterprise.tools.verifier.tests.appclient.JarContainsXML.failed=\
    Error: No deployment descriptor XML file found, looking for [ {0} ].
com.sun.enterprise.tools.verifier.tests.appclient.JarContainsXML.failedException=\
    Error: File not found trying to read deployment descriptor file [ {0} ].
com.sun.enterprise.tools.verifier.tests.appclient.JarContainsXML.failedException1=\
    Error: I/O error trying to read deployment descriptor file [ {0} ].


com.sun.enterprise.tools.verifier.tests.appclient.elements.AppClientResourceType.assertion=\
    The application client res-type element specifies the Java class type of the data source.
com.sun.enterprise.tools.verifier.tests.appclient.elements.AppClientResourceType.specMappingInfo_1.4=\
	  J2EE 1.4 Platform Specification Section #5.4.1.2, #5.4.1.3
com.sun.enterprise.tools.verifier.tests.appclient.elements.AppClientResourceType.specMappingInfo_5=\
	  JavaEE 5.0 Platform Specification Section #5.6.1.4
com.sun.enterprise.tools.verifier.tests.appclient.elements.AppClientResourceType.passed=\
    The res-type [ {0} ] element specifies the Java class type of the data source within application client [ {1} ].
com.sun.enterprise.tools.verifier.tests.appclient.elements.AppClientResourceType.failed=\
    Error: The res-type [ {0} ] element does not specify a valid Java class type for the data source within application client [ {1} ].
com.sun.enterprise.tools.verifier.tests.appclient.elements.AppClientResourceType.notApplicable=\
    There are no res-type elements within the application client [ {0} ].



com.sun.enterprise.tools.verifier.tests.appclient.elements.AppClientEjbRefTypeElement.assertion =\
    Application client enterprise bean reference type.
com.sun.enterprise.tools.verifier.tests.appclient.elements.AppClientEjbRefTypeElement.specMappingInfo_1.4=\
	  J2EE 1.4 Platform Specification Section #5.3.1.1, #5.3.1.2
com.sun.enterprise.tools.verifier.tests.appclient.elements.AppClientEjbRefTypeElement.specMappingInfo_5=\
	  JavaEE 5.0 Platform Specification Section #5.5.1.2, #5.5.1.3
com.sun.enterprise.tools.verifier.tests.appclient.elements.AppClientEjbRefTypeElement.passed=\
    All ejb-ref-type elements are valid.  They are all [ {0} ] or [ {1} ] within this application client [ {2} ].
com.sun.enterprise.tools.verifier.tests.appclient.elements.AppClientEjbRefTypeElement.failed=\
    Error: ejb-ref-type [ {0} ] within application client [ {1} ] is not valid.  Must be [ {2} ] or [ {3} ].
com.sun.enterprise.tools.verifier.tests.appclient.elements.AppClientEjbRefTypeElement.notApplicable=\
    There are no references to enterprise beans within this application client [ {0} ].


com.sun.enterprise.tools.verifier.tests.appclient.elements.AppClientEjbLinkElement.assertion=\
    EJB References in application client are resolved.
com.sun.enterprise.tools.verifier.tests.appclient.elements.AppClientEjbLinkElement.specMappingInfo_1.4=\
	  J2EE 1.4 Platform Specification Section #5.3.2, #9.7  
com.sun.enterprise.tools.verifier.tests.appclient.elements.AppClientEjbLinkElement.specMappingInfo_5=\
	  Java EE 5.0 Platform Specification Section #5.5.1
com.sun.enterprise.tools.verifier.tests.appclient.elements.AppClientEjbLinkElement.passed=\
    EJB reference [ {0} ] is successfully resolved.
com.sun.enterprise.tools.verifier.tests.appclient.elements.AppClientEjbLinkElement.failed=\
    Error: Failed to resolve EJB reference [ {0} ].
com.sun.enterprise.tools.verifier.tests.appclient.elements.AppClientEjbLinkElement.notApplicable=\
    There are no references to enterprise beans within this application client [ {0} ].
com.sun.enterprise.tools.verifier.tests.appclient.elements.AppClientEjbLinkElement.notApplicable1=\
    Not Applicable: Cannot verify the existence of an enterprise bean reference [ {0} ] to external bean within a different .ear file.
com.sun.enterprise.tools.verifier.tests.appclient.elements.AppClientEjbLinkElement.no_ear=\
    This application client [ {0} ] is not part of a J2EE archive.


com.sun.enterprise.tools.verifier.tests.appclient.elements.AppClientEjbLinkOnlyOne.assertion=\
    EJB References in application client is resolved to only one EJB.
com.sun.enterprise.tools.verifier.tests.appclient.elements.AppClientEjbLinkOnlyOne.specMappingInfo_1.4=\
	  J2EE 1.4 Platform Specification Section #5.3.2, #8.3.1  
com.sun.enterprise.tools.verifier.tests.appclient.elements.AppClientEjbLinkOnlyOne.specMappingInfo_5=\
	  Java EE 5.0 Platform Specification Section #5.5.1
com.sun.enterprise.tools.verifier.tests.appclient.elements.AppClientEjbLinkOnlyOne.passed=\
    EJB reference [ {0} ] is successfully resolved.
com.sun.enterprise.tools.verifier.tests.appclient.elements.AppClientEjbLinkOnlyOne.debug=\
    ejb-link [ {0} ] found same value as enterprise bean [ {1} ] for application client [ {2} ].
com.sun.enterprise.tools.verifier.tests.appclient.elements.AppClientEjbLinkOnlyOne.failed=\
    Error: Failed to resolve EJB reference [ {0} ] to a unique EJB in this application.
com.sun.enterprise.tools.verifier.tests.appclient.elements.AppClientEjbLinkOnlyOne.notApplicable=\
    There are no references to enterprise beans within this application client [ {0} ].
com.sun.enterprise.tools.verifier.tests.appclient.elements.AppClientEjbLinkOnlyOne.notApplicable1=\
    Not Applicable: Cannot verify the existence of an enterprise bean reference [ {0} ] to external bean within a different .ear file.
com.sun.enterprise.tools.verifier.tests.appclient.elements.AppClientEjbLinkOnlyOne.no_ear=\
    This application client [ {0} ] is not part of a J2EE archive.


com.sun.enterprise.tools.verifier.tests.appclient.AppClientEjbRefNamePrefixed.assertion=\
    Application client EJB reference name is prefixed with recommended string "ejb/".
com.sun.enterprise.tools.verifier.tests.appclient.AppClientEjbRefNamePrefixed.specMappingInfo_1.4=\
	  J2EE 1.4 Platform Specification Section #9.7  
com.sun.enterprise.tools.verifier.tests.appclient.AppClientEjbRefNamePrefixed.specMappingInfo_5=\
	  JavaEE 5.0 Platform Specification Section #8.6
com.sun.enterprise.tools.verifier.tests.appclient.AppClientEjbRefNamePrefixed.passed=\
    [ {0} ] is prefixed with recommended string \"ejb/\" within application client [ {1} ]
com.sun.enterprise.tools.verifier.tests.appclient.AppClientEjbRefNamePrefixed.warning=\
    Warning: [ {0} ] is not prefixed with recommended string \"ejb/\" within application client [ {1} ]
com.sun.enterprise.tools.verifier.tests.appclient.AppClientEjbRefNamePrefixed.notApplicable=\
    There are no references to enterprise beans within this application client [ {0} ].


com.sun.enterprise.tools.verifier.tests.appclient.elements.AppClientEjbReferencesElement.assertion=\
    Application client references to other beans home interfaces.
com.sun.enterprise.tools.verifier.tests.appclient.elements.AppClientEjbReferencesElement.specMappingInfo_1.4=\
    J2EE 1.4 Platform Specification Section #5.3
com.sun.enterprise.tools.verifier.tests.appclient.elements.AppClientEjbReferencesElement.specMappingInfo_5=\
    JavaEE 5.0 Platform Specification Section #5.5
com.sun.enterprise.tools.verifier.tests.appclient.elements.AppClientEjbReferencesElement.passed2=\
    The referenced bean''s home interface [ {0} ] exists and is loadable within [ {1} ].
com.sun.enterprise.tools.verifier.tests.appclient.elements.AppClientEjbReferencesElement.passed3=\
    The referenced bean''s remote interface [ {0} ] exists and is loadable within [ {1} ].
com.sun.enterprise.tools.verifier.tests.appclient.elements.AppClientEjbReferencesElement.failed=\
    Error: [ {0} ] class [ {1} ] cannot be found within this JAR file [ {2} ].
com.sun.enterprise.tools.verifier.tests.appclient.elements.AppClientEjbReferencesElement.failed1=\
    Error: {0} class cannot be null.
com.sun.enterprise.tools.verifier.tests.appclient.elements.AppClientEjbReferencesElement.notApplicable=\
    {0} not called with an application client.
com.sun.enterprise.tools.verifier.tests.appclient.elements.AppClientEjbReferencesElement.notApplicable1=\
    There are no references to enterprise beans within this application client [ {0} ].


com.sun.enterprise.tools.verifier.tests.appclient.AppClientArchiveClassesLoadable.assertion=\
    All classes in this AppClient Archive are loadable.
com.sun.enterprise.tools.verifier.tests.appclient.AppClientArchiveClassesLoadable.specMappingInfo_1.4=\
      J2EE 1.4 Specification Section #8.1.2  
com.sun.enterprise.tools.verifier.tests.appclient.AppClientArchiveClassesLoadable.specMappingInfo_5=\
      JavaEE 5.0 Specification Section #8.3.1
com.sun.enterprise.tools.verifier.tests.appclient.AppClientArchiveClassesLoadable.passed=\
    All the classes are loadable within [ {0} ].
com.sun.enterprise.tools.verifier.tests.appclient.AppClientArchiveClassesLoadable.exception=\
    Error: [ {0} ] exception while loading the archive [ {1} ].


com.sun.enterprise.tools.verifier.tests.appclient.AppClientEnvEntryValueType.assertion=\
    Application client environment entry value type.
com.sun.enterprise.tools.verifier.tests.appclient.AppClientEnvEntryValueType.specMappingInfo_1.4=\
	  J2EE 1.4 Platform Specification Section #5.2.1.2, #9.7  
com.sun.enterprise.tools.verifier.tests.appclient.AppClientEnvEntryValueType.specMappingInfo_5=\
	  JavaEE 5 Platform Specification Section #5.4
com.sun.enterprise.tools.verifier.tests.appclient.AppClientEnvEntryValueType.passed=\
    Environment entry value [ {0} ] has valid value type [ {1} ] within application client [ {2} ].
com.sun.enterprise.tools.verifier.tests.appclient.AppClientEnvEntryValueType.failed=\
    Error: Environment entry value [ {0} ] does not have valid value type [ {1} ] within application client [ {2} ].
com.sun.enterprise.tools.verifier.tests.appclient.AppClientEnvEntryValueType.notApplicable=\
    There are no environment entry elements defined within this application client [ {0} ].


com.sun.enterprise.tools.verifier.tests.appclient.AppClientEnvEntryValue.assertion=\
    Application client environment entry value must be a string that is valid for the constructor of the specified type that takes a single String parameter.
com.sun.enterprise.tools.verifier.tests.appclient.AppClientEnvEntryValue.specMappingInfo_1.4=\
	  J2EE 1.4 Platform Specification Section #5.2.1.2, #9.7  
com.sun.enterprise.tools.verifier.tests.appclient.AppClientEnvEntryValue.specMappingInfo_5=\
	  J2EE 5.0 Platform Specification Section #5.4.1.3 
com.sun.enterprise.tools.verifier.tests.appclient.AppClientEnvEntryValue.passed=\
    Environment entry value [ {0} ] has valid value [ {1} ] for constructor of the specified type [ {2} ] that takes a single String parameter within application client [ {3} ].
com.sun.enterprise.tools.verifier.tests.appclient.AppClientEnvEntryValue.failed=\
    Error: Environment entry value [ {0} ] does not have valid value [ {1} ] for constructor of the specified type [ {2} ] that takes a single String parameter within application client [ {3} ].
com.sun.enterprise.tools.verifier.tests.appclient.AppClientEnvEntryValue.notApplicable1=\
    Environment entry [ {0} ] initial value is not defined within application client [ {1} ].
com.sun.enterprise.tools.verifier.tests.appclient.AppClientEnvEntryValue.notApplicable=\
    There are no environment entry elements defined within this application client [ {0} ].

com.sun.enterprise.tools.verifier.tests.appclient.AppClientMainClass.assertion=\
    Application clients start execution at the main method of the class specified in the Main-Class attribute in the manifest file of the application clients JAR file. It must be specified in the MANIFEST file.
com.sun.enterprise.tools.verifier.tests.appclient.AppClientMainClass.specMappingInfo_1.4=\
    J2EE 1.4 Platform Specification Section #9.5
com.sun.enterprise.tools.verifier.tests.appclient.AppClientMainClass.specMappingInfo_5=\
    JavaEE 5 Platform Specification section #9.5
com.sun.enterprise.tools.verifier.tests.appclient.AppClientMainClass.passed=\
    main-class entry is defined properly.
com.sun.enterprise.tools.verifier.tests.appclient.AppClientMainClass.failed=\
    Appclient main-class  is not found. Please check the main-class entry of your appclient manifest file.
com.sun.enterprise.tools.verifier.tests.appclient.AppClientMainClass.failed1=\
    ERROR: Appclient main-class [ {0} ] as specified in the Manifest file is not loadable.
com.sun.enterprise.tools.verifier.tests.appclient.AppClientMainClass.failed2=\
    ERROR: Appclient main-class [ {0} ] as specified in the Manifest file is not public.

com.sun.enterprise.tools.verifier.tests.appclient.PUTransactionType.assertion=\
    A persistence unit with JTA transaction type is not supported in application client.
com.sun.enterprise.tools.verifier.tests.appclient.PUTransactionType.specMappingInfo=\
    EJB 3.0 Persistence API Specification Section #5.5
com.sun.enterprise.tools.verifier.tests.appclient.PUTransactionType.puName=\
    Found a persistence unit by name [ {0} ] in persistence unit root [ {1} ] with JTA transaction type.
com.sun.enterprise.tools.verifier.tests.appclient.PUTransactionType.puRefName=\
    Found a reference to a persistence unit by name [ {0} ] in persistence unit root [ {1} ] with JTA transaction type.

com.sun.enterprise.tools.verifier.tests.connector.ConnectorPublicID.assertion=\
    The connector deployment descriptor has the expected PubidLiteral "-//Sun Microsystems, Inc.//DTD Connector 1.0//EN".
com.sun.enterprise.tools.verifier.tests.connector.ConnectorPublicID.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.connector.ConnectorPublicID.passed=\
    The deployment descriptor has the proper PubidLiteral: {0}.
com.sun.enterprise.tools.verifier.tests.connector.ConnectorPublicID.failed1=\
    Error: No document type declaration found in the deployment descriptor for {0}.
com.sun.enterprise.tools.verifier.tests.connector.ConnectorPublicID.failed2=\
    Error: The deployment descriptor for {0} does not have an expected PubidLiteral.
com.sun.enterprise.tools.verifier.tests.connector.ConnectorPublicID.IOException=\
    Error: I/O error trying to open {0}.
com.sun.enterprise.tools.verifier.tests.connector.ConnectorPublicID.failed=\
The deployment descriptor does not have the correct URL corresponding to the PubIdLiteral: {0}.
com.sun.enterprise.tools.verifier.tests.connector.ConnectorPublicID.passed1=\
The deployment descriptor has the correct URL corresponding to the PubIdLiteral: {0}.
com.sun.enterprise.tools.verifier.tests.connector.ConnectorPublicID.notApplicable=\
Not Applicable: No DOCTYPE found for {0}.

com.sun.enterprise.tools.verifier.tests.connector.ConnectorArchiveClassesLoadable.assertion=\
    All classes in this Connector Archive are loadable.
com.sun.enterprise.tools.verifier.tests.connector.ConnectorArchiveClassesLoadable.specMappingInfo_1.5=\
      J2EE 1.4 Specification Section #8.1.2  
com.sun.enterprise.tools.verifier.tests.connector.ConnectorArchiveClassesLoadable.passed=\
    All the classes are loadable within [ {0} ].
com.sun.enterprise.tools.verifier.tests.connector.ConnectorArchiveClassesLoadable.exception=\
    Error: [ {0} ] exception while loading the archive [ {1} ].

com.sun.enterprise.tools.verifier.tests.web.TagLibPublicID.assertion=\
    The tag library deployment descriptor should have expected PubidLiteral as "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1/1.2 //EN".
com.sun.enterprise.tools.verifier.tests.web.TagLibPublicID.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.web.TagLibPublicID.passed=\
    The test passed successfully.
com.sun.enterprise.tools.verifier.tests.web.TagLibPublicID.failed=\
The deployment descriptor for [ {0} ] does not have an expected PubidLiteral or SystemID"
com.sun.enterprise.tools.verifier.tests.web.TagLibPublicID.passed1=\
The deployment descriptor [ {0} ] has the proper PubidLiteral: [ {1} ] and sytemID: [ {2} ]


com.sun.enterprise.tools.verifier.tests.connector.InteractionExistence.notapp=\
    Not Applicable : The CCI interfaces do not seem to be implemented by this resource adapter.
com.sun.enterprise.tools.verifier.tests.connector.DefaultConnectionManagerExistence.failed=\ 
    Error: No default implementation of the [ {0} ] interface is provided.
com.sun.enterprise.tools.verifier.tests.connector.ConnectorTest.optionalInterfaceMissing=\
    Warning: There is no implementation of the optional [ {0} ] interface.
com.sun.enterprise.tools.verifier.tests.connector.ConnectorTest.MethodOverride.failed=\
    Error: The [ {0} ] class does not override the method [ {1} ].
com.sun.enterprise.tools.verifier.tests.connector.ConnectorTest.MethodOverride.passed=\
    The [ {0} ] class overrides the method [ {1} ].
com.sun.enterprise.tools.verifier.tests.connector.ConnectorTest.findImplementor.passed=\
    The class [ {0} ] provides an implementation of [ {1} ].
com.sun.enterprise.tools.verifier.tests.connector.ConnectorTest.findImplementor.failed=\
    Error: There is no implementation of the [ {0} ] provided.
com.sun.enterprise.tools.verifier.tests.connector.ConnectorTest.isClassLoadable.passed=\
    The class [ {0} ] is contained in the archive file.
com.sun.enterprise.tools.verifier.tests.connector.ConnectorTest.isClassLoadable.failed=\
    The class [ {0} ] is not contained in the archive file.

com.sun.enterprise.tools.verifier.tests.connector.TransactionSupport.assertion=\
    Transaction support for the resource adapter should be one of the following values: no_transaction, local_transaction, xa_transaction.
com.sun.enterprise.tools.verifier.tests.connector.TransactionSupport.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #17.3.1  
com.sun.enterprise.tools.verifier.tests.connector.TransactionSupport.passed=\
    Transaction support [ {0} ] for resource adapter is supported.
com.sun.enterprise.tools.verifier.tests.connector.TransactionSupport.failed=\
    Error: Deployment descriptor transaction-support [ {0} ] for resource adapter is not valid.
com.sun.enterprise.tools.verifier.tests.connector.TransactionSupport.nonexist=\
    Error: No transaction support specified for resource adapter.

com.sun.enterprise.tools.verifier.tests.connector.managed.ManagedConnectionFactoryTest.nonexist=\
    Error: The class [ {0} ] as defined in the managedconnectionfactory-class deployment descriptor does not exist.
com.sun.enterprise.tools.verifier.tests.connector.managed.ManagedConnectionFactoryTest.nonimpl=\
    Error: The resource adapter must implement the javax.resource.spi.ManagedConnectionFactory interface and declare it in the managedconnectionfactory-class deployment descriptor.

com.sun.enterprise.tools.verifier.tests.connector.managed.ManagedConnectionFactoryImplementation.assertion=\
    The class specified by deployment descriptor managedconnectionfactory-class should implement javax.resource.spi.ManagedConnectionFactory.
com.sun.enterprise.tools.verifier.tests.connector.managed.ManagedConnectionFactoryImplementation.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #17.3.1  

com.sun.enterprise.tools.verifier.tests.connector.managed.ManagedConnectionFactorySerializable.assertion=\
    The class specified by deployment descriptor managedconnectionfactory-class should implement java.io.Serializable.
com.sun.enterprise.tools.verifier.tests.connector.managed.ManagedConnectionFactorySerializable.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #17.5.1.2  

com.sun.enterprise.tools.verifier.tests.connector.managed.ManagedConnectionFactoryImplEquals.assertion=\
    The class specified by deployment descriptor managedconnectionfactory-class should override the "public boolean equals(Object)" method.
com.sun.enterprise.tools.verifier.tests.connector.managed.ManagedConnectionFactoryImplEquals.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #6.5.3.2  

com.sun.enterprise.tools.verifier.tests.connector.managed.ManagedConnectionFactoryImplHashcode.assertion=\
    The class specified by deployment descriptor managedconnectionfactory-class should override the "public int hashCode()" method.
com.sun.enterprise.tools.verifier.tests.connector.managed.ManagedConnectionFactoryImplHashcode.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #6.5.3.2  

com.sun.enterprise.tools.verifier.tests.connector.managed.ManagedConnectionFactoryProperties.assertion=\
    JavaBeans compliant accessor methods should be implemented for each property defined in deployment descriptor config-property.
com.sun.enterprise.tools.verifier.tests.connector.managed.ManagedConnectionFactoryProperties.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.connector.managed.ManagedConnectionFactoryProperties.passed=\
    Found a JavaBeans compliant accessor method [ {0} ] for the config-property [ {1} ].
com.sun.enterprise.tools.verifier.tests.connector.managed.ManagedConnectionFactoryProperties.failed=\
    Error: There is no JavaBeans compliant accessor method [ {0} ] implemented in [ {1} ] for the config-property [ {2} ].

com.sun.enterprise.tools.verifier.tests.connector.DefaultConnectionManagerExistence.assertion=\
    A default implementation of the javax.resource.spi.ConnectionManager interface should be provided.
com.sun.enterprise.tools.verifier.tests.connector.DefaultConnectionManagerExistence.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #6.5.2.2 6.10.1  


com.sun.enterprise.tools.verifier.tests.connector.DefaultConnectionManagerSerializable.assertion=\
    The default implementation of the javax.resource.spi.ConnectionManager interface should implement the java.io.Serializable interface.
com.sun.enterprise.tools.verifier.tests.connector.DefaultConnectionManagerSerializable.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #17.5.1.3 6.5.2  
com.sun.enterprise.tools.verifier.tests.connector.ConnectionRequestInfoImplEquals.assertion=\
    The implementation of the javax.resource.spi.ConnectionRequestInfo interface should override the "boolean equals(Object)" method.
com.sun.enterprise.tools.verifier.tests.connector.ConnectionRequestInfoImplEquals.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #6.5.1.2  
com.sun.enterprise.tools.verifier.tests.connector.ConnectionRequestInfoImplHashcode.assertion=\
    The implementation of the javax.resource.spi.ConnectionRequestInfo interface should override the "int hashCode()" method.
com.sun.enterprise.tools.verifier.tests.connector.ConnectionRequestInfoImplHashcode.specMappingInfo=

com.sun.enterprise.tools.verifier.tests.connector.managed.ManagedConnectionExistence.assertion=\
    An implementation of the javax.resource.spi.managed.ManagedConnection interface should be provided.
com.sun.enterprise.tools.verifier.tests.connector.managed.ManagedConnectionExistence.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #6.10.1  

com.sun.enterprise.tools.verifier.tests.connector.managed.ManagedConnectionMetaDataExistence.assertion=\
    An implementation of the javax.resource.spi.managed.ManagedConnectionMetaData interface should be provided.
com.sun.enterprise.tools.verifier.tests.connector.managed.ManagedConnectionMetaDataExistence.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #6.10.1  

com.sun.enterprise.tools.verifier.tests.connector.TransactionSupportExistence.assertion=\
    Transaction interface LocalTransaction or XAResource implementation should follow the declared transaction support (no_transaction, local_transaction, xa_transaction).
com.sun.enterprise.tools.verifier.tests.connector.TransactionSupportExistence.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #7.13.1 17.3.1  
com.sun.enterprise.tools.verifier.tests.connector.TransactionSupportExistence.warning=\
    Warning: Transaction support {0} is specified for resource adapter, but [ {1} ] is implemented.
com.sun.enterprise.tools.verifier.tests.connector.TransactionSupportExistence.passed1=\
    Transaction support no_transaction is specified for resource adapter and [ {0} ] are not implemented.
com.sun.enterprise.tools.verifier.tests.connector.TransactionSupportExistence.nonexist=\
    Error: Transaction support {0} is specified for resource adapter but [ {1} ] is not implemented.
com.sun.enterprise.tools.verifier.tests.connector.TransactionSupportExistence.passed2=\
    Transaction support {0} is specified for resource adapter and [ {1} ] is (are) implemented.

com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionFactoryInterfaceExistence.assertion=\
    The archive contains the interface declared in the deployment descriptor connectionfactory-interface element.
com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionFactoryInterfaceExistence.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #15.5.1, #17.3.1  
com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionFactoryInterfaceExistence.nonexist=\
    Error: The deployment descriptor for the resource adapter does not define the connectionfactory-interface element.

com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionFactoryTest.nonimpl=\
    Error: The resource adapter must implement the javax.resource.cci.ConnectionFactory interface and declare it in the connectionfactory-impl-class deployment descriptor.
com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionFactoryTest.nonexist=\
    Error: The class [ {0} ] declared in the connectionfactory-impl-class deployment descriptor does not exist.

com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionFactoryImplExistence.assertion=\
    The archive contains the class declared in the deployment descriptor connectionfactory-impl-class element.
com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionFactoryImplExistence.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #15.5.1, #17.3.1  
com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionFactoryImplExistence.passed=\
    The class defined in the connectionfactory-impl-class element [ {0} ] is contained in the archive.

com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionFactoryInterfaceImpl.assertion=\
    The class defined by the connectionfactory-impl-class element implements the specified connectionfactory-interface.
com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionFactoryInterfaceImpl.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #6.5.1.1  

com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionFactoryInterfaceImpl.pass1=\
The class [ {0} ] defined in the connectionfactory-impl-class deployment descriptor implements the javax.resource.cci.ConnectionFactory interface.

com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionFactorySerializable.assertion=\
    The class defined in the connectionfactory-impl-class element implements the java.io.Serializable interface.
com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionFactorySerializable.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #6.5.1.3 15.5.1.1  

com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionFactoryReferenceable.assertion=\
    The class defined by the connectionfactory-impl-class element implements the javax.resource.Referenceable interface.
com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionFactoryReferenceable.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #6.5.1.3 15.5.1.1  

com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionFactoryGetConnection.assertion=\
    The getConnection method of the ConnectionFactory returns the interface defined in the connection-interface element.
com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionFactoryGetConnection.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #15.5.3  
com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionFactoryGetConnection.passed=\
    The getConnection method of the [ {0} ] returns the [ {1} ] interface.
com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionFactoryGetConnection.failed=\
    Error: The getConnection method of the [ {0} ] does not return the [ {1} ] interface.
com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionFactoryGetConnection.warning=\
    Warning: The getConnection method is not defined by [ {0} ].

com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionTest.nonimpl=\
    Error: The resource adapter must implement the javax.resource.cci.Connection interface and declare it in the connection-impl-class deployment descriptor.
com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionTest.nonexist=\
    Error: The class [ {0} ] defined in the connection-impl-class deployment descriptor does not exist.

com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionInterfaceExistence.assertion=\
    The archive contains the interface declared in the deployment descriptor connection-interface element.
com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionInterfaceExistence.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #15.5.1, #17.3.1  
com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionInterfaceExistence.nonexist=\
    Error: The deployment descriptor for the resource adapter does not define the connection-interface element.

com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionImplExistence.assertion=\
    The archive contains the class declared in the deployment descriptor connection-impl-class element.
com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionImplExistence.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #17.3.1  
com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionImplExistence.passed=\
    The class defined in the connection-impl-class element [ {0} ] is contained in the archive.

com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionInterfaceImpl.assertion=\
    The class defined by the connection-impl-class element implements the specified connection-interface.
com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionInterfaceImpl.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #6.5.1.1  

com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionImplClose.assertion=\
    The connection interface should implement a close() method.
com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionImplClose.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #6.5.1  
com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionImplClose.failed=\
    The connection interface [ {0} ] does not implement the close() method.
com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionImplClose.passed=\
    The connection interface [ {0} ] implements the close() method.

com.sun.enterprise.tools.verifier.tests.connector.CheckConfigPropertyName.assertion=\
    The config property names are unique within the resource adapter.
com.sun.enterprise.tools.verifier.tests.connector.CheckConfigPropertyName.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #17.3.1, #17.4.4, #17.5.4  
com.sun.enterprise.tools.verifier.tests.connector.CheckConfigPropertyName.passed=\
    There are no config properties with duplicate names.
com.sun.enterprise.tools.verifier.tests.connector.CheckConfigPropertyName.failed=\
    More than one config property has a duplicate name [ {0} ] in the deployment descriptors.

com.sun.enterprise.tools.verifier.tests.connector.CheckConfigPropertyType.assertion=\
    Every configuration property type should be one of the types allowed.
com.sun.enterprise.tools.verifier.tests.connector.CheckConfigPropertyType.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #17.6  
com.sun.enterprise.tools.verifier.tests.connector.CheckConfigPropertyType.notdefined=\
    Error: The configuration property named [ {0} ] has no type.                  
com.sun.enterprise.tools.verifier.tests.connector.CheckConfigPropertyType.nonexist=\
    Error: The type [ {0} ] of the configuration property named [ {1} ] cannot be loaded.
com.sun.enterprise.tools.verifier.tests.connector.CheckConfigPropertyType.passed=\
    All properties have an allowed type.
com.sun.enterprise.tools.verifier.tests.connector.CheckConfigPropertyType.failed=\
    Error: The type [ {0} ] for the configuration property named [ {1} ] is not allowed.
com.sun.enterprise.tools.verifier.tests.connector.CheckConfigPropertyType.notApplicable=\
    Not Applicable: There are no config-property element defined

com.sun.enterprise.tools.verifier.tests.connector.AuthMechType.assertion=\
    Authentication mechanism types should be one of the allowed types.
com.sun.enterprise.tools.verifier.tests.connector.AuthMechType.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #17.6  
com.sun.enterprise.tools.verifier.tests.connector.AuthMechType.nonexist=\
    No authentication mechanism defined for this resource adapater.
com.sun.enterprise.tools.verifier.tests.connector.AuthMechType.failed=\
    Authentication mechanism type [ {0} ] is not allowed.
com.sun.enterprise.tools.verifier.tests.connector.AuthMechType.passed=\
    All defined authentication mechanisms have an allowed type.

com.sun.enterprise.tools.verifier.tests.connector.CredentialInterface.assertion=\
    Credential interface for the authentication mechanism should be one of the allowed interfaces.
com.sun.enterprise.tools.verifier.tests.connector.CredentialInterface.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #9.2.1, #17.6  
com.sun.enterprise.tools.verifier.tests.connector.CredentialInterface.failed=\
    Authentication mechanism credential interface [ {0} ] defined in the credential-interface tag is not allowed.
com.sun.enterprise.tools.verifier.tests.connector.CredentialInterface.passed=\
    All defined authorization mechanism credential interfaces are valid.

com.sun.enterprise.tools.verifier.tests.connector.cci.InteractionExistence.assertion=\
    An implementation of the javax.resource.cci.Interaction interface should be provided if CCI is implemented.
com.sun.enterprise.tools.verifier.tests.connector.cci.InteractionExistence.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #15.4  
com.sun.enterprise.tools.verifier.tests.connector.cci.InteractionExistence.notapp=\
    Not Applicable: The CCI interfaces do not seem to be implemented by this resource adapter.

com.sun.enterprise.tools.verifier.tests.connector.cci.InteractionSpecExistence.assertion=\
    An implementation of the javax.resource.cci.InteractionSpec interface should be provided if CCI is implemented.
com.sun.enterprise.tools.verifier.tests.connector.cci.InteractionSpecExistence.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #15.4  

com.sun.enterprise.tools.verifier.tests.connector.cci.InteractionSpecSerializable.assertion=\
    The implementation of the javax.resource.cci.InteractionSpec interface should implement the java.io.Serializable interface.
com.sun.enterprise.tools.verifier.tests.connector.cci.InteractionSpecSerializable.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #15.6.2.4  

com.sun.enterprise.tools.verifier.tests.connector.cci.InteractionSpecJavaBeansCompliance.assertion=\
    The implementation of the javax.resource.cci.InteractionSpec interface should provide property access compliant to the JavaBeans specification.
com.sun.enterprise.tools.verifier.tests.connector.cci.InteractionSpecJavaBeansCompliance.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #15.6.2.4  
com.sun.enterprise.tools.verifier.tests.connector.cci.InteractionSpecJavaBeansCompliance.passed=\
    The javax.resource.cci.InteractionSpec implementation complies with the JavaBeans specification.
com.sun.enterprise.tools.verifier.tests.connector.cci.InteractionSpecJavaBeansCompliance.nonexit=\
    Error: Athough the CCI interfaces are implemented, the javax.resource.cci.InteractionSpec interface is not.
com.sun.enterprise.tools.verifier.tests.connector.cci.InteractionSpecJavaBeansCompliance.failed=\
    Error: The javax.resource.cci.InteractionSpec implementation [ {0} ] does not comply with the JavaBeans specification.
com.sun.enterprise.tools.verifier.tests.connector.cci.InteractionSpecJavaBeansCompliance.failed2=\
    Error: The property [ {0} ] of the javax.resource.cci.InteractionSpec implementation [ {1} ] is not bound or constrained.

com.sun.enterprise.tools.verifier.tests.connector.cci.RecordExistence.assertion=\
    An implementation of the javax.resource.cci.Record interface should be provided if CCI is implemented.
com.sun.enterprise.tools.verifier.tests.connector.cci.RecordExistence.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #15.4, #15.10  

com.sun.enterprise.tools.verifier.tests.connector.cci.RecordFactoryExistence.assertion=\
    An implementation of the javax.resource.cci.RecordFactory interface should be provided if CCI is implemented.
com.sun.enterprise.tools.verifier.tests.connector.cci.RecordFactoryExistence.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #15.4 15.10  

com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionMetaDataExistence.assertion=\
    An implementation of the javax.resource.cci.ConnectionMetaData interface should be provided if CCI is implemented.
com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionMetaDataExistence.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #15.7.1.1  

com.sun.enterprise.tools.verifier.tests.connector.cci.ResourceAdapterMetaDataExistence.assertion=\
    An implementation of the javax.resource.cci.ResourceAdapterMetaData interface should be provided if CCI is implemented.
com.sun.enterprise.tools.verifier.tests.connector.cci.ResourceAdapterMetaDataExistence.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #17.7.2  

com.sun.enterprise.tools.verifier.tests.ejb.messagebean.MessageBeanTest.notApplicable=\
    Test applies only to message-driven bean components.
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.MessageBeanTest.classnotfoundexception=\
    Cannot load declared message-driven bean component [ {0} ]

com.sun.enterprise.tools.verifier.tests.ejb.messagebean.ImplementsMessageDrivenBean.assertion=\
    Declared message-driven bean components must implement the javax.ejb.MessageDrivenBean interface.
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.ImplementsMessageDrivenBean.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #15.4.1  

com.sun.enterprise.tools.verifier.tests.ejb.messagebean.ImplementsMessageListener.assertion=\
    Message-Driven Bean class must implement, directly or indirectly, the message listener interface required by the messaging type that it supports.
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.ImplementsMessageListener.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #15.7.2  
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.EjbCreateReturnType.assertion=\
    Message-driven bean must define one ejbCreate with a void return type.
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.EjbCreateReturnType.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #15.4.4  
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.EjbCreateReturnType.passed=\
    Message-driven bean [ {0} ] {1} implementation has a void return type.
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.EjbCreateReturnType.failed=\
    Error: Message-driven bean [ {0} ] {1} return type is [ {1} ].

com.sun.enterprise.tools.verifier.tests.ejb.messagebean.RemoteExceptionNotThrown.assertion=\
    Message listener methods should not throw java.rmi.RemoteException.
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.RemoteExceptionNotThrown.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #15.4.13
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.RemoteExceptionNotThrown.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #5.4.17
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.RemoteExceptionNotThrown.passed=\
    Valid message listener method(s).
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.RemoteExceptionNotThrown.failed=\
    Method [ {0} ] throws RemoteException
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.RemoteExceptionNotThrown.failed1=\
    [ {0} ]

com.sun.enterprise.tools.verifier.tests.ejb.messagebean.MessageListenerMethodModifiers.assertion=\
    Message listener methods must not be declared as final or static.
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.MessageListenerMethodModifiers.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #15.7.4
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.MessageListenerMethodModifiers.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #5.6.3
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.MessageListenerMethodModifiers.failed=\
    Wrong method [ {0} ]
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.MessageListenerMethodModifiers.passed=\
    Valid message listener method(s).

com.sun.enterprise.tools.verifier.tests.ejb.messagebean.EjbCreateExists.assertion=\
    Message-driven bean must define one ejbCreate method that has no arguments.
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.EjbCreateExists.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #15.4.4  
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.EjbCreateExists.failed=\
    Error: Message-driven bean [ {0} ] does not implement an {1} with no arguments.
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.EjbCreateExists.passed=\
    Message-driven bean [ {0} ] provide an {1} implementation with no argument.

com.sun.enterprise.tools.verifier.tests.ejb.messagebean.EjbCreateModifiers.assertion=\
    Message-driven bean must define a public ejbCreate method that is not static or final.
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.EjbCreateModifiers.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #15.7.3  
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.EjbCreateModifiers.passed=\
    Message-driven bean [ {0} ] provides an {1} implementation declared public and not static or final.
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.EjbCreateModifiers.failed=\
    Error: Message-driven bean [ {0} ] {1} implementation is either not public or is static or final.

com.sun.enterprise.tools.verifier.tests.ejb.messagebean.EjbRemoveModifiers.assertion=\
    Message-driven bean must define a public ejbRemove method that is not static or final.
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.EjbRemoveModifiers.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #15.7.5  

com.sun.enterprise.tools.verifier.tests.ejb.messagebean.EjbRemoveExists.assertion=\
    Message-driven bean must define one ejbRemove method that has no arguments.
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.EjbRemoveExists.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #15.7.5  

com.sun.enterprise.tools.verifier.tests.ejb.messagebean.EjbRemoveReturnType.assertion=\
    Message-driven bean must define one ejbRemove with a void return type.
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.EjbRemoveReturnType.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #15.7.5  

com.sun.enterprise.tools.verifier.tests.ejb.messagebean.HasValidMessageSelector.assertion=\
    Message-driven bean message selectors must be valid JMS message selectors.
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.HasValidMessageSelector.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #23.2, #23.5
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.HasValidMessageSelector.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #5.4.15
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.HasValidMessageSelector.notApplicable=\
    Message-driven bean [ {0} ] does not define a message selector.
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.HasValidMessageSelector.passed=\
    Message-driven bean [ {0} ] defines a valid message selector.
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.HasValidMessageSelector.failed=\
    Error: Message-driven bean [ {0} ] does not define a valid message selector

com.sun.enterprise.tools.verifier.tests.ejb.messagebean.HasValidMethodDescriptor.assertion=\
    Message-driven beans with container-managed transaction demarcation must use Required or NotSupported transaction attribute.
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.HasValidMethodDescriptor.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #15.4.8
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.HasValidMethodDescriptor.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #5.4.12
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.HasValidMethodDescriptor.notApplicable1=\
    Message-driven bean [ {0} ] does not define any methods.
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.HasValidMethodDescriptor.notApplicable2=\
    Message-driven bean [ {0} ] does not use container-managed transaction demarcation.
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.HasValidMethodDescriptor.passed=\
    Message-driven bean [ {0} ] onMessage method definition in assembly-descriptor is correct.
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.HasValidMethodDescriptor.failed3=\
    Error: Message-driven bean [ {0} ] method definition [ {1} ] transaction attribute must be Required or NotSupported.
com.sun.enterprise.tools.verifier.tests.ejb.messagebean.HasValidMethodDescriptor.failed4=\
    Error: Message-driven bean [ {0} ] method definition [ {1} ] does not have a valid container transaction descriptor.

com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbql.EjbQLFromCmpEntityDescriptor.passed=\
Syntax and semantics of EJB QL queries (if any) are correct.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbql.EjbQLFromCmpEntityDescriptor.assertion=\
    Container-managed persistence EJB QL queries should comply with specification rules for syntax and semantics.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbql.EjbQLFromCmpEntityDescriptor.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #11.3.5  
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbql.EjbQLFromCmpEntityDescriptor.failed=\
    Error: Exception [ {0} ] when calling JDOCodeGenerator.validate().
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbql.EjbQLFromCmpEntityDescriptor.failed1=\
Error: Exception [ {0} ] while initializing JDO code generator.
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbql.EjbQLChecker.parseError=\
    Error: [ {0} ] has parsing error(s).
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbql.EjbQLChecker.SAXParseException=\
Exception occurred : [{0}].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbql.EjbQLFromCmpEntityDescriptor.parseError=\
    Error: Entity bean [ {0} ] has the following EJB QL error(s) [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbql.EjbQLFromCmpEntityDescriptor.notApplicable=\
    Not applicable: Test applies only to container-managed persistence entity beans.
com.sun.enterprise.tools.verifier.tests.ejb.intf.InterfaceClassExist.notApplicable1=\
    Test applies only to session or entity beans.
com.sun.enterprise.tools.verifier.tests.ejb.intf.InterfaceClassExist.notApplicable2=\
Not Applicable because, EJB [ {0} ] does not have {1} Interface.
com.sun.enterprise.tools.verifier.tests.ejb.intf.InterfaceClassExist.failed=\
    [ {0} ] is defined as a class. It should be an interface.

com.sun.enterprise.tools.verifier.tests.ejb.entity.CMPFieldExistence.assertion=\
    CMP entity bean must have at least one cmp-field.
com.sun.enterprise.tools.verifier.tests.ejb.entity.CMPFieldExistence.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #23.2  
com.sun.enterprise.tools.verifier.tests.ejb.entity.CMPFieldExistence.notApplicable=\
    The enterprise bean [ {0} ] is not a CMP entity bean.
com.sun.enterprise.tools.verifier.tests.ejb.entity.CMPFieldExistence.passed=\
    For this CMP entity bean [ {0} ], some cmp-fields are defined.
com.sun.enterprise.tools.verifier.tests.ejb.entity.CMPFieldExistence.failed=\
    Error: For this CMP entity bean [ {0} ], no cmp-fields are defined.

com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpEjbNoInvalidCreateMethod.assertion=\
    CMP 1.1 entity beans cannot define create[METHOD].
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpEjbNoInvalidCreateMethod.specMappingInfo_2.1=\
	  EJB 2.1 Specification Section #14.1.8  
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpEjbNoInvalidCreateMethod.notApplicable=\
    The enterprise bean [ {0} ] is not an CMP 1.1 entity bean.
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpEjbNoInvalidCreateMethod.passed=\
    No create[METHOD] defined for this CMP 1.1 entity bean [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp.CmpEjbNoInvalidCreateMethod.failed=\
    Error: CMP 1.1 entity beans are not authorized to define [ {0} ] method.

com.sun.enterprise.tools.verifier.tests.ejb.timer.ImplementsTimedObjectTest.assertion=\
    Timers can be created for stateless session beans, message-driven beans, and 2.1 entity beans.Timers cannot be created for stateful session beans or EJB 3.0 entities.Only 2.1 entity beans and stateless session beans may implement the TimedObject interface.
com.sun.enterprise.tools.verifier.tests.ejb.timer.ImplementsTimedObjectTest.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #22.2.2  
com.sun.enterprise.tools.verifier.tests.ejb.timer.ImplementsTimedObjectTest.specMappingInfo_3.0=\
    EJB 3.0 Specification Section #17.2  
com.sun.enterprise.tools.verifier.tests.ejb.timer.ImplementsTimedObjectTest.passed=\
    [ {0} ] properly implements the TimedObject interface.
com.sun.enterprise.tools.verifier.tests.ejb.timer.ImplementsTimedObjectTest.failed1=\
    [ {0} ] must not implement the TimedObject interface. Only 2.1 entity beans and stateless session beans may implement the TimedObject interface.

com.sun.enterprise.tools.verifier.tests.ejb.timer.HasValidEjbTimeoutDescriptor.assertion=\
    The allowed transaction attributes for the ejbTimeout method are RequiresNew and NotSupported.
com.sun.enterprise.tools.verifier.tests.ejb.timer.HasValidEjbTimeoutDescriptor.specMappingInfo_2.1=\
    EJB 2.1 Specification Section #17.4.1
com.sun.enterprise.tools.verifier.tests.ejb.timer.HasValidEjbTimeoutDescriptor.specMappingInfo_3.0=\
    EJB 3.0 Specification Section #12.3.7
com.sun.enterprise.tools.verifier.tests.ejb.timer.HasValidEjbTimeoutDescriptor.passed=\
    Transaction attributes are properly specified.
com.sun.enterprise.tools.verifier.tests.ejb.timer.HasValidEjbTimeoutDescriptor.failed1=\
    Error : Bean [ {0} ] Transaction attribute for timeout method must be Required, RequiresNew or NotSupported 
com.sun.enterprise.tools.verifier.tests.ejb.timer.HasValidEjbTimeoutDescriptor.failed2=\
    Error : Bean [ {0} ] Transaction attribute for ejbTimeout must be RequiresNew or NotSupported
com.sun.enterprise.tools.verifier.tests.ejb.timer.HasValidEjbTimeoutDescriptor.failed3=\
    Transaction attribute for Timeout is not specified for [ {0} ]

com.sun.enterprise.tools.verifier.tests.connector.managed.notApplicableForInboundRA=\
    Resource adapter does not provide outbound communication.
com.sun.enterprise.tools.verifier.tests.connector.managed.ManagedConnectionGetMetaData.assertion=\
    The return type of javax.resource.spi.ManagedConnection.getMetaData() implements the ManagedConnectionMetaData interface.
com.sun.enterprise.tools.verifier.tests.connector.managed.ManagedConnectionGetMetaData.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #6.5.5.2  
com.sun.enterprise.tools.verifier.tests.connector.managed.ManagedConnectionGetMetaData.failed=\
  Error: There is no implementation of getMetaData() provided.
com.sun.enterprise.tools.verifier.tests.connector.managed.ManagedConnectionGetMetaData.failed1=\
  Error: getMetaData() does not return an instance of the javax.resource.spi.ManagedConnectionMetaData interface.
com.sun.enterprise.tools.verifier.tests.connector.managed.ManagedConnectionGetMetaData.passed=\
  ManagedConnection.getMetaData() returns an instance of the javax.resource.spi.ManagedConnectionMetaData interface.
com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionFactoryDefaultConstructor.assertion=\
  The implementation class for javax.resource.cci.ConnectionFactory provides a default constructor.
com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionFactoryDefaultConstructor.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #15.5.1.1  
com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionFactoryDefaultConstructor.noDefConstr=\
  Error: The connectionfactory-impl-class [ {0} ] must provide a default constructor.
com.sun.enterprise.tools.verifier.tests.connector.cci.ConnectionFactoryDefaultConstructor.defConstr=\
  The connectionfactory-impl-class [ {0} ] provides a default constructor.
com.sun.enterprise.tools.verifier.tests.connector.cci.notApp=\
  The CCI interfaces do not seem to be implemented by this resource adapter.
com.sun.enterprise.tools.verifier.tests.connector.managed.CheckConnectionImplClass.assertion=\
  The connection-impl-class for each connection-definition must implement connection-interface.
com.sun.enterprise.tools.verifier.tests.connector.managed.CheckConnectionImplClass.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #6.5
com.sun.enterprise.tools.verifier.tests.connector.managed.CheckConnectionImplClass.failed=\
  Error: connection-impl-class [ {0} ] does not implement connection-interface [ {1} ].
com.sun.enterprise.tools.verifier.tests.connector.managed.CheckConnectionImplClass.passed=\
  All connection-impl-class classes implement their corresponding connection-interface.
com.sun.enterprise.tools.verifier.tests.connector.managed.CheckConnectionImplClass.nonexist=\
  Error: The class [ {0} ] defined by the connection-impl-class element in the deployment descriptor does not exist.
com.sun.enterprise.tools.verifier.tests.connector.managed.CheckConnectionFactoryImplClass.assertion=\
  connectionfactory-class must implement connectionfactory-interface.
com.sun.enterprise.tools.verifier.tests.connector.managed.CheckConnectionFactoryImplClass.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #6.5
com.sun.enterprise.tools.verifier.tests.connector.managed.CheckConnectionFactoryImplClass.failed=\
  Error: connectionfactory-class [ {0} ] does not implement connectionfactory-interface [ {1} ].
com.sun.enterprise.tools.verifier.tests.connector.managed.CheckConnectionFactoryImplClass.passed=\
  All connectionfactory-impl-class classes implement their corresponding connectionfactory-interface.
com.sun.enterprise.tools.verifier.tests.connector.managed.CheckConnectionFactoryImplClass.nonexist=\
  Error: The class [ {0} ] defined by the connectionfactory-impl-class element in the deployment descriptor does not exist.
com.sun.enterprise.tools.verifier.tests.connector.managed.CheckConnectionFactoryImplSerializable.assertion=\
  For each connection-definition, the specified connectionfactory-impl-class implements java.io.Serializable.
com.sun.enterprise.tools.verifier.tests.connector.managed.CheckConnectionFactoryImplSerializable.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #15.5.1.1  
com.sun.enterprise.tools.verifier.tests.connector.managed.CheckConnectionFactoryImplSerializable.failed=\
  Error: connectionfactory-class [ {0} ] does not implement java.io.Serializable.
com.sun.enterprise.tools.verifier.tests.connector.managed.CheckConnectionFactoryImplSerializable.passed=\
  All connectionfactory-impl-class classes implement java.io.Serializable.
com.sun.enterprise.tools.verifier.tests.connector.managed.CheckConnectionFactoryImplReferenceable.assertion=\
  For each connection-definition, the specified connectionfactory-impl-class implements javax.resource.Refereneceable.
com.sun.enterprise.tools.verifier.tests.connector.managed.CheckConnectionFactoryImplReferenceable.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #15.5.1.1  
com.sun.enterprise.tools.verifier.tests.connector.managed.CheckConnectionFactoryImplReferenceable.failed=\
  Error: connectionfactory-class [ {0} ] does not implement javax.resource.Referenceable.
com.sun.enterprise.tools.verifier.tests.connector.managed.CheckConnectionFactoryImplReferenceable.passed=\
  All connectionfactory-impl-class classes implement javax.resource.Referenceable.
com.sun.enterprise.tools.verifier.tests.connector.admin.notApp=\
  Resource adapter does not define any administered objects.
com.sun.enterprise.tools.verifier.tests.connector.admin.CheckAdminObjectImpl.assertion=\
  For each administered object, the specified adminobject-class implements the specified adminobject-interface.
com.sun.enterprise.tools.verifier.tests.connector.admin.CheckAdminObjectImpl.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #17.3.1, #12.4.2.3, #12.4.2.4  
com.sun.enterprise.tools.verifier.tests.connector.admin.CheckAdminObjectImpl.passed=\
  All adminobject-class classes implement their corresponding adminobject-interface.
com.sun.enterprise.tools.verifier.tests.connector.admin.CheckAdminObjectImpl.failed=\
  Error: adminobject-class [ {0} ] does not implement adminobject-interface [ {1} ].
com.sun.enterprise.tools.verifier.tests.connector.admin.nonexist=\
  Error: The class [ {0} ] as defined under adminobject-class in the deployment descriptor does not exist.
com.sun.enterprise.tools.verifier.tests.connector.admin.CheckAdminObjectJavaBean.assertion=\
  For each administered object, the specified adminobject-class is a JavaBeans component.
com.sun.enterprise.tools.verifier.tests.connector.admin.CheckAdminObjectJavaBean.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #17.3.1, #12.4.7  
com.sun.enterprise.tools.verifier.tests.connector.admin.CheckAdminObjectJavaBean.failed=\
  Error: The adminobject-class [ {0} ] does not comply with the JavaBeans specification.
com.sun.enterprise.tools.verifier.tests.connector.admin.CheckAdminObjectJavaBean.failed1=\
  Error: The adminobject-class [ {0} ] does not provide accessor methods for [ {1} ].
com.sun.enterprise.tools.verifier.tests.connector.admin.CheckAdminObjectJavaBean.passed=\
  Each adminobject-class is a JavaBeans component.
com.sun.enterprise.tools.verifier.tests.connector.admin.CheckAdminObjectSerializable.assertion=\
  For each administered object, the specified adminobject-class implements java.io.Serializable.
com.sun.enterprise.tools.verifier.tests.connector.admin.CheckAdminObjectSerializable.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.connector.admin.CheckAdminObjectSerializable.passed=\
  All adminobject-class classes implement java.io.Serializable.
com.sun.enterprise.tools.verifier.tests.connector.admin.CheckAdminObjectSerializable.failed=\
  Error: adminobject-class [ {0} ] does not implement java.io.Serializable.
com.sun.enterprise.tools.verifier.tests.connector.messageinflow.notApp=\
  Resource adapter does not provide inbound communication.
com.sun.enterprise.tools.verifier.tests.connector.messageinflow.nonexist=\
  Error: The class [ {0} ] as defined under activationspec-class in the deployment descriptor does not exist.
com.sun.enterprise.tools.verifier.tests.connector.messageinflow.CheckActivationSpecClass.assertion=\
  For each message-listener, the specified activationspec-class implements the javax.resource.spi.ActivationSpec interface.
com.sun.enterprise.tools.verifier.tests.connector.messageinflow.CheckActivationSpecClass.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #5.3.3, #17.3.1, #17.6  
com.sun.enterprise.tools.verifier.tests.connector.messageinflow.CheckActivationSpecClass.failed=\
  Error: activationspec-class [ {0} ] does not implement javax.resource.spi.ActivationSpec.
com.sun.enterprise.tools.verifier.tests.connector.messageinflow.CheckActivationSpecClass.passed=\
  All activationspec-class classes implement javax.resource.spi.ActivationSpec.
com.sun.enterprise.tools.verifier.tests.connector.messageinflow.CheckActivationSpecJavaBean.assertion=\
  For each message-listener, the specified activationspec-class is a JavaBeans component.
com.sun.enterprise.tools.verifier.tests.connector.messageinflow.CheckActivationSpecJavaBean.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #17.3.1  
com.sun.enterprise.tools.verifier.tests.connector.messageinflow.CheckActivationSpecJavaBean.failed=\
  Error: The activationspec-class [ {0} ] does not comply with the JavaBeans specification.
com.sun.enterprise.tools.verifier.tests.connector.messageinflow.CheckActivationSpecJavaBean.failed1=\
  Error: The activationspec-class [ {0} ] does not provide accessor methods for [ {1} ].
com.sun.enterprise.tools.verifier.tests.connector.messageinflow.CheckActivationSpecJavaBean.passed=\
  The activationspec-class is a JavaBeans component.
com.sun.enterprise.tools.verifier.tests.connector.messageinflow.CheckActivationSpecOverridesEquals.assertion=\
  For each message-listener, the specified activationspec-class does not override the equals method.
com.sun.enterprise.tools.verifier.tests.connector.messageinflow.CheckActivationSpecOverridesEquals.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #16.4  
com.sun.enterprise.tools.verifier.tests.connector.messageinflow.CheckActivationSpecOverridesEquals.failed=\
  Error: activationspec-class [ {0} ] overrides the equals method.
com.sun.enterprise.tools.verifier.tests.connector.messageinflow.CheckActivationSpecOverridesEquals.passed=\
  No activationspec-class classes override the equals method.
com.sun.enterprise.tools.verifier.tests.connector.CheckResourceAdapter.nonexist=\
  Error: The class [ {0} ] defined by the resourceadapter-class element in the deployment descriptor does not exist.
com.sun.enterprise.tools.verifier.tests.connector.resourceadapter.notApp=\
  The resourceadapter-class is not specified.

com.sun.enterprise.tools.verifier.tests.connector.CheckResourceAdapterClass.assertion=\
  The specified resourceadapter-class implements the javax.resource.spi.ResourceAdapter interface.
com.sun.enterprise.tools.verifier.tests.connector.CheckResourceAdapterClass.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #17.3.1  
com.sun.enterprise.tools.verifier.tests.connector.CheckResourceAdapterClass.failed1=\
  The resourceadapter-class cannot be empty if the resource adapter provides inbound communication.
com.sun.enterprise.tools.verifier.tests.connector.CheckResourceAdapterClass.passed=\
  The resourceadapter-class implements javax.resource.spi.ResourceAdapter.
com.sun.enterprise.tools.verifier.tests.connector.CheckResourceAdapterClass.failed=\
  Error: resourceadapter-class [ {0} ] does not implement javax.resource.spi.ResourceAdapter.
com.sun.enterprise.tools.verifier.tests.connector.CheckResourceAdapterClassSerializable.assertion=\
  ResourceAdapter class must be available if the resource adapter provides inbound communication
com.sun.enterprise.tools.verifier.tests.connector.CheckResourceAdapterClassSerializable.specMappingInfo_1.5=\
  J2EE Connector Architecture Specification Section #11
com.sun.enterprise.tools.verifier.tests.connector.CheckResourceAdapterClassSerializable.failed=\
  ResourceAdapter class not found
com.sun.enterprise.tools.verifier.tests.connector.CheckResourceAdapterClassSerializable.passed=\
  Valid ResourceAdapter class.
com.sun.enterprise.tools.verifier.tests.connector.CheckResourceAdapterJavaBean.assertion=\
  The ResourceAdapter implementation must be a JavaBean.
com.sun.enterprise.tools.verifier.tests.connector.CheckResourceAdapterJavaBean.specMappingInfo_1.5=\
  J2EE Connector Architecture Specification Section #17.4.1.1
com.sun.enterprise.tools.verifier.tests.connector.CheckResourceAdapterJavaBean.failed=\
  Error: The resourceadapter-class [ {0} ] does not comply with the JavaBeans specification.
com.sun.enterprise.tools.verifier.tests.connector.messageinflow.CheckResourceAdapterJavaBean.failed1=\
  Error: The resourceadapter-class [ {0} ] does not provide accessor methods for [ {1} ].
com.sun.enterprise.tools.verifier.tests.connector.messageinflow.CheckResourceAdapterJavaBean.passed=\
  The resourceadapter-class is a JavaBeans component.
com.sun.enterprise.tools.verifier.tests.connector.messageinflow.CheckActivationSpecSerializable.assertion=\
  The specified activationspec-class implements the java.io.Serializable interface.
com.sun.enterprise.tools.verifier.tests.connector.messageinflow.CheckActivationSpecSerializable.specMappingInfo_1.5=\
	  J2EE Connector Architecture Specification Section #16.3  
com.sun.enterprise.tools.verifier.tests.connector.messageinflow.CheckActivationSpecSerializable.failed=\
  Error: activationspec-class [ {0} ] does not implement java.io.Serializable.
com.sun.enterprise.tools.verifier.tests.connector.messageinflow.CheckActivationSpecSerializable.passed=\
  All activationspec-class classes implement java.io.Serializable.


com.sun.enterprise.tools.verifier.tests.webservices.Error=\
    Error: Unexpected error occurred [ {0} ].
com.sun.enterprise.tools.verifier.tests.webservices.WSTest.SEIClassExists=\
    Error: Service endpoint interface class [ {0} ] not found.
com.sun.enterprise.tools.verifier.tests.webservices.WSTest.BeanClassExists=\
    Error: Service endpoint implementation bean class [ {0} ] not found.
com.sun.enterprise.tools.verifier.tests.wsclient.WSClientTest.SEIClassExists=\
    Error: Service endpoint interface class [ {0} ] not found.
com.sun.enterprise.tools.verifier.tests.webservices.EJBEndpointIsSLSBCheck.assertion=\
    For a stateless session bean implementation, the ejb-link element associates the port-component with a session element in the ejb-jar.xml file. The ejb-link element may not refer to a session element defined in another module.
com.sun.enterprise.tools.verifier.tests.webservices.EJBEndpointIsSLSBCheck.specMappingInfo_1.1=\
	  JSR 109 Section #7.1.2
com.sun.enterprise.tools.verifier.tests.webservices.EJBEndpointIsSLSBCheck.specMappingInfo_1.2=\
	  JSR 109MR Section #7.1.2
com.sun.enterprise.tools.verifier.tests.webservices.EJBEndpointIsSLSBCheck.passed=\
   Service implementation bean defined in ejb-jar.xml using [{0}] session element.
com.sun.enterprise.tools.verifier.tests.webservices.EJBEndpointIsSLSBCheck.failed=\
   Service implementation bean cannot be stateful session bean.
com.sun.enterprise.tools.verifier.tests.webservices.EJBEndpointIsSLSBCheck.failed1=\
   Service implementation bean could not be resolved from the ejb-link specified.
com.sun.enterprise.tools.verifier.tests.webservices.EJBEndpointIsSLSBCheck.failed2=\
   Service implementation bean should be a session bean.
com.sun.enterprise.tools.verifier.tests.webservices.EJBEndpointIsSLSBCheck.notapp=\
   This is a JAX-RPC service endpoint.

com.sun.enterprise.tools.verifier.tests.webservices.EJBLinkedToOnePortCompCheck.assertion=\
   A session bean must only be linked to by a single port-component.
com.sun.enterprise.tools.verifier.tests.webservices.EJBLinkedToOnePortCompCheck.specMappingInfo_1.1=\
	  JSR 109 Section #7.1.2
com.sun.enterprise.tools.verifier.tests.webservices.EJBLinkedToOnePortCompCheck.specMappingInfo_1.2=\
	  JSR 109MR Section #7.1.2
com.sun.enterprise.tools.verifier.tests.webservices.EJBLinkedToOnePortCompCheck.passed=\
   The session bean associated with this endpoint is linked to by a single port-component.
com.sun.enterprise.tools.verifier.tests.webservices.EJBLinkedToOnePortCompCheck.failed=\
   The session bean associated with this endpoint is linked to by multiple port-components.
com.sun.enterprise.tools.verifier.tests.webservices.EJBLinkedToOnePortCompCheck.notapp=\
   This is a JAX-RPC service endpoint.

com.sun.enterprise.tools.verifier.tests.webservices.ServletLinkedToOnePortCompCheck.assertion=\
   A servlet must only be linked to by a single port-component.
com.sun.enterprise.tools.verifier.tests.webservices.ServletLinkedToOnePortCompCheck.specMappingInfo_1.1=\
	  JSR 109 Section #7.1.2
com.sun.enterprise.tools.verifier.tests.webservices.ServletLinkedToOnePortCompCheck.specMappingInfo_1.2=\
	  JSR 109MR Section #7.1.2
com.sun.enterprise.tools.verifier.tests.webservices.ServletLinkedToOnePortCompCheck.passed=\
   The servlet associated with this endpoint is linked to by a single port-component.
com.sun.enterprise.tools.verifier.tests.webservices.ServletLinkedToOnePortCompCheck.failed=\
   The servlet associated with this endpoint is linked to by multiple port-components.
com.sun.enterprise.tools.verifier.tests.webservices.ServletLinkedToOnePortCompCheck.notapp=\
   This is not a JAX-RPC service endpoint.

com.sun.enterprise.tools.verifier.tests.webservices.EJBServiceImplBeanChk.assertion=\
   This assertion tests several service implementation bean characteristics specified by JSR-109.
com.sun.enterprise.tools.verifier.tests.webservices.EJBServiceImplBeanChk.specMappingInfo_1.1=\
   JSR 109 Section #5.3.2.1
com.sun.enterprise.tools.verifier.tests.webservices.EJBServiceImplBeanChk.specMappingInfo_1.2=\
   JSR 109MR Section #5.3.2.3

com.sun.enterprise.tools.verifier.tests.webservices.EJBServiceImplBeanChk.failed=\
   The [ {0} ] class [ {1} ] could not be loaded.

com.sun.enterprise.tools.verifier.tests.webservices.passed=\
   [ {0} ].
com.sun.enterprise.tools.verifier.tests.webservices.failed=\
   [ {0} ].
com.sun.enterprise.tools.verifier.tests.webservices.failed1=\
    Error: [ {0} ] class used in [ {1} ] class cannot be found.   
com.sun.enterprise.tools.verifier.tests.webservices.notapp=\
   [ {0} ].
com.sun.enterprise.tools.verifier.tests.webservices.clfailed=\
   The [ {0} ] class [ {1} ] could not be loaded.
com.sun.enterprise.tools.verifier.tests.webservices.clpassed=\
   The [ {0} ] class [ {1} ] exists and was loaded successfully.

com.sun.enterprise.tools.verifier.tests.webservices.HandlerClassCheck.assertion=\
   handler-class defines a fully qualified class name for the handler implementation and implements javax.xml.rpc.handler.Handler.
com.sun.enterprise.tools.verifier.tests.webservices.HandlerClassCheck.specMappingInfo_1.1=\
	  JSR 109 Section #7.2.5
com.sun.enterprise.tools.verifier.tests.webservices.HandlerClassCheck.passed=\
   The handler class [ {0} ] exists and implements the javax.xml.rpc.handler.Handler interface.
com.sun.enterprise.tools.verifier.tests.webservices.HandlerClassCheck.failed=\
   Handler class [ {0} ] does not implement javax.xml.rpc.handler.Handler.
com.sun.enterprise.tools.verifier.tests.webservices.HandlerClassCheck.notapp=\
   Not Applicable: No handlers defined in this Web service.

com.sun.enterprise.tools.verifier.tests.webservices.HandlerChainClassCheck.assertion=\
   With JAX-WS a Handler class must implement the javax.xml.ws.handler.Handler interface or one of its subinterfaces
com.sun.enterprise.tools.verifier.tests.webservices.HandlerChainClassCheck.specMappingInfo_1.2=\
   JSR 109 MR Section #6.2.3
com.sun.enterprise.tools.verifier.tests.webservices.HandlerChainClassCheck.passed=\
   The Handler Class [{0}] exists and implements the javax.xml.ws.handler.Handler Interface.
com.sun.enterprise.tools.verifier.tests.webservices.HandlerChainClassCheck.failed=\
   Handler Class [{0}] does not implement javax.xml.ws.handler.Handler Interface
com.sun.enterprise.tools.verifier.tests.webservices.HandlerChainClassCheck.passed1=\
   Handler chains, if any, are defined properly


com.sun.enterprise.tools.verifier.tests.webservices.HandlerPortNameCheck.assertion=\
   Handler port name is a valid port name.
com.sun.enterprise.tools.verifier.tests.webservices.HandlerPortNameCheck.specMappingInfo=

com.sun.enterprise.tools.verifier.tests.webservices.JAXRPCEndpointIsServletClassCheck.assertion=\
   Service implementations using a JAX-RPC service endpoint must be defined in the web.xml deployment descriptor file using the servlet-class element.
com.sun.enterprise.tools.verifier.tests.webservices.JAXRPCEndpointIsServletClassCheck.specMappingInfo_1.1=\
	  JSR 109 Section #7.1.2
com.sun.enterprise.tools.verifier.tests.webservices.JAXRPCEndpointIsServletClassCheck.specMappingInfo_1.2=\
	  JSR 109MR Section #7.1.2
com.sun.enterprise.tools.verifier.tests.webservices.JAXRPCServiceImplBeanChk.assertion=\
   This assertion tests several service implementation bean characteristics specified by JSR-109.
com.sun.enterprise.tools.verifier.tests.webservices.JAXRPCServiceImplBeanChk.specMappingInfo_1.1=\
   JSR 109 Section #5.3.2.2
com.sun.enterprise.tools.verifier.tests.webservices.JAXRPCServiceImplBeanChk.specMappingInfo_1.2=\
   JSR 109MR Section #5.3.2.4.1

com.sun.enterprise.tools.verifier.tests.webservices.MappingFileCheck.assertion=\
    The jaxrpc-mapping-file file name is a relative path within the module. If JAX-WS is used, mapping file is not required because all of the data binding in JAX-WS is done according to the JAXB specification
com.sun.enterprise.tools.verifier.tests.webservices.MappingFileCheck.specMappingInfo_1.1=\
	JSR 109 Section #7.1.5
com.sun.enterprise.tools.verifier.tests.webservices.MappingFileCheck.specMappingInfo_1.2=\
	JSR 109MR Section #4.2.3.4, #5.4
com.sun.enterprise.tools.verifier.tests.webservices.MappingFileCheck.passed=\
    mapping file requirements are satisfied
com.sun.enterprise.tools.verifier.tests.webservices.MappingFileCheck.failed=\
    The mapping file does not exist at the specified location [ {0} ] in the archive.
com.sun.enterprise.tools.verifier.tests.webservices.MappingFileCheck.warning=\
    The mapping file as specified in location [ {0} ] is not required.

com.sun.enterprise.tools.verifier.tests.webservices.OnlyOneServletMappingCheck.assertion=\
     No more than one servlet mapping may be specified for a servlet that is linked to by a port-component.
com.sun.enterprise.tools.verifier.tests.webservices.OnlyOneServletMappingCheck.specMappingInfo_1.1=\
	  JSR 109 Section #7.1.2
com.sun.enterprise.tools.verifier.tests.webservices.OnlyOneServletMappingCheck.specMappingInfo_1.2=\
	  JSR 109MR Section #7.1.2
com.sun.enterprise.tools.verifier.tests.webservices.OnlyOneServletMappingCheck.passed=\
     Found only one servlet mapping for the servlet linked to by this port-component.
com.sun.enterprise.tools.verifier.tests.webservices.OnlyOneServletMappingCheck.failed=\
     Found [ {0} ] servlet mappings for the servlet linked to by this port-component.
com.sun.enterprise.tools.verifier.tests.webservices.OnlyOneServletMappingCheck.notapp=\
     Not applicable: This is not a JAX-RPC service endpoint.

com.sun.enterprise.tools.verifier.tests.webservices.SEIClassNameCheck.assertion=\
     The developer must specify the fully qualified class name of the service endpoint interface in the service-endpoint-interface element.
com.sun.enterprise.tools.verifier.tests.webservices.SEIClassNameCheck.specMappingInfo_1.1=\
	  JSR 109 Section #7.1.2, #7.1.5
com.sun.enterprise.tools.verifier.tests.webservices.SEIClassNameCheck.specMappingInfo_1.2=\
     JSR 109MR Section #7.1.2
com.sun.enterprise.tools.verifier.tests.webservices.SEIClassNameCheck.passed=\
     The [ {0} ] class [ {1} ] was loaded successfully.
com.sun.enterprise.tools.verifier.tests.webservices.SEIClassNameCheck.failed=\
     The [ {0} ] class [ {1} ] could not be loaded.

com.sun.enterprise.tools.verifier.tests.webservices.SEIEJBTxAttrChk.assertion=\
     If the service implementation bean is an enterprise bean, the transaction attributes for the methods defined by the service endpoint interface do not include Mandatory.
com.sun.enterprise.tools.verifier.tests.webservices.SEIEJBTxAttrChk.specMappingInfo_1.1=\
	  JSR 109 Section #8.1
com.sun.enterprise.tools.verifier.tests.webservices.SEIEJBTxAttrChk.specMappingInfo_1.2=\
	  JSR 109MR Section #8.1, 8.2.10
com.sun.enterprise.tools.verifier.tests.webservices.SEIEJBTxAttrChk.failed=\
     [ {0} ] of this Web service [ {1} ] have/has the Mandatory transaction attribute.
com.sun.enterprise.tools.verifier.tests.webservices.SEIEJBTxAttrChk.passed=\
     None of the methods of this Web service [ {0} ] have Mandatory transaction attribute.
com.sun.enterprise.tools.verifier.tests.webservices.SEIEJBTxAttrChk.notapp=\
     Not applicable: This is not an EJB service endpoint.

com.sun.enterprise.tools.verifier.tests.webservices.SEIExtendsRemoteCheck.assertion=\
    Service endpoint interface must extend the java.rmi.Remote interface. JAX-WS specification does not require Service Endpoint Interface to extend java.rmi.Remote interface
com.sun.enterprise.tools.verifier.tests.webservices.SEIExtendsRemoteCheck.specMappingInfo_1.1=\
	  JSR 109 Section #5.3.1
com.sun.enterprise.tools.verifier.tests.webservices.SEIExtendsRemoteCheck.specMappingInfo_1.2=\
	  JSR 109MR Section #3.9
com.sun.enterprise.tools.verifier.tests.webservices.SEIExtendsRemoteCheck.passed=\
    Service Enpoint is defined properly.
com.sun.enterprise.tools.verifier.tests.webservices.SEIExtendsRemoteCheck.failed=\
    Service endpoint interface [ {0} ] does not extend the java.rmi.Remote interface.
com.sun.enterprise.tools.verifier.tests.webservices.SEIExtendsRemoteCheck.warning=\
    SEI [{0}] is not required to extend the java.rmi.Remote interface.

com.sun.enterprise.tools.verifier.tests.webservices.ServiceImplBeanLinkCheck.assertion=\
    The service-impl-bean element defines the Web service implementation. A service implementation can be an enterprise bean class or a JAX-RPC Web component.
com.sun.enterprise.tools.verifier.tests.webservices.ServiceImplBeanLinkCheck.specMappingInfo_1.1=\
	  JSR 109 Section #7.1.5
com.sun.enterprise.tools.verifier.tests.webservices.ServiceImplBeanLinkCheck.specMappingInfo_1.2=\
	  JSR 109MR Section #7.1.2
com.sun.enterprise.tools.verifier.tests.webservices.ServiceImplBeanLinkCheck.passed=\
    [ {0} ] link of service-impl-bean element resolved successfully.
com.sun.enterprise.tools.verifier.tests.webservices.ServiceImplBeanLinkCheck.failed=\
    Could not resolve [ {0} ] link of service-impl-bean element.

com.sun.enterprise.tools.verifier.tests.webservices.ServletImplClassCheck.assertion=\
   The servlet implementation class for a JAX-RPC service endpoint is packaged in the archive.
com.sun.enterprise.tools.verifier.tests.webservices.ServletImplClassCheck.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.webservices.ServletImplClassCheck.passed=\
   The servlet implementation class [ {0} ] was loaded successfully. 
com.sun.enterprise.tools.verifier.tests.webservices.ServletImplClassCheck.failed=\
   The servlet implementation class [ {0} ] was not found.
com.sun.enterprise.tools.verifier.tests.webservices.ServletImplClassCheck.notapp=\
   Not Applicable: This is not a JAX-RPC service endpoint.
com.sun.enterprise.tools.verifier.tests.webservices.ServletImplClassCheck.failed1=\
   The Web component implementation for this JAX-RPC service endpoint [ {0} ] is not a servlet.

com.sun.enterprise.tools.verifier.tests.webservices.ServletUrlPatternExactCheck.assertion=\
   The url-pattern of the servlet-mapping must be an exact match pattern (i.e. it must not contain an asterisk (*)).
com.sun.enterprise.tools.verifier.tests.webservices.ServletUrlPatternExactCheck.specMappingInfo_1.1=\
	  JSR 109 Section #7.1.2
com.sun.enterprise.tools.verifier.tests.webservices.ServletUrlPatternExactCheck.specMappingInfo_1.2=\
	  JSR 109MR Section #7.1.2
com.sun.enterprise.tools.verifier.tests.webservices.ServletUrlPatternExactCheck.passed=\
   The url-pattern for this servlet-mapping [ {0} ] is exact.
com.sun.enterprise.tools.verifier.tests.webservices.ServletUrlPatternExactCheck.failed=\
   The url-pattern for this servlet-mapping [ {0} ] contains an asterisk (*) and is not exact.
com.sun.enterprise.tools.verifier.tests.webservices.ServletUrlPatternExactCheck.notapp=\
   Not Applicable: This is not a JAX-RPC service endpoint.


com.sun.enterprise.tools.verifier.tests.webservices.WSDLFileCheck.assertion=\
   The wsdl-file element specifies a location of the WSDL description of a set of Web services. The location is relative to the root of the module and must be specified by the developer.
com.sun.enterprise.tools.verifier.tests.webservices.WSDLFileCheck.specMappingInfo_1.1=\
	  JSR 109 Section #7.1.2
com.sun.enterprise.tools.verifier.tests.webservices.WSDLFileCheck.specMappingInfo_1.2=\
	  JSR 109MR Section #5.3.2.1, #7.1.2
com.sun.enterprise.tools.verifier.tests.webservices.WSDLFileCheck.passed=\
   WSDL file exists in the archive at URI [ {0} ].
com.sun.enterprise.tools.verifier.tests.webservices.WSDLFileCheck.failed=\
   WSDL file does not exist in the archive at URI [ {0} ].


com.sun.enterprise.tools.verifier.tests.webservices.WSXMLLocCheck.assertion=\
   A Web services deployment descriptor in an EJB JAR file is located at META-INF/webservices.xml. A Web services deployment descriptor in a WAR file is located at WEB-INF/webservices.xml.
com.sun.enterprise.tools.verifier.tests.webservices.WSXMLLocCheck.specMappingInfo_1.1=\
	  JSR 109 Section #5.4.1  
com.sun.enterprise.tools.verifier.tests.webservices.WSXMLLocCheck.passed=\
   The webservices.xml file for [ {0} ] is located at the correct place.
com.sun.enterprise.tools.verifier.tests.webservices.WSXMLLocCheck.failed=\
   The webservices.xml file for [ {0} ] is not located in the directory WEB-INF (for a WAR file) or META-INF (for an EJB JAR file).

com.sun.enterprise.tools.verifier.tests.webservices.WSSchemaLocation.assertion=\
   The Web services schemaLocation in webservices.xml matches the schema requirement.
com.sun.enterprise.tools.verifier.tests.webservices.WSSchemaLocation.specMappingInfo_1.1=\
   JSR 109 Section #7.1.5
com.sun.enterprise.tools.verifier.tests.webservices.WSSchemaLocation.specMappingInfo_1.2=\
   JSR 109MR Section #7.1.5
com.sun.enterprise.tools.verifier.tests.webservices.WSSchemaLocation.passed=\
   The webservices.xml file for [ {0} ] has the correct schemaLocation.
com.sun.enterprise.tools.verifier.tests.webservices.WSSchemaLocation.passed1=\
   Webservices deployment descriptor is not defined for this archive
com.sun.enterprise.tools.verifier.tests.webservices.WSSchemaLocation.failed=\
   The webservices.xml file for [ {0} ] does not have the correct schemaLocation.

com.sun.enterprise.tools.verifier.tests.webservices.WSWsdlPort.assertion=\
   The developer must specify the WSDL port QName in the wsdl-port element for each Port.
com.sun.enterprise.tools.verifier.tests.webservices.WSWsdlPort.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.webservices.WSWsdlPort.passed=\
   The webservices.xml file for [ {0} ] has the wsdl-port specified.
com.sun.enterprise.tools.verifier.tests.webservices.WSWsdlPort.failed=\
   The webservices.xml file for [ {0} ] does not have the wsdl-port correctly specified.

com.sun.enterprise.tools.verifier.tests.webservices.WSWsdlPortComponentName.assertion=\
   A logical name for the port must be specified by the developer using the port-component-name element.
com.sun.enterprise.tools.verifier.tests.webservices.WSWsdlPortComponentName.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.webservices.WSWsdlPortComponentName.passed=\
   The webservices.xml file for [ {0} ] has the port-component-name element specified
com.sun.enterprise.tools.verifier.tests.webservices.WSWsdlPortComponentName.failed=\
    The webservices.xml file for [ {0} ] does not have the port-component-name element specified


com.sun.enterprise.tools.verifier.tests.webservices.EjbRemoveMethodNameExistInSLSB.assertion=\
   Service implementation bean (stateless session bean) must implement the ejbRemove() method, which takes no arguments.
com.sun.enterprise.tools.verifier.tests.webservices.EjbRemoveMethodNameExistInSLSB.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.webservices.EjbRemoveMethodNameExistInSLSB.passed=\
   [ {0} ] declares [ {1} ] method.
com.sun.enterprise.tools.verifier.tests.webservices.EjbRemoveMethodNameExistInSLSB.failed=\
   Error: [ {0} ] does not properly declare at least one ejbRemove() method.  [ {1} ] is not a valid bean.
com.sun.enterprise.tools.verifier.tests.webservices.EjbRemoveMethodNameExistInSLSB.notApplicable=\
   Not Applicable: Service implementation bean is not a stateless session bean.
com.sun.enterprise.tools.verifier.tests.webservices.EjbRemoveMethodNameExistInSLSB.notApplicable1=\
   Not Applicable: Service implementation bean is null or not a session bean descriptor.
com.sun.enterprise.tools.verifier.tests.webservices.EjbRemoveMethodNameExistInSLSB.notApplicable2=\
   Not Applicable: Service implementation bean is not implemented.
com.sun.enterprise.tools.verifier.tests.webservices.EjbRemoveMethodNameExistInSLSB.failedException=\
   Error: [ {0} ] class not found.

com.sun.enterprise.tools.verifier.tests.wsclients.HandlerClassCheck.assertion=\
   The handler-class element defines a fully qualified class name for the handler implementation and implements javax.xml.rpc.handler.Handler.
com.sun.enterprise.tools.verifier.tests.wsclients.HandlerClassCheck.specMappingInfo_1.1=\
	  JSR 109 Section #7.2.5  
com.sun.enterprise.tools.verifier.tests.wsclients.HandlerClassCheck.passed=\
   The handler class [ {0} ] exists and implements the javax.xml.rpc.handler.Handler Interface.
com.sun.enterprise.tools.verifier.tests.wsclients.HandlerClassCheck.failed=\
   Handler class [ {0} ] does not implement javax.xml.rpc.handler.Handler.
com.sun.enterprise.tools.verifier.tests.wsclients.HandlerClassCheck.notapp=\
   Not Applicable: No handlers are defined in this Web service.

com.sun.enterprise.tools.verifier.tests.wsclients.HandlerPortNameCheck.assertion=\
   Handler port name is a valid port name.
com.sun.enterprise.tools.verifier.tests.wsclients.HandlerPortNameCheck.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.wsclients.HandlerPortNameCheck.passed=\
   Port name(s) in the handler chain are valid.
com.sun.enterprise.tools.verifier.tests.wsclients.HandlerPortNameCheck.failed=\
   The port name(s) in the handler chain are invalid.
com.sun.enterprise.tools.verifier.tests.wsclients.HandlerPortNameCheck.notapp=\
   Not Applicable: No handlers are defined in this Web service.

com.sun.enterprise.tools.verifier.tests.wsclients.MappingFileCheck.assertion=\
    The jaxrpc-mapping-file file name is a relative path within the module.
com.sun.enterprise.tools.verifier.tests.wsclients.MappingFileCheck.specMappingInfo_1.1=\
	  JSR 109 Section #7.1.5  
com.sun.enterprise.tools.verifier.tests.wsclients.MappingFileCheck.failed=\
    The mapping file does not exist at the specified location [{0}] in the archive.
com.sun.enterprise.tools.verifier.tests.wsclients.MappingFileCheck.passed=\
    Mapping file found at location [ {0} ] in archive. 
com.sun.enterprise.tools.verifier.tests.wsclients.MappingFileCheck.failed1=\
    The Web service client [ {0} ] has a WSDL file specified but no mapping file.
com.sun.enterprise.tools.verifier.tests.wsclients.MappingFileCheck.failed2=\
    The Web service client [ {0} ] has a mapping file specified but no WSDL File.
com.sun.enterprise.tools.verifier.tests.wsclients.MappingFileCheck.passed2=\
    This Web service client has neither a WSDL file nor a mapping file.
com.sun.enterprise.tools.verifier.tests.wsclients.MappingFileCheck.passed1=\
    Mapping file specified because WSDL file is also specified.
com.sun.enterprise.tools.verifier.tests.wsclients.MappingFileCheck.notapp=\
    This Web service client does not have a mapping file.


com.sun.enterprise.tools.verifier.tests.wsclients.MappingFileOnlyIfWSDLFileCheck.assertion=\
    If the wsdl-file is not specified in the deployment descriptor, the jaxrpc-mapping-file must not be specified.
com.sun.enterprise.tools.verifier.tests.wsclients.MappingFileOnlyIfWSDLFileCheck.specMappingInfo_1.1=\
	  JSR 109 Section #4.2.6  
com.sun.enterprise.tools.verifier.tests.wsclients.MappingFileOnlyIfWSDLFileCheck.failed=\
    Mapping file specified for this Web service [ {0} ] without a corresponding WSDL file.
com.sun.enterprise.tools.verifier.tests.wsclients.MappingFileOnlyIfWSDLFileCheck.passed=\
    No mapping file specified, since there is no WSDL file.
com.sun.enterprise.tools.verifier.tests.wsclients.MappingFileOnlyIfWSDLFileCheck.notapp=\
    Not Applicable: A WSDL file is specified in the deployment descriptor.


com.sun.enterprise.tools.verifier.tests.wsclients.PortCompRefSEIClassCheck.assertion=\
    The service-endpoint-interface element defines a fully qualified Java class that represents the service endpoint interface of a WSDL port.
com.sun.enterprise.tools.verifier.tests.wsclients.PortCompRefSEIClassCheck.specMappingInfo_1.1=\
	  JSR 109 Section #7.2.5  
com.sun.enterprise.tools.verifier.tests.wsclients.PortCompRefSEIClassCheck.passed=\
    Service endpoint interface class [ {0} ] found.
com.sun.enterprise.tools.verifier.tests.wsclients.PortCompRefSEIClassCheck.failed=\
    Error: Service endpoint interface class [ {0} ] not found.
com.sun.enterprise.tools.verifier.tests.wsclients.PortCompRefSEIClassCheck.notapp=\
    Not Applicable: The service reference does not specify a service endpoint interface.


com.sun.enterprise.tools.verifier.tests.wsclients.PortComponentLinkValidCheck.assertion=\
   The port-component-link element links a port-component-ref to a specific port-component required to be made available by a service reference. The value of a port-component-link must be the port-component-name of a port-component in the same module or another module in the same application unit.
com.sun.enterprise.tools.verifier.tests.wsclients.PortComponentLinkValidCheck.specMappingInfo_1.1=\
	  JSR 109 Section #7.2.5  
com.sun.enterprise.tools.verifier.tests.wsclients.PortComponentLinkValidCheck.failed=\
   Invalid port-component-link [ {0} ] in Web service client [ {1} ].
com.sun.enterprise.tools.verifier.tests.wsclients.PortComponentLinkValidCheck.passed=\
   All port-component-link elements in this service reference are valid.
com.sun.enterprise.tools.verifier.tests.wsclients.PortComponentLinkValidCheck.notapp=\
   Not Applicable: port-component-link does not exist in port-component-ref [ {0} ].


com.sun.enterprise.tools.verifier.tests.wsclients.ServiceRefCheck.assertion=\
   The service-interface element declares the fully qualified class name of the JAX-RPC service interface the client depends on. In most cases the value will be javax.xml.rpc.Service. A JAX-RPC generated service interface class may also be specified.
com.sun.enterprise.tools.verifier.tests.wsclients.ServiceRefCheck.specMappingInfo_1.1=\
	  JSR 109 Section #7.2.2  
com.sun.enterprise.tools.verifier.tests.wsclients.ServiceRefCheck.passed=\
   The JAX-RPC service interface the client depends on is the generic service interface.
com.sun.enterprise.tools.verifier.tests.wsclients.ServiceRefCheck.passed1=\
   The JAX-RPC service interface the client depends on is a generated service interface [ {0} ].
com.sun.enterprise.tools.verifier.tests.wsclients.ServiceRefCheck.failed=\
   The JAX-RPC service interface the client depends on [ {0} ] could not be loaded.

com.sun.enterprise.tools.verifier.tests.wsclients.WSDLFileCheck.assertion=\
  The wsdl-file element specifies a location of the WSDL description of the service. The location is relative to the root of the module. The WSDL description may be a partial WSDL, but must at least include the portType and binding elements. If wsdlLocation attribute of WebServiceRef annotation is specified, it is always relative to the root of the module. HTTP URL can also be specified here.
com.sun.enterprise.tools.verifier.tests.wsclients.WSDLFileCheck.specMappingInfo_1.1=\
    JSR 109 Section #7.2.2
com.sun.enterprise.tools.verifier.tests.wsclients.WSDLFileCheck.specMappingInfo_1.2=\
   	JSR 109 Section #4.2.2
com.sun.enterprise.tools.verifier.tests.wsclients.WSDLFileCheck.passed=\
   WSDL file exists in the archive at URI [ {0} ].
com.sun.enterprise.tools.verifier.tests.wsclients.WSDLFileCheck.failed=\
   WSDL file does not exist in the archive at URI [ {0} ].
com.sun.enterprise.tools.verifier.tests.wsclients.WSDLFileCheck.failed1=\
   WSDL file [{0}] does not exist or is not accessible. Please check the url
com.sun.enterprise.tools.verifier.tests.wsclients.WSDLFileCheck.notapp=\
   Not Applicable: Service client does not have a WSDL file specified.

com.sun.enterprise.tools.verifier.tests.persistence.DefaultProviderVerification.assertion=\
  Test validity of EJB 3.0 persistence unit. This test tests validity using \
  a portable persistence provider.
com.sun.enterprise.tools.verifier.tests.persistence.DefaultProviderVerification.specMappingInfo=\
  EJB 3.0 Persistence API Specification

com.sun.enterprise.tools.verifier.tests.persistence.DuplicatePUNameTest.assertion=\
  A persistence unit must have a name. \
  \nOnly one persistence unit of any given name may be defined within \
  \na single EJB-JAR file, within a single WAR file, within a \
  \nsingle application client jar, or per persistence.xml within an EAR file.
com.sun.enterprise.tools.verifier.tests.persistence.DuplicatePUNameTest.specMappingInfo=\
  EJB 3.0 Persistence API Specification Section #6.2
com.sun.enterprise.tools.verifier.tests.persistence.DuplicatePUNameTest.failed=\
  There are [ {0} ] number of persistence units by name [ {1} ]
com.sun.enterprise.tools.verifier.tests.persistence.DuplicatePUNameTest.puName=\
  Found a persistence unit by name [ {0} ] in persistence unit root [ {1} ]

com.sun.enterprise.tools.verifier.tests.persistence.ClassNotFound.assertion=\
    All the classes specified using <class> element in persistence.xml should be loadable.
com.sun.enterprise.tools.verifier.tests.persistence.ClassNotFound.failed1=\
    Class [ {0} ] could not be loaded
com.sun.enterprise.tools.verifier.tests.persistence.ClassNotFound.failed2=\
    Class [ {0} ] could not be loaded because a dependent class could not be loaded.
    See reason:\
    \n [ {1} ]

com.sun.enterprise.tools.verifier.tests.persistence.JarNotFound.assertion=\
    All the jar file names specified using <jar-file> element in persistence.xml should be available in the application.
com.sun.enterprise.tools.verifier.tests.persistence.JarNotFound.failed=\
    [ {0} ] specified in persistence.xml does not exist in the application.

com.sun.enterprise.tools.verifier.tests.persistence.MappingFileNotFound.assertion=\
    All the mapping files specified using <mapping-file> element in persistece.xml \
    must be in the standard XML mapping format, be uniquely named and \
    be resource-loadable from the application classpath.
com.sun.enterprise.tools.verifier.tests.persistence.MappingFileNotFound.failed=\
    Mapping file [ {0} ] specified in persistence.xml does not exist in the application.

## stuff needed for appserv-core integration
verification.class.notfound=Class {0} not found.
verification.method.notfound=Method {0} not found in class {1}.
verification.class.instantiate.error=Could not instantiate class {0}.
verification.class.access.error=Could not access class {0}.
verification.method.error=Method {0} threw exception {1}.
avkhome.notset=Property j2ee.appverification.home not set.

com.sun.enterprise.tools.verifier.tests.ejb.webservice.notapp=\
Not Applicable: Enterprise bean [ {0} ] implements a service endpoint interface.
com.sun.enterprise.tools.verifier.tests.ejb.webservice.failed=\
Enterprise bean [ {0} ] does not have local or remote interfaces.
com.sun.enterprise.tools.verifier.tests.ejb.webservice.failedhome=\
Enterprise bean [ {0} ] does not have local or remote home interfaces.
com.sun.enterprise.tools.verifier.checkinclasspath=\
The class [ {0} ] was not found. Check the manifest classpath or make sure it is available in the classpath at runtime.
com.sun.enterprise.tools.verifier.tests.ejb.localinterfaceonly.notapp=\
Not Applicable: Enterprise bean [ {0} ] has local interfaces only.

##
com.sun.enterprise.tools.verifier.tests.ejb.entity.ejbcreatemethod.EjbCreateMatchesCreate.notApplicable1=\
    [ {0} ]''s home or local home interface does not declare any create[METHOD] methods.

## CLIP Parser specific strings
com.sun.enterprise.tools.verifier.CLIPParser.ambig=\
{0}: ambiguous long option [ {1} ].
com.sun.enterprise.tools.verifier.CLIPParser.loptnoarg=\
{0}: long option [ {1} ] does not have arguments.
com.sun.enterprise.tools.verifier.CLIPParser.optnoarg=\
{0}: option [ {1}{2} ] does not have arguments.
com.sun.enterprise.tools.verifier.CLIPParser.reqargs=\
{0}: option [ {1} ] requires an argument.
com.sun.enterprise.tools.verifier.CLIPParser.loptunknown=\
{0}: unrecognized long option [ {1} ].
com.sun.enterprise.tools.verifier.CLIPParser.optunknown=\
{0}: unrecognized  option [ {1}{2} ].
com.sun.enterprise.tools.verifier.CLIPParser.invalidopt=\
{0}: invalid option [ -{1} ].
com.sun.enterprise.tools.verifier.CLIPParser.reqsarg=\
{0}: option [ -{1} ] requires an argument.
com.sun.enterprise.tools.verifier.Initializer.invalidarg=\
{0}: option [ -{1} ] is not valid.
com.sun.enterprise.tools.verifier.Initializer.Version=\
verifier: version 5
com.sun.enterprise.tools.verifier.Initializer.extraargs=\
{0}: extra argument [ {1} ] will be ignored.
com.sun.enterprise.tools.verifier.Initializer.jarmissing=\
{0}: no <jarfilename> specified on command line.
com.sun.enterprise.tools.verifier.Initializer.reqargs=\
{0}: option [ {1} ] requires an argument.
com.sun.enterprise.tools.verifier.Initializer.reqsarg=\
{0}: option [ -{1} ] requires an argument.
com.sun.enterprise.tools.verifier.Initializer.invalidreplevel=\
{0}: missing argument for -r or unknown reporting level [ {1} ].
com.sun.enterprise.tools.verifier.Initializer.invalidArchive=\
{0}: is not a valid archive.
com.sun.enterprise.tools.verifier.Initializer.invalidjavaeeversion=\
{0}: Invalid Java EE Version [ {1} ] specified using -m option.\
\nValid options are 1.2, 1.3, 1.4 or 5.
com.sun.enterprise.tools.verifier.Initializer.specversion=\
Verifier will be checking compliance of this application against \
Java EE Specification version [ {0} ].


## Localization Drive
com.sun.enterprise.tools.verifier.CheckMgr.ParserConfigException=\
loadTestsFromPropsFile...ParserConfigException
com.sun.enterprise.tools.verifier.CheckMgr.SAXException=\
loadTestsFromPropsFile...SAXException
com.sun.enterprise.tools.verifier.CheckMgr.IOException=\
loadTestsFromPropsFile...IOException
com.sun.enterprise.tools.verifier.NameToken.print=\
{0}
com.sun.enterprise.tools.verifier.testsprint=\
{0}
com.sun.enterprise.tools.verifier.tests.dd.ParseDD.srcnull=\
source is null
com.sun.enterprise.tools.verifier.tests.ejb.elements.ExcludeListMethodsExist.clerr=\
Can't get classloader
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbReferencesElement.refnull=\
reference is null
com.sun.enterprise.tools.verifier.tests.ejb.elements.UncheckedMethodsExist.clerr=\
could not get classloader
source is null


###### EJB30 tests specific strings

com.sun.enterprise.tools.verifier.tests.ejb.ejb30.SessionBeanTest.notApplicable=\
    Test apply only to Session Bean components
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.MessageBeanTest.notApplicable=\
    Test apply only to Message Bean components
########################## BusinessIntfInheritance #############################
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.BusinessIntfInheritance.assertion=\
    A business interface must not extend javax.ejb.EJBObject or javax.ejb.EJBLocalObject.
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.BusinessIntfInheritance.specMappingInfo_3.0=\
    EJB 3.0 Simplified API Section #3.2
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.BusinessIntfInheritance.failed=\
    [ {0} ] extends either javax.ejb.EJBObject or javax.ejb.EJBLocalObject.
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.BusinessIntfInheritance.failed1=\
    Business Interface class [ {0} ] not found.
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.BusinessIntfInheritance.passed=\
    Business Interface(s) are valid.

########################## BusinessInterfaceException ##########################
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.BusinessInterfaceException.assertion=\
    The methods of the business interface should only throw the java.rmi.RemoteException if the interface extends java.rmi.Remote.
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.BusinessInterfaceException.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6.6
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.BusinessInterfaceException.warning=\
    java.rmi.RemoteException is thrown in method [ {0} ] of business interface [ {1} ]
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.BusinessInterfaceException.failed1=\
    [ {0} ] not found.
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.BusinessInterfaceException.passed=\
    Business interface(s) if any are valid.
    
########################## CallbackMethodException #############################
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.CallbackMethodException.assertion=\
    Lifecycle callback interceptor methods must not throw application exceptions. Any exception other than derived from java.lang.RuntimeException or java.rmi.RemoteException is an application exception.
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.CallbackMethodException.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #11.4.2
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.CallbackMethodException.failed=\
    Method [ {0} ] throws an application exception.
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.CallbackMethodException.passed=\
    Valid lifecycle callback interceptor methods.

########################## InterceptorMethodException ##########################
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.InterceptorMethodException.assertion=\
    The business interceptor methods must not throw java.rmi.RemoteException.
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.InterceptorMethodException.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #11.3.2
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.InterceptorMethodException.failed=\
    Method [ {0} ] throws java.rmi.RemoteException.
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.InterceptorMethodException.passed=\
    Valid Interceptor methods.
    
########################## AroundInvokeNotBusinessMethod #######################
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.AroundInvokeNotBusinessMethod.assertion=\
    An AroundInvoke method must not be a business method.
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.AroundInvokeNotBusinessMethod.specMappingInfo_3.0=\
    EJB 3.0 Simplified API Section #3.4.2
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.AroundInvokeNotBusinessMethod.failed=\
    AroundInvoke method [ {0} ] is a business method.
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.AroundInvokeNotBusinessMethod.passed=\
    Valid Interceptor methods.
    
########################## InterceptorNoArgConstructor #########################
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.InterceptorNoArgConstructor.assertion=\
    An interceptor class must have a public no-arg constructor.
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.InterceptorNoArgConstructor.specMappingInfo_3.0=\
    EJB 3.0 Simplified API Section #3.4
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.InterceptorNoArgConstructor.failed=\
    Interceptor class [ {0} ] does not have a public constructor with no arguments.
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.InterceptorNoArgConstructor.passed=\
    Valid Interceptor(s) used.
    
########################## EJBCreatePostConstruct ##############################
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.EJBCreatePostConstruct.assertion=\
    If the stateless session bean instance has an ejbCreate method, the PostConstruct annotation (or deployment descriptor metadata) can only be applied to the beans ejbCreate method.
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.EJBCreatePostConstruct.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.3.10.2
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.EJBCreatePostConstruct.failed=\
    Wrong postconstruct method [ {0} ]
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.EJBCreatePostConstruct.passed=\
    Valid postcontruct method(s) in Bean

########################## CallbacksOnBeanClass ################################
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.CallbacksOnBeanClass.assertion=\
    If the PostConstruct lifecycle callback interceptor method is the ejbCreate method, if the PreDestroy lifecycle callback interceptor method is the ejbRemove method, if the PostActivate lifecycle callback interceptor method is the ejbActivate method, or if the Pre-Passivate lifecycle callback interceptor method is the ejbPassivate method, these callback methods must be implemented on the bean class itself (or on its superclasses).
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.CallbacksOnBeanClass.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6.3
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.CallbacksOnBeanClass.failed=\
    Wrong method [ {0} ] in class [ {1} ]
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.CallbacksOnBeanClass.passed=\
    Valid lifecycle callback method(s)

########################## MDBInheritsMDB ######################################
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.MDBInheritsMDB.assertion=\
    A message-driven bean class must not have a superclass that is itself a message-driven bean class.
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.MDBInheritsMDB.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #5.6.2
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.MDBInheritsMDB.failed=\
    Message bean [ {0} ] inherits other message bean [ {1} ]
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.MDBInheritsMDB.passed=\
    Valid Message bean [ {0} ]

########################## MDBImplementsListenerMethods ########################
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.MDBImplementsListenerMethods.assertion=\
    The message-driven bean class must implement the message listener interface or the methods of the message listener interface.
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.MDBImplementsListenerMethods.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #5.6.2
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.MDBImplementsListenerMethods.failed=\
    Message bean [ {0} ] neither implements listener interface [ {1} ] nor implements listener interface method [ {2} ]
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.MDBImplementsListenerMethods.passed=\
    Valid Message bean [ {0} ]

########################## InterceptorMethodNotStaticOrFinal ###################
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.InterceptorMethodNotStaticOrFinal.assertion=\
    An interceptor method must not be declared as final or static.
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.InterceptorMethodNotStaticOrFinal.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #11.3

########################## CallbackMethodArgument ##############################
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.CallbackMethodArgument.assertion=\
    Lifecycle callback interceptor methods defined on an interceptor class should have InvocationContext as argument. When defined on the bean class they should have empty argument.
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.CallbackMethodArgument.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #11.4

########################## InterceptorMethodTest ###############################
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.InterceptorMethodTest.failed=\
    Wrong {0} interceptor method [ {1} ]
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.InterceptorMethodTest.passed=\
    Valid Interceptor methods.

########################## InitMethodReturnType ################################
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.InitMethodReturnType.assertion=\
    The return type of an init method is required to be void.
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.InitMethodReturnType.specMappingInfo_3.0=\
    EJB 3.0 Simplified API Section #9.3.2
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.InitMethodReturnType.failed=\
    Wrong init method [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.InitMethodReturnType.passed=\
    Valid init method(s).

########################### InjectionTargetTest ################################
com.sun.enterprise.tools.verifier.tests.InjectionTargetTest.failed=\
    Invalid annotation in {0} [ {1} ].
com.sun.enterprise.tools.verifier.tests.InjectionTargetTest.passed=\
    Valid injection method(s).

########################## EJBInjectionAnnotationModifiers #####################
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.EJBInjectionAnnotationModifiers.assertion=\
    The field or method where injection annotation is used must not be static or final.
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.EJBInjectionAnnotationModifiers.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #15.2.2

########################## BusinessIntfAnnotationValue #########################
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.BusinessIntfAnnotationValue.assertion=\
    If @Local or @Remote is specified both on the bean class and on the referenced interface then the values must macth.
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.BusinessIntfAnnotationValue.specMappingInfo_3.0=\
    EJB 3.0 Simplified API Section #10.2
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.BusinessIntfAnnotationValue.failed=\
    {0} annotation is used in {1} interface [ {2} ].
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.BusinessIntfAnnotationValue.passed=\
    Valid annotations used in business interface(s).

########################## ValidBusinessInterface ##############################
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.ValidBusinessInterface.assertion=\
    Business interface of an enterprise bean must not be defined as a class.
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.ValidBusinessInterface.specMappingInfo_3.0=\
    EJB 3.0 "Core Contracts and Requirements" Specification Section #4.6.6
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.ValidBusinessInterface.failed=\
    [ {0} ] is defined as a class. It should be an interface.
com.sun.enterprise.tools.verifier.tests.ejb.ejb30.ValidBusinessInterface.passed=\
    Business Interface(s) are valid.

####ejb runtime tests specific strings
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbCMP.assertion=\
The test case checks the cmp element in the ejb element.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbCMP.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbCMP.warning=\
WARNING [AS-EJB cmp] : mapping-properties element is not defined.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbCMP.failed=\
FAILED [AS-EJB cmp] : mapping-properties field must contain a valid non-empty value.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbCMP.passed=\
PASSED [AS-EJB cmp] : mapping-properties file is {0}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbCMP.warning1=\
WARNING [AS-EJB cmp] : is-one-one-cmp element is not defined.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbCMP.failed1=\
FAILED [AS-EJB cmp] : getOneOneFinders failed.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbCMP.passed1=\
PASSED [AS-EJB cmp] : is-one-one-cmp is {0}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbCMP.warning2=\
WARNING [AS-EJB cmp] : one-one-finders element is not defined.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbCMP.notApplicable=\
NOT APPLICABLE [AS-EJB cmp] : {0} is not a CMP entity bean.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbCMP.notRun=\
NOT RUN [AS-EJB cmp] Could not create a descriptor object.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbCMP.failed2=\
FAILED [AS-EJB finder] : method-name cannot be an empty string.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbCMP.failed3=\
FAILED [AS-EJB {0}] : {1} cannot be an empty string.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbCMP.warning3=\
WARNING [AS-EJB {0}] : {1} element is not defined.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbCMP.passed3=\
PASSED [AS-EJB {0}] : {1} is/are {2}.

com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbCommitOption.assertion=\
Tests the commit-option value for an entity bean.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbCommitOption.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbCommitOption.failed=\
FAILED [AS-EJB ejb] : commit-option cannot be an empty string.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbCommitOption.failed1=\
FAILED [AS-EJB ejb] : commit-option cannot be {0}. It must be one of A, B and C.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbCommitOption.notApplicable=\
NOT APPLICABLE [AS-EJB ejb] : commit-option element is not defined.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbCommitOption.notRun=\
NOT RUN [AS-EJB] : Could not create a descriptor object.

com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbIORSecurityConfig.assertion=\
ior-security-config element describes the security configuration information for the IOR.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbIORSecurityConfig.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbIORSecurityConfig.notApplicable=\
NOT APPLICABLE [AS-EJB ior-security-config] : ior-security-config element is not defined.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbIORSecurityConfig.notRun=\
NOT RUN [AS-EJB] : Could not create a descriptor object.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbIORSecurityConfig.failedAsContextAuthMethod=\
FAILED [AS-EJB as-context] : auth-method cannot be an empty string.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbIORSecurityConfig.passedAsContextAuthMethod=\
PASSED [AS-EJB as-context] : auth-method is {0}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbIORSecurityConfig.failedAsContextAuthMethod1=\
FAILED [AS-EJB as-context] : auth-method cannot be {0}. It can only be USERNAME_PASSWORD.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbIORSecurityConfig.failedAsContextRealm=\
FAILED [AS-EJB as-context] : realm cannot be an empty string.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbIORSecurityConfig.failedAsContextRealm1=\
FAILED [AS-EJB as-context] : realm cannot be null.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbIORSecurityConfig.passedAsContextRealm=\
PASSED [AS-EJB as-context] : realm is {0}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbIORSecurityConfig.failedTestMsg=\
FAILED [AS-EJB {1}] : {2} cannot be an empty string.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbIORSecurityConfig.passedAsContextRequired=\
PASSED [AS-EJB as-context] : required is {0}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbIORSecurityConfig.passedTestMsg=\
PASSED [AS-EJB as-context] : required is {0}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbIORSecurityConfig.failedTestMsg1=\
FAILED [AS-EJB {1}] : {2} cannot be {0}. It can be either NONE, SUPPORTED or REQUIRED.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbIORSecurityConfig.failedTestMsg2=\
FAILED [AS-EJB {1}] : {2} cannot be {0}. It can be either NONE or SUPPORTED.

com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbIsReadOnlyBean.assertion=\
This test checks whether the is-read-only flag value is valid.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbIsReadOnlyBean.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbIsReadOnlyBean.failed=\
FAILED [AS-EJB ejb] : value [{0}] for is-read-only-bean is incorrect. It can only be true or false.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbIsReadOnlyBean.passed=\
PASSED [AS-EJB ejb] : is-read-only-bean is {0}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbIsReadOnlyBean.notApplicable=\
NOT APPLICABLE [AS-EJB ejb] : is-read-only-bean element is not defined.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbIsReadOnlyBean.notApplicable1=\
NOT APPLICABLE [AS-EJB ejb] : refresh-period-in-seconds element is not defined.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbIsReadOnlyBean.notRun=\
NOT RUN [AS-EJB] : Could not create an SunEjbJar object.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbIsReadOnlyBean.passed1=\
PASSED [AS-EJB ejb] : Read-only beans can only be entity beans.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbIsReadOnlyBean.failed1=\
FAILED [AS-EJB ejb] : Read-only beans cannot be session beans. They can only be entity beans.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbIsReadOnlyBean.passed2=\
PASSED [AS-EJB ejb] : Read-only beans can only have container-managed transaction demarcation.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbIsReadOnlyBean.failed2=\
FAILED [AS-EJB ejb] : Read-only beans cannot be message-driven beans. They can only be entity beans.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbIsReadOnlyBean.failed3=\
FAILED [AS-EJB ejb] : Read-only beans cannot have bean-managed transaction demarcation.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbIsReadOnlyBean.warning=\
WARNING [AS-EJB ejb] : Home interface [ {0} ] should have zero create methods for Read-only beans.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbIsReadOnlyBean.warning1=\
WARNING [AS-EJB ejb] : Home interface [ {0} ] should have zero remove methods for Read-only beans.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbIsReadOnlyBean.passed3=\
PASSED [AS-EJB ejb] : Read-only bean has zero create methods.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbIsReadOnlyBean.passed4=\
PASSED [AS-EJB ejb] : Read-only bean has zero remove methods.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbIsReadOnlyBean.failed4=\
FAILED [AS-EJB ejb] : refresh-period-in-seconds is invalid. It should be between 0 and {0}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbIsReadOnlyBean.passed5=\
PASSED [AS-EJB ejb] : refresh-period-in-seconds is {0}.

com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbJarPublicID.assertion=\
The ejb runtime deployment descriptor has an acceptable PubidLiteral.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbJarPublicID.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbJarPublicID.passed1=\
PASSED [AS-EJB ] : The Application Server runtime deployment descriptor has the proper PubidLiteral: {0}
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbJarPublicID.passed2=\
PASSED [AS-EJB] : The Application Server runtime deployment descriptor has the proper URL corresponding to the PubidLiteral: {0}
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbJarPublicID.failed1=\
FAILED [AS-EJB] :  No document type declaration found in the deployment descriptor for {0}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbJarPublicID.failed2=\
FAILED [AS-EJB ejb] : The deployment descriptor for {0} does not have an expected PubidLiteral.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbJarPublicID.notRun=\
NOT RUN [AS-EJB cmp] : Could not create descriptor object.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbJarPublicID.notApplicable=\
NOT APPLICABLE : No DOCTYPE found for [ {0} ].

com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbJMSDurableSubscriptionName.assertion=\
jms-durable-subscription-name specifies the name of a durable subscription associated with a message-driven bean's destination.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbJMSDurableSubscriptionName.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbJMSDurableSubscriptionName.failed=\
FAILED [AS-EJB ejb] : jms-durable-subscription-name cannot be an empty string value.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbJMSDurableSubscriptionName.passed=\
PASSED [AS-EJB ejb] : jms-durable-subscription-name is {0}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbJMSDurableSubscriptionName.failed1=\
FAILED [AS-EJB ejb] : jms-durable-subscription-name should be defined for a message-driven bean with destination type Topic and Durable subscriptionDurability value.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbJMSDurableSubscriptionName.notApplicable=\
NOT APPLICABLE [AS-EJB ejb] : jms-durable-subscription-name element is not defined.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbJMSDurableSubscriptionName.notRun=\
NOT RUN [AS-EJB] : Could not create a descriptor object.

com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbJMSMaxMessagesLoad.assertion=\
jms-max-messages-load specifies the maximum number of messages to load into a JMS session at one time for a message-driven bean to serve.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbJMSMaxMessagesLoad.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbJMSMaxMessagesLoad.failed=\
FAILED [AS-EJB ejb] :{0} is not a valid value for jms-max-messages-load. It should be between 0 and MAX_INT.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbJMSMaxMessagesLoad.passed=\
PASSED [AS-EJB ejb] : jms-max-messages-load is {0}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbJMSMaxMessagesLoad.warning=\
WARNING [AS-EJB ejb] : jms-max-messages-load should be defined for message-driven beans.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbJMSMaxMessagesLoad.notApplicable=\
NOT APPLICABLE [AS-EJB ejb] : jms-max-messages-load element is not defined.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbJMSMaxMessagesLoad.notRun=\
NOT RUN [AS-EJB] : Could not create a descriptor object.

com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbJndiName.assertion=\
jndi-name is specified for enterprise beans and mdb-resource-adapter is specified for message-driven beans.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbJndiName.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbJndiName.passed=\
PASSED [AS-EJB ejb] : jndi-name is {0}
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbJndiName.passed1=\
mdb-resource-adapter is defined for the EJB {0}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbJndiName.failed=\
jndi-name or mdb-resource-adapter should be defined for a message-driven bean.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbJndiName.notRun=\
NOT RUN [AS-EJB] : Could not create a descriptor object.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbJndiName.warning=\
WARNING [AS-EJB ejb] : jndi-name is not defined for the enterprise bean {0} although it has a remote interface. Hence this ejb won''t be accessible from remote clients.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbJndiName.warning1=\
WARNING [AS-EJB ejb] jndi-name for an MDB should start with jms/
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbJndiName.notApplicable=\
NOT APPLICABLE [AS-EJB] : Test is not applicable

com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbMDBConnFactory.assertion=\
mdb-connection-factory element specifies the connection factory associated with a message-driven bean.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbMDBConnFactory.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.runtime..ASEjbMDBConnFactory.failed=\
FAILED [AS-EJB mdb-connection-factory] : jndi-name cannot be an empty string.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbMDBConnFactory.passed=\
PASSED [AS-EJB mdb-connection-factory] : jndi-name is {0}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbMDBConnFactory.warning=\
WARNING [AS-EJB mdb-connection-factory] : jndi-name {0} should start with jms/.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbMDBConnFactory.failed1=\
FAILED [AS-EJB default-resource-principal] : name cannot be an empty string.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbMDBConnFactory.passed1=\
PASSED [AS-EJB default-resource-principal] : name is {0}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbMDBConnFactory.warning2=\
FAILED [AS-EJB default-resource-principal] : password is an empty string.
com.sun.enterprise.tools.verifier.tests.ejb.runtimeASEjbMDBConnFactory.passed2=\
PASSED [AS-EJB default-resource-principal] : password is {0}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbMDBConnFactory.notApplicable=\
NOT APPLICABLE [AS-EJB mdb-connection-factory] : default-resource-prncipal element is not defined.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbMDBConnFactory.failed2=\
FAILED [AS-EJB ejb] : mdb-connection-factory has to be defined for a message-driven bean with destination-type of Topic and subscription-durability of Durable.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbMDBConnFactory.warning1=\
WARNING [AS-EJB ejb] : mdb-connection-factory should be defined for a message-driven bean.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbMDBConnFactory.notApplicable1=\
NOT APPLICABLE [AS-EJB ejb] : mdb-connection-factory element is not defined.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbMDBConnFactory.notRun=\
NOT RUN [AS-EJB] : Could not create descriptor object.

com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbName.assertion=\
Tests the ejb-name that is defined in the corresponding ejb-jar.xml.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbName.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbName.failed=\
FAILED [AS-EJB ejb] : ejb-name cannot not be empty. It should be a valid ejb-name as defined in ejb-jar.xml.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbName.passed=\
PASSED [AS-EJB ejb] :  ejb-name is {0} and verified with ejb-jar.xml.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbName.failed1=\
FAILED [AS-EJB ejb] :  ejb-name {0} is not found in ejb-jar.xml. It should exist in ejb-jar.xml also.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbName.notRun=\
NOT RUN [AS-EJB] : Could not create a descriptor object.

com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbPrincipal.assertion=\
The principal tag defines a username on the platform.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbPrincipal.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbPrincipal.notApplicable=\
NOT APPLICABLE [AS-EJB ejb] :run-as element is not defined.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbPrincipal.failed=\
FAILED [AS-EJB principal] : name cannot be an empty string.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbPrincipal.passed=\
PASSED [AS-EJB principal] : name is {0}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbPrincipal.notRun=\
NOT RUN [AS-EJB] : Could not create a SunEjbJar object.

com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbRef.assertion=\
The test checks the ejb-ref for a valid JNDI name.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbRef.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbRef.failed1=\
FAILED [AS-EJB ejb-ref] : ejb-ref-name has an invalid type in ejb-jar.xml. Type should be Session or Entity only.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbRef.failed2=\
FAILED [AS-EJB ejb-ref] : jndi-name cannot be an empty string.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbRef.warning=\
FAILED [AS-EJB] : JNDI name should start with ejb/ for an ejb reference.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbRef.passed=\
PASSED [AS-EJB] : {0} ejb reference has been verified.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbRef.passed1=\
PASSED [AS-EJB ejb-ref] : ejb-ref-name is {0} and jndi-name is {1}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbRef.passed2=\
PASSED [AS-EJB ejb-ref] : ejb-ref-name [{0}] is valid.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbRef.notApplicable=\
NOT APPLICABLE [AS-EJB] : {0} Does not define any EJB references.

com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbRefreshPeriod.assertion=\
This test checks the valid values for refresh-period-in-seconds, which specifies the rate at which the read-only bean must be refreshed from the data source.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbRefreshPeriod.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbRefreshPeriod.failed=\
FAILED [AS-EJB ejb] : refresh-period-in-seconds is invalid. It should be between 0 and MAX_INT.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbRefreshPeriod.warning=\
WARNING [AS-EJB ejb] : refresh-period-in-seconds should be defined for read-only beans.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbRefreshPeriod.failed1=\
FAILED [AS-EJB ejb] : refresh-period-in-seconds cannot be greater than or less than 0.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbRefreshPeriod.passed=\
PASSED [AS-EJB ejb] : refresh-period-in-seconds is {0}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbRefreshPeriod.notApplicable=\
NOT APPLICABLE [AS-EJB ejb] : refresh-period-in-seconds is not defined.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbRefreshPeriod.notRun=\
NOT RUN [AS-EJB] : Could not create a descriptor object.

com.sun.enterprise.tools.verifier.tests.web.runtime.ASMessageDestination.assertion=\
  Information about logical message destination.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASMessageDestination.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.web.runtime.ASMessageDestination.failed1=\
FAILED [AS-WEB message-destination] : message-destination-name cannot be an empty string.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASMessageDestination.passed1=\
PASSED [AS-WEB message-destination] : message-destination-name is {1}.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASMessageDestination.failed2=\
FAILED [AS-WEB message-destination] : jndi-name cannot be an empty string.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASMessageDestination.passed2=\
PASSED [AS-WEB message-destination] : jndi-name is {1}.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASMessageDestination.notApplicable=\
NOT APPLICABLE [AS-WEB sun-web-app] : message-destination element not defined.

com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbMessageDestination.assertion=\
  Information about logical message destination.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbMessageDestination.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbMessageDestination.failed1=\
FAILED [AS-WEB message-destination] : message-destination-name cannot be an empty string.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbMessageDestination.passed1=\
PASSED [AS-WEB message-destination] : message-destination-name is {1}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbMessageDestination.failed2=\
FAILED [AS-WEB message-destination] : jndi-name cannot be an empty string.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbMessageDestination.passed2=\
PASSED [AS-WEB message-destination] : jndi-name is {1}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbMessageDestination.notApplicable=\
NOT APPLICABLE [AS-WEB sun-web-app] : message-destination element not defined.

com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbMDBResourceAdapter.assertion=\
  Runtime configuration information for the message-driven bean.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbMDBResourceAdapter.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbMDBResourceAdapter.failed1=\
FAILED [AS-EJB mdb-resource-adapter] : resource-adapter-mid cannot be empty.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbMDBResourceAdapter.passed1=\
PASSED [AS-EJB mdb-resource-adapter] : resource-adapter-mid is {1}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbMDBResourceAdapter.failed2=\
FAILED [AS-EJB mdb-resource-adapter] : activation-config-property-name cannot be empty.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbMDBResourceAdapter.passed2=\
PASSED [AS-EJB mdb-resource-adapter] : activation-config-property-name is {1}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbMDBResourceAdapter.failed3=\
FAILED [AS-EJB mdb-resource-adapter] : activation-config-property-value cannot be empty.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbMDBResourceAdapter.passed3=\
PASSED [AS-EJB mdb-resource-adapter] : activation-config-property-value is {1}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbMDBResourceAdapter.failed4=\
FAILED [AS-EJB mdb-resource-adapter] : activation-config-property is not defined.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEjbMDBResourceAdapter.notApplicable=\
NOT APPLICABLE [AS-EJB ejb] : mdb-resource-adapter is not defined.

## JAX RPC runtime classes
JAXRPCContextListener=com.sun.xml.rpc.server.http.JAXRPCContextListener
JAXRPCServlet=com.sun.xml.rpc.server.http.JAXRPCServlet

##
com.sun.enterprise.tools.verifier.tests.ejb.elements.EjbRefTypeElement.Warn=\
A null EJBDescriptor was returned by DOL when doing getEjbDescriptor() on reference descriptor for EJB [ {0} ].


#######################################################################

com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASSecurityRoleMapping.assertion=\
Tests for valid role-name and principal-name or group-name.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASSecurityRoleMapping.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASSecurityRoleMapping.notRun=\
NOT RUN [AS-EJB] : Could not create a SunEjbJar object.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASSecurityRoleMapping.failed=\
FAILED [AS-EJB security-role-mapping] : role-name cannot be an empty string.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASSecurityRoleMapping.failed1=\
FAILED [AS-EJB security-role-mapping] : role-name {1} could not be located in ejb-jar.xml.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASSecurityRoleMapping.failed2=\
FAILED [AS-EJB security-role-mapping] : principal-name cannot be an empty string.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASSecurityRoleMapping.failed3=\
FAILED [AS-EJB security-role-mapping] : group-name cannot be an empty string.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASSecurityRoleMapping.passed=\
PASSED [AS-EJB security-role-mapping] : role-name {1} verified with ejb-jar.xml.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASSecurityRoleMapping.passed1=\
PASSED [AS-EJB security-role-mapping] : principal-name is {1}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASSecurityRoleMapping.passed2=\
PASSED [AS-EJB security-role-mapping] : group-name is {1}.
com.sun.enterprise.tools.verifier.tests.ejb.runtimeASSecurityRoleMapping.notApplicable=\
NOT APPLICABLE [AS-EJB] : security-role-mapping element is not defined.

####################ASEntBeanName.java##################################

com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEntBeanName.assertion=\
Test for the enterprise bean name.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEntBeanName.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEntBeanName.notRun=\
NOT RUN [AS-EJB] : Could not create a descriptor object.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEntBeanName.warning=\
WARNING [AS-EJB enterprise-beans] : name should not be empty.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEntBeanName.passed=\
PASSED [AS-EJB enterprise-beans] :  name is {0}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEntBeanName.notApplicable=\
NOT APPLICABLE [AS-EJB] : {0} Does not define any enterprise bean name.

#####################ASEntBeanUniqueID#######################################
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEntBeanUniqueID.assertion=\
This tests checks if the value for unique-id is provided.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEntBeanUniqueID.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEntBeanUniqueID.notRun=\
NOT RUN [AS-EJB] : Could not create a descriptor object.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEntBeanUniqueID.passed=\
PASSED [AS-EJB enterprise-beans] : The unique-id key should not be defined. It will be automatically generated at deployment time.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEntBeanUniqueID.warning=\
WARNING [AS-EJB enterprise-beans] : unique-id Element should not be defined. It is automatically generated at deployment time.
#######################ASEntBeanPmDescriptors###################################
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEntBeanPmDescriptors.assertion=\
Tests the properties for the persistence manager associated with entity bean.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEntBeanPmDescriptors.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEntBeanPmDescriptors.notRun=\
NOT RUN [AS-EJB] : Could not create descriptor object.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEntBeanPmDescriptors.passed=\
PASSED [AS-EJB pm-inuse] : pm-identifier {0} is valid.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEntBeanPmDescriptors.passed1=\
PASSED [AS-EJB pm-inuse] : pm-version {0} is valid.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEntBeanPmDescriptors.passed2=\
PASSED [AS-EJB pm-descriptor] : pm-identifier is {0}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEntBeanPmDescriptors.passed3=\
PASSED [AS-EJB pm-descriptor] : pm-version is {0}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEntBeanPmDescriptors.passed4=\
PASSED [AS-EJB pm-descriptor] : pm-config is {0}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEntBeanPmDescriptors.passed5=\
PASSED [AS-EJB pm-descriptor] : pm-class-generator is {0}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEntBeanPmDescriptors.passed6=\
PASSED [AS-EJB pm-descriptor] : pm-mapping-factory is {0}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEntBeanPmDescriptors.failed5=\
FAILED [AS-EJB pm-inuse] : pm-version {0} for pm-identifier {1} not defined in pm-descriptors.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEntBeanPmDescriptors.failed1=\
FAILED [AS-EJB pm-inuse] : pm-identifier {0} is not defined in pm-descriptors.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEntBeanPmDescriptors.failed12=\
FAILED [AS-EJB pm-inuse] : pm-version {0} is not defined in pm-inuse.
com.sun.enterprise.tools.verifier.tests.ejb.runtimeASEntBeanPmDescriptors.failed14=\
FAILED [AS-EJB pm-inuse] : pm-identifier {0} is not defined in pm-inuse.
com.sun.enterprise.tools.verifier.tests.ejb.runtimeASEntBeanPmDescriptors.failed10=\
FAILED [AS-EJB pm-descriptors] : pm-inuse {0} is not defined in pm-descriptors.
com.sun.enterprise.tools.verifier.tests.ejb.runtimeASEntBeanPmDescriptors.failed11=\
FAILED [AS-EJB pm-descriptors] : pm-descriptor is not defined in pm-descriptors.
com.sun.enterprise.tools.verifier.tests.ejb.runtimeASEntBeanPmDescriptors.failed2=\
FAILED [AS-EJB pm-descritor] : pm-identifier cannot be an empty string.
com.sun.enterprise.tools.verifier.tests.ejb.runtimeASEntBeanPmDescriptors.failed3=\
FAILED [AS-EJB pm-descritor] : pm-version cannot be an empty string.
com.sun.enterprise.tools.verifier.tests.ejb.runtimeASEntBeanPmDescriptors.failed4=\
FAILED [AS-EJB pm-descritor] : pm-config cannot be an empty string.
com.sun.enterprise.tools.verifier.tests.ejb.runtimeASEntBeanPmDescriptors.failed13=\
FAILED [AS-EJB pm-descriptor] : pm-class-generator cannot be empty.
com.sun.enterprise.tools.verifier.tests.ejb.runtimeASEntBeanPmDescriptors.failed7=\
FAILED [AS-EJB pm-descriptor] : pm-class-generator class name is invalid.
com.sun.enterprise.tools.verifier.tests.ejb.runtimeASEntBeanPmDescriptors.failed8=\
FAILED [AS-EJB pm-descriptor] : pm-mapping-factory class name is invalid.
com.sun.enterprise.tools.verifier.tests.ejb.runtimeASEntBeanPmDescriptors.failed6=\
FAILED [AS-EJB pm-descritor] : pm-pm-mapping-factory cannot be an empty string.
com.sun.enterprise.tools.verifier.tests.ejb.runtimeASEntBeanPmDescriptors.warning3=\
WARNING [AS-EJB pm-descriptor] : config file {0} pointed in pm-config is not present in the JAR file.

##################################ASEntBeanCmpResource###############################################
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEntBeanCmpResource.assertion=\
Enterprise beans cmp-resource test. cmp-resource element contains the database to be used for storing CMP beans in an ejb-jar file.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEntBeanCmpResource.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEntBeanCmpResource.notRun=\
NOT RUN [AS-EJB cmp] : Could not create descriptor object.
com.sun.enterprise.tools.verifier.iests.ejb.runtime.ASEntBeanCmpResource.failed=\
FAILED [AS-EJB cmp-resource] : jndi-name cannot be an empty string.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.failed2=\
FAILED [AS-EJB default-resource-principal] : name cannot be an empty string.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEntBeanCmpResource.failed3=\
FAILED [AS-EJB cmp-resource {1}] : name cannot be an empty string.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEntBeanCmpResource.failed4=\
FAILED [AS-EJB cmp-resource {1}] : value cannot be an empty string.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEntBeanCmpResource.passed=\
PASSED [AS-EJB cmp-resource] : jndi-name is {0}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEntBeanCmpResource.passed1=\
PASSED [AS-EJB default-resource-principal] : name is {0}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEntBeanCmpResource.passed2=\
PASSED [AS-EJB default-resource-principal] : password is {0}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEntBeanCmpResource.passed3=\
PASSED [AS-EJB cmp-resource {2}] : name is {1}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEntBeanCmpResource.passed4=\
PASSED [AS-EJB cmp-resource {2}] : value is {1}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEntBeanCmpResource.warning=\
WARNING [AS-EJB cmp-resource] : The jndi-name is {0}, the preferred jndi-name should start with jdbc/ or jdo/.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEntBeanCmpResource.warning1=\
WARNING [AS-EJB default-resource-principal] : password is an empty string.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEntBeanCmpResource.notApplicable=\
NOT APPLICABLE [AS-EJB cmp-resource] : default-resource-principal element not defined.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.ASEntBeanCmpResource.notApplicable1=\
NOT APPLICABLE [AS-EJB enterprise-beans] : cmp-resource element is not defined.
#########################ASEjbBCCacheIdleTimeout#################################
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCCacheIdleTimeout.assertion=\
[AS-EJB bean-cache] : cache-idle-timeout-in-seconds must be between 0 and Long.MAX_VALUE.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCCacheIdleTimeout.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCCacheIdleTimeout.failed=\
FAILED [AS-EJB bean-cache] : cache-idle-timeout-in-seconds cannot be empty. It should be between 0 and {0}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCCacheIdleTimeout.failed1=\
FAILED [AS-EJB bean-cache] : cache-idle-timeout-in-seconds cannot be {0}. It should be between 0 and {1}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCCacheIdleTimeout.failed2=\
FAILED [AS-EJB bean-cache] : [{0}] is not a valid Long value.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCCacheIdleTimeout.passed=\
PASSED [AS-EJB bean-cache] : cache-idle-timeout-in-seconds is [{0}].
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCCacheIdleTimeout.notRun=\
NOT RUN [AS-EJB] : Could not create a descriptor object.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCCacheIdleTimeout.notApplicable=\
NOT APPLICABLE [AS-EJB bean-cache] : cache-idle-timeout-in-seconds element not defined.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCCacheIdleTimeout.notApplicable1=\
NOT RUN [AS-EJB] : Could not create a descriptor object.

#######################ASEjbBCMaxCacheSize.java#########################################3
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCMaxCacheSize.assertion=\
[AS-EJB bean-cache] : max-cache-size must be between  1 and Integer.MAX_VALUE.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCMaxCacheSize.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCMaxCacheSize.failed=\
FAILED [AS-EJB bean-cache] : max-cache-size should be greater than 1 and less than MAX_INT.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCMaxCacheSize.failed1=\
FAILED [AS-EJB bean-pool] : max-cache-size cannot be empty.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCMaxCacheSize.failed2=\
FAILED [AS-EJB bean-pool] : The value {0} for max-pool-size is not a valid Integer value.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCMaxCacheSize.passed=\
PASSED [AS-EJB bean-cache] : max-cache-size is {0}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCMaxCacheSize.notRun=\
NOT RUN [AS-EJB] : Could not create the descriptor object.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCMaxCacheSize.notApplicable=\
NOT APPLICABLE [AS-EJB bean-cache] : max-cache-size is element not defined.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCMaxCacheSize.notApplicable1=\
NOT APPLICABLE [AS-EJB] : bean-cache element not defined.

##################### ASEjbBCRemovalTimeout #########################
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCRemovalTimeout.assertion=\
The removal-timeout-in-seconds specifies the amount of time the bean remains passivated. \
  Valid values are between 0 and MAX_LONG.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCRemovalTimeout.specMappingInfo=

com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCRemovalTimeout.failed=\
FAILED [AS-EJB bean-cache] : removal-timeout-in-seconds cannot be empty. It should be between 0 and {0}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCRemovalTimeout.failed1=\
FAILED [AS-EJB bean-cache] : removal-timeout-in-seconds cannot be {0}. It should be between 0 and {1}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCRemovalTimeout.failed2=\
FAILED [AS-EJB bean-cache] : [{0}] is not a valid Long value.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCRemovalTimeout.passed=\
PASSED [AS-EJB bean-cache] : removal-timeout-in-seconds is {0}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCRemovalTimeout.notRun=\
NOT RUN [AS-EJB] : Could not create a descriptor object.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCRemovalTimeout.notApplicable=\
NOT APPLICABLE [AS-EJB bean-cache] : removal-timeout-in-seconds element not defined.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCRemovalTimeout.notApplicable1=\
NOT APPLICABLE [AS-EJB] : bean-cache element not defined.

###########################ASEjbBCResizeQuantity###################################
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCResizeQuantity.assertion=\
[The max-cache-size specifies the maximum number of beans in the cache.]
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCResizeQuantity.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCResizeQuantity.failed=\
FAILED [AS-EJB bean-cache] : resize-quantity cannot be empty.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCResizeQuantity.failed1=\
FAILED [AS-EJB bean-cache] : resize-quantity cannot be less than 1 or greater than {0}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCResizeQuantity.failed2=\
FAILED [AS-EJB bean-cache] : The value [ {0} ] for max-cache-size is not a valid Integer value.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCResizeQuantity.failed3=\
FAILED[AS-EJB bean-cache] : resize-quantity {0} should be less than max-cache-size {1}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCResizeQuantity.failed4=\
FAILED [AS-EJB" +"bean-cache] : resize-quantity should be less than max-cache-size. and max-cache-size is not a valid Integer value.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCResizeQuantity.failed5=\
FAILED [AS-EJB bean-cache] : The value [ {0} ] for resize-quantity is not a valid Integer value.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCResizeQuantity.passed=\
PASSED [AS-EJB bean-cache] : resize-quantity is {0} and is less than max-cache-size {1}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCResizeQuantity.passed1=\
PASSED [AS-EJB bean-cache] : resize-quantity is {0}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCResizeQuantity.notRun=\
NOT RUN [AS-EJB] : Could not create the descriptor object.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCResizeQuantity.notApplicable=\
NOT APPLICABLE [AS-EJB bean-cache] : resize-quantity element is not defined.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCResizeQuantity.notApplicable1=\
NOT APPLICABLE [AS-EJB] : bean-cache element not defined.

##################ASEjbBCVictimPolicy.java################################

com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCVictimPolicy.assertion=\
[The victim-selection-policy specifies the algorithm that is used to select victims.]
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCVictimPolicy.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCVictimPolicy.failed=\
FAILED [AS-EJB bean-cache] : victim-selection-policy cannot be empty. It has to be either FIFO, NRU or LRU.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCVictimPolicy.failed1=\
FAILED [AS-EJB bean-cache] : victim-selection-policy cannot be [{0}]. It should be either FIFO, NRU or LRU [case insensitive].
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCVictimPolicy.passed=\
PASSED [AS-EJB bean-cache] : victim-selection-policy is {0}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCVictimPolicy.notApplicable=\
NOT APPLICABLE [AS-EJB bean-cache] : victim-selection-policy element not defined.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCVictimPolicy.notApplicable1=\
NOT APPLICABLE [AS-EJB] : bean-cache element not defined.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBCVictimPolicy.notRun=\
NOT RUN [AS-EJB] : Could not create the descriptor object.

#############################ASEjbBeanCache####################################################
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBeanCache.assertion=\
[The bean-cache element specifies the bean cache properties for the bean.]
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBeanCache.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBeanCache.passed=\
PASSED [AS-EJB ejb] : bean-cache element parsed.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBeanCache.warning1=\
WARNING [AS-EJB ejb] : bean-cache should be defined only for stateful session and entity beans.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBeanCache.notApplicable=\
NOT APPLICABLE [AS-EJB ejb] : bean-cache element not defined.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beancache.ASEjbBeanCache.notRun=\
NOT RUN [AS-EJB] : Could not get a beanCache object.

##############################ASEjbBeanPool###########################################
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBeanPool.assertion=\
[The bean-pool element specifies the bean pool properties for the beans. The bean-pool is valid only for stateless session beans and message-driven beans.]
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBeanPool.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBeanPool.passed=\
PASSED [AS-EJB ejb] : bean-pool is correctly defined.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBeanPool.notRun=\
NOT RUN [AS-EJB] : Could not create a beanPool object.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBeanPool.warning=\
WARNING [AS-EJB ejb] : bean-pool should be defined for stateless session Beans, Entity Beans or message-driven beans.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBeanPool.notApplicable=\
NOT APPLICABLE [AS-EJB ejb] : bean-pool element not defined.

##############################ASCmpMappingTest#######################################
com.sun.enterprise.tools.verifier.tests.ejb.runtime.cmpmapping.ASCmpMappingTest.assertion=\
[The cmp mappings should be valid.]
com.sun.enterprise.tools.verifier.tests.ejb.runtime.cmpmapping.ASCmpMappingTest.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.runtime.cmpmapping.ASCmpMappingTest.passed=\
The mappings for the cmp beans (if any) are correct.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.cmpmapping.ASCmpMappingTest.failed=\
Error: Exception [ {0} ] when calling JDOCodeGenerator.validate().
com.sun.enterprise.tools.verifier.tests.ejb.runtime.cmpmapping.ASCmpMappingTest.failed1=\
Error: Exception [ {0} ] while initializing JDOCodeGenerator. Please check your descriptors and mapping files for consistency 
com.sun.enterprise.tools.verifier.tests.ejb.runtime.cmpmapping.ASCmpMappingTest.parseError=\
Error: Entity bean [ {0} ] has the following error(s) [ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.runtime.cmpmapping.ASCmpMappingTest.notApplicable=\
Not applicable: Test only applies to container managed EJBs

########################ASEjbBPMaxPoolSize########################
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPMaxPoolSize.assertion=\
[The max-pool-size element specifies the maximum pool size for the bean pool.]
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPMaxPoolSize.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPMaxPoolSize.failed=\
FAILED [AS-EJB bean-pool] : max-pool-size cannot be empty.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPMaxPoolSize.failed1=\
FAILED [AS-EJB bean-pool] : max-pool-size cannot be {0}. It should be between 0 and {1}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPMaxPoolSize.failed2=\
FAILED [AS-EJB bean-pool] : The value {0} for max-pool-size is not a valid Integer value.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPMaxPoolSize.passed=\
PASSED [AS-EJB bean-pool] : max-pool-size is {0}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPMaxPoolSize.notRun=\
NOT RUN [AS-EJB] : Could not create the descriptor object.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPMaxPoolSize.notApplicable=\
NOT APPLICABLE [AS-EJB bean-pool] : max-pool-size element not defined.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPMaxPoolSize.notApplicable1=\
NOT APPLICABLE [AS-EJB bean-pool] : max-pool-size element not defined.

###########################ASEjbBPPoolIdleTime##########################
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPPoolIdleTime.assertion=\
[The pool-idle-timeout-in-seconds specifies the maximum time for which a stateless session bean or a message-driven bean is allowed to be idle in the bean pool.]
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPPoolIdleTime.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPPoolIdleTime.passed=\
PASSED [AS-EJB bean-pool] : pool-idle-timeout-in-seconds is {0}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPPoolIdleTime.failed=\
FAILED [AS-EJB bean-pool] : pool-idle-timeout-in-seconds cannot be empty.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPPoolIdleTime.failed1=\
FAILED [AS-EJB bean-pool] : pool-idle-timeout-in-seconds cannot be {0}. It should be between 0 and {1}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPPoolIdleTime.failed2=\
FAILED [AS-EJB bean-pool] : The value [ {0} ] for pool-idle-timeout-in-seconds is not a valid Integer value.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPPoolIdleTime.notRun=\
NOT RUN [AS-EJB] : Could not create the descriptor object.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPPoolIdleTime.notApplicable=\
NOT APPLICABLE [AS-EJB bean-pool] : pool-idle-timeout-in-seconds element not defined.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPPoolIdleTime.notApplicable1=\
NOT APPLICABLE [AS-EJB] : bean-pool element not defined.

#####################ASEjbBPPoolResizeQty################################################
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPPoolResizeQty.assertion=\
[The resize-quantity specifies the number of beans to be created if the pool is empty.]
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPPoolResizeQty.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPPoolResizeQty.passed=\
PASSED [AS-EJB bean-pool] : resize-quantity is [ {0} ] and is less than or equal to max-pool-size[ {1} ].
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPPoolResizeQty.passed1=\
PASSED [AS-EJB bean-pool] : resize-quantity is [ {0} ].
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPPoolResizeQty.failed=\
FAILED [AS-EJB bean-pool] : resize-quantity cannot be empty.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPPoolResizeQty.failed1=\
FAILED [AS-EJB bean-pool] : resize-quantity cannot be [ {0} ]. It should be between 0 and {1}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPPoolResizeQty.failed2=\
FAILED [AS-EJB bean-pool] : The value [ {0} ] for max-pool-size is not a valid Integer value.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPPoolResizeQty.failed3=\
FAILED [AS-EJB bean-pool] : The value [ {0} ] for resize-quantity is not a valid Integer value.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPPoolResizeQty.notRun=\
NOT RUN [AS-EJB] : Could not create the descriptor object.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPPoolResizeQty.warning=\
WARNING [AS-EJB bean-pool] : resize-quantity [ {0} ] is greater than max-pool-size [{1}].
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPPoolResizeQty.notApplicable=\
NOT APPLICABLE [AS-EJB bean-pool] : resize-quantity element not defined.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPPoolResizeQty.notApplicable1=\
NOT APPLICABLE [AS-EJB] : bean-pool element not defined.

###########################ASEjbBPSteadyPoolSize########################################
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPSteadyPoolSize.assertion=\
[The steady-pool-size element specifies the initial and minimum number of beans that must be maintained in the bean pool.]
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPSteadyPoolSize.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPSteadyPoolSize.passed=\
PASSED [AS-EJB bean-pool] : steady-pool-size is {0} and is less than or equal to max-pool-size [{1}].
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPSteadyPoolSize.passed1=\
PASSED [AS-EJB bean-pool] : steady-pool-size is {0}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPSteadyPoolSize.failed=\
FAILED [AS-EJB bean-pool] : steady-pool-size cannot be empty.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPSteadyPoolSize.failed1=\
FAILED [AS-EJB bean-pool] : steady-pool-size cannot be {0}. It should be between 0 and {1}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPSteadyPoolSize.failed2=\
FAILED [AS-EJB bean-pool] : The value {0} for max-pool-size is not a valid Integer value.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPSteadyPoolSize.failed3=\
FAILED [AS-EJB bean-pool] : The value {0} for steady-pool-size is not a valid Integer value.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPSteadyPoolSize.warning=\
WARNING [AS-EJB bean-pool] : steady-pool-size [{0}] is greater than max-pool-size[{1}].
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPSteadyPoolSize.notRun=\
NOT RUN [AS-EJB] : Could not create a descriptor object.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPSteadyPoolSize.notApplicable=\
NOT APPLICABLE [AS-EJB bean-pool] : steady-pool-size element not defined.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.beanpool.ASEjbBPSteadyPoolSize.notApplicable1=\
NOT APPLICABLE [AS-EJB] : bean-pool element not defined.

############################ASEjbREnvRefJndiName####################################
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbREnvRefJndiName.assertion=\
 Check the jndi-name to which the resource environment reference name is bound.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbREnvRefJndiName.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbREnvRefJndiName.passed=\
PASSED [AS-EJB res-env-ref] : jndi-name {0} is valid.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbREnvRefJndiName.failed=\
FAILED [AS-EJB res-env-ref] : res-ref with res-ref-name {0} is not defined in ejb-jar.xml.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbREnvRefJndiName.failed4=\
FAILED [AS-EJB res-env-ref] : jndi-name {0} has invalid JNDI naming Scheme.JMS resources should have jndi-name starting with jms/
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbREnvRefJndiName.notRun=\
NOT RUN [AS-EJB] Could not create descriptor object.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbREnvRefJndiName.notApplicable=\
NOT-APPLICABLE: {0} Does not define any resource-env-ref elements.

##################ASEjbResEnvRef#############################################
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbResEnvRef.assertion=\
Check the runtime bindings for resource environment reference.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbResEnvRef.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbResEnvRef.passed=\
PASSED [AS-EJB resource-env-ref] : res-env-ref-name {0} is verified with ejb-jar.xml.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbResEnvRef.failed=\
FAILED [AS-EJB resource-env-ref] : The res-env-ref-name {0} is not defined in ejb-jar.xml for this bean.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbResEnvRef.notRun=\
NOT RUN [AS-EJB] Could not create descriptor object.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbResEnvRef.notApplicable=\
NOT-APPLICABLE: {0} Does not define any resource-env-ref elements.
####################ASEjbResRef#####################################
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbResRef.assertion=\
Check the runtime bindings for resource references declared in ejb-jar.xml.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbResRef.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbResRef.passed=\
PASSED [AS-EJB resource-ref] : res-ref-name {0} is verified with ejb-jar.xml.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbResRef.failed=\
FAILED [AS-EJB resource-ref] : The res-ref-name {0} is not defined in ejb-jar.xml for this bean.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbResRef.notApplicable=\
NOT-APPLICABLE: {0} Does not define any resource-ref elements.
#########################ASEjbRRefDefResPrincipal################################
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbRRefDefResPrincipal.assertion=\
The principal should be declared if the authorization type for the resource in ejb-jar.xml is Application, and the password should not be null.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbRRefDefResPrincipal.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbRRefDefResPrincipal.passed=\
PASSED [AS-EJB default-resource-principal] : name is {0}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbRRefDefResPrincipal.passed1=\
PASSED [AS-EJB default-resource-principal] : password is {0}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbRRefDefResPrincipal.failed=\
FAILED [AS-EJB resource-ref] : res-auth for res-ref-name {0} is defined as Application. Therefore, the default-resource-principal should be supplied with valid properties.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbRRefDefResPrincipal.failed2=\
FAILED [AS-EJB resource-ref] : res-ref-name {0} is not defined in ejb-jar.xml.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbRRefDefResPrincipal.failed3=\
FAILED [AS-EJB default-resource-principal] :  name cannot be an empty string.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbRRefDefResPrincipal.warning1=\
WARNING [AS-EJB default-resource-principal] : password is an empty string.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbRRefDefResPrincipal.notRun=\
NOT RUN [AS-EJB] : Could not create the descriptor object.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbRRefDefResPrincipal.notApplicable=\
NOT APPLICABLE [AS-EJB resource-ref] : default-resource-principal element not defined.
#################################ASEjbRRefJndiName#########################################
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbRRefJndiName.assertion=\
jndi-name specifies the JNDI name to which this resource is bound. It should not be null and should\
map to a valid subcontext.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbRRefJndiName.specMappingInfo=

com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbRRefJndiName.warning1=\
WARNING [AS-EJB resource-ref] : jndi-name is {0} for resource type {1} The preferred jndi-name for JMS resources should start with jms
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbRRefJndiName.warning2=\
WARNING [AS-EJB resource-ref] : jndi-name is {0} for resource type {1} The preferred jndi-name for JDBC resources should start with jdbc
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbRRefJndiName.warning3=\
WARNING [AS-EJB resource-ref] : jndi-name is {0} for resource type {1} The preferred jndi-name for URL resources should start with a url
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbRRefJndiName.warning4=\
WARNING [AS-EJB resource-ref] : jndi-name is {0} for resource type {1} The preferred jndi-name for MAIL resources should start with mail
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbRRefJndiName.passed1=\
PASSED [AS-EJB resource-ref]: jndi name is specified correctly for the resource-references with in the application
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbRRefJndiName.failed1=\
FAILED [AS-EJB resource-ref]: jndi-name is not a non empty string
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbRRefJndiName.notRun=\
NOT RUN [AS-EJB] : Could not create the descriptor object.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbRRefJndiName.notApplicable=\
NOT APPLICABLE [AS-EJB] : {0} Does not define any resource-ref elements.
###############################################ASEjbRRefName###############################

com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbRRefName.assertion=\
The res-ref-name specifies the name of the resource in the ejb-jar.xml for which \
 this element shows the JNDI binding properties.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbRRefName.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbRRefName.passed=\
PASSED [AS-EJB resource-ref] : res-ref-name is {0}.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbRRefName.failed=\
FAILED [AS-EJB resource-ref] : resource-ref has empty res-ref-name.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbRRefName.notRun=\
NOT RUN [AS-EJB] : Could not create the descriptor object.
com.sun.enterprise.tools.verifier.tests.ejb.runtime.resource.ASEjbRRefName.notApplicable=\
NOT RUN [AS-EJB] : Could not create the descriptor object.

############################ASCacheHelperClass#########################################
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCacheHelperClass.assertion=\
cache-helper specifies a customizable class that implements the CacheHelper interface.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCacheHelperClass.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCacheHelperClass.passed=\
PASSED [AS-WEB cache-helper] : name is [ {0} ], helper class is valid.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCacheHelperClass.failed=\
FAILED [AS-WEB cache-helper] : name attribute, [ {0} ], must be unique in the entire list of cache-helpers.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCacheHelperClass.failed1=\
FAILED [AS-WEB cache-helper] : name [ {0} ] is either empty or null.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCacheHelperClass.failed2=\
FAILED [AS-WEB cache-helper] : At least one name/value pair is not valid in helper-class of [{0}].
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCacheHelperClass.warning=\
WARNING [AS-WEB cache-helper] : name [ {0} ], class not present in the WAR file.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCacheHelperClass.notApplicable=\
NOT APPLICABLE [AS-WEB cache-helper] : There is no cache-helper element for the Web application.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCacheHelperClass.failed3=\
FAILED [AS-WEB cache-helper] : could not create the cache object.

#############################ASCache#################################################
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCache.assertion=\
The cache element configures the cache for a Web application.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCache.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCache.passed=\
PASSED [AS-WEB cache] : max-entries [ {0} ] defined properly.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCache.passed1=\
PASSED [AS-WEB cache] : timeout-in-seconds [ {0} ] defined properly.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCache.passed3=\
PASSED [AS-WEB cache] : enabled [ {0} ] attribute defined properly.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCache.failed=\
FAILED [AS-WEB cache] : max-entries [ {0} ] attribute must be a proper integer value. Its range should be 1 to MAX_INT.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCache.failed1=\
FAILED [AS-WEB cache] : timeout-in-seconds value [ {0} ] attribute must be a proper long value. Its range should be between -1 and MAX_LONG.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCache.failed2=\
FAILED [AS-WEB cache] : Could not create the cache object.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCache.failed3=\
FAILED [AS-WEB cache] : enabled [ {0} ] attribute must be a proper boolean value.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCache.notApplicable=\
NOT APPLICABLE [AS-WEB cache] : Element not defined for the Web application.
############################ASCacheMapping ###################################################################
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCacheMapping.assertion=\
cache-mapping element defines what to be cached, the key to be used, any other constraints to be applied and a customizable cache-helper to programmatically hook this information.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCacheMapping.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCacheMapping.passed=\
PASSED [AS-WEB cache-mapping] : servlet-name [ {0} ] properly defined.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCacheMapping.passed1=\
PASSED [AS-WEB cache-mapping] : url-pattern [ {0} ] properly defined.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCacheMapping.passed2=\
PASSED [AS-WEB cache-mapping] : cache-helper-ref element [ {0} ] properly defined.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCacheMapping.passed3=\
PASSED [AS-WEB cache-mapping] : timeout element [ {0} ] properly defined.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCacheMapping.passed3a=\
PASSED [AS-WEB cache-mapping] : For {0}, refresh-field name [{1}] has been furnished.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCacheMapping.passed4=\
PASSED [AS-WEB cache-mapping] : http-method [ {0} ] properly defined in the Web deployment descriptor.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCacheMapping.passed5=\
PASSED [AS-WEB cache-mapping] : For {0}, key-field #{1} name and value furnished.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCacheMapping.failed=\
FAILED [AS-WEB cache-mapping] : servlet-name [ {0} ] does not exist in the Web application.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCacheMapping.failed1=\
FAILED [AS-WEB cache-mapping] : url-pattern [ {0} ] does not exist in the Web application.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCacheMapping.failed2=\
FAILED [AS-WEB cache-mapping] : cache-helper-ref [ {0} ] not valid. Either it is empty or a cache-helper was not defined for it.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCacheMapping.failed3=\
FAILED [AS-WEB cache-mapping] : timeout element [{0}] must be a Long value (not less than -1 and not more than MAX_LONG), and its name attribute [ {1} ] cannot be empty or null.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCacheMapping.failed3a=\
FAILED [AS-WEB cache-mapping] : For {0}, refresh-field name [{1}] cannot be empty or null string.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCacheMapping.failed4=\
FAILED [AS-WEB cache-mapping] : List of http-methods is not valid. At least one of the method names in the list is empty or null.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCacheMapping.failed5=\
FAILED [AS-WEB cache-mapping] : http-method name [ {0} ] is invalid. It should be GET, POST, or HEAD.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCacheMapping.failed6=\
FAILED [AS-WEB cache-mapping] : For {0}, key-field #{1}, name cannot be an empty string.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCacheMapping.failed7=\
FAILED [AS-WEB cache-mapping] : Could not create the cache object.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCacheMapping.warning=\
WARNING [AS-WEB cache-mapping] : http-method name [ {0} ] present, suggested to be GET, POST, or HEAD.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCacheMapping.notApplicable=\
NOT APPLICABLE [AS-WEB cache-mapping] : Element not defined.

#####################ASConstraintField ##################################################
com.sun.enterprise.tools.verifier.tests.web.runtime.ASConstraintField.assertion=\
constraint-field specifies a field whose value is used as a cacheability constraint.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASConstraintField.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.web.runtime.ASConstraintField.passed=\
PASSED [AS-WEB constraint-field] : name attribute is {1}.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASConstraintField.passed1=\
PASSED [AS-WEB constraint-field] : scope attribute is {1}
com.sun.enterprise.tools.verifier.tests.web.runtime.ASConstraintField.passed2=\
PASSED [AS-WEB constraint-field] : cache-on-match attribute is {1}
com.sun.enterprise.tools.verifier.tests.web.runtime.ASConstraintField.passed3=\
PASSED [AS-WEB constraint-field] : cache-on-match-failure attribute is {1}
com.sun.enterprise.tools.verifier.tests.web.runtime.ASConstraintField.failed=\
FAILED [AS-WEB constraint-field] :  name attribute is required
com.sun.enterprise.tools.verifier.tests.web.runtime.ASConstraintField.failed1=\
FAILED [AS-WEB constraint-field] :  scope attribute must be one of context.attribute, request.header, request.parameter, request.cookie, request.attribute, session.attribute
com.sun.enterprise.tools.verifier.tests.web.runtime.ASConstraintField.failed2=\
FAILED [AS-WEB constraint-field] :  cache-on-match attribute must be one of yes, no, on, off, 1, 0, true, false
com.sun.enterprise.tools.verifier.tests.web.runtime.ASConstraintField.failed3=\
FAILED [AS-WEB constraint-field] :  cache-on-match-failure attribute must be one of yes, no, on, off, 1, 0, true, false
com.sun.enterprise.tools.verifier.tests.web.runtime.ASConstraintField.failed4=\
FAILED [AS-WEB sun-web-app] : Could not create the constraint-field object.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASConstraintField.notApplicable=\
NOT APPLICABLE [AS-WEB constraint-field] : scope attribute not defined.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASConstraintField.notApplicable1=\
NOT APPLICABLE [AS-WEB constraint-field] : cache-on-match attribute not defined.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASConstraintField.notApplicable2=\
NOT APPLICABLE [AS-WEB constraint-field] : cache-on-match-failure attribute not defined.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASConstraintField.notApplicable3=\
NOT APPLICABLE [AS-WEB sun-web-app] : constraint-field element not defined.

######################################ASCookieProperty##########################
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCookieProperty.assertion=\
cookie-properties do not have duplicate entries.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCookieProperty.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCookieProperty.passed=\
PASSED [AS-WEB session-config] : cookie-properties are valid within the Web archive [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCookieProperty.failed=\
FAILED [AS-WEB session-config] : At least one cookie-properties name/value pair is not valid in [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCookieProperty.failed1=\
FAILED [AS-WEB session-config] : Could not create the session-config object.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCookieProperty.notApplicable=\
NOT APPLICABLE [AS-WEB session-config] : cookie-properties element not defined for {0}.

########################ASJSPConfig###########################################
com.sun.enterprise.tools.verifier.tests.web.runtime.ASJSPConfig.assertion=\
jsp-config entries do not have duplicate entries.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASJSPConfig.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.web.runtime.ASJSPConfig.passed=\
PASSED [AS-WEB sun-web-app] : jsp-config elements are valid within the Web archive [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.runtime.ASJSPConfig.failed=\
FAILED [AS-WEB sun-web-app] : At least one jsp-config name/value pair is not valid in [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.runtime.ASJSPConfig.failed1=\
FAILED [AS-WEB csun-web-app] : Could not create the jsp-config object.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASJSPConfig.notApplicable=\
NOT APPLICABLE [AS-WEB sun-web-app] : jsp-config element not defined in the Web archive [{0} ].


###################################ASLocaleCharsetInfo#############################
com.sun.enterprise.tools.verifier.tests.web.runtime.ASLocaleCharsetInfo.assertion=\
Locale and locale-charset-map contain valid entries.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASLocaleCharsetInfo.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.web.runtime.ASLocaleCharsetInfo.passed=\
PASSED [AS-WEB locale-charset-info] : [ {0} ] properly defined in the war file.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASLocaleCharsetInfo.passed1=\
PASSED [AS-WEB locale-charset-map] : Attribute locale [ {0} ] properly defined.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASLocaleCharsetInfo.passed2=\
PASSED [AS-WEB locale-charset-map] : Attribute charset [ {0} ] properly defined.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASLocaleCharsetInfo.passed3=\
PASSED [AS-WEB sun-web-app] : locale-charset-info elements are valid within the Web archive [ {0} ] .
com.sun.enterprise.tools.verifier.tests.web.runtime.ASLocaleCharsetInfo.failed=\
FAILED [AS-WEB local-charset-info] : Empty default_locale attribute [ {0} ] is not valid.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASLocaleCharsetInfo.failed1=\
FAILED [AS-WEB local-charset-map] : Attribute locale [ {0} ] must be of finite length.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASLocaleCharsetInfo.failed2=\
FAILED [AS-WEB sun-web-app] : Could not create the locale-charset-info object.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASLocaleCharsetInfo.failed3=\
FAILED [AS-WEB local-charset-map] : Attribute charset [ {0} ] must be of standard format.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASLocaleCharsetInfo.warning=\
WARNING [AS-WEB local-charset-info] : Attribute default_locale [ {0} ] is not valid.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASLocaleCharsetInfo.warning1=\
WARNING [AS-WEB local-charset-map] : Attribute locale [ {0} ] is not valid.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASLocaleCharsetInfo.warning2=\
WARNING [AS-WEB local-charset-map] : Attribute charset [ {0} ] is not valid.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASLocaleCharsetInfo.notApplicable=\
NOT APPLICABLE [AS-WEB sun-web-app] : locale-charset-info element not defined in the Web archive [ {0} ].
######################ASResourceEnvRef######################################################
com.sun.enterprise.tools.verifier.tests.web.runtime.ASResourceEnvRef.assertion=\
resource-env-ref contains valid resource reference.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASResourceEnvRef.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.web.runtime.ASResourceEnvRef.passed=\
PASSED [AS-WEB sun-web-app] : resource-env-ref [ {0} ] properly defined in the WAR file.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASResourceEnvRef.passed1=\
PASSED [AS-WEB resource-env-ref] : jndi-name [ {0} ] properly defined in the WAR file.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASResourceEnvRef.passed2=\
PASSED [AS-WEB sun-web-app] : resource-env-ref element(s) are valid within the Web archive [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.runtime.ASResourceEnvRef.failed=\
FAILED [AS-WEB sun-web-app] : resource-env-ref name [ {0} ] is not valid. It is either empty or not defined in web.xml.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASResourceEnvRef.failed1=\
FAILED [AS-WEB resource-env-ref] jndi-name [ {0} ] is not valid, either empty or not starts with \"jms/\"
com.sun.enterprise.tools.verifier.tests.web.runtime.ASResourceEnvRef.failed2=\
FAILED [AS-WEB resource-env-ref] : Could not create the resource-env-ref.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASResourceEnvRef.notApplicable=\
NOT APPLICABLE [AS-WEB sun-web-app] : resource-env-ref element not defined in the Web archive [ {0} ].

############################ASResourceRefName#####################################
com.sun.enterprise.tools.verifier.tests.web.runtime.ASResourceRefName.assertion=\
name, jndi-name and default-resource-principal are correctly specified in resource-ref element.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASResourceRefName.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.web.runtime.ASResourceRefName.passed=\
PASSED [AS-WEB sun-web-app] : resource-ref name [ {0} ] properly defined in the WAR file.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASResourceRefName.passed1=\
PASSED [AS-WEB resource-ref] : jndi-name [ {0} ] properly defined in the WAR file.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASResourceRefName.passed2=\
PASSED [AS-WEB sun-web-app] : resource-ref element(s) are valid within the Web archive [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.runtime.ASResourceRefName.passed3=\
PASSED [AS-WEB resource-ref] :  default-resource-principal of resource-ref [ {0} ] properly defined.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASResourceRefName.failed=\
FAILED [AS-WEB sun-web-app] : resource-ref name [ {0} ] is not valid. It is either empty or not defined in web.xml.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASResourceRefName.failed1=\
FAILED [AS-WEB resource-ref] : jndi-name [ {0} ] is not valid, either empty or not starts according to its resource ref type entry defined in web.xml
com.sun.enterprise.tools.verifier.tests.web.runtime.ASResourceRefName.failed2=\
FAILED [AS-WEB resource-ref] : name field in default-resource-principal of resource-ref [ {0} ] is not specified or is an empty string.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASResourceRefName.failed3=\
FAILED [AS-WEB resource-ref] : password field in default-resource-principal of resource-ref [ {0} ] is not specified or is an empty string.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASResourceRefName.failed4=\
FAILED [AS-WEB resource-env-ref] : Could not create the resource-ref.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASResourceRefName.notApplicable=\
NOT APPLICABLE [AS-WEB sun-web-app] : resource-ref element not defined in the Web archive [{0} ].
#########################################ASSecurityRoleMapping########################################
com.sun.enterprise.tools.verifier.tests.web.runtime.ASSecurityRoleMapping.assertion=\
security-role-mapping entries are specified correctly.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASSecurityRoleMapping.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.web.runtime.ASSecurityRoleMapping.passed=\
PASSED [AS-WEB security-role-mapping] : role-name [ {0} ] properly defined in the WAR file.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASSecurityRoleMapping.passed1=\
PASSED [AS-WEB security-role-mapping] : principal-name [ {0} ] properly defined in the WAR file.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASSecurityRoleMapping.passed2=\
PASSED [AS-WEB security-role-mapping] : group-name [ {0} ] properly defined in the WAR file.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASSecurityRoleMapping.passed3=\
PASSED [AS-WEB sun-web-app] security-role-mapping element(s) are valid within the Web archive [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.runtime.ASSecurityRoleMapping.failed=\
FAILED [AS-WEB security-role-mapping] : role-name [ {0} ] is not valid. It is either empty or not defined in web.xml.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASSecurityRoleMapping.failed1=\
FAILED [AS-WEB security-role-mapping] : principal-name [ {0} ] cannot be an empty string.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASSecurityRoleMapping.failed2=\
FAILED [AS-WEB security-role-mapping] : group-name [ {0} ] cannot be an empty string.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASSecurityRoleMapping.failed3=\
FAILED [AS-WEB security-role-mapping] : Could not create the security-role-mapping object.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASSecurityRoleMapping.notApplicable=\
NOT APPLICABLE [AS-WEB sun-web-app] : security-role-mapping element not defined in the Web archive [ {0} ].

###########################ASSessionManager##############################
com.sun.enterprise.tools.verifier.tests.web.runtime.ASSessionManager.assertion=\
manager-properties and store-properties are specified correctly in session-manager element.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASSessionManager.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.web.runtime.ASSessionManager.passed=\
PASSED [AS-WEB session-config] : session-manager element(s) and their manager-properties and/or store-properties are valid within the Web archive [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.runtime.ASSessionManager.failed=\
FAILED [AS-WEB session-manager] : At least one store-properties name/value pair is not valid in [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.runtime.ASSessionManager.failed1=\
FAILED [AS-WEB session-manager] : At least one manager-properties name/value pair is not valid in [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.runtime.ASSessionManager.failed2=\
FAILED [AS-WEB session-config] : Could not create the session-config object.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASSessionManager.notApplicable=\
NOT APPLICABLE [AS-WEB session-config] : session-manager element not defined in the Web archive [ {0} ].
#########################ASSessionProperty################################
com.sun.enterprise.tools.verifier.tests.web.runtime.ASSessionProperty.assertion=\
session-property values are specified correctly
com.sun.enterprise.tools.verifier.tests.web.runtime.ASSessionProperty.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.web.runtime.ASSessionProperty.passed=\
PASSED [AS-WEB session-config] : session-properties element(s) are valid within the Web archive [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.runtime.ASSessionProperty.failed=\
FAILED [AS-WEB session-config] : At least one session-properties name/value pair is not valid in [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.runtime.ASSessionProperty.failed1=\
FAILED [AS-WEB session-config] : Could not create the session-config object.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASSessionProperty.notApplicable=\
NOT APPLICABLE [AS-WEB session-config] : session-properties element(s) not defined in the Web archive [ {0} ].


#########################ASWebProperty######################################
com.sun.enterprise.tools.verifier.tests.web.runtime.ASWebProperty.assertion=\
Syntax for supplying properties as name/value pairs.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASWebProperty.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.web.runtime.ASWebProperty.passed=\
PASSED [AS-WEB property] : Web property defined correctly with name [ {0} ] and value [ {1}].
com.sun.enterprise.tools.verifier.tests.web.runtime.ASWebProperty.failed=\
FAILED [AS-WEB sun-web-app] : Could not create the property object.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASWebProperty.failed1=\
FAILED [AS-WEB property] : name [ {0} ] and value [ {1} ] attributes must be of finite length.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASWebProperty.failed2=\
FAILED [AS-WEB property] : For the property with name [ {0} ] and value [ {1} ], the name must be unique in the list of Web properties.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASWebProperty.notApplicable=\
NOT APPLICABLE [AS-WEB sun-web-app] : Web property element not defined within the Web archive [ {0} ].




#####################ASServlet################################################
com.sun.enterprise.tools.verifier.tests.web.runtime.ASServlet.assertion=\
servlet-name and principal-name are properly defined for each server element.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASServlet.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.web.runtime.ASServlet.passed=\
PASSED [AS-WEB servlet] : servlet-name [ {0} ] properly defined in the WAR file.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASServlet.passed1=\
PASSED [AS-WEB servlet] : principal-name [ {0} ] properly defined in the WAR file.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASServlet.passed2=\
PASSED [AS-WEB sun-web-app] : servlet element(s) are valid within the Web archive [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.runtime.ASServlet.failed=\
FAILED [AS-WEB servlet] : servlet-name [ {0} ] is not valid. It is either empty or not defined in web.xml.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASServlet.failed1=\
FAILED [AS-WEB servlet] : principal-name [ {0} ] cannot be an empty string.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASServlet.failed=\
FAILED [AS-WEB sun-web-app] : Could not create the servlet object.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASServlet.notApplicable1=\
NOT APPLICABLE [AS-WEB servlet] : principal-name not defined.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASServlet.notApplicable=\
NOT APPLICABLE [AS-WEB sun-web-app] : servlet element(s) not defined in the Web archive [ {0} ].

####################################ASWebEjbRef###########################################
com.sun.enterprise.tools.verifier.tests.web.runtime.ASWebEjbRef.assertion=\
The ejb-ref element is used for the declaration of a reference to an enterprise bean's home interface.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASWebEjbRef.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.web.runtime.ASWebEjbRef.passed=\
PASSED [AS-WEB ejb-ref] : ejb-ref-name [ {0} ] properly defined in the WAR file.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASWebEjbRef.passed1=\
PASSED [AS-WEB ejb-ref] : jndi-name [ {0} ] properly defined in the WAR file.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASWebEjbRef.passed2=\
PASSED [AS-WEB sun-web-app] : ejb-ref element(s) defined are valid within the Web archive [ {0} ].
com.sun.enterprise.tools.verifier.tests.web.runtime.ASWebEjbRef.failed=\
FAILED [AS-WEB ejb-ref] : ejb-ref-name [ {0} ] is not valid. It is either empty or not defined in web.xml.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASWebEjbRef.failed1=\
FAILED [AS-WEB ejb-ref] : jndi-name [ {0} ] is not valid. It is either empty or null.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASWebEjbRef.failed2=\
FAILED [AS-WEB sun-web-app] : Could not create the ejb-ref object.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASWebEjbRef.notApplicable=\
NOT APPLICABLE [AS-WEB sun-web-app] : ejb-ref element(s) not defined in the Web archive [ {0}].

##########################ASCacheMappingFieldConstraint######################
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCacheMappingFieldConstraint.assertion=\
Constraint-field-value element specifies the applicable value and a matching expression for a constraint-field. match-expr : Expression used to match the value. Default is 'equals'.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCacheMappingFieldConstraint.specMappingInfo=
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCacheMappingFieldConstraint.passed1=\
PASSED [AS-WEB cache-mapping] : Proper field-constraint/name [ {0} ] defined for [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCacheMappingFieldConstraint.passed2=\
PASSED [AS-WEB cache-mapping] : Proper field-constraint/value [ {0} ] defined for [ {1} ] within the Web archive or sun-web.xml of [ {2} ].
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCacheMappingFieldConstraint.failed=\
FAILED [AS-WEB cache-mapping] : List of field-constraints in cache-mapping for [ {0} ] is invalid within the Web archive/sun-web.xml of [ {1} ].
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCacheMappingFieldConstraint.failed1=\
FAILED [AS-WEB cache-mapping] : Could not create the cache object.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCacheMappingFieldConstraint.failed2=\
FAILED [AS-WEB cache-mapping] : field-constraint/name [ {0} ] defined for [ {1} ]. Attribute cannot be empty.
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCacheMappingFieldConstraint.failed3=\
FAILED [AS-WEB cache-mapping] : field-constraint/value [ {0} ] defined for [ {1} ]. It cannot be empty within the Web archive/sun-web.xml of [ {2} ].
com.sun.enterprise.tools.verifier.tests.web.runtime.ASCacheMappingFieldConstraint.notApplicable=\
NOT APPLICABLE [AS-WEB cache-mapping ] : constraint-field not defined in [ {0} ].

Other Glassfish examples (source code examples)

Here is a short list of links related to this Glassfish LocalStrings.properties source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.