[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.rt.eclipselink] Re: Eclipselink without connection pool

Set the min to 0, not the max.

There is both a read and write pool (in 2.0 you can configure a single pool).

"eclipselink.jdbc.read-connections.min"="0"
"eclipselink.jdbc.write-connections.min"="0"

In code you need to set the default and read connection pools min.

Not sure on the OSGI issue, perhaps someone else knowledgeable on OSGI can answer this.