Sun GlassFish Enterprise Server v3 Domain File Format Reference

connector-service

Configures the connector service.

Superelements

config

Subelements

none

Attributes

The following table describes attributes for the connector-service element.

Table 1–31 connector-service Attributes

Attribute 

Default 

Description 

shutdown-timeout-in-seconds

30

(optional) Specifies the maximum time allowed during application server shutdown for the ResourceAdapter.stop() method of a connector module’s instance to complete. Resource adapters that take longer to shut down are ignored, and Enterprise Server shutdown continues.

class-loading-policy

derived

(optional) Specifies the resource adapters accessible to applications. Allowed values are: 

  • derived — Applications access resource adapters based on references in their deployment descriptors. These references can be resource-ref, resource-env-ref, resource-adapter-mid, or equivalent annotations.

  • global — All stand-alone resource adapters are available to all applications.