|
Oh
correction,
<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=db_source_name"> <attribute name="PoolName">db_source_name</attribute> <attribute name="DataSourceClass">org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl</attribute> <attribute name="URL">jdbc:inetdae7:localhost:1433:?database=database_name_here</attribute> <attribute name="JDBCUser">username_here</attribute> <attribute name="Password">password_here</attribute> <attribute name="Properties"></attribute> <attribute name="GCMinIdleTime">1200000</attribute> <attribute name="MaxSize">10</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> </mbean>
|
Title: Configuring JBoss 2.4 with MS SQL Server?
- [JBoss-user] Configuring JBoss 2.4 with MS SQL Server? JD Brennan
- Re: [JBoss-user] Configuring JBoss 2.4 with MS SQL S... David Jencks
- Re: [JBoss-user] Configuring JBoss 2.4 with MS SQL S... Burkhard Vogel
- RE: [JBoss-user] Configuring JBoss 2.4 with MS SQL S... Michael Schulz
- Re: [JBoss-user] Configuring JBoss 2.4 with MS S... Dmitri Colebatch
- RE: [JBoss-user] Configuring JBoss 2.4 with MS SQL S... JD Brennan
- RE: [JBoss-user] Configuring JBoss 2.4 with MS SQL S... Anthony Servito
- Anthony Servito
