If you’re using jboss and you’re storing database connection info in a properties file, you might be doing something wrong. Specifically, you’re probably not using the data source files jboss ships with to configure all that plumbing. What’s a Datasource file? Simply put, its a file that contains all the connection properties an application needs [...]