Re: svn commit: r616639 - /ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ModelScreenAction.java

2008-01-29 Thread Jacques Le Roux
Good idea ! Jacques Author: adrianc Date: Tue Jan 29 21:49:25 2008 New Revision: 616639 URL: http://svn.apache.org/viewvc?rev=616639&view=rev Log: Added the ability to call simple methods from screen widgets. This eliminates the need to define a service to call a simple method. Just use th

[jira] Assigned: (OFBIZ-689) Highlight Selected Feature

2008-01-29 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reassigned OFBIZ-689: - Assignee: Jacques Le Roux > Highlight Selected Feature > -- > >

[jira] Commented: (OFBIZ-689) Highlight Selected Feature

2008-01-29 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12563881#action_12563881 ] Jacques Le Roux commented on OFBIZ-689: --- Bilgin, Ready to commit as soon as Adrian's

Re: [Need Help]Need help about the db2 error

2008-01-29 Thread guo weizhan
I try to test the example, Jason Laneis right, . The SQL used to pull the data fails when run against DB2 with an error related to pulling CLOB, is there any solution about this? 2008/1/30, guo weizhan <[EMAIL PROTECTED]>: > > The view party page also have

Re: [Need Help]Need help about the db2 error

2008-01-29 Thread guo weizhan
The view party page also have this problem , both them are the view-entity type org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://party/widget/partymgr/ProfileScreens.xml#Notes]: java.lang.IllegalArgumentException: Error doing entity query by condition: org.ofbiz.b

[Need Help]Need help about the db2 error

2008-01-29 Thread guo weizhan
Hi All, I test the ofbiz with db2, and I get the error info when invoke this method: private EntityListIterator getEli(GenericValue question) throws GenericEntityException { EntityFindOptions efo = new EntityFindOptions(); efo.setResultSetType(EntityFindOptions.TYPE_SCROLL_INSENSI

[jira] Commented: (OFBIZ-1607) let the ofbiz work with db2

2008-01-29 Thread WeizhanGuo (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12563815#action_12563815 ] WeizhanGuo commented on OFBIZ-1607: --- please read this first: http://docs.ofbiz.org/disp

[jira] Created: (OFBIZ-1607) let the ofbiz work with db2

2008-01-29 Thread WeizhanGuo (JIRA)
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 Env

[jira] Commented: (OFBIZ-689) Highlight Selected Feature

2008-01-29 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12563753#action_12563753 ] Adrian Crum commented on OFBIZ-689: --- Bilgin, This looks pretty good, but it would be bett

[jira] Updated: (OFBIZ-689) Highlight Selected Feature

2008-01-29 Thread Bilgin Ibryam (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bilgin Ibryam updated OFBIZ-689: Attachment: HighlightSelectedRow-bibryam.patch > Highlight Selected Feature > --

[jira] Commented: (OFBIZ-689) Highlight Selected Feature

2008-01-29 Thread Bilgin Ibryam (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12563748#action_12563748 ] Bilgin Ibryam commented on OFBIZ-689: - Hi, i updated the patch according to the new sty

[jira] Updated: (OFBIZ-1606) Add numeric keypad popup function

2008-01-29 Thread Chris Lombardi (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lombardi updated OFBIZ-1606: -- Attachment: ofbiz-1606.patch > Add numeric keypad popup function >

[jira] Created: (OFBIZ-1606) Add numeric keypad popup function

2008-01-29 Thread Chris Lombardi (JIRA)
Add numeric keypad popup function - Key: OFBIZ-1606 URL: https://issues.apache.org/jira/browse/OFBIZ-1606 Project: OFBiz Issue Type: Improvement Components: specialpurpose/pos Affects Versions: S

Re: new accomodation map entities Jira OFBIZ-1590 (was on the user mailing list)

2008-01-29 Thread David E Jones
On Jan 28, 2008, at 1:00 AM, Hans Bakker wrote: On Sun, 2008-01-27 at 22:11 -0700, David E Jones wrote: 3. looking at the data model it appears that the Accommodation Map structure is meant to handle the Accommodation Spot concept, ie I don't think there is a need to distinguish those... but c

[jira] Updated: (OFBIZ-1590) Introduction of new reservation entities

2008-01-29 Thread Valentina Sirkova (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Valentina Sirkova updated OFBIZ-1590: - Attachment: spot_class_map_entities.patch > Introduction of new reservation entities > --

[jira] Commented: (OFBIZ-1590) Introduction of new reservation entities

2008-01-29 Thread Valentina Sirkova (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12563657#action_12563657 ] Valentina Sirkova commented on OFBIZ-1590: -- I am uploading enhanced and improved v

Re: svn commit: r616292 - in /ofbiz/trunk/framework/minilang: dtd/simple-methods.xsd src/org/ofbiz/minilang/SimpleMethod.java src/org/ofbiz/minilang/method/MethodContext.java src/org/ofbiz/minilang/me

2008-01-29 Thread Jacques Le Roux
URL: http://svn.apache.org/viewvc?rev=616292&view=rev Log: A patch from Adrian Crum from an issue initiated by Fabien Carrion "To permit to calculate on a DATE object in minilang" (https://issues.apache.org/jira/browse/OFBIZ-1249) - OFBIZ-1249 I have added the XSD part please check it. Somethi

Re: svn commit: r616292 - in /ofbiz/trunk/framework/minilang: dtd/simple-methods.xsd src/org/ofbiz/minilang/SimpleMethod.java src/org/ofbiz/minilang/method/MethodContext.java src/org/ofbiz/minilang/me

2008-01-29 Thread Jacques Le Roux
Author: jleroux Date: Tue Jan 29 04:55:45 2008 New Revision: 616292 URL: http://svn.apache.org/viewvc?rev=616292&view=rev Log: A patch from Adrian Crum from an issue initiated by Fabien Carrion "To permit to calculate on a DATE object in minilang" (https://issues.apache.org/jira/browse/OFBIZ-124

[jira] Closed: (OFBIZ-1249) To permit to to calculate on a DATE object in minilang

2008-01-29 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-1249. -- Resolution: Fixed I have commited this patch + the XSD part in trunk rev. 616292 Thanks to Adr

[jira] Commented: (OFBIZ-1604) Pagination is broken in open order item report.

2008-01-29 Thread Bilgin Ibryam (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12563430#action_12563430 ] Bilgin Ibryam commented on OFBIZ-1604: -- I also cannot reproduse the bug in latest trun