Sorry, RTFM, but what is the port # that's supposed to be there with the net
driver?

-----Original Message-----
From: Jay Walters [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 22, 2001 3:41 PM
To: '[EMAIL PROTECTED]'
Subject: [JBoss-user] Using jboss w/DB2 7.1 on Windows NT


Is anybody out there using Jboss w/DB2 7.1?  I am having some odd problems
with JBoss hanging on startup of the DB pool, DB2 works fine from a
standalone JDBC program - before I try and dig in to figure out my problem I
thought I'd check if anybody else has it working.

Here is my config info

    <mbean code="org.jboss.jdbc.XADataSourceLoader"
name="DefaultDomain:service=XADataSource,name=db2Pool">
    <attribute name="PoolName">db2Pool</attribute>
    <attribute
name="DataSourceClass">org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImp
l</attribute>
    <attribute name="Properties"></attribute>
    <attribute name="URL">jdbc:db2:sample</attribute>
    <attribute name="GCMinIdleTime">1200000</attribute>
    <attribute name="JDBCUser">jay</attribute>
    <attribute name="MaxSize">10</attribute>
    <attribute name="Password">jay</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>


Cheers

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

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

Reply via email to