Have you ever tried this before? I followed your advice but I got a mistake.

============================================================
[INFO]
------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO]
------------------------------------------------------------------------
[INFO] invalid configuration
Attribute "value" must be declared for element type "property".
[INFO]
------------------------------------------------------------------------
[INFO] Trace
org.hibernate.MappingException: invalid configuration
        at
org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1411)
        at
org.hibernate.cfg.Configuration.configure(Configuration.java:1386)
============================================================
Please tell me why?

Thanks.


Allan Ang wrote:
> 
> add to hibernate.cfg.xml
> e.g:
> <hibernate-configuration>
> <session-factory>
> ...
> </session-factory>
> 
> <property name="hibernate.jdbc.batch_size" value="0"/> 
> 
> </hibernate-configuration>
> 

-- 
View this message in context: 
http://www.nabble.com/How-to-insert-a-large-character-object-into-Oracle-database-from-Appfuse.-tf4833863s2369.html#a13873446
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to