Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

If the connector is not deployed in the Java EE application with the reference, then you must make the connector plugin visible to the application using it by making it an ancestor of the application, typically by including a dependency on it in the geronimo plan. The easiest way to do this is to use maven to build a geronimo plugin: Assembling a server using Maven.

The naming space xmlns:nam="http://geronimo.apache.org/xml/ns/naming-1.2" defines following tags used to reference other resources in a deployment plan.

Reference Type

Tags

Usage

JCA reference

<nam:ref-ref/>

Reference a JCA Connection Factory, for example a data source (JDBC Connection Factory) or JMS Connection Factory

JCA reference

<nam:ref-env-ref/>

Reference a JCA Administered Object

JCA reference

<nam:message-destination/>

Reference JMS Topics and Queues

The name to use

Connection Factory

...