Problem in groovy

2010-10-06 Thread Naveen Kumar
Hi All, I was using delegator.find() in my groovy. My problem:- My application requires 3 where clause that is EntityCondition.makeCondition in the delegator.find(), but it is taking only 2 condition when third condition is given it is giving error, can any one suggest me how to do this, and

Re: Problem in groovy

2010-10-06 Thread Nicolas Malin
Hi Naveen, You need prepare a EntityConditionList to embedeed your three conditions, and pass EntityConditionList to findList function Nicolas Le 06/10/2010 08:11, Naveen Kumar a écrit : Hi All, I was using delegator.find() in my groovy. My problem:- My application requires 3 where clause

Re: Problem in groovy

2010-10-06 Thread Sumit Pandit
Hi Naveen, For reference look at InvoiceReport.groovy. On Wed, Oct 6, 2010 at 11:45 AM, Nicolas Malin malin.nico...@librenberry.net wrote: Hi Naveen, You need prepare a EntityConditionList to embedeed your three conditions, and pass EntityConditionList to findList function Nicolas Le

Re: Problem in groovy

2010-10-06 Thread Naveen Kumar
Hi Nicolas, Thank for quick reply, it worked. Regards, Naveen. On Wed, Oct 6, 2010 at 11:45 AM, Nicolas Malin malin.nico...@librenberry.net wrote: Hi Naveen, You need prepare a EntityConditionList to embedeed your three conditions, and pass EntityConditionList to findList function

Re: more than one unit of measue fo the same product: advice requested.

2010-10-06 Thread Hans Bakker
This sounds pretty good i even see some coding on this. Let me do some testing, i will come back with the results. Regards, Hans On Sun, 2010-10-03 at 12:13 -0600, David E Jones wrote: For boxes of a product you'll usually have one product that represents the individual items (which may or

Re: Problem in groovy

2010-10-06 Thread Naveen Kumar
Hi Sumit, Thanks for the information, But i am looking for a documentation, where i will get all delegator information like delegator.find(), delegator.findByAnd(),, Please provide me links to some online documentation. Regards, Naveen. On Wed, Oct 6, 2010 at 12:01 PM, Sumit Pandit

Workflow of a partial order

2010-10-06 Thread Juan Jesús Cremades Monserrat
Hi, I'm trying define what's the behavior of OFBiz in the next situation: A client orders a consignment with three items, but when I'm preparing the package, one of this items is run out. Can the client choose between cancel the order or receive it in two consigments? The first with two items

RE: Embed YouTube Video

2010-10-06 Thread Gavin Mabie
Thanks -Original Message- From: Sumit Pandit [mailto:meetsumit...@gmail.com] Sent: 06 October 2010 07:57 AM To: user@ofbiz.apache.org Subject: Re: Embed YouTube Video Hi Gavin, ProductAttribute entity could be use to store video link. And to display it on product page please find some

RE: Problem in groovy

2010-10-06 Thread Santosh Malviya
Hi Naveen, You can see GenericDelegator.java file where all methods are defined. Thanks and Regards Santosh Malviya From: Naveen Kumar [naveen.new...@gmail.com] Sent: Wednesday, October 06, 2010 12:09 PM To: user@ofbiz.apache.org Subject: Re: Problem in

Re: Problem in groovy

2010-10-06 Thread Sumit Pandit
http://ofbiz.apache.org/docs/entity.html On Wed, Oct 6, 2010 at 12:09 PM, Naveen Kumar naveen.new...@gmail.com wrote: Hi Sumit, Thanks for the information, But i am looking for a documentation, where i will get all delegator information like delegator.find(), delegator.findByAnd(),,

Re: Ideas for implementation

2010-10-06 Thread Jacques Le Roux
Rather than copy and change you should use hot-deploy. You can extend Entitties in your own application developed in hot-deploy. This should help

./startofbiz.sh doesn't start : JDK problem ?

2010-10-06 Thread fdap
Hello, Here is what I've done : svn co http://svn.apache.org/repos/asf/ofbiz/branches/release10.04 Ofbiz-10.04 cd Ofbiz-10.04 ant run-install Here, I'm using the Sun (well, Oracle) jdk on a linux Debian amd64 laptop : ~ § java -version java version 1.6.0_21 Java(TM) SE

How to set shipping info in a PO

2010-10-06 Thread Jonatan Soto
Hi all, When I set the shipping info and options, I always see the ShipmentMethodTypeId as _NA_ and no carrier once the PO is create. I tried different configuration with no success. So the question is, how can I select the shipmentMethodTypeId and it's respective carrier when I create a PO?

Re: ./startofbiz.sh doesn't start : JDK problem ?

2010-10-06 Thread Jacques Le Roux
You must use Sun (arg Oracle ;o) OpenJDK does not work with OFBiz yet... Also try with ./ant rather (uses 1.7.1) I know there are some issues with 1.8 Jacques From: f...@free.fr Hello, Here is what I've done : svn co http://svn.apache.org/repos/asf/ofbiz/branches/release10.04

Re: ./startofbiz.sh doesn't start : JDK problem ?

2010-10-06 Thread pankaj savita
Check your class path entries for ofbiz10.04: JAVA_HOME C:\Program Files\Java\jdk1.6.0_20 CLASSPATH C:\Program Files\Java\jdk1.6.0_20\lib;C:\Program Files\Java\jdk1.6.0_20\jre\lib PATH C:\Program Files\Java\jdk1.6.0_20\bin Then try to bulid using ant run-install command if its build

Re: ./startofbiz.sh doesn't start : JDK problem ?

2010-10-06 Thread Christian Geisert
f...@free.fr schrieb: Hello, Here is what I've done : svn co http://svn.apache.org/repos/asf/ofbiz/branches/release10.04 Ofbiz-10.04 cd Ofbiz-10.04 ant run-install Here, I'm using the Sun (well, Oracle) jdk on a linux Debian amd64 laptop : ~ § java -version java version

Groupby in list form

2010-10-06 Thread Michael Xu (xudong)
hi all, I want to implement a groupby feature in list form. Basically, with this feature user can group results by any field. Ofbiz has such features already or have to customize the current list form? If have to customize, how to do it? Is it possible to integrate ext-js or any other existing

Re: New to OfBiz

2010-10-06 Thread Ashish Vijaywargiya
http://ofbiz.apache.org/ http://ofbiz.apache.org/ https://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Documentation+Index https://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Documentation+Index

Re: ./startofbiz.sh doesn't start : JDK problem ?

2010-10-06 Thread pankaj savita
Also make sure that your port 8080 is not used by another resource, to avoid JVM bind problem. -- Thanks Regards, Pankaj Savita Mob: +91 9890262476 Mail to: pankajsav...@gmail.com On Wed, Oct 6, 2010 at 2:58 PM, Christian Geisert christian.geis...@isu-gmbh.de wrote: f...@free.fr schrieb:

OFbiz with Ajax (DWR)

2010-10-06 Thread Deepa Priolkar
Hi, Can DWR be integrated with Ofbiz? Is there any sample example for the same? Thanks Regards, Deepa Disclaimer: This message and the information contained

Re: OFbiz with Ajax (DWR)

2010-10-06 Thread S K Pradeep Kumar
Yes, it can be. With regards, S K Pradeep kumar, 9980609494 On Wed, Oct 6, 2010 at 6:48 PM, Deepa Priolkar dee...@techmahindra.comwrote: Hi, Can DWR be integrated with Ofbiz? Is there any sample example for the same? Thanks Regards, Deepa

Re: OFbiz with Ajax (DWR)

2010-10-06 Thread Ruth Hoffman
I've done it many times. You can see an example implementation on http://www.myofbiz.com. The rotating testimonials are being extracted from the OFBiz database and served by DWR (with the fade-in fade-out handled by Prototype). Regards, Ruth Hoffman On 10/6/10 9:43 AM, S K Pradeep Kumar

Re: ./startofbiz.sh doesn't start : JDK problem ?

2010-10-06 Thread fdap
Thanks to all for the quick replies. Summary : - 09.04 : compiles with either OpenJDK or Sun/Oracle runs, from startofbiz.sh, with OpenJDK (!) only - 10.04 : compiles with Sun/Oracle only doesn't run neither from startofbiz.sh nor from `java -jar ofbiz.jar' Details below.

Re: ./startofbiz.sh doesn't start : JDK problem ?

2010-10-06 Thread Jacques Le Roux
Be sure that because you used ./startofbiz.sh before OFBiz is not already connected to 1099 (though sounds weird that you get this error without report by netstat!) When using ./startofbiz.sh you may look at the logs: runtime\logs BTW the demos trunk and stable are running on Ubuntu... Also

Re: ./startofbiz.sh doesn't start : JDK problem ?

2010-10-06 Thread Shi Jinghai
You have to change ListMapString, String featureCountList = FastList.newInstance(); to ListMapString, ? extends Object featureCountList = FastList.newInstance(); and public static ListMapString, String listCountByFeatureForType to public static ListMapString, ? extends Object

Re: Setting up layoutSettings.headerImageLinkUrl in the theme

2010-10-06 Thread Erwan de FERRIERES
Le 04/10/2010 03:41, Mansour Al Akeel a écrit : Hello all: In the themes there is varilabe that couldn't figure out how to set. #if layoutSettings.headerImageLinkUrl?exists #assign logoLinkURL = ${layoutSettings.headerImageLinkUrl} #else #assign logoLinkURL =

Re: Ideas for implementation

2010-10-06 Thread Luís Maranesi
Thanks Jacques, that's what I needed. Luís Maranesi On Wed, Oct 6, 2010 at 4:12 AM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: Rather than copy and change you should use hot-deploy. You can extend Entitties in your own application developed in hot-deploy. This should help

web path address problem, Is it a bug?

2010-10-06 Thread Santosh Singh
*Hi all, we are novice for ofbiz.* yesterday when we are trying to create the Practice Application, noticed that on hitting the address in address bar of browser *http://localhost:8080/practice/control/person/main *or* http://localhost:8080/practice/control/main*, we got the same output of main