
cloud-readiness.tests.data.ra.xml Maven / Gradle / Ivy
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <!-- /* * JBoss, Home of Professional Open Source. * Copyright 2011, Red Hat Middleware LLC, and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this software; if not, write to the Free * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ --> <connector xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/connector_1_6.xsd" version="1.6"> <vendor-name>Red Hat Middleware LLC</vendor-name> <eis-type>Test RA</eis-type> <resourceadapter-version>0.1</resourceadapter-version> <resourceadapter> <resourceadapter-class>org.jboss.as.test.integration.jca.beanvalidation.ra.ValidResourceAdapter</resourceadapter-class> <config-property> <config-property-name>raProperty</config-property-name> <config-property-type>java.lang.Integer</config-property-type> <config-property-value>5</config-property-value> </config-property> <outbound-resourceadapter> <transaction-support>NoTransaction</transaction-support> <reauthentication-support>false</reauthentication-support> <connection-definition> <managedconnectionfactory-class>org.jboss.as.test.integration.jca.beanvalidation.ra.ValidManagedConnectionFactory</managedconnectionfactory-class> <config-property> <config-property-name>cfProperty</config-property-name> <config-property-type>java.lang.String</config-property-type> <config-property-value>property</config-property-value> </config-property> <connectionfactory-interface>org.jboss.as.test.integration.jca.beanvalidation.ra.ValidConnectionFactory</connectionfactory-interface> <connectionfactory-impl-class>org.jboss.as.test.integration.jca.beanvalidation.ra.ValidConnectionFactoryImpl</connectionfactory-impl-class> <connection-interface>org.jboss.as.test.integration.jca.beanvalidation.ra.ValidConnection</connection-interface> <connection-impl-class>org.jboss.as.test.integration.jca.beanvalidation.ra.ValidConnectionImpl</connection-impl-class> </connection-definition> <connection-definition> <managedconnectionfactory-class>org.jboss.as.test.integration.jca.beanvalidation.ra.ValidManagedConnectionFactory1</managedconnectionfactory-class> <config-property> <config-property-name>cfProperty</config-property-name> <config-property-type>java.lang.String</config-property-type> <config-property-value>property</config-property-value> </config-property> <connectionfactory-interface>org.jboss.as.test.integration.jca.beanvalidation.ra.ValidConnectionFactory1</connectionfactory-interface> <connectionfactory-impl-class>org.jboss.as.test.integration.jca.beanvalidation.ra.ValidConnectionFactoryImpl1</connectionfactory-impl-class> <connection-interface>org.jboss.as.test.integration.jca.beanvalidation.ra.ValidConnection1</connection-interface> <connection-impl-class>org.jboss.as.test.integration.jca.beanvalidation.ra.ValidConnectionImpl1</connection-impl-class> </connection-definition> </outbound-resourceadapter> <inbound-resourceadapter> <messageadapter> <messagelistener> <messagelistener-type>javax.jms.MessageListener</messagelistener-type> <activationspec> <activationspec-class>org.jboss.as.test.integration.jca.beanvalidation.ra.ValidActivationSpec</activationspec-class> <config-property> <config-property-name>myBooleanProperty</config-property-name> <config-property-type>java.lang.Boolean</config-property-type> <config-property-value>true</config-property-value> </config-property> <config-property> <config-property-name>myStringProperty</config-property-name> <config-property-type>java.lang.String</config-property-type> <config-property-value>property</config-property-value> </config-property> </activationspec> </messagelistener> </messageadapter> </inbound-resourceadapter> <adminobject> <adminobject-interface>org.jboss.as.test.integration.jca.beanvalidation.ra.ValidAdminObjectInterface</adminobject-interface> <adminobject-class>org.jboss.as.test.integration.jca.beanvalidation.ra.ValidAdminObjectImpl</adminobject-class> <config-property> <config-property-name>aoProperty</config-property-name> <config-property-type>java.lang.String</config-property-type> <config-property-value>f</config-property-value> </config-property> </adminobject> <adminobject> <adminobject-interface>org.jboss.as.test.integration.jca.beanvalidation.ra.ValidAdminObjectInterface1</adminobject-interface> <adminobject-class>org.jboss.as.test.integration.jca.beanvalidation.ra.ValidAdminObjectImpl1</adminobject-class> <config-property> <config-property-name>aoProperty</config-property-name> <config-property-type>java.lang.String</config-property-type> <config-property-value>f</config-property-value> </config-property> </adminobject> </resourceadapter> </connector>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy