OSGI-INF.blueprint.kie.xml Maven / Gradle / Ivy
<?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