view Agendas/trunk/src/Agendas.Web.Tests/hibernate.cfg.xml @ 240:01a9b47185eb

Tests de Twitter, daban en rojo por mensaje fijo (01/10/2011).
author juanjose.montesdeocaarbos
date Wed, 05 Oct 2011 07:41:30 -0300
parents 32e4e0e7a140
children 51faeabfb9d9
line wrap: on
line source

<?xml version="1.0" encoding="utf-8" ?>
<hibernate-configuration  xmlns="urn:nhibernate-configuration-2.2" >
	<session-factory>
		<property name="connection.driver_class">NHibernate.Driver.SqlClientDriver</property>
		<property name="connection.connection_string_name">AltNetHispano</property>
		<property name="dialect">NHibernate.Dialect.MsSql2008Dialect</property>

		<property name="current_session_context_class">web</property>
		<property name="proxyfactory.factory_class">NHibernate.ByteCode.Castle.ProxyFactoryFactory, NHibernate.ByteCode.Castle</property>
	</session-factory>
</hibernate-configuration>