Skip Headers
Oracle® Containers for J2EE Enterprise JavaBeans Developer's Guide
10g Release 3 (10.1.3)
B14428-01
  Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
Next
Next
 

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:

Using Deployment XML

To configure a default data source for an EJB 3.0 application:

  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.

    For more information, see: