user/password in JPA persistence.xml in untrusted environments
Hello.
Is there any way I can avoid exposing database connection information (user/password) in the persistence.xml file?
I am using JPA in a J2SE desktop application that will run in an untrusted environment and wish to hide database access information.
Thanks and regards.
Antonio.