E-A
2 anni fa
9 ha cambiato i file con 35 aggiunte e 2 eliminazioni
File binario non mostrato.
File binario non mostrato.
File binario non mostrato.
File binario non mostrato.
File binario non mostrato.
File binario non mostrato.
File binario non mostrato.
@ -0,0 +1,33 @@ |
|||||||
|
<?xml version="1.0"?> |
||||||
|
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd"> |
||||||
|
<beans> |
||||||
|
|
||||||
|
<bean id="sue-suapHibernateSessionFactory" |
||||||
|
class="com.liferay.portal.spring.hibernate.PortletHibernateConfiguration" |
||||||
|
lazy-init="true"> |
||||||
|
<property name="dataSource" ref="sue-suapDataSource" /> |
||||||
|
</bean> |
||||||
|
|
||||||
|
<bean id="sue-suapTransactionManager" |
||||||
|
class="org.springframework.orm.hibernate3.HibernateTransactionManager" |
||||||
|
lazy-init="true"> |
||||||
|
<property name="dataSource" ref="sue-suapDataSource" /> |
||||||
|
<property name="globalRollbackOnParticipationFailure" value="false" /> |
||||||
|
<property name="sessionFactory" ref="sue-suapSessionFactory" /> |
||||||
|
</bean> |
||||||
|
|
||||||
|
<bean id="sue-suapSessionFactory" class="com.liferay.portal.dao.orm.hibernate.SessionFactoryImpl" |
||||||
|
lazy-init="true"> |
||||||
|
<property name="sessionFactoryImplementor" ref="sue-suapHibernateSessionFactory" /> |
||||||
|
</bean> |
||||||
|
|
||||||
|
<bean id="sue-suapDataSource" |
||||||
|
class="org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy"> |
||||||
|
<property name="targetDataSource"> |
||||||
|
<bean class="com.liferay.portal.dao.jdbc.util.DataSourceFactoryBean"> |
||||||
|
<property name="propertyPrefix" value="jdbc.sue-suap." /> |
||||||
|
</bean> |
||||||
|
</property> |
||||||
|
</bean> |
||||||
|
|
||||||
|
</beans> |
Caricamento…
Reference in new issue