[
https://issues.apache.org/jira/browse/OFBIZ-6510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16733148#comment-16733148 ]
Benjamin Jugl commented on OFBIZ-6510:
--------------------------------------
My patch consolidates the previous patches. The primary keys are still not integrated. I will investigate upon that, when I have the time. I could not verify, if or how the functionality did work in the old version, because it is flawed in trunk/demo and only gives an java.lang.StackOverflowError, when called. The patch fixes that.
Entry Point for further Investigation: DatabaseUtil.java#getColumnInfo(...). Apparently the Connection used can not cope with the parallel call of createPrimaryKeyFetcher(..)
(java.sql.SQLException: Connection can not be used while enlisted in another transaction)
Have to figure out, where exactly the error occurs and what means I can use to fix it.
> Replace webtools/control/view/ModelInduceFromDb with widgets
> ------------------------------------------------------------
>
> Key: OFBIZ-6510
> URL:
https://issues.apache.org/jira/browse/OFBIZ-6510> Project: OFBiz
> Issue Type: Improvement
> Components: framework
> Affects Versions: Trunk
> Reporter: Christian Carlow
> Assignee: Michael Brohl
> Priority: Major
> Attachments: OFBIZ-6510.patch, OFBIZ-6510.patch, OFBIZ-6510.patch
>
>
> The page is written in JSP probably from very long ago when FTL and widgets didn't even exist yet. It should be implemented in widgets now that they are available.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)