Re: [jira] Commented: (OFBIZ-2108) The bug using IN operator with FindServices.java

2008-12-30 Thread guo weizhan
>> >>> https://issues.apache.org/jira/browse/OFBIZ-2108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12659775#action_12659775 >>> ] >>> >>> Jacques Le Roux commented on OFBIZ-2108: >>>

Re: [jira] Commented: (OFBIZ-2108) The bug using IN operator with FindServices.java

2008-12-30 Thread Jacques Le Roux
Roux commented on OFBIZ-2108: Lines 57 & 59 of your patch, exactly where the braces missed ;) > The bug using IN operator with FindServices.java > > > Key: OFBIZ-2108 >

Re: [jira] Commented: (OFBIZ-2108) The bug using IN operator with FindServices.java

2008-12-30 Thread guo weizhan
uetabpanels:comment-tabpanel&focusedCommentId=12659775#action_12659775] > > Jacques Le Roux commented on OFBIZ-2108: > > > Lines 57 & 59 of your patch, exactly where the braces missed ;) > > &g

[jira] Commented: (OFBIZ-2108) The bug using IN operator with FindServices.java

2008-12-30 Thread Jacques Le Roux (JIRA)
exactly where the braces missed ;) > The bug using IN operator with FindServices.java > > > Key: OFBIZ-2108 > URL: https://issues.apache.org/jira/browse/OFBIZ-2108 > Project: OFBiz

[jira] Commented: (OFBIZ-2108) The bug using IN operator with FindServices.java

2008-12-29 Thread WeizhanGuo (JIRA)
gt; The bug using IN operator with FindServices.java > > > Key: OFBIZ-2108 > URL: https://issues.apache.org/jira/browse/OFBIZ-2108 > Project: OFBiz > Issue Type: Bug >

[jira] Closed: (OFBIZ-2108) The bug using IN operator with FindServices.java

2008-12-29 Thread Jacques Le Roux (JIRA)
me other minor formatting issues) patch is in trunk revision: 730001 > The bug using IN operator with FindServices.java > > > Key: OFBIZ-2108 > URL: https://issues.apache.org/jira/browse/OFBIZ-210

[jira] Updated: (OFBIZ-2108) The bug using IN operator with FindServices.java

2008-12-29 Thread WeizhanGuo (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] WeizhanGuo updated OFBIZ-2108: -- Attachment: FindServices_IN.patch > The bug using IN operator with FindServices.j

[jira] Created: (OFBIZ-2108) The bug using IN operator with FindServices.java

2008-12-29 Thread WeizhanGuo (JIRA)
The bug using IN operator with FindServices.java Key: OFBIZ-2108 URL: https://issues.apache.org/jira/browse/OFBIZ-2108 Project: OFBiz Issue Type: Bug Components: framework

Re: the bug using IN operator with FindServices.java

2008-12-29 Thread guo weizhan
the problem still here, although it don't throw the error. I want search all the OrganId is 0001 or 0002, and use the performFindList service. So I set the value like this:pfInput.inputFields.OrganId_fld0_op=in and pfInput.inputFields.OrganId_fld0_value=0001,0002 and invoke the service, the genera

Re: the bug using IN operator with FindServices.java

2008-12-06 Thread guo weizhan
This problem is fixed, by https://issues.apache.org/jira/browse/OFBIZ-1045 2008/11/30 guo weizhan <[EMAIL PROTECTED]> > I updated the last version today, and still got this error... > > 2008/11/30 David E Jones <[EMAIL PROTECTED]> > > >> Which revision or version of OFBiz are you using? >> >> -Da

Re: the bug using IN operator with FindServices.java

2008-11-30 Thread guo weizhan
I updated the last version today, and still got this error... 2008/11/30 David E Jones <[EMAIL PROTECTED]> > > Which revision or version of OFBiz are you using? > > -David > > > > On Nov 29, 2008, at 10:36 AM, guo weizhan wrote: > > Do you guys use the FindServices? It's seems there is the proble

Re: the bug using IN operator with FindServices.java

2008-11-29 Thread David E Jones
Which revision or version of OFBiz are you using? -David On Nov 29, 2008, at 10:36 AM, guo weizhan wrote: Do you guys use the FindServices? It's seems there is the problem in createCondition method when using the "IN" operator, the EntityCondition.makeCondition need a collection as the value

the bug using IN operator with FindServices.java

2008-11-29 Thread guo weizhan
Do you guys use the FindServices? It's seems there is the problem in createCondition method when using the "IN" operator, the EntityCondition.makeCondition need a collection as the value when using IN operatot, but it's always pass the String value to this method, so It's throw the exception "Messa