Index: deployment/dol/src/main/java/com/sun/enterprise/deployment/annotation/handlers/LocalStrings.properties =================================================================== --- deployment/dol/src/main/java/com/sun/enterprise/deployment/annotation/handlers/LocalStrings.properties (revision 34026) +++ deployment/dol/src/main/java/com/sun/enterprise/deployment/annotation/handlers/LocalStrings.properties (working copy) @@ -38,10 +38,10 @@ enterprise.deployment.annotation.handlers.needtoimpl=The Class {0} having annotation {1} need to implement the interface {2}. enterprise.deployment.annotation.handlers.needtoimplinterfaces=The Class {0} having annotation javax.servlet.annotation.WebListener need to implement one of the following interfaces: javax.servlet.ServletContextLisener, javax.servlet.ServletContextAttributeListener, javax.servlet.ServletRequestListener, javax.servletServletRequestAttributeListener, javax.servlet.http.HttpSessionListener, javax.servlet.http.HttpSessionAttributeListener. enterprise.deployment.annotation.handlers.invalidUrlPatterns=Invalid url Patterns for {0}: {1}. -enterprise.deployment.annotation.handlers.servletimpldontmatch=The servlet '{0}' has implementation '{1}' in xml. It does not match with '{2}' from annotation @WebServlet. -enterprise.deployment.annotation.handlers.servletimpljspdontmatch=The servlet '{0}' is a jsp '{1}' in xml. It does not match with '{2}' from annotation @{3}. -enterprise.deployment.annotation.handlers.filterimpldontmatch=The filter '{0}' has implementation '{1}' in xml. It does not match with '{2}' from annotation @ServletFilter. -enterprise.deployment.annotation.handlers.datasourcedefinitionsduplicates=@DataSourceDefinitions cannot have multiple definitions with same name : '{0}' +enterprise.deployment.annotation.handlers.servletimpldontmatch=The servlet ''{0}'' has implementation ''{1}'' in xml. It does not match with ''{2}'' from annotation @WebServlet. +enterprise.deployment.annotation.handlers.servletimpljspdontmatch=The servlet ''{0}'' is a jsp ''{1}'' in xml. It does not match with ''{2}'' from annotation @{3}. +enterprise.deployment.annotation.handlers.filterimpldontmatch=The filter ''{0}'' has implementation ''{1}'' in xml. It does not match with ''{2}'' from annotation @ServletFilter. +enterprise.deployment.annotation.handlers.datasourcedefinitionsduplicates=@DataSourceDefinitions cannot have multiple definitions with same name : ''{0}'' enterprise.deployment.annotation.handlers.datasourcedefinitionsfailure=failed to handle annotation [ {0} ] on class [ {1} ] due to the following exception : " enterprise.deployment.annotation.handlers.connectorannotationfailure=failed to handle annotation [ {0} ] on class [ {1} ], reason : {2} enterprise.deployment.annotation.handlers.configpropertyfieldreadfailure=failed to read the value of field [{0}] on class [{1}], reason : {2} Index: persistence/cmp/ejb-mapping/src/main/java/com/sun/jdo/api/persistence/mapping/ejb/Bundle.properties =================================================================== --- persistence/cmp/ejb-mapping/src/main/java/com/sun/jdo/api/persistence/mapping/ejb/Bundle.properties (revision 34026) +++ persistence/cmp/ejb-mapping/src/main/java/com/sun/jdo/api/persistence/mapping/ejb/Bundle.properties (working copy) @@ -77,10 +77,10 @@ WARN_INVALID_FIELD=JDO71027: The field {1} in bean {0} is invalid because the field is not declared in the deployment descriptor or has already been mapped. WARN_INVALID_CMRFIELD=JDO71028: The relationship field {1} in bean {0} is invalid because the field is not declared in the deployment descriptor or has already been mapped. WARN_INVALID_RELATIONSHIP_FIELDTYPE=JDO71029: The field type {2} for relationship field {1} in bean {0} is not a supported type. -WARN_NO_PKCOLUMN=JDO71030: There is no column in table {0} which can be used to support the server's implementation of unknown key classes. +WARN_NO_PKCOLUMN=JDO71030: There is no column in table {0} which can be used to support the server''s implementation of unknown key classes. ERR_INVALID_VERSION_COLUMNS=JDO71031: Mutiple version columns in one bean are not supported. -WARN_VERSION_COLUMN_INVALID_TABLE=JDO71032: The version column {2} must belong to bean {1}'s primary table: {0}. -WARN_VERSION_COLUMN_MISSING=JDO71033: The bean {1}'s primary table {0} must have a version column. +WARN_VERSION_COLUMN_INVALID_TABLE=JDO71032: The version column {2} must belong to bean {1}''s primary table: {0}. +WARN_VERSION_COLUMN_MISSING=JDO71033: The bean {1}''s primary table {0} must have a version column. ERR_INVALID_CLASS=JDO71035: The class corresponding to the bean {0} is null. ############################################################################### Index: persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/ejbqlc/Bundle.properties =================================================================== --- persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/ejbqlc/Bundle.properties (revision 34026) +++ persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/ejbqlc/Bundle.properties (working copy) @@ -170,13 +170,13 @@ # but bean does not have remote interface # {0} - ejb name EXC_InvalidRemoteResultTypeMappingForMultiSelector=\ -JDO75328: result-type-mapping is specified as 'Remote', \ +JDO75328: result-type-mapping is specified as ''Remote'', \ but bean ''{0}'' does not have a remote interface. # Error: result-type-mapping is specified as Local or not specified, # but bean does not have local interface # {0} - ejb name EXC_InvalidLocalResultTypeMappingForMultiSelector=\ -JDO75329: result-type-mapping is specified as or defaults to 'Local', \ +JDO75329: result-type-mapping is specified as or defaults to ''Local'', \ but bean ''{0}'' does not have a local interface. # Error: result-type-mapping is specified as Remote, # but single-object selector does not return remote interface. Index: core/kernel/src/main/java/com/sun/enterprise/v3/admin/LocalStrings.properties =================================================================== --- core/kernel/src/main/java/com/sun/enterprise/v3/admin/LocalStrings.properties (revision 34026) +++ core/kernel/src/main/java/com/sun/enterprise/v3/admin/LocalStrings.properties (working copy) @@ -26,7 +26,7 @@ restart.domain.init=Server restart initiated restart.domain.not_enabled=The server was not started with a watchdog. Restart is not possible. The server was stopped. restart.domain.internalError=Internal Error: {0} -restart.domain.asadminError=Error in Asadmin. These 3 arguments must be present on the server''s \ +restart.domain.asadminError=Error in Asadmin. These 3 arguments must be present on the server's \ original command line:\n-asadmin-classpath\n-asadmin-classname\n-asadmin-args\nCould not restart. restart.domain.nonAsadminError=Internal Error in ASMain. These 3 arguments were not set:\n\ -startup-classpath\n-startup-classname\n-startup-args\nCould not restart. Index: web/web-naming/src/main/resources/org/apache/naming/resources/LocalStrings.properties =================================================================== --- web/web-naming/src/main/resources/org/apache/naming/resources/LocalStrings.properties (revision 34026) +++ web/web-naming/src/main/resources/org/apache/naming/resources/LocalStrings.properties (working copy) @@ -58,14 +58,14 @@ fileResources.base=PWC4430: Document base {0} does not exist or is not a readable directory warResources.notWar=PWC4431: Doc base must point to a WAR file warResources.invalidWar=PWC4432: Invalid or unreadable WAR file : {0} -jarResources.syntax=PWC4433: Document base {0} must start with 'jar:' and end with '!/' +jarResources.syntax=PWC4433: Document base {0} must start with ''jar:'' and end with ''!/'' resources.alreadyStarted=PWC4434: Resources has already been started resources.connect=PWC4435: Cannot connect to document base {0} resources.input=PWC4436: Cannot create input stream for resource {0} resources.notStarted=PWC4437: Resources has not yet been started resources.null=PWC4438: Document base cannot be null resources.notFound=PWC4439: Resource {0} not found -resources.path=PWC4440: Context relative path {0} must start with '/' +resources.path=PWC4440: Context relative path {0} must start with ''/'' resources.alreadyBound=PWC4441: Name {0} is already bound in this Context resources.bindFailed=PWC4442: Bind failed: {0} resources.unbindFailed=PWC4443: Unbind failed: {0} Index: web/admin/src/main/java/org/glassfish/web/admin/cli/LocalStrings.properties =================================================================== --- web/admin/src/main/java/org/glassfish/web/admin/cli/LocalStrings.properties (revision 34026) +++ web/admin/src/main/java/org/glassfish/web/admin/cli/LocalStrings.properties (working copy) @@ -56,13 +56,13 @@ create.transport.fail.duplicate={0} transport already exists. Cannot add duplicate transport. create.transport.fail=Failed to create transport {0} -delete.transport.notexists={0} transport doesn't exist +delete.transport.notexists={0} transport doesn''t exist delete.transport.fail=Deletion of Transport {0} failed delete.transport.beingused={0} transport is being used in the network listener {1} create.protocol.fail.duplicate={0} protocol already exists. Cannot add duplicate protocol. create.protocol.fail=Failed to create protocol {0} -delete.protocol.notexists={0} protocol doesn't exist +delete.protocol.notexists={0} protocol doesn''t exist delete.protocol.fail=Deletion of Transport {0} failed delete.protocol.beingused={0} protocol is being used in the network listener {1} Index: web/web-core/src/main/resources/org/apache/catalina/core/LocalStrings.properties =================================================================== --- web/web-core/src/main/resources/org/apache/catalina/core/LocalStrings.properties (revision 34026) +++ web/web-core/src/main/resources/org/apache/catalina/core/LocalStrings.properties (working copy) @@ -57,8 +57,8 @@ # applicationContext.attributeEvent=PWC1220: Exception thrown by attributes event listener applicationContext.mapping.error=PWC1221: Error during mapping -applicationContext.requestDispatcher.iae=PWC1222: Path {0} does not start with '/' and is not empty -applicationContext.resourcePaths.iae=PWC1223: Path {0} does not start with '/' +applicationContext.requestDispatcher.iae=PWC1222: Path {0} does not start with ''/'' and is not empty +applicationContext.resourcePaths.iae=PWC1223: Path {0} does not start with ''/'' applicationContext.alreadyInitialized=Unable to call method {0} on servlet context {1}, because this servlet context has already been initialized applicationContext.sessionTrackingModes.iae.unsupported=Unable to set {0} session tracking mode on servlet context {1}, because it is not supported applicationContext.setAttribute.namenull=PWC1224: Name cannot be null @@ -104,9 +104,9 @@ standardContext.containerListener=PWC1261: Error creating container listener {0} standardContext.createWrapperInstance=PWC1262: Error creating servlet wrapper {0} standardContext.dependencyCheck=PWC1263: Error in dependency check for standard context {0} -standardContext.errorPage.error=PWC1264: Error page location {0} must start with a '/' +standardContext.errorPage.error=PWC1264: Error page location {0} must start with a ''/'' standardContext.errorPage.required=PWC1265: ErrorPage cannot be null -standardContext.errorPage.warning=PWC1266: Error page location {0} must start with a '/' in Servlet 2.4 +standardContext.errorPage.warning=PWC1266: Error page location {0} must start with a ''/'' in Servlet 2.4 standardContext.filterMap.either=PWC1267: Filter mapping must specify either a or a standardContext.filterMap.name=PWC1268: Filter mapping specifies an unknown filter name {0} standardContext.filterMap.pattern=PWC1269: Invalid {0} in filter mapping @@ -119,13 +119,13 @@ standardContext.listenerStart=PWC1275: Exception sending context initialized event to listener instance of class {0} standardContext.listenerStartFailed=PWC1276: Failed to start application Listeners successfully standardContext.listenerStop=PWC1277: Exception sending context destroyed event to listener instance of class {0} -standardContext.loginConfig.errorPage=PWC1278: Form error page {0} must start with a '/' -standardContext.loginConfig.errorWarning=PWC1279: Form error page {0} must start with a '/' in Servlet 2.4 -standardContext.loginConfig.loginPage=PWC1280: Form login page {0} must start with a '/' -standardContext.loginConfig.loginWarning=PWC1281: Form login page {0} must start with a '/' in Servlet 2.4 +standardContext.loginConfig.errorPage=PWC1278: Form error page {0} must start with a ''/'' +standardContext.loginConfig.errorWarning=PWC1279: Form error page {0} must start with a ''/'' in Servlet 2.4 +standardContext.loginConfig.loginPage=PWC1280: Form login page {0} must start with a ''/'' +standardContext.loginConfig.loginWarning=PWC1281: Form login page {0} must start with a ''/'' in Servlet 2.4 standardContext.loginConfig.required=PWC1282: LoginConfig cannot be null standardContext.mappingError=PWC1283: MAPPING configuration error for relative URI {0} -standardContext.malformedName=PWC1284: Malformed name {0}, value of name attribute does not start with '//' +standardContext.malformedName=PWC1284: Malformed name {0}, value of name attribute does not start with ''//'' standardContext.missingNameAttributeInName=PWC1285: Missing name attribute in {0} standardContext.notFound=PWC1286: The requested resource ({0}) is not available. standardContext.notReloadable=PWC1287: Reloading is disabled on this Context @@ -158,10 +158,10 @@ standardContext.stoppingWrapper=PWC1314: Exception stopping Wrapper for servlet {0} standardContext.tldConfig=PWC1315: Error reading listeners from TLD standardContext.urlDecode=PWC1316: Cannot URL decode request path {0} -standardContext.urlPattern.patternWarning=PWC1317: URL pattern {0} must start with a '/' in Servlet 2.4 +standardContext.urlPattern.patternWarning=PWC1317: URL pattern {0} must start with a ''/'' in Servlet 2.4 standardContext.urlValidate=PWC1318: Cannot validate URL decoded request path {0} -standardContext.wrapper.error=PWC1319: JSP file {0} must start with a '/' -standardContext.wrapper.warning=PWC1320: JSP file {0} must start with a '/' in Servlet 2.4 +standardContext.wrapper.error=PWC1319: JSP file {0} must start with a ''/'' +standardContext.wrapper.warning=PWC1320: JSP file {0} must start with a ''/'' in Servlet 2.4 standardContextValve.requestListener.requestInit=PWC1321: Error invoking requestInitialized method on ServletRequestListener {0} standardContextValve.requestListener.requestDestroyed=PWC1322: Error invoking requestDestroyed method on ServletRequestListener {0} standardEngine.alreadyStarted=PWC1323: Engine has already been started @@ -186,7 +186,7 @@ standardHost.installingWAR=PWC1341: Installing web application from URL {0} standardHost.installingXML=PWC1342: Processing Context configuration file URL {0} standardHost.installError=PWC1343: Error deploying application at context path {0} -standardHost.invalidErrorReportValveClass=PWC1344: Couldn't load specified error report valve class: {0} +standardHost.invalidErrorReportValveClass=PWC1344: Couldn''t load specified error report valve class: {0} standardHost.docBase=PWC1345: Document base directory {0} already exists standardHost.mappingError=PWC1346: MAPPING configuration error for request URI {0} #no ID on standardHost.noContext as it is sent to client @@ -239,7 +239,7 @@ #no ID on standardWrapper.isUnavailable as it is sent to client standardWrapper.isUnavailable=Servlet {0} is currently unavailable standardWrapper.jasperLoader=PWC1394: Using Jasper classloader for servlet {0} -standardWrapper.jspFile.format=PWC1395: JSP file {0} does not start with a '/' character +standardWrapper.jspFile.format=PWC1395: JSP file {0} does not start with a ''/'' character standardWrapper.loadException=PWC1396: Servlet {0} threw load() exception standardWrapper.missingClass=PWC1397: Wrapper cannot find servlet class {0} or a class it depends on standardWrapper.missingLoader=PWC1398: Wrapper cannot find Loader for servlet {0} Index: admin/cli-optional/src/main/java/com/sun/enterprise/admin/cli/optional/LocalStrings.properties =================================================================== --- admin/cli-optional/src/main/java/com/sun/enterprise/admin/cli/optional/LocalStrings.properties (revision 34026) +++ admin/cli-optional/src/main/java/com/sun/enterprise/admin/cli/optional/LocalStrings.properties (working copy) @@ -69,7 +69,7 @@ NoPermissionForPortError=You do not have permission to use port {0} for {1}. Try a different port number or login to a more privileged account. NoPermissionForPortWarning=Warning: You do not have permission to use port {0} for {1}. Ignoring since the checkports option is set to false. UnknownPortMsg=Unknown error when trying port {0}. Try a different port number. -InvalidPortBaseRange=CLI211 Invalid Port {0} for {1}, should be between 1 and 65535. Choose a portbase value such that the resulting port number doesn't exceed 65535. +InvalidPortBaseRange=CLI211 Invalid Port {0} for {1}, should be between 1 and 65535. Choose a portbase value such that the resulting port number doesn''t exceed 65535. UsingPort=Using port {1} for {0}. DomainExists=Domain exists: {0} OverwriteLoginMsgCreateDomain=Admin login information for host [{0}] and port [{1}]\nis being overwritten with credentials provided because the\n--savelogin option was used during the create-domain command. Index: admin/cli/src/main/java/com/sun/enterprise/admin/cli/LocalStrings.properties =================================================================== --- admin/cli/src/main/java/com/sun/enterprise/admin/cli/LocalStrings.properties (revision 34026) +++ admin/cli/src/main/java/com/sun/enterprise/admin/cli/LocalStrings.properties (working copy) @@ -67,7 +67,7 @@ DomainXMLDoesNotExist=CLI155 {0} does not exist. InvalidPortRange=CLI160 Invalid Port {0}, should be between 1 and 65535. OptionsDoNotMatch=CLI173 Values entered for {0} do not match. -InvalidPortBaseRange=CLI211 Invalid Port {0} for {1}, should be between 1 and 65535. Choose a portbase value such that the resulting port number doesn't exceed 65535. +InvalidPortBaseRange=CLI211 Invalid Port {0} for {1}, should be between 1 and 65535. Choose a portbase value such that the resulting port number doesn''t exceed 65535. MutuallyExclusiveOption=CLI169 Options {0} and {1} are mutually exclusive. You must specify one or the other but not both. UnsupportedLegacyCommand=CLI194 Previously supported command: {0} is not supported for this release. @@ -111,7 +111,7 @@ unknownFormat=Unknown server response. cause=Cause: {0} -listCommands.notBoth=You can''t specify both --local and --remote as true at the same time. +listCommands.notBoth=You can't specify both --local and --remote as true at the same time. listCommands.localCommandHeader=********** Local Commands ********** listCommands.localCommandNoMatch=No local commands match. listCommands.remoteCommandHeader=********** Remote Commands ********** @@ -179,7 +179,7 @@ ShortOptionAlreadyDefined=CLI030 Short Option "{0}" for options "{1}" and "{2}" is already defined in command, "{3}". PasswordsNotAllowedOnCommandLine=CLI193 Password option "{0}" is not allowed on the command line. Please use --passwordfile option or asadmin login command. commands.monitor.press_to_quit=Press 'q' or 'Q' to quit. -InvalidRemoteCommand=No such local command, {0}. To run remote commands, start the application server (e.g. 'asadmin start-domain'). +InvalidRemoteCommand=No such local command, {0}. To run remote commands, start the application server (e.g. ''asadmin start-domain''). monitorCommand.errorRemote=Error encountered when making remote call: {0} Index: jms/admin/src/main/java/org/glassfish/jms/admin/cli/LocalStrings.properties =================================================================== --- jms/admin/src/main/java/org/glassfish/jms/admin/cli/LocalStrings.properties (revision 34026) +++ jms/admin/src/main/java/org/glassfish/jms/admin/cli/LocalStrings.properties (working copy) @@ -48,7 +48,7 @@ list.jms.dests=Lists the existing JMS physical destinations delete.jms.dest=Removes a JMS destination admin.mbeans.rmb.invalid_jms_destname=Invalid JMS destination name: {0} -admin.mbeans.rmb.invalid_jms_desttype=Invalid JMS destination type: {0}. JMS destination type has to be either 'topic' or 'queue' +admin.mbeans.rmb.invalid_jms_desttype=Invalid JMS destination type: {0}. JMS destination type has to be either ''topic'' or ''queue'' admin.mbeans.rmb.error_obtaining_jms=Error obtaining JMS Info mqjmx.no_jms_hosts=Invalid jms-service configuration. Please configure one or more JMS hosts in the target's jms-service. list.jms.dest.fail=Unable to list JMS Destinations Index: ejb/ejb-container/src/main/resources/com/sun/ejb/codegen/LocalStrings.properties =================================================================== --- ejb/ejb-container/src/main/resources/com/sun/ejb/codegen/LocalStrings.properties (revision 34026) +++ ejb/ejb-container/src/main/resources/com/sun/ejb/codegen/LocalStrings.properties (working copy) @@ -23,7 +23,7 @@ process.unknown_exception=Abnormal process termination -- process threw an Exception.\nAttempted command: {0}\nOutput from command: {1} process.abnormal_termination=Abnormal process termination -- process returned: {0}\nAttempted command: {1}\nOutput from command: {2} process.timeout=Process timed out.\nTimeout was {2} msecs\nAttempted command: {0}\nOutput from command: {1} -java_compiler.bad_user_compiler=Can't locate user-specified Java Compiler for deployment. Environmental Variable= {0}, Value = {1} +java_compiler.bad_user_compiler=Can''t locate user-specified Java Compiler for deployment. Environmental Variable= {0}, Value = {1} java_compiler.error=Native compiler returned an error: {0}\nError messages are: {1} rmi_compiler.error=RMI compiler returned an error: {0} java_compiler.badargs=JavaCompiler given null or empty {0} list Index: verifier/verifier-impl/src/main/resources/com/sun/enterprise/tools/verifier/LocalStrings.properties =================================================================== --- verifier/verifier-impl/src/main/resources/com/sun/enterprise/tools/verifier/LocalStrings.properties (revision 34026) +++ verifier/verifier-impl/src/main/resources/com/sun/enterprise/tools/verifier/LocalStrings.properties (working copy) @@ -1382,7 +1382,7 @@ 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. +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. @@ -1864,7 +1864,7 @@ 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 + 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=\ @@ -1970,7 +1970,7 @@ 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. + 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=\ @@ -2133,7 +2133,7 @@ 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. + 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=\ @@ -2324,7 +2324,7 @@ 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. + 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=\ @@ -2859,7 +2859,7 @@ 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. + 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=\ @@ -2908,7 +2908,7 @@ 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. + 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=\ @@ -3085,7 +3085,7 @@ 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. + 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} ]. @@ -3187,7 +3187,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. + 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 @@ -4117,7 +4117,7 @@ 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. + 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=\ @@ -4691,13 +4691,13 @@ 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} ]. +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} ]. +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. @@ -5178,7 +5178,7 @@ 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 '/'. + 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=\ @@ -6845,7 +6845,7 @@ ## 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. + [ {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=\ @@ -7245,7 +7245,7 @@ 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. +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=\ Index: connectors/admin/src/main/java/org/glassfish/connectors/admin/cli/LocalStrings.properties =================================================================== --- connectors/admin/src/main/java/org/glassfish/connectors/admin/cli/LocalStrings.properties (revision 34026) +++ connectors/admin/src/main/java/org/glassfish/connectors/admin/cli/LocalStrings.properties (working copy) @@ -51,7 +51,7 @@ delete.connector.connection.pool.fail=Unable to delete connector connection pool {0}. delete.connector.connection.pool.notfound=A connector connection pool named {0} does not exist. delete.connector.connection.pool.noJndiName=No id defined for connector connection pool. -delete.connector.connection.pool.pool_in_use=Some connector resources are referencing connection pool {0}. Use 'cascade' option to delete them as well. +delete.connector.connection.pool.pool_in_use=Some connector resources are referencing connection pool {0}. Use ''cascade'' option to delete them as well. list.connector.connection.pools=lists all connector connection pools list.connector.connection.pools.success=Command list-connector-connection-pools executed successfully. list.connector.connection.pools.fail=Command list-connector-connection-pools failed Index: connectors/connectors-inbound-runtime/src/main/resources/com/sun/enterprise/connectors/inbound/LocalStrings.properties =================================================================== --- connectors/connectors-inbound-runtime/src/main/resources/com/sun/enterprise/connectors/inbound/LocalStrings.properties (revision 34026) +++ connectors/connectors-inbound-runtime/src/main/resources/com/sun/enterprise/connectors/inbound/LocalStrings.properties (working copy) @@ -1,3 +1,3 @@ msg-bean-client.could-not-detect-ra-mid=Unable to determine the resource-adapter for the MDB as ra-mid is not specified for the message-listener type [ {0} ] -msg-bean-client.multiple-ras-supporting-message-listener=No 'resource-adapter-mid' specified, more than one resource-adapter supports this message-listener-type [ {0} ], need to specify 'resource-adapter-mid' in MDB Descriptor -msg-bean-client.defaulting.message-listener.supporting.rar=No 'resource-adapter-mid' specified, defaulting to the resource-adapter [ {0} ] that supports the requested 'message-listener' [ {1} ] \ No newline at end of file +msg-bean-client.multiple-ras-supporting-message-listener=No ''resource-adapter-mid'' specified, more than one resource-adapter supports this message-listener-type [ {0} ], need to specify ''resource-adapter-mid'' in MDB Descriptor +msg-bean-client.defaulting.message-listener.supporting.rar=No ''resource-adapter-mid'' specified, defaulting to the resource-adapter [ {0} ] that supports the requested ''message-listener'' [ {1} ] \ No newline at end of file