Here is my persistence.xml file. 

  | <persistence>
  |     <persistence-unit name="test">
  |             <jta-data-source>java:/DefaultDS</jta-data-source>
  |             <class>org.test.ejb3.eb.Module</class>
  |             <class>org.test.ejb3.eb.ModulePropertyPK</class>
  |             <class>org.test.ejb3.eb.ModuleProperty</class>
  |             <properties>
  |                     <property name="hibernate.dialect"
  |                             value="org.hibernate.dialect.HSQLDialect"/>
  |                     <property name="hibernate.hbm2ddl.auto" 
value="create-drop"/>
  |             </properties>
  |     </persistence-unit>
  | </persistence>
  | 
  | 

Here is the message I get on console when I deploy the application. I wonder if 
it is because of the JDBC batch update size?


  | 13:39:36,062 INFO  [SettingsFactory] Automatic flush during 
beforeCompletion(): disabled
  | 13:39:36,062 INFO  [SettingsFactory] Automatic session close at end of 
transaction: disabled
  | 13:39:36,062 INFO  [SettingsFactory] JDBC batch size: 15
  | 13:39:36,062 INFO  [SettingsFactory] JDBC batch updates for versioned data: 
disabled
  | 13:39:36,062 INFO  [SettingsFactory] Scrollable result sets: enabled
  | 13:39:36,062 INFO  [SettingsFactory] JDBC3 getGeneratedKeys(): disabled
  | 13:39:36,062 INFO  [SettingsFactory] Connection release mode: auto
  | 13:39:36,062 INFO  [SettingsFactory] Default batch fetch size: 1
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946247#3946247

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946247


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to