Hi,

My application works great with struts  version 1 of 1/29/01 but now I want to move to 
the latest version of struts and its not working. No changes have been made to the 
application itself. I have tried even beta 1 version and other versions after that but 
no luck.

The problem seems to be the DATASOURCE. I do not get an error but it seems the 
application is not connecting to the database. Has something changed in Datasource 
definition in struts-config file.

This is what I have it defined as(and it works fine with 1/29/01 version):

  <data-sources>
    <data-source
      autoCommit="true"
      description="MSQC Data Source Configuration"
      driverClass="oracle.jdbc.driver.OracleDriver"
       maxCount="4"
       minCount="2"
       password="nimmis"
       url="jdbc:oracle:thin:@cps.corp.mot.com:1521:SMDEV"
        user="nimmis"
    />
  </data-sources>  

Thanks in advance

-Nimmi


Reply via email to