|
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
|