-
Task
-
Resolution: Done
-
Major
-
None
-
None
Object managedConnectionFactory = null;
if (cmd != null && cmd.getRa() != null && cmd.getRa().... != null)
and of course inject its properties - see the example for the resourceAdapter
object.
And then add them to the Bean Validation layer
if (managedConnectionFactory != null)
BeanValidation.validate(managedConnectionFactory);
we need
- ManagedConnectionFactory
- ActivationSpec
- AdministeredObject
InteractionSpec won't be part of the final specification.