Adrien DE GEORGES created JCR-4523:
--------------------------------------

             Summary: PostgreSQL multi-schema when dealing with 2 repositories 
with same table in the same DB
                 Key: JCR-4523
                 URL: https://issues.apache.org/jira/browse/JCR-4523
             Project: Jackrabbit Content Repository
          Issue Type: Bug
          Components: jackrabbit-jcr-server
    Affects Versions: 2.18.0
            Reporter: Adrien DE GEORGES


Using PostgreSQL multi-scheme setup, Jackrabbit is struggling to create a table 
for a repository if a table with the same name (in a different repository) 
already exists in this database instance.

The issue comes from the method  "tableExists(String tableName)" with flag 
"checkTablesWithUserName" set to false, which makes global search in whole 
database and find already created table in another repo. As result there is no 
table created. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to