Package org.jboss.jca.common
Interface CommonBundle
-
- All Known Implementing Classes:
CommonBundle_$bundle
@MessageBundle(projectCode="IJ") public interface CommonBundleThe common bundle. Message ids ranging from 010000 to 019999 inclusively.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringannotationRepositoryNull()Annotation repository is nullStringattributeAsBoolean(String value, String element)Attribute as booleanStringelementAsBoolean(String value, String element)Element as booleanStringinvalidMetadataForResourceAdapter()Invalid metadata for resource adapterStringinvalidNegative(String tag)Invalid negativeStringinvalidSecurityConfiguration()Invalid security configurationStringinvalidTag(String tag)Invalid tagStringinvalidZero(String tag)Invalid zeroStringmissingClassName(String value)Missing class nameStringmissingJndiName(String value)Missing jndi nameStringmissingValue(String tag)Missing valueStringmoreThanOneConnectionDefinitionsDefined()More than one @ConnectionDefinitions definedStringmoreThanOneConnectorDefined()More than @Connector definedStringmultiplePools()Multiple poolsStringnoConnectorDefined()No @Connector definedStringnoMetadataForResourceAdapter()Resource adapter not definedStringnotValidFlushStrategy(String value)Not a valid flush strategyStringnotValidNumber(String value, String element)Not a valid numberStringnullValue(String tag)Null valueStringrequiredAttributeMissing(String attr, String tag)Required attributeStringrequiredElementMissing(String element, String tag)Required elementStringunexpectedAttribute(String value, String location)Unexpected attributeStringunexpectedElement(String value)Unexpected elementStringunexpectedEndOfDocument()Unexpected end of documentStringunexpectedEndTag(String value)Unexpected end tagStringunknownAnnotation(Object annotation)Unknown annotationStringunsupportedElement(String value)Unsupported elementStringwrongAnnotationType(Object annotation)Wrong annotation type
-
-
-
Method Detail
-
annotationRepositoryNull
@Message(id=10051, value="AnnotationRepository reference is null") String annotationRepositoryNull()Annotation repository is null- Returns:
- The value
-
noConnectorDefined
@Message(id=10052, value="No @Connector defined") String noConnectorDefined()No @Connector defined- Returns:
- The value
-
moreThanOneConnectorDefined
@Message(id=10053, value="More than @Connector defined") String moreThanOneConnectorDefined()More than @Connector defined- Returns:
- The value
-
moreThanOneConnectionDefinitionsDefined
@Message(id=10054, value="More than one @ConnectionDefinitions defined") String moreThanOneConnectionDefinitionsDefined()More than one @ConnectionDefinitions defined- Returns:
- The value
-
unknownAnnotation
@Message(id=10055, value="Unknown annotation: %s") String unknownAnnotation(Object annotation)Unknown annotation- Parameters:
annotation- The annotation- Returns:
- The value
-
elementAsBoolean
@Message(id=10056, value="%s isn\'t a valid boolean for element %s. We accept only \"true\" or \"false\" as boolean value") String elementAsBoolean(String value, String element)Element as boolean- Parameters:
value- The valueelement- The element- Returns:
- The value
-
attributeAsBoolean
@Message(id=10057, value="%s isn\'t a valid boolean for attribute %s. We accept only \"true\" or \"false\" as boolean value") String attributeAsBoolean(String value, String element)Attribute as boolean- Parameters:
value- The valueelement- The element- Returns:
- The value
-
notValidNumber
@Message(id=10058, value="%s isn\'t a valid number for element %s") String notValidNumber(String value, String element)Not a valid number- Parameters:
value- The valueelement- The element- Returns:
- The value
-
notValidFlushStrategy
@Message(id=10059, value="%s isn\'t a valid flush strategy") String notValidFlushStrategy(String value)Not a valid flush strategy- Parameters:
value- The value- Returns:
- The value
-
unexpectedEndTag
@Message(id=10060, value="Unexpected end tag: %s") String unexpectedEndTag(String value)Unexpected end tag- Parameters:
value- The value- Returns:
- The value
-
unexpectedElement
@Message(id=10061, value="Unexpected element: %s") String unexpectedElement(String value)Unexpected element- Parameters:
value- The value- Returns:
- The value
-
unexpectedEndOfDocument
@Message(id=10062, value="Reached end of xml document unexpectedly") String unexpectedEndOfDocument()Unexpected end of document- Returns:
- The value
-
missingClassName
@Message(id=10063, value="Mandatory class-name attribute missing in: %s") String missingClassName(String value)Missing class name- Parameters:
value- The value- Returns:
- The value
-
unexpectedAttribute
@Message(id=10064, value="Unexpected attribute %s at %s") String unexpectedAttribute(String value, String location)Unexpected attribute- Parameters:
value- The valuelocation- The location- Returns:
- The value
-
missingJndiName
@Message(id=10065, value="Missing mandatory jndi-name attribute: %s") String missingJndiName(String value)Missing jndi name- Parameters:
value- The value- Returns:
- The value
-
multiplePools
@Message(id=10066, value="You cannot define more than one pool or xa-pool in same connection-definition") String multiplePools()Multiple pools- Returns:
- The value
-
unsupportedElement
@Message(id=10067, value="Element %s cannot be set without an xa-pool") String unsupportedElement(String value)Unsupported element- Parameters:
value- The value- Returns:
- The value
-
requiredAttributeMissing
@Message(id=10068, value="Missing required attribute %s in %s") String requiredAttributeMissing(String attr, String tag)Required attribute- Parameters:
attr- The attributetag- The tag- Returns:
- The value
-
requiredElementMissing
@Message(id=10069, value="Missing required element %s in %s") String requiredElementMissing(String element, String tag)Required element- Parameters:
element- The elementtag- The tag- Returns:
- The value
-
invalidNegative
@Message(id=10070, value="Invalid negative value for %s") String invalidNegative(String tag)Invalid negative- Parameters:
tag- The tag- Returns:
- The value
-
invalidTag
@Message(id=10071, value="%s is not valid. See exception for more details") String invalidTag(String tag)Invalid tag- Parameters:
tag- The tag- Returns:
- The value
-
nullValue
@Message(id=10072, value="%s cannot be undefined") String nullValue(String tag)Null value- Parameters:
tag- The tag- Returns:
- The value
-
invalidSecurityConfiguration
@Message(id=10073, value="Invalid <security> configuration") String invalidSecurityConfiguration()Invalid security configuration- Returns:
- The value
-
noMetadataForResourceAdapter
@Message(id=10074, value="The resource adapter metadata must be defined") String noMetadataForResourceAdapter()Resource adapter not defined- Returns:
- The value
-
invalidMetadataForResourceAdapter
@Message(id=10075, value="The resource adapter metadata must contain either an outbound or inbound configuration") String invalidMetadataForResourceAdapter()Invalid metadata for resource adapter- Returns:
- The value
-
missingValue
@Message(id=10076, value="%s must be defined") String missingValue(String tag)Missing value- Parameters:
tag- The tag- Returns:
- The value
-
wrongAnnotationType
@Message(id=10077, value="Wrong annotation type: %s") String wrongAnnotationType(Object annotation)Wrong annotation type- Parameters:
annotation- The annotation- Returns:
- The value
-
-