Package org.jboss.jca.common
Interface CommonBundle
- All Known Implementing Classes:
CommonBundle_$bundle
@MessageBundle(projectCode="IJ")
public interface CommonBundle
The common bundle.
Message ids ranging from 010000 to 019999 inclusively.
-
Method Summary
Modifier and TypeMethodDescriptionAnnotation repository is nullattributeAsBoolean(String value, String element) Attribute as booleanelementAsBoolean(String value, String element) Element as booleanInvalid metadata for resource adapterinvalidNegative(String tag) Invalid negativeInvalid security configurationinvalidTag(String tag) Invalid taginvalidZero(String tag) Invalid zeromissingClassName(String value) Missing class namemissingJndiName(String value) Missing jndi namemissingValue(String tag) Missing valueMore than one @ConnectionDefinitions definedMore than @Connector definedMultiple poolsNo @Connector definedResource adapter not definednotValidFlushStrategy(String value) Not a valid flush strategynotValidNumber(String value, String element) Not a valid numberNull valuerequiredAttributeMissing(String attr, String tag) Required attributerequiredElementMissing(String element, String tag) Required elementunexpectedAttribute(String value, String location) Unexpected attributeunexpectedElement(String value) Unexpected elementUnexpected end of documentunexpectedEndTag(String value) Unexpected end tagunknownAnnotation(Object annotation) Unknown annotationunsupportedElement(String value) Unsupported elementwrongAnnotationType(Object annotation) Wrong annotation type
-
Method Details
-
annotationRepositoryNull
@Message(id=10051, value="AnnotationRepository reference is null") String annotationRepositoryNull()Annotation repository is null- Returns:
- The value
-
noConnectorDefined
No @Connector defined- Returns:
- The value
-
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
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
Unexpected end tag- Parameters:
value- The value- Returns:
- The value
-
unexpectedElement
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
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
Null value- Parameters:
tag- The tag- Returns:
- The value
-
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
Missing value- Parameters:
tag- The tag- Returns:
- The value
-
wrongAnnotationType
Wrong annotation type- Parameters:
annotation- The annotation- Returns:
- The value
-
invalidZero
Invalid zero- Parameters:
tag- The tag- Returns:
- The value
-