Re: Struts2 - After BD dataload app never starts

2008-12-01 Thread David Canos
The problem is now fixed, the schemaExport was working with hibernate.hbm2ddl.auto = created. thanks for the answer lukasz CanĂ³s 2008/12/1 Lukasz Lenart <[EMAIL PROTECTED]> > 2008/11/28 David Canos <[EMAIL PROTECTED]>: > > While start the application the log says... > > ServletContext.log():Ini

Re: Struts2 - After BD dataload app never starts

2008-12-01 Thread Lukasz Lenart
2008/11/28 David Canos <[EMAIL PROTECTED]>: > While start the application the log says... > ServletContext.log():Initializing Spring root WebApplicationContext > > We use: > Glassfish V2 > Struts 2.0.12 > Spring (plugin 2.0.12) > Hibernate 3.2 > MySQL 5.0 It looks like a Spring / Hibernate issue,

Struts2 - After BD dataload app never starts

2008-11-27 Thread David Canos
We were working in our application without any problems until today (the application loaded fast and the publish time was around 4 seconds). After filling the tables the application never starts. We have load: num of rows: 24,5M BD size: 1,1Gb While start the application the log says... ServletCon