Sorry about the jcml not coming through...should look like this: <mbean code="org.jboss.jdbc.JdbcProvider" name="DefaultDomain:service=JdbcProvider"> | <attribute name="Drivers">com.inet.tds.TdsDriver</attribute> | </mbean> | | | <mbean code="org.jboss.jdbc.XADataSourceLoader" name="DefaultDomain:service=XADataSource,name=mydbPool"> | <attribute name="DataSourceClass">org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl</attribute> | <attribute name="PoolName">mydb</attribute> | <attribute name="URL">jdbc:inetdae:myserver:1433?database=mydb</attribute> | <attribute name="JDBCUser">user</attribute> | <attribute name="Password">pass</attribute> | <attribute name="GCEnabled">false</attribute> | <attribute name="InvalidateOnError">false</attribute> | <attribute name="TimestampUsed">false</attribute> | <attribute name="Blocking">true</attribute> | <attribute name="GCInterval">120000</attribute> | <attribute name="IdleTimeout">1800000</attribute> | <attribute name="IdleTimeoutEnabled">false</attribute> | <attribute name="LoggingEnabled">false</attribute> | <attribute name="MaxIdleTimeoutPercent">1.0</attribute> | <attribute name="MinSize">0</attribute> | <attribute name="MaxSize">40</attribute> | </mbean> |
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111734#4111734 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111734 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
