Java Reference
In-Depth Information
Property
Description
Default Value
eclipselink.logging.
exceptions
This specifies if exceptions are
logged before returning the
exception to the calling application
and ensures that all exceptions are
logged.
False
eclipselink.logging.
file
This specifies a file location (relative
or absolute path) for log output.
Property applies when used in Java
SE environment.
eclipselink.target-
database
This specifies the target
database. For Oracle
database, specify <property
name="eclipselink.target-
database" value="Oracle"/>
AUTO
A value of AUTO specifies that
EclipseLink determine the target
database from the JDBC metadata
obtained by accessing the database.
Applies to JDBC drivers that
support the the database metadata.
We shall be using a value of AUTO or
Oracle.
eclipselink.target-
server
This specifies the target application
server. For WebLogic Server specify
None
<property
name="eclipselink.
target-server"
value="WebLogic_10"/>
A value of None implies that
configure EclipseLink for no server.
Search WWH ::




Custom Search