    /*
     * Acquire a DMS database connection from the connection pool
     * 
     * @throws DMSException - if error occurs while acquiring a database connection
     */
    private void acquireDMSDatabaseConnection() throws DMSException {
        
    	%connectionline
    
        this.connection = this.connectionFactory.getConnection();    
    }
    