Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Web.Tests/hibernate.cfg.xml @ 233:32e4e0e7a140
Probando de armar tests de Agendas.Web
author | juanjose.montesdeocaarbos |
---|---|
date | Tue, 04 Oct 2011 20:34:46 -0300 |
parents | |
children | 51faeabfb9d9 |
comparison
equal
deleted
inserted
replaced
232:806fd94727ce | 233:32e4e0e7a140 |
---|---|
1 <?xml version="1.0" encoding="utf-8" ?> | |
2 <hibernate-configuration xmlns="urn:nhibernate-configuration-2.2" > | |
3 <session-factory> | |
4 <property name="connection.driver_class">NHibernate.Driver.SqlClientDriver</property> | |
5 <property name="connection.connection_string_name">AltNetHispano</property> | |
6 <property name="dialect">NHibernate.Dialect.MsSql2008Dialect</property> | |
7 | |
8 <property name="current_session_context_class">web</property> | |
9 <property name="proxyfactory.factory_class">NHibernate.ByteCode.Castle.ProxyFactoryFactory, NHibernate.ByteCode.Castle</property> | |
10 </session-factory> | |
11 </hibernate-configuration> |