[jboss-user] [JCA/JBoss] - Re: matchManagedConnections not called when <application-man

LGSW_Sam do-not-reply at jboss.com
Mon Jan 29 00:52:12 EST 2007


Hi Weston!

Here is my genericra-ds.xml.


  | <?xml version="1.0" encoding="UTF-8"?>
  | <!DOCTYPE connection-factories PUBLIC
  |         "-//JBoss//DTD JBOSS JCA Config 1.5//EN"
  |         "http://www.jboss.org/j2ee/dtd/jboss-ds_1_5.dtd">
  | 
  | <connection-factories>
  | 
  |     <no-tx-connection-factory>
  |         <jndi-name>GRA</jndi-name>
  |         <rar-name>MessageServer.ear#GenericResourceAdapter.rar</rar-name>
  |         <connection-definition>
  |             fi.logiasoftware.jca.adapter.GenericConnectionFactory
  |         </connection-definition>
  |         <application-managed-security/>
  |         <min-pool-size>100</min-pool-size>
  |         <max-pool-size>2000</max-pool-size>
  |         <idle-timeout-minutes>1</idle-timeout-minutes>
  |         <blocking-timeout-millis>120000</blocking-timeout-millis>
  |     </no-tx-connection-factory>
  | 
  | </connection-factories>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4007656#4007656

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4007656



More information about the jboss-user mailing list