User: jwalters
  Date: 01/07/17 20:01:52

  Modified:    src/resources/org/jboss/jms/ra/META-INF ra.xml
  Log:
  Updated Connector related jar/rar files to pfd2 transaction-supports
  element in the deployment descriptor.
  
  Revision  Changes    Path
  1.2       +2 -2      jboss/src/resources/org/jboss/jms/ra/META-INF/ra.xml
  
  Index: ra.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/resources/org/jboss/jms/ra/META-INF/ra.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ra.xml    2001/04/26 21:04:06     1.1
  +++ ra.xml    2001/07/18 03:01:52     1.2
  @@ -12,7 +12,7 @@
           
<connectionfactory-impl-class>org.jboss.jms.ra.JmsConnectionFactoryImp</connectionfactory-impl-class>
           <connection-interface>javax.jms.Session</connection-interface>
           <connection-impl-class>org.jboss.jms.ra.JmsSession</connection-impl-class>
  -        <transaction-support>xa_transaction</transaction-support>
  +        <transaction-support>XATransaction</transaction-support>
           <config-property>
               <config-property-name>JmsProviderAdapterJNDI</config-property-name>
               <config-property-type>java.lang.String</config-property-type>
  @@ -24,4 +24,4 @@
           </auth-mechanism>
           <reauthentication-support>false</reauthentication-support>
       </resourceadapter>
  -</connector>
  \ No newline at end of file
  +</connector>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to