Hello.

Installing the following feature with Jolokia is failing because it
triggers a strange restart of Joloka/HTTP bundles, leading to a broken
socket.

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<features xmlns="http://karaf.apache.org/xmlns/features/v1.6.0";
name="caterpillar-system-jdbc">
    <feature name="caterpillar-system-jdbc"
description="Caterpillar::System::JDBC" version="0.0.1.SNAPSHOT">
        <details>Caterpillar :: System :: JDBC data source for Alice
database</details>
        <feature prerequisite="true">transaction</feature>
        <feature prerequisite="true">pax-jdbc-config</feature>
        <feature prerequisite="true">pax-jdbc-pool-dbcp2</feature>
        <bundle>mvn:org.postgresql/postgresql/42.5.3</bundle>
    </feature>
</features>

The logs below show that the feature-install produces a full reset of
HTTP. This is rather annoying since it breaks the current install
request but also the other Jokoia calls until the HTTP is back.

Is it a bug, or is there any way to control what the feature installing does ?

Thanks for your help.

Regards.

Reply via email to