<?xml version="1.0" encoding="UTF-8"?>
<config:Configuration xmlns:config="http://www.sun.com/jbi/Configuration/V1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <!-- Not sure this would be exposed to user... -->
    <config:Property name="TransformerFactory" displayName="Transformer Factory" displayDescription="The fully-qualified classname of the javax.xml.transformer.TransformerFactory implementation used by sun-xslt-engine." type="xsd:string" defaultValue="org.apache.xalan.processor.TransformerFactoryImpl"/>
    <config:Property name="MonitoringEnabled" displayName="Monitoring Enabled" displayDescription="When enabled, sun-xslt-engine does nothing because monitoring is not implemented yet." type="xsd:boolean" defaultValue="false"/>
    <config:Property name="ThreadCount" displayName="Number of Threads" displayDescription="# of threads executing transformation processes." type="xsd:positiveInteger" defaultValue="10">
        <!--  Prevents more than 100 listener threads...  -->
        <config:Constraint facet="maxInclusive" value="100"/>
        <config:Constraint facet="suggestedValue" value="20"/>
    </config:Property>
</config:Configuration>