Try this reference [1]. It sounds like either specifying the properties on the URL or using the openjpa.ConnectionProperties property is what you are looking for.
[1] http://openjpa.apache.org/builds/2.0.1/apache-openjpa-2.0.1/docs/manual/manual.html#ref_guide_dbsetup_builtin On Tue, Oct 26, 2010 at 9:13 AM, C N Davies <[email protected]> wrote: > Did you check javadoc OpenJPAConfigurationImpl ? > > Chris > > -----Original Message----- > From: idan [mailto:[email protected]] > Sent: Wednesday, 27 October 2010 12:47 AM > To: [email protected] > Subject: JDBC Properties > > > Hey, > > Is it possible to pass extra connection properties to the JDBC driver? > I'm currently using my own JDBC driver which has some custom properties and > can't find a way to pass these properties from "persistence.xml". > > Thanks, > Idan > > -- > View this message in context: > http://openjpa.208410.n2.nabble.com/JDBC-Properties-tp5674653p5674653.html > Sent from the OpenJPA Users mailing list archive at Nabble.com. > >
