This topic describes the properties for inbound and outbound connection descriptions, which are some of the service constructs the EMD generates to enable the adapter to run as a Service Component Architecture (SCA) component.
The inbound connection description is written to the Export file. The table titled "Inbound connection description properties" describes these properties.
Property | File element | Description |
---|---|---|
ActivationSpec | type in connection element | The instance of class representing the JDBC adapter ActivationSpec. |
Resource adapter | resourceAdapter element | The instance of class representing the JDBC adapter. |
The outbound connection description is written to the Import file. The table titled "Outbound connection description properties" describes these properties.
Property | File element | Description |
---|---|---|
Managed Connection Factory | type in connection element | The instance of class representing the JDBC adapter managed connection factory. |
Resource adapter | resourceAdapter element | The instance of class representing the JDBC adapter. |
Parent topic: Using the EMD tool