Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 215785 Details for
Bug 379397
Connection pooling does not work for connections created via Gemini JPA
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
Sample persistence.xml file
persistence.xml (text/xml), 1.92 KB, created by
GianMaria Romanato
on 2012-05-17 11:34:20 EDT
(
hide
)
Description:
Sample persistence.xml file
Filename:
MIME Type:
Creator:
GianMaria Romanato
Created:
2012-05-17 11:34:20 EDT
Size:
1.92 KB
patch
obsolete
><?xml version="1.0" encoding="UTF-8" ?> ><persistence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd" > version="2.0" xmlns="http://java.sun.com/xml/ns/persistence"> > <persistence-unit name="adbk" transaction-type="RESOURCE_LOCAL"> > <class>test.Client</class> > <properties> > <property name="javax.persistence.jdbc.driver" value="org.postgresql.Driver" /> > <property name="javax.persistence.jdbc.url" value="jdbc:postgresql://127.0.0.1/adbk" /> > <property name="javax.persistence.jdbc.user" value="user" /> > <property name="javax.persistence.jdbc.password" value="password" /> > > <property name="eclipselink.jdbc.write-connections.max" > value="5" /> > <property name="eclipselink.jdbc.write-connections.min" > value="5" /> > <property name="eclipselink.jdbc.read-connections.max" > value="5" /> > <property name="eclipselink.jdbc.read-connections.min" > value="5" /> > > > <!-- Configure default connection pool. --> > <property name="eclipselink.connection-pool.default.initial" value="1" /> > <property name="eclipselink.connection-pool.default.min" value="64" /> > <property name="eclipselink.connection-pool.default.max" value="64" /> > > <property name="eclipselink.jdbc.batch-writing" value="JDBC" /> > > <property name="eclipselink.ddl-generation" value="create-tables" /> > <property name="eclipselink.ddl-generation.output-mode" > value="database" /> > > <!-- Logging --> > <property name="eclipselink.logging.logger" value="DefaultLogger"/> > <property name="eclipselink.logging.level" value="FINEST" /> > <property name="eclipselink.logging.timestamp" value="false" /> > <property name="eclipselink.logging.session" value="true" /> > <property name="eclipselink.logging.thread" value="false" /> > </properties> > </persistence-unit> ></persistence>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 379397
: 215785 |
231263