Tobias - I'm somewhat confused by your post? .. I assume you meant to put snippets of a runtime warning?
> DB2Dictionary defines a constant but it seems it is never used. Correct. > How can I set the isolation level to read-uncommited to produce the DB2 SQL clause "WITH UR"? As it stands today, using the WITH UR syntax is unsupported. You have two options... start hacking[1], or use a native query. [1] http://openjpa.apache.org/development.html Thanks, Rick On Mon, Sep 26, 2011 at 12:46 AM, Tobias Trelle < [email protected]> wrote: > I'm trying to use the query hints for ReadLockMode and Isolation described > in > > > http://openjpa.apache.org/builds/2.0.1/apache-openjpa-2.0.1/docs/manual/jpa_overview_query.html#jpa_hints_isolation > : > > > > The isolation level hint produces the following warning at runtime: > > > > Here are my versions ... > > > > ... and my persistence.xml properties: > > > > How can I set the isolation level to read-uncommited to produce the DB2 SQL > clause "WITH UR"? DB2Dictionary defines a constant > > > > but it seems it is never used. Can I set the isolation level on the > connection level with a property in persistence.xml? > > Any hint are welcome. > > TIA, > Tobias > > -- > -- *Rick Curtis*
