Skip Headers
Oracle® Containers for J2EE Enterprise JavaBeans Developer's Guide
10g (10.1.3.5.0)

Part Number E13981-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

Configuring a Default Data Source for an EJB 3.0 Application

You can configure a default data source for an EJB 3.0 application using deployment XML (see "Using Deployment XML").

For more information, see the following:

Using Deployment XML

To configure a default data source for an EJB 3.0 application, do the following:

  1. Set the name of the default data source in the default-data-source attribute of your orion-application.xml file.

  2. Customize your EJB 3.0 application to define a data source of this name in your ejb3-toplink-session.xml file.

    For more information, see the following: