I'm not sure what the process is to add this to the How To Page at:
http://jboss.org/documentation/mssql.htm
but here is the <mbean> for weblogic JDBC Type 4 Drivers.

Enjoy!

Brenton House
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::

Driver:   weblogic.jdbc.mssqlserver4.Driver

<mbean code="org.jboss.jdbc.XADataSourceLoader"
name="DefaultDomain:service=XADataSource,name=SQLServerPool">
   <attribute
name="DataSourceClass">org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImp
l</attribute>
   <attribute name="PoolName">SQLServerPool</attribute>
   <attribute name="URL">jdbc:weblogic:mssqlserver4:SERVER</attribute>
   <attribute name="loginDelaySecs">1</attribute>
   <attribute name="initialCapacity">4</attribute>
   <attribute name="maxCapacity">10</attribute>
   <attribute name="capacityIncrement">2</attribute>
   <attribute name="allowShrinking">true</attribute>
   <attribute name="shrinkPeriodMins">15</attribute>
   <attribute name="refreshTestMinutes">10</attribute>
   <attribute name="testTable">dual</attribute>
   <attribute
name="props">user=USERNAME;password=PASSWORD;server=SERVER</attribute>
</mbean>


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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

Reply via email to