User: user57  
  Date: 02/02/16 22:13:30

  Modified:    src/etc/deploy jms-service.xml
  Log:
   o moved JMSRA to resource module
   o repackaged under org.jboss.resource.jms
  
  Revision  Changes    Path
  1.2       +12 -12    jboss/src/etc/deploy/jms-service.xml
  
  Index: jms-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/etc/deploy/jms-service.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- jms-service.xml   16 Feb 2002 01:33:26 -0000      1.1
  +++ jms-service.xml   17 Feb 2002 06:13:29 -0000      1.2
  @@ -40,21 +40,21 @@
          #Password=guest
        </attribute>
       <attribute name="ConnectionManagerProperties">
  -      # Pool type - uncomment to force, otherwise it is the default
  -      #PoolConfiguration=per-factory
  -
  -      # Connection pooling properties - see
  -      # org.jboss.resource.connectionmanager.PoolParameters
  -      MinSize=0
  -      MaxSize=10
  -      BlockingTimeoutMillis=5000
  -      IdleTimeoutMinutes=30
  -      CleanupIntervalMinutes=10
  -      MaxIdleTimeoutPercent=1.0
  +       # Pool type - uncomment to force, otherwise it is the default
  +       #PoolConfiguration=per-factory
  + 
  +       # Connection pooling properties - see
  +       # org.jboss.resource.connectionmanager.PoolParameters
  +       MinSize=0
  +       MaxSize=10
  +       BlockingTimeoutMillis=5000
  +       IdleTimeoutMinutes=30
  +       CleanupIntervalMinutes=10
  +       MaxIdleTimeoutPercent=1.0
       </attribute>
   
       <attribute name="PrincipalMappingClass">
  -      org.jboss.resource.security.ManyToOnePrincipalMapping
  +       org.jboss.resource.security.ManyToOnePrincipalMapping
       </attribute>
       <attribute name="PrincipalMappingProperties">
       </attribute>
  
  
  

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

Reply via email to