Re: name of the day in local

2012-06-18 Thread Robert G.
many many thanks! greetings, Robert -- View this message in context: http://ofbiz.135035.n4.nabble.com/name-of-the-day-in-local-tp2403041p4633720.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Product not found for Product ID !

2012-06-18 Thread Jacques Le Roux
Thanks for the detailled report Bhargav, I was able to reproduce locally, I will have a deeper look when I will get a chance. But I already believe it's not related to shopping lists. It's just that Product.groovy does not get a productId in this case (when called from ) Jacques From: "bhar

Re: name of the day in local

2012-06-18 Thread mohd Viqar
I did it like this. <#assign currentDate = .now> ${currentDate?string("")} <#-- This will output Tuesday --> ${currentDate?string("EEE")} <#-- This will output Tue --> Yoc can look here for further reference http://freemarker.sourceforge.net/docs/ref_builtins_date.html http://freemarker.sourc

Re: extend-entity default-resource-name and ofbiz patch

2012-06-18 Thread Boris Hamanov
Thanks Adrian! It worked OK. -Original Message- From: Adrian Crum Date: 18 юни 2012 г. 11:09 ч. To: user@ofbiz.apache.org Subject: Re: extend-entity default-resource-name and ofbiz patch You will need to modify your local copy. Code maintenance should not be a problem if you create you

Orders Datev-Export available

2012-06-18 Thread Martin Grotzke
Hi, has s.o. already created an export of orders to the german DATEV format? Thanx && cheers, Martin

Re: name of the day in local

2012-06-18 Thread Adrian Crum
Look in org.ofbiz.service.calendar.ExpressionUiHelper. -Adrian On 6/18/2012 6:31 PM, Robert G. wrote: did someone got this? Im interested in it as well. I wanna show on the ecommerce site (FTL page) the name of the day like MOnday etc. -- View this message in context: http://ofbiz.135035.n4

Re: name of the day in local

2012-06-18 Thread Robert G.
did someone got this? Im interested in it as well. I wanna show on the ecommerce site (FTL page) the name of the day like MOnday etc. -- View this message in context: http://ofbiz.135035.n4.nabble.com/name-of-the-day-in-local-tp2403041p4633712.html Sent from the OFBiz - User mailing list archiv

problem of TemporalExpression

2012-06-18 Thread 叶双明
Hi all, seed-initial data in framework\service\data\ScheduledServices.xml: It seem should be run once every, but in my system, it became run three times every day, JOB ID POOLRUN TIMESTART DATE/TIME SERVICE STATUS END DATE/TIME Purge Old Jobs PURGE_OLD_JOBS p

Re: technical question

2012-06-18 Thread Adrian Crum
The same reason anyone would use a static method: http://www.coderanch.com/t/407852/java/java/why-do-we-static-methods -Adrian On 6/18/2012 1:56 PM, Info Olagos wrote: Hello, technical question: Why do they use in Ofbiz java code often STATIC Methods ? Regards, Heidi

technical question

2012-06-18 Thread Info Olagos
Hello, technical question: Why do they use in Ofbiz java code often STATIC Methods ? Regards, Heidi -- Olagos bvba http://www.olagos.eu http://www.olagos.com http://www.olagos.be http://www.olagos.nl Olagos team Heesterbos 5 2570 Duffel Belgium

Re: Do we need add in all webapp for clustering to work ?

2012-06-18 Thread Deepak Agarwal
If anybody wondering how the images will be distributed, one can configure NFS and mount it on each server. Or LFS (Lustre) / HDFS (Hadoop) distributable fs can be used (if images are exteremly large in number) On Sun, Jun 17, 2012 at 1:51 PM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote:

Re: extend-entity default-resource-name and ofbiz patch

2012-06-18 Thread Adrian Crum
You will need to modify your local copy. Code maintenance should not be a problem if you create your own patch and keep it with your local project. -Adrian On 6/18/2012 9:05 AM, Boris Hamanov wrote: Hello guys, I am trying to translate order status to a new language. I don't want to modify Co