META-INF.spring.osgi-context.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nan21.dnet.module.md.business Show documentation
Show all versions of nan21.dnet.module.md.business Show documentation
MD module business layer implementation.
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:osgi="http://www.springframework.org/schema/osgi" xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/osgi http://www.springframework.org/schema/osgi/spring-osgi.xsd"> <!-- general business specific --> <import resource="emf/oc-emf-${dnet.emf.type}.xml"/> <osgi:reference id="systemConfig" cardinality="1..1" interface="net.nan21.dnet.core.api.ISystemConfig"/> <osgi:reference id="osgiDataSource" cardinality="0..1" interface="javax.sql.DataSource"/> <osgi:list id="osgiEntityServiceFactories" cardinality="0..N" interface="net.nan21.dnet.core.api.service.IEntityServiceFactory"/> <osgi:service ref="entityServiceFactory" ranking="80" interface="net.nan21.dnet.core.api.service.IEntityServiceFactory"/> <osgi:service ref="asgnTxServiceFactory" ranking="80" interface="net.nan21.dnet.core.api.service.IAsgnTxServiceFactory"/> <osgi:service ref="setupParticipant" ranking="80" interface="net.nan21.dnet.core.api.setup.ISetupParticipant"/> <osgi:reference id="osgiActivitiProcessEngineHolder" cardinality="0..1" interface="net.nan21.dnet.core.api.wf.IActivitiProcessEngineHolder"/> <!-- module business specific --> </beans>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy