com.ibm.ws.jca.utils.internal.resources.JcaUtilsMessages

J2CA9902E: The resource adapter class {0} annotated with {1} does not implement the {2} interface.
J2CA9903E: The resource adapter class {0} does not implement the {1} interface.
J2CA9904E: The resource adapter class {0} is specified; however, the class could not be found in resource adapter {1}.
J2CA9905W: The configuration property {0} is required, however a property definition could not be found in the resource adapter {1}.
J2CA9906E: The property type {0} specified for configuration property {1} is not valid.
J2CA9908E: The configuration property {0} was found multiple times within the same scope in resource adapter {1}. Duplicate properties are ignored.
J2CA9909E: The configuration property {0} is specified in the wlp-ra.xml file, but a corresponding ConfigProperty annotation, deployment descriptor entry, or Java Bean property is not found in resource adapter {1}.
J2CA9910E: An <adminobject> element with the interface {0} and class {1} is specified in the wlp-ra.xml file, but a corresponding AdministeredObject annotation or deployment descriptor entry is not found in resource adapter {2}.
J2CA9911E: A {0} element for type {1} is specified in the wlp-ra.xml file, but a corresponding {2} annotation or deployment descriptor entry is not found in the resource adapter {3}.
J2CA9912E: There is no <connection-definition> or class annotated with @ConnectionDefinition although transaction support, authentication mechanisms, or reauthentication support was specified.
J2CA9916W: Translatable messages file {0} for resource adapter {1} defines multiple messages for the same key: {2}.
J2CA9917W: Translatable messages file {0} for resource adapter {1} does not have a translation message for a key {2} that is specified in the wlp-ra.xml file.
J2CA9918W: Resource adapter {1} defines duplicate configuration properties named {0} within the same scope. The duplicates are ignored.
J2CA9919W: The class loader for resource adapter {1} is unable to load {0}. Check if the resource adapter requires a feature that is not enabled or a library that is not accessible to it.
J2CA9920W: A duplicate type {0} was specified in {1} and in another entry in the ra.xml file or in one or more classes annotated with {2}.
J2CA9922E: The resource adapter {0} has multiple classes annotated with @Connector, but does not specify which to use via a deployment descriptor.
J2CA9924E: The message listener defined in the ra.xml file with type {0} should override the @Activation annotated class {1} but the listener does not contain an activation specification.
J2CA9925E: Administered object interfaces were not defined via @AdministeredObject annotation and the class {0} did not implement any interfaces.
J2CA9926E: Administered object interfaces were not defined via @AdministeredObject so the interfaces defined on the class will be used; however, there are multiple interfaces on class {0}.
J2CA9927E: The annotation @ConfigProperty can only be used on setter methods but was found on {0}.
J2CA9930W: The value {0} is less than the minimum of {1} for attribute {2}
J2CA9931W: The value {0} exceeds the maximum of {1} for attribute {2}
J2CA9932W: The value {0} is less than the minimum length {1} for attribute {2}
J2CA9933W: The value {0} exceeds the maximum length of {1} for attribute {2}
J2CA9934E: The value {0} is not a valid option for attribute {1}. Valid options are {2}
J2CA9935I: The Java 2 security permissions specified in the deployment descriptor for resource adapter {0} will not be enforced.
J2CA9936W: The default value for the property {0} could not be obtained from an instance of class {1} in resource adapter {2} because an error occurred: {3}
J2CA9937E: The {0} JavaBean {1} configuration property annotated with @ConfigProperty has a getter method return type of {2} that does not match the {3} configuration property type.
J2CA9938E: The {0} JavaBean {1} configuration property annotated with @ConfigProperty does not have a getter method with a return type of {2}.
J2CA9939E: The {0} JavaBean {1} configuration property annotated with @ConfigProperty does not have a setter method with a single parameter of type {2}.
J2CA9940E: The {0} JavaBean {1} configuration property annotated with @ConfigProperty has the {2} type set in the annotation that does not match the {3} type of the field.
J2CA9941E: The {0} JavaBean {1} configuration property annotated with @ConfigProperty has the {2} type set in the annotation that does not match the {4} type of the parameter in the setter method.
J2CA9942E: The annotation @ConfigProperty can only be used on a setter method with one parameter but was found on {0} with the following parameters: {1}.
J2CA9943E: The resource adapter {0} is invalid. It should contain either a deployment descriptor or a JavaBean class annotated with one of the resource adapter annotations.