You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Roytman, Alex" <Ro...@peacetech.com> on 2006/10/13 20:53:14 UTC

DBDictionary bug? OracleDictionary has no BatchLimit property

Documentation still mentions BatchLimit for configuring batching but
using it causes

Caused by: org.apache.openjpa.lib.util.ParseException: There was an
error while setting up the configuration plugin option "DBDictionary".
The plugin was of type "class
org.apache.openjpa.jdbc.sql.OracleDictionary". The plugin property
"BatchLimit" had no corresponding setter method or accessible field...



Re: DBDictionary bug? OracleDictionary has no BatchLimit property

Posted by Abe White <aw...@bea.com>.
> Documentation still mentions BatchLimit for configuring batching but
> using it causes

OpenJPA doesn't batch.  The Kodo docs explain how to configure  
batching in Kodo (see the docs on migrating to 4.1). 
  
_______________________________________________________________________
Notice:  This email message, together with any attachments, may contain
information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated
entities,  that may be confidential,  proprietary,  copyrighted  and/or
legally privileged, and is intended solely for the use of the individual
or entity named in this message. If you are not the intended recipient,
and have received this message in error, please immediately return this
by email and then delete it.

RE: DBDictionary bug? OracleDictionary has no BatchLimit property

Posted by Patrick Linskey <pl...@bea.com>.
Docs bug, actually. OpenJPA doesn't do batching.

-Patrick

-- 
Patrick Linskey
BEA Systems, Inc. 

_______________________________________________________________________
Notice:  This email message, together with any attachments, may contain
information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated
entities,  that may be confidential,  proprietary,  copyrighted  and/or
legally privileged, and is intended solely for the use of the individual
or entity named in this message. If you are not the intended recipient,
and have received this message in error, please immediately return this
by email and then delete it. 

> -----Original Message-----
> From: Roytman, Alex [mailto:Roytmana@peacetech.com] 
> Sent: Friday, October 13, 2006 11:53 AM
> To: open-jpa-dev@incubator.apache.org
> Subject: DBDictionary bug? OracleDictionary has no BatchLimit property
> 
> Documentation still mentions BatchLimit for configuring batching but
> using it causes
> 
> Caused by: org.apache.openjpa.lib.util.ParseException: There was an
> error while setting up the configuration plugin option "DBDictionary".
> The plugin was of type "class
> org.apache.openjpa.jdbc.sql.OracleDictionary". The plugin property
> "BatchLimit" had no corresponding setter method or accessible field...
> 
> 
>