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

OSGI-INF.blueprint.autowire.xml Maven / Gradle / Ivy

<?xml version="1.0" ?>
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0" xmlns:ext="http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0" xmlns:tx="http://aries.apache.org/xmlns/transactions/v2.0.0" xmlns:jpa="http://aries.apache.org/xmlns/jpa/v2.0.0">
<jpa:enable/>
<tx:enable/>
<bean id="helloJpaRepository" class="net.osgiliath.feature.itest.persistence.daos.impl.HelloJpaRepository" ext:field-injection="true" init-method="postConstruct">
</bean>
<service ref="helloJpaRepository" interface="net.osgiliath.feature.itest.persistence.daos.HelloRepository"/>
</blueprint>





© 2015 - 2025 Weber Informatics LLC | Privacy Policy