Definitely, cheers to Chico and Stephen and team!
Jeff and I talked about the test plan of secretly (OK, openly) replacing the
Folger's crystals (.war file) on the test server with the one containing
hibernate changes after getting some initial performance testing on it from
Mark. Would that be possible to get some load-runner testing on it there?
Perhaps in a week or so we could try it out on the Mifos test server? Then
we can give that about a week or so there to see if any of the test server
users encounter strange connection issues, and then if it all looks good and
the remaining unit tests are working or have been laid to rest then we can
merge the changes back into trunk.
thanks,
Sam
On Tue, Mar 4, 2008 at 11:15 AM, Van Mittal-Henkle <
[EMAIL PROTECTED]> wrote:
> Chico,
>
> Thanks for the good work in helping to understand and address this issue.
> Upgrading Hibernate to version 3.2 and moving to the C3PO connection pool
> will be a big step forward for Mifos.
>
> Cheers,
> --Van
>
> ------------------------------
> *From:* [EMAIL PROTECTED] [mailto:
> [EMAIL PROTECTED] *On Behalf Of *Chico
> Charlesworth
> *Sent:* Tuesday, March 04, 2008 10:04 AM
> *To:* Developer
> *Subject:* Re: [Mifos-developer] Hibernate Upgrade Status Update
>
>
> I've updated the Hibernate Upgrade page to mention the fact that by
> default Mifos currently runs with Hibernate's built-in connection pooling
> (NOT recommended for production!).
>
> This can be verified when the logs are set to the level of INFO:
>
> INFO, org.hibernate.cfg.Configuration, ?, ? , ?, processing association
> property references, 04 Mar 2008 17:49:04
> INFO, org.hibernate.cfg.Configuration, ?, ? , ?, processing foreign key
> constraints, 04 Mar 2008 17:49:04
> INFO, org.hibernate.dialect.Dialect, ?, ? , ?, Using dialect:
> org.hibernate.dialect.MySQLDialect, 04 Mar 2008 17:49:05
> INFO, org.hibernate.cfg.SettingsFactory, ?, ? , ?, Maximum outer join
> fetch depth: 2, 04 Mar 2008 17:49:05
> INFO, org.hibernate.cfg.SettingsFactory, ?, ? , ?, Default batch fetch
> size: 1, 04 Mar 2008 17:49:05
> INFO, org.hibernate.cfg.SettingsFactory, ?, ? , ?, Generate SQL with
> comments: disabled, 04 Mar 2008 17:49:05
> INFO, org.hibernate.cfg.SettingsFactory, ?, ? , ?, Order SQL updates by
> primary key: disabled, 04 Mar 2008 17:49:05
> INFO, org.hibernate.cfg.SettingsFactory, ?, ? , ?, Query translator:
> org.hibernate.hql.ast.ASTQueryTranslatorFactory, 04 Mar 2008
> 17:49:05
> INFO, org.hibernate.hql.ast.ASTQueryTranslatorFactory, ?, ? , ?, Using
> ASTQueryTranslatorFactory, 04 Mar 2008 17:49:05
> INFO, org.hibernate.cfg.SettingsFactory, ?, ? , ?, Query language
> substitutions: {}, 04 Mar 2008 17:49:05
> *INFO, org.hibernate.connection.DriverManagerConnectionProvider, ?, ? , ?,
> Using Hibernate built-in connection pool (not for production use!), 04 Mar
> 2008 17:49:05*
> *INFO, org.hibernate.connection.DriverManagerConnectionProvider, ?, ? , ?,
> Hibernate connection pool size: 20, 04 Mar 2008 17:49:05*
>
> INFO, org.hibernate.connection.DriverManagerConnectionProvider, ?, ? , ?,
> autocommit mode: false, 04 Mar 2008 17:49:05
> INFO, org.hibernate.connection.DriverManagerConnectionProvider, ?, ? , ?,
> JDBC isolation level: READ_COMMITTED, 04 Mar 2008 17:49:
> 05
> INFO, org.hibernate.connection.DriverManagerConnectionProvider, ?, ? , ?,
> using driver: com.mysql.jdbc.Driver at URL: jdbc:mysql:/
> /localhost:3306/mifos?useUnicode=true&characterEncoding=UTF-8, 04 Mar 2008
> 17:49:05
> INFO, org.hibernate.connection.DriverManagerConnectionProvider, ?, ? , ?,
> connection properties: {user=root, password=****}, 04 Ma
> r 2008 17:49:05
> INFO, org.hibernate.cfg.SettingsFactory, ?, ? , ?, JDBC batch size: 15, 04
> Mar 2008 17:49:05
> INFO, org.hibernate.cfg.SettingsFactory, ?, ? , ?, JDBC batch updates for
> versioned data: disabled, 04 Mar 2008 17:49:05
> INFO, org.hibernate.cfg.SettingsFactory, ?, ? , ?, Scrollable result sets:
> enabled, 04 Mar 2008 17:49:05
> INFO, org.hibernate.cfg.SettingsFactory, ?, ? , ?, JDBC3
> getGeneratedKeys(): enabled, 04 Mar 2008 17:49:05
> INFO, org.hibernate.transaction.TransactionFactoryFactory, ?, ? , ?,
> Transaction strategy: org.hibernate.transaction.JDBCTransacti
> onFactory, 04 Mar 2008 17:49:05
> INFO, org.hibernate.transaction.TransactionManagerLookupFactory, ?, ? , ?,
> No TransactionManagerLookup configured (in JTA environm
> ent, use of read-write or transactional second-level cache is not
> recommended), 04 Mar 2008 17:49:05
> INFO, org.hibernate.cfg.SettingsFactory, ?, ? , ?, Automatic flush during
> beforeCompletion(): disabled, 04 Mar 2008 17:49:05
> INFO, org.hibernate.cfg.SettingsFactory, ?, ? , ?, Automatic session close
> at end of transaction: disabled, 04 Mar 2008 17:49:05
> INFO, org.hibernate.cfg.SettingsFactory, ?, ? , ?, Cache provider:
> org.hibernate.cache.HashtableCacheProvider, 04 Mar 2008 17:49:0
> 5
> INFO, org.hibernate.cfg.SettingsFactory, ?, ? , ?, Second-level cache:
> enabled, 04 Mar 2008 17:49:05
> INFO, org.hibernate.cfg.SettingsFactory, ?, ? , ?, Optimize cache for
> minimal puts: disabled, 04 Mar 2008 17:49:05
> INFO, org.hibernate.cfg.SettingsFactory, ?, ? , ?, Structured second-level
> cache entries: enabled, 04 Mar 2008 17:49:05
> INFO, org.hibernate.cfg.SettingsFactory, ?, ? , ?, Query cache: disabled,
> 04 Mar 2008 17:49:05
> INFO, org.hibernate.cfg.SettingsFactory, ?, ? , ?, Statistics: disabled,
> 04 Mar 2008 17:49:05
> INFO, org.hibernate.cfg.SettingsFactory, ?, ? , ?, Deleted entity
> synthetic identifier rollback: disabled, 04 Mar 2008 17:49:05
> INFO, org.hibernate.cfg.SettingsFactory, ?, ? , ?, Default entity-mode:
> pojo, 04 Mar 2008 17:49:05
>
> Cheers
> Chico
>
>
>
>
> *Chico Charlesworth/Ireland/Contr/[EMAIL PROTECTED]
> Sent by: [EMAIL PROTECTED]
>
> 03/04/2008 11:09 AM
> Please respond to
> Developer <[email protected]>
>
> To
> Developer <[email protected]> cc
> Subject
> [Mifos-developer] Hibernate Upgrade Status Update
>
>
>
>
>
> I've updated the Hibernate Upgrade page on Mifos to reflect the work
> Stephen and I have been doing, and I think it's a good starting point for
> further discussions regarding the upgrade task.
> http://mifos.org/developers/wiki/UpgradeHibernate
>
> Cheers
> Chico
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/