struts-user  

1.1B and data-source problems...

wbchmura
Tue, 04 Jun 2002 14:08:53 -0700


I cannot seem to get a data-source configured under 1.1b..

I have this entered into my struts-config

  <data-sources>
     <data-source 
      autoCommit="false" 
      description="Oracle"
      driverClass="oracle.jdbc.driver.OracleDriver" 
      maxActive="4"
      password="xxxxxx" 
      url="jdbc:oracle:thin:@db1:1521:WIZARD"
      user="xxxxxx"/>
 </data-sources>  

I get sax Exceptions telling me I need autoCommit, description, etc...  
but I have those...

HELP!



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>