org.jboss.jca.common
Interface CommonBundle


@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
 

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 value
element - 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 value
element - 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 value
element - 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 value
location - 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 attribute
tag - 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 element
tag - 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  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


Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)