Avoid reusing/rewriting the DB connection properties.
There was weird random errors while testing connection to multiple DB in parallel when one of them was meta connection to same DB connection.
Two kinds of exception: 1) missing password 2) „Passing DB password as CLI parameter is insecure!“
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://www.netbeans.org/ns/project/1">
3 <type>org.netbeans.modules.java.j2seproject</type>
5 <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
6 <name>jdbc-loopback-driver</name>
8 <root id="src.conf.dir" name="Config"/>
12 <root id="test.src.dir"/>