EAServer 5.x connection caches have been removed from EAServer 6.0 and replaced with Datasources, which wrap native and JDBC connections.
Here is a list of the EAServer 5.x sample connection caches and the equivalent EAServer 6.0 data source, if any:
Connection cache |
Datasource equivalent |
---|---|
EASDemo |
None. |
EASDemo_jConnect |
None. |
EASDemo_JdbcOdbc |
None. |
JavaCache Add a predefined JavaCache detasource as an alias for “default”. |
Default. The migrated “default” datasource refers to the predefined connection cache (which is the primary database), and sets the default properties of the JavaCache according to your main database requirements. |
SampleCache |
None. |
ServletPersistenceCache |
DistributedWebApp. |
The EAServer 6.0 repository does not include other data
source definitions. Connection caches are migrated from EAServer
5.x to EAServer 6.0. There is also a default-data-sources.xml configuration
file located in the $djc_home/config on
Solaris or %djc_home%\config on
Windows directory that contains the default datasource definitions
as well as various commented out samples.