You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Benjamin Jugl (Jira)" <ji...@apache.org> on 2019/12/20 10:57:00 UTC

[jira] [Created] (OFBIZ-11312) DatabaseUtil.getColumnInfo(...) does not retrieve primary keys due to connection-locks

Benjamin Jugl created OFBIZ-11312:
-------------------------------------

             Summary: DatabaseUtil.getColumnInfo(...) does not retrieve primary keys due to connection-locks
                 Key: OFBIZ-11312
                 URL: https://issues.apache.org/jira/browse/OFBIZ-11312
             Project: OFBiz
          Issue Type: Bug
          Components: framework/webtools
    Affects Versions: Trunk
            Reporter: Benjamin Jugl
            Assignee: Benjamin Jugl


The method DatabaseUtil.getColumnInfo(...) uses an elaborate algorithm using a  List<Future<AbstractCountingCallable>> object. This does not work properly as it runs into connection-locks. When debugging the error does not occur. I assume that the slower pace of debugging prevents the error.



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