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

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

There is a newer version: 6.2.0.Final
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xmlns:kie="http://drools.org/schema/kie-aries-blueprint/1.0.0"
           xsi:schemaLocation="
           http://www.osgi.org/xmlns/blueprint/v1.0.0 http://www.osgi.org/xmlns/blueprint/v1.0.0
           http://drools.org/schema/kie-aries-blueprint/1.0.0 http://drools.org/schema/kie-aries-blueprint/1.0.0">

    <kie:kmodule id="camel-context">
        <kie:kbase name="drl_sample">
            <kie:ksession name="ksession1" type="stateless"/>
            <kie:ksession name="ksession-dt-1" type="stateless"/>
        </kie:kbase>
    </kie:kmodule>

</blueprint>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy