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

les.mule-module-jca.1.4.0.source-code.mule-config.xml Maven / Gradle / Ivy

Go to download

A Resource Adapter implementation that allows a Mule instance to be deployed to a Java EE application server and exposes Mule services via the JCA connector architecture.

The newest version!
<?xml version="1.0" encoding="UTF-8"?>

<!--
 Copyright (c) MuleSource, Inc.  All rights reserved.  http://www.mulesource.com

 The software in this package is published under the terms of the MuleSource MPL
 license, a copy of which has been included with this distribution in the
 LICENSE.txt file.

 $Id: mule-config.xml 3390 2006-10-02 21:27:07Z tcarlson $
-->


<!DOCTYPE mule-configuration PUBLIC "-//MuleSource //DTD mule-configuration XML V1.0//EN"
                                "http://mule.mulesource.org/dtds/mule-configuration.dtd">

<mule-configuration id="DummyJCA" version="1.0">

    <description>A dummy Mule config, serves as a placeholder to make JCA deployable only.</description>

    <agents>
        <agent name="jmxAgent" className="org.mule.management.agents.JmxAgent"/>
    </agents>

    <model name="Dummy">

    </model>

</mule-configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy