Read the rules before posting!
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:
2.1
Name and version of the database you are using:
SQL Server 2000
I set up to use datasource (<property name="connection.datasource">jdbc/MyDataSource</property>), and there on the application server datasource is configured the user and password. But I have to configure the user and password in an external file and the password is encrypted. So I have to get the encrypt password from the file, decrypt it and use it with the datasouce configured to pass to hibernate.
Is there a way to do that?
Thanks in advanced.
Leonardo