Hello folks,

Is there anything wrong with the following - (My container manager EJB does
not deploy saying that it could not find the appropriate columns in the
table).

# Weblogic MSSQL Connection Pool
weblogic.jdbc.connectionPool.SQLPOOL=\
        url=jdbc:weblogic:mssqlserver4:ICLA1.irise.com:1433,\
        driver=weblogic.jdbc.mssqlserver4.Driver,\
        loginDelaySecs=1,\
        initialCapacity=1,\
        maxCapacity=2,\
        capacityIncrement=1,\
        allowShrinking=true,\
        shrinkPeriodMins=15,\
        refreshTestMinutes=10,\
        testTable=User,\

props=user=weblogic;password=weblogic;server=ICLA1.irise.com:1433;db=recruit
ing

 <<ejbUser.jar>>

Kunal Mittal
Consultant, iRise
(510) 757-6145
[EMAIL PROTECTED]

ejbUser.jar

Reply via email to