|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@MessageBundle(projectCode="IJ") public interface CommonBundle

The common bundle. Message ids ranging from 010000 to 019999 inclusively.
| Method Summary | |
|---|---|
String |
annotationRepositoryNull()
Annotation repository is null |
String |
attributeAsBoolean(String value,
String element)
Attribute as boolean |
String |
elementAsBoolean(String value,
String element)
Element as boolean |
String |
invalidMetadataForResourceAdapter()
Invalid metadata for resource adapter |
String |
invalidNegative(String tag)
Invalid negative |
String |
invalidSecurityConfiguration()
Invalid security configuration |
String |
invalidTag(String tag)
Invalid tag |
String |
missingClassName(String value)
Missing class name |
String |
missingJndiName(String value)
Missing jndi name |
String |
missingValue(String tag)
Missing value |
String |
moreThanOneConnectionDefinitionsDefined()
More than one @ConnectionDefinitions defined |
String |
moreThanOneConnectorDefined()
More than @Connector defined |
String |
multiplePools()
Multiple pools |
String |
noConnectorDefined()
No @Connector defined |
String |
noMetadataForResourceAdapter()
Resource adapter not defined |
String |
notValidFlushStrategy(String value)
Not a valid flush strategy |
String |
notValidNumber(String value,
String element)
Not a valid number |
String |
nullValue(String tag)
Null value |
String |
requiredAttributeMissing(String attr,
String tag)
Required attribute |
String |
requiredElementMissing(String element,
String tag)
Required element |
String |
unexpectedAttribute(String value,
String location)
Unexpected attribute |
String |
unexpectedElement(String value)
Unexpected element |
String |
unexpectedEndOfDocument()
Unexpected end of document |
String |
unexpectedEndTag(String value)
Unexpected end tag |
String |
unknownAnnotation(Object annotation)
Unknown annotation |
String |
unsupportedElement(String value)
Unsupported element |
String |
wrongAnnotationType(Object annotation)
Wrong annotation type |
| Method Detail |
|---|
@Message(id=10051,
value="AnnotationRepository reference is null")
String annotationRepositoryNull()
@Message(id=10052,
value="No @Connector defined")
String noConnectorDefined()
@Message(id=10053,
value="More than @Connector defined")
String moreThanOneConnectorDefined()
@Message(id=10054,
value="More than one @ConnectionDefinitions defined")
String moreThanOneConnectionDefinitionsDefined()
@Message(id=10055,
value="Unknown annotation: %s")
String unknownAnnotation(Object annotation)
annotation - The annotation
@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)
value - The valueelement - The element
@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)
value - The valueelement - The element
@Message(id=10058,
value="%s isn\'t a valid number for element %s")
String notValidNumber(String value,
String element)
value - The valueelement - The element
@Message(id=10059,
value="%s isn\'t a valid flush strategy")
String notValidFlushStrategy(String value)
value - The value
@Message(id=10060,
value="Unexpected end tag: %s")
String unexpectedEndTag(String value)
value - The value
@Message(id=10061,
value="Unexpected element: %s")
String unexpectedElement(String value)
value - The value
@Message(id=10062,
value="Reached end of xml document unexpectedly")
String unexpectedEndOfDocument()
@Message(id=10063,
value="Mandatory class-name attribute missing in: %s")
String missingClassName(String value)
value - The value
@Message(id=10064,
value="Unexpected attribute %s at %s")
String unexpectedAttribute(String value,
String location)
value - The valuelocation - The location
@Message(id=10065,
value="Missing mandatory jndi-name attribute: %s")
String missingJndiName(String value)
value - The value
@Message(id=10066,
value="You cannot define more than one pool or xa-pool in same connection-definition")
String multiplePools()
@Message(id=10067,
value="Element %s cannot be set without an xa-pool")
String unsupportedElement(String value)
value - The value
@Message(id=10068,
value="Missing required attribute %s in %s")
String requiredAttributeMissing(String attr,
String tag)
attr - The attributetag - The tag
@Message(id=10069,
value="Missing required element %s in %s")
String requiredElementMissing(String element,
String tag)
element - The elementtag - The tag
@Message(id=10070,
value="Invalid negative value for %s")
String invalidNegative(String tag)
tag - The tag
@Message(id=10071,
value="%s is not valid. See exception for more details")
String invalidTag(String tag)
tag - The tag
@Message(id=10072,
value="%s cannot be undefined")
String nullValue(String tag)
tag - The tag
@Message(id=10073,
value="Invalid configuration")
String invalidSecurityConfiguration()
@Message(id=10074,
value="The resource adapter metadata must be defined")
String noMetadataForResourceAdapter()
@Message(id=10075,
value="The resource adapter metadata must contain either an outbound or inbound configuration")
String invalidMetadataForResourceAdapter()
@Message(id=10076,
value="%s must be defined")
String missingValue(String tag)
tag - The tag
@Message(id=10077,
value="Wrong annotation type: %s")
String wrongAnnotationType(Object annotation)
annotation - The annotation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||