Explanation | None |
Action | None |
Explanation | None |
Action | None |
Explanation | None |
Action | None |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | None. |
Action | None. |
Explanation | If required by the JCA specification, an annotated class must implement the specified interface. |
Action | Change the target of the annotation to implement the required interface. |
Explanation | If required by the JCA specification, an annotated entity must be a JavaBean class with a publicly visible, no parameter constructor and getter/setter methods for all public fields. |
Action | Correct the target of the annotation to be a JavaBean class. |
Explanation | An unrecognized field of a supported annotation was encountered while attempting to merge the annotation field values into the deployment descriptor. |
Action | Correct the annotation definition to remove the unrecognized field. |
Explanation | The interface for the administered object must be specified. |
Action | Add the interface to the annotation definition or the deployment descriptor, or change the annotated class to implement the correct interface. |
Explanation | Only specific JavaBeans may be annotated with @ConfigProperty. |
Action | Change the location of the @ConfigProperty annotation to a supported JavaBean type or reconfigure that JavaBean to meet the specification. |
Explanation | Only a field of one of the allowable Object types (Boolean, String, Integer, Double, Byte, Short, Long, Float, or Character), or the field's associated mutator method may be annotated with @ConfigProperty. |
Action | Change the location of the @ConfigProperty annotation to a supported field type or the mutator method of a supported field type. |
Explanation | Only a field of one of the allowable Object types (Boolean, String, Integer, Double, Byte, Short, Long, Float, or Character), or the field's associated mutator method may be annotated with @ConfigProperty. |
Action | Change the location of the @ConfigProperty annotation to a supported field type or the mutator method of a supported field type. |
Explanation | The Java type of a field annotated with @ConfigProperty must be the same as that specified by the annotation type element. |
Action | Change the Java type of the field or the annotation element so that they are the same Java type. |
Explanation | The Java type of the parameter of a method annotated with @ConfigProperty must be the same as that specified by the annotation type element. |
Action | Change the Java type of the method parameter or the annotation element so that they are the same Java type. |
Explanation | Only a mutator method which follows the JavaBeans naming convention may be annotated with @ConfigProperty. |
Action | Change the name of the annotated mutator method to conform to the JavaBeans conventions. |
Explanation | The JCA specfication requires that if more than one class is annotated with @Connector, the deployment descriptor of the resource adapter must explicitly state the resourcedapter-class. |
Action | Annotate only one class of the resoure adapter with @Connector or specify the resourceadapter-class in the deployment descriptor of the resource adapter. |