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

META-INF.resource-adaptor-jar.xml Maven / Gradle / Ivy

There is a newer version: 7.2.0-113
Show newest version
<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE resource-adaptor-jar PUBLIC "-//Sun Microsystems, Inc.//DTD JAIN SLEE Resource Adaptor 1.1//EN" "http://java.sun.com/dtd/slee-resource-adaptor-jar_1_1.dtd">

<resource-adaptor-jar>

	<resource-adaptor ignore-ra-type-event-type-check="True">

		<resource-adaptor-name>JdbcResourceAdaptor</resource-adaptor-name>
		<resource-adaptor-vendor>org.restcomm</resource-adaptor-vendor>
		<resource-adaptor-version>1.0</resource-adaptor-version>

		<resource-adaptor-type-ref>
			<resource-adaptor-type-name>JDBCResourceAdaptorType</resource-adaptor-type-name>
			<resource-adaptor-type-vendor>org.restcomm</resource-adaptor-type-vendor>
			<resource-adaptor-type-version>1.0</resource-adaptor-type-version>
		</resource-adaptor-type-ref>

		<resource-adaptor-classes>
			<resource-adaptor-class>
				<resource-adaptor-class-name>
                    org.restcomm.slee.resource.jdbc.JdbcResourceAdaptor
                </resource-adaptor-class-name>
			</resource-adaptor-class>
		</resource-adaptor-classes>

		<config-property>
        	<config-property-name>DATASOURCE_JNDI_NAME</config-property-name>
            <config-property-type>java.lang.String</config-property-type>
            <config-property-value>java:DefaultDS</config-property-value>
        </config-property>
        
        <config-property>
        	<config-property-name>EXECUTOR_SERVICE_THREADS</config-property-name>
            <config-property-type>java.lang.Integer</config-property-type>
            <config-property-value>4</config-property-value>
        </config-property>
        
        <config-property>
        	<config-property-name>RA_SBB_INTERFACE_CONNECTION_GETTERS_ON</config-property-name>
            <config-property-type>java.lang.Boolean</config-property-type>
            <config-property-value>true</config-property-value>
        </config-property>
        
	</resource-adaptor>

</resource-adaptor-jar>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy