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

BJ Freeman commented on OFBIZ-1607:
-----------------------------------

#1 addressed the question you had about UI length of field. since every length 
is define from 
#2-4 addressed : 
"the current problem is the db2 don't support pull the clob data with cursor 
and the EntityListIterator work with cursored DB results, I try to create 
another class work like the EntityListIterator and don't need the cursored DB 
results."

#2 SelectMethod is in the JDBC url. if it is not there then :
if (_connection instanceof CursorConnection)  would be false
The would be away to chose iif the following code used cursors or not.
example:
        findOptions.setResultSetType(EntityFindOptions.TYPE_SCROLL_INSENSITIVE);

Note: you changes are mask buy the bulk delete and replace of the complete file 
instead of just those parts you change.
if you could just show the changed part in the patch ti would be very helpful.

I had the same problem when I first submitted. :)



> let the ofbiz work with db2
> ---------------------------
>
>                 Key: OFBIZ-1607
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1607
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: framework
>    Affects Versions: SVN trunk
>         Environment: db2 v9.1.0.356
>            Reporter: WeizhanGuo
>            Assignee: Jacques Le Roux
>             Fix For: SVN trunk
>
>         Attachments: contentForm.diff, entityFordb2.diff
>
>   Original Estimate: 0.67h
>  Remaining Estimate: 0.67h
>
> create the db2filedtype file ; 
> change the seed/demo data to fixed the db2 requirement;
> change some relation define if needed;
> others

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to