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

org.springframework.extensions.surf.aldica-ignite-context.xml Maven / Gradle / Ivy

<?xml version='1.0' encoding='UTF-8'?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at https://mozilla.org/MPL/2.0/. -->
<beans 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">

    <!-- included here to ensure this is loaded as soon as possible before other lifecycle beans -->
    <bean id="Lifecycle.${moduleId}.core.grid" abstract="true" class="${aldica.ignite-common.basePackage}.lifecycle.SpringIgniteLifecycleBean">
        <property name="enabled" value="\${${moduleId}.core.enabled}" />
        <property name="configuration" ref="Configuration.${moduleId}.core" />
    </bean>
    
</beans>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy