Hi !!

        I need help understanding how to configure data-sources.xml

         I understand the fields "url","connection-driver", "username" & "password", 
but.... "location="jdbc/DefaultPooledDS" ?

        What shall I put there ? Shall I leave it as it is ?


        Next is what I have in my xml file, and the error I get says: Error 
initializing server. No sourceLocation specified for jdbc/DefaultPooledDS"

   ............ "sourceLocation" ?


**************
<data-source class="com.evermind.sql.DefaultConnectionPoolDataSource" 
location="jdbc/DefaultPooledDS">
  <name>Agreement</name>
  <description>
   This is a ConnectionPooldata-source that can be used to pool connections from an 
ordinary
   data-source in order to increase performance.
  </description>
  <url>jdbc:oracle:thin:@elcon00:1521:orcl</url>
  <connection-driver>oracle.jdbc.driver.OracleDriver</connection-driver>
  <username>tranas</username>
  <password>tranas</password>
 </data-source>
 ****************


                Any help will be greatly appreciated


                                                                                       
 Ariel/

Reply via email to