User: pkendall
  Date: 01/08/09 00:29:47

  Modified:    src/etc/conf/default jboss.jcml
  Log:
  Use OIL by default
  
  Revision  Changes    Path
  1.10      +4 -4      jbossmq/src/etc/conf/default/jboss.jcml
  
  Index: jboss.jcml
  ===================================================================
  RCS file: /cvsroot/jboss/jbossmq/src/etc/conf/default/jboss.jcml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- jboss.jcml        2001/08/09 01:19:28     1.9
  +++ jboss.jcml        2001/08/09 07:29:46     1.10
  @@ -44,13 +44,13 @@
     </mbean>
   
     <mbean code="org.jbossmq.il.rmi.RMIServerILService" 
name="JBossMQ:service=InvocationLayer,type=RMI"> 
  -    <attribute name="ConnectionFactoryJNDIRef">ConnectionFactory</attribute>
  -    <attribute name="XAConnectionFactoryJNDIRef">XAConnectionFactory</attribute>
  +    <attribute name="ConnectionFactoryJNDIRef">RMIConnectionFactory</attribute>
  +    <attribute name="XAConnectionFactoryJNDIRef">RMIXAConnectionFactory</attribute>
     </mbean>
   
     <mbean code="org.jbossmq.il.oil.OILServerILService" 
name="JBossMQ:service=InvocationLayer,type=OIL">
  -    <attribute name="ConnectionFactoryJNDIRef">OILConnectionFactory</attribute>
  -    <attribute name="XAConnectionFactoryJNDIRef">OILXAConnectionFactory</attribute>
  +    <attribute name="ConnectionFactoryJNDIRef">ConnectionFactory</attribute>
  +    <attribute name="XAConnectionFactoryJNDIRef">XAConnectionFactory</attribute>
     </mbean>
   
     <mbean code="org.jbossmq.il.uil.UILServerILService" 
name="JBossMQ:service=InvocationLayer,type=UIL">
  
  
  

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

Reply via email to