View Single Post
  #2 (permalink)  
Old 06-06-2007, 04:36 AM
Eric Eric is offline
Senior Member
 
Join Date: Jun 2007
Posts: 111
Eric is on a distinguished road
RE: Error, org/springframework/jdbc/datasource/TransactionAwareDataSourceProxy
I believe that the first error is that it does not find hibernate.properties so you always are going to have errors with the data base…

Copy and paste hibernate.properties to another computer, and compares the results

the error that throws to you is an internal class of spring, so check its configuration too

check if you doing click in the in properties of the project in the tab libraries you have jar of spring, and if you don't have, add it

Eric
Reply With Quote