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

2020-07-04 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17151268#comment-17151268
 ] 

ASF subversion and git services commented on OFBIZ-11312:
-

Commit 6622277585bff8dbb65067028d2c01a0ac8b30f3 in ofbiz-framework's branch 
refs/heads/release17.12 from Jacques Le Roux
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=6622277 ]

Fixed: DatabaseUtil::getColumnInfo does not retrieve PK due to connection-locks 
(OFBIZ-11312)

I wrongly removed a line when backporting by hand


> 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: Jacques Le Roux
>Priority: Minor
> Fix For: 18.12.01, 17.12.01
>
> Attachments: OFBIZ-11312_getColumnInfo_connection_locks_001.patch
>
>
> The method DatabaseUtil.getColumnInfo(...) uses an elaborate algorithm using 
> a  List> 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)


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

2020-02-25 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17045219#comment-17045219
 ] 

ASF subversion and git services commented on OFBIZ-11312:
-

Commit 4697bf5faa7672152e9d59f49456ebb03a950645 in ofbiz-framework's branch 
refs/heads/trunk from Jacques Le Roux
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=4697bf5 ]

Fixed: DatabaseUtil.getColumnInfo(...) does not retrieve primary keys due to
connection-locks
(OFBIZ-11312)

The method DatabaseUtil.getColumnInfo(...) uses an elaborate algorithm using a
List> 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.

Thanks: Benjamin Jugl


> 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: Jacques Le Roux
>Priority: Minor
> Attachments: OFBIZ-11312_getColumnInfo_connection_locks_001.patch
>
>
> The method DatabaseUtil.getColumnInfo(...) uses an elaborate algorithm using 
> a  List> 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)


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

2020-02-25 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17045218#comment-17045218
 ] 

ASF subversion and git services commented on OFBIZ-11312:
-

Commit d2128ffeaa4a9f5e242ad236a34bb34e3a591941 in ofbiz-framework's branch 
refs/heads/release18.12 from Jacques Le Roux
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=d2128ff ]

Fixed: DatabaseUtil.getColumnInfo(...) does not retrieve primary keys due to
connection-locks
(OFBIZ-11312)

The method DatabaseUtil.getColumnInfo(...) uses an elaborate algorithm using a
List> 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.

Thanks: Benjamin Jugl

# Conflicts:
#   
framework/entity/src/main/java/org/apache/ofbiz/entity/jdbc/DatabaseUtil.java


> 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: Jacques Le Roux
>Priority: Minor
> Attachments: OFBIZ-11312_getColumnInfo_connection_locks_001.patch
>
>
> The method DatabaseUtil.getColumnInfo(...) uses an elaborate algorithm using 
> a  List> 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)


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

2020-02-25 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17045217#comment-17045217
 ] 

ASF subversion and git services commented on OFBIZ-11312:
-

Commit 87c0907f88a3a30487112c9392820f193dce285b in ofbiz-framework's branch 
refs/heads/release17.12 from Jacques Le Roux
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=87c0907 ]

Fixed: DatabaseUtil.getColumnInfo(...) does not retrieve primary keys due to
connection-locks
(OFBIZ-11312)

The method DatabaseUtil.getColumnInfo(...) uses an elaborate algorithm using a
List> 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.

jleroux: backport conflict handled by hand

Thanks: Benjamin Jugl


> 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: Jacques Le Roux
>Priority: Minor
> Attachments: OFBIZ-11312_getColumnInfo_connection_locks_001.patch
>
>
> The method DatabaseUtil.getColumnInfo(...) uses an elaborate algorithm using 
> a  List> 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)


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

2020-02-24 Thread Benjamin Jugl (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17043609#comment-17043609
 ] 

Benjamin Jugl commented on OFBIZ-11312:
---

I provided a patch. It removes the error-prone future-logic. Please let me 
know, if I oversimplified things.

> 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
>Priority: Minor
> Attachments: OFBIZ-11312_getColumnInfo_connection_locks_001.patch
>
>
> The method DatabaseUtil.getColumnInfo(...) uses an elaborate algorithm using 
> a  List> 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)