All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.counter-spring.xml Maven / Gradle / Ivy

<?xml version="1.0"?>

<beans
	default-destroy-method="destroy"
	default-init-method="afterPropertiesSet"
	xmlns="http://www.springframework.org/schema/beans"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"
>
	<bean class="com.liferay.counter.service.impl.CounterLocalServiceImpl" id="com.liferay.counter.kernel.service.CounterLocalService" />
	<bean class="com.liferay.counter.service.persistence.impl.CounterFinderFactory" factory-method="createCounterFinder" id="com.liferay.counter.kernel.service.persistence.CounterFinder">
		<constructor-arg ref="counterDataSource" />
		<constructor-arg>
			<bean class="com.liferay.portal.dao.orm.hibernate.SessionFactoryImpl">
				<property name="sessionFactoryImplementor" ref="counterHibernateSessionFactory" />
			</bean>
		</constructor-arg>
	</bean>
</beans>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy