Re: Redacting db user name and password from XML

2018-01-16 Thread Andrus Adamchik
If it is not a Bootique project, the property should work. A few non-Bootique projects that I still have (that are on Cayenne 4.0) are started using -Dcayenne.* properties from the docs. If it is a Bootique project, you will need to use the Bootique approach to configure credentials for anythin

Re: Redacting db user name and password from XML

2018-01-16 Thread Pascal Robert
Do -Dcayenne.jdbc.username really work? I’m trying to use that (so that the password is not stored in Git), and the runtime is still using the login information from the XML file. Cayenne 4.1.M1. ServerRuntime mysqlRuntime = ServerRuntime.builder().addConfig("cayenne-mysql.xml").build(); > Le