User: user57
Date: 02/02/16 22:13:29
Added: src/resources/jms-rar/META-INF ra.xml
Log:
o moved JMSRA to resource module
o repackaged under org.jboss.resource.jms
Revision Changes Path
1.1 jbosscx/src/resources/jms-rar/META-INF/ra.xml
Index: ra.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE connector PUBLIC
"-//Sun Microsystems, Inc.//DTD Connector 1.0//EN"
"http://java.sun.com/dtd/connector_1_0.dtd">
<!-- $Id: ra.xml,v 1.1 2002/02/17 06:13:29 user57 Exp $ -->
<connector>
<display-name>JMS Adapter</display-name>
<vendor-name>JBoss org</vendor-name>
<spec-version>1.0</spec-version>
<version>1.0</version>
<eis-type>JMS</eis-type>
<resourceadapter>
<managedconnectionfactory-class>org.jboss.resource.jms.JmsManagedConnectionFactory</managedconnectionfactory-class>
<connectionfactory-interface>org.jboss.resource.jms.JmsConnectionFactory</connectionfactory-interface>
<connectionfactory-impl-class>org.jboss.resource.jms.JmsConnectionFactoryImpl</connectionfactory-impl-class>
<connection-interface>javax.jms.Session</connection-interface>
<connection-impl-class>org.jboss.resource.jms.JmsSession</connection-impl-class>
<transaction-support>XATransaction</transaction-support>
<config-property>
<config-property-name>JmsProviderAdapterJNDI</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>java:DefaultJMSProvider</config-property-value>
</config-property>
<config-property>
<config-property-name>SessionDefaultType</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>javax.jms.Topic</config-property-value>
</config-property>
<!-- JBoss need these to be declared here, otherwise it will not find any
overridden values in jms-service.xml -->
<config-property>
<config-property-name>UserName</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value></config-property-value>
</config-property>
<config-property>
<config-property-name>Password</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value></config-property-value>
</config-property>
<authentication-mechanism>
<authentication-mechanism-type>BasicPassword</authentication-mechanism-type>
<credential-interface>javax.resource.security.PasswordCredential</credential-interface>
</authentication-mechanism>
<reauthentication-support>false</reauthentication-support>
</resourceadapter>
</connector>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development