1. Overview of Oracle GlassFish Server 3.1 Application Deployment
A. The asadmin Deployment Subcommands
B. GlassFish Server Deployment Descriptor Files
C. Elements of the GlassFish Server Deployment Descriptors
activation-config-property-name
activation-config-property-value
check-version-of-accessed-instances
Maps the res-ref-name in the corresponding Java EE deployment descriptor file resource-ref entry to the absolute jndi-name of a resource.
Note - Connections acquired from JMS connection factories are not shareable in the current release of GlassFish Server. The res-sharing-scope element in the ejb-jar.xml file resource-ref element is ignored for JMS connection factories.
When resource-ref specifies a JMS connection factory for the GlassFish Server Message Queue, the default-resource-principal (name/password) must exist in the Message Queue user repository. Refer to the Security Management chapter in the Oracle GlassFish Server Message Queue 4.5 Administration Guide for information on how to manage the Message Queue user repository.
glassfish-web-app (glassfish-web.xml), ejb (glassfish-ejb-jar.xml), glassfish-application-client (glassfish-application-client.xml)
The following table describes subelements for the resource-ref element.
Table C-125 resource-ref Subelements
|
<resource-ref> <res-ref-name>jdbc/EmployeeDBName</res-ref-name> <jndi-name>jdbc/EmployeeDB</jndi-name> </resource-ref>