java/jdbc-dk-driver/nbproject/project.xml
author František Kučera <franta-hg@frantovo.cz>
Tue, 26 Feb 2019 18:19:49 +0100
branchv_0
changeset 236 a3ec71fa8e17
parent 192 a32bfcbdee51
permissions -rw-r--r--
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!“
franta-hg@187
     1
<?xml version="1.0" encoding="UTF-8"?>
franta-hg@187
     2
<project xmlns="http://www.netbeans.org/ns/project/1">
franta-hg@187
     3
    <type>org.netbeans.modules.java.j2seproject</type>
franta-hg@187
     4
    <configuration>
franta-hg@187
     5
        <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
franta-hg@187
     6
            <name>jdbc-dk-driver</name>
franta-hg@187
     7
            <source-roots>
franta-hg@192
     8
                <root id="src.conf.dir" name="Config"/>
franta-hg@187
     9
                <root id="src.dir"/>
franta-hg@188
    10
                <root id="src.sql-dk.dir"/>
franta-hg@187
    11
            </source-roots>
franta-hg@187
    12
            <test-roots>
franta-hg@187
    13
                <root id="test.src.dir"/>
franta-hg@187
    14
            </test-roots>
franta-hg@187
    15
        </data>
franta-hg@187
    16
    </configuration>
franta-hg@187
    17
</project>