Re: GenericValue object - Calling OFBiz Web Service

2012-06-20 Thread Deepak Agarwal
In my opinion you would need to make changes in the services and put a front service layer which accepts required information in key value pair (String- String preferably). GenericValue is ofbiz framework dependent and you should put depedency of this on to client. On Tue, Jun 19, 2012 at 6:29

Re: GenericValue object - Calling OFBiz Web Service

2012-06-20 Thread Deepak Agarwal
You should *Not *put depedency of this on to client. ** On Wed, Jun 20, 2012 at 11:39 AM, Deepak Agarwal dagarwa...@gmail.comwrote: In my opinion you would need to make changes in the services and put a front service layer which accepts required information in key value pair (String- String

Appending product internalName in the product images file name.

2012-06-20 Thread mohd Viqar
Hi, I want my product image filename to be stored in this format ${product.internalName}-${type}. Right now system is storing product image filename as : small.jpg or medium.jpg etc, but I want to store product image filename as productInternalName-small.jpg or productInternalName-medium.jpg

Re: Why promotion category on ecommerce

2012-06-20 Thread Robert G.
hey guys, i have another question concerning promotion categories: I want to show promo-products on the start page. This works fine, if I connect a product to the specified promo-catagory. But now I want to show different promotion contents on the startpage...I mean I want f.ex. 3

Deal product / promotion for a time period with counddown timer

2012-06-20 Thread Robert G.
hello, i do plan to handle a bunch of products as deals. With deals I mean, that there is a certain amount of time and stock where the product is available for the promotion price. A counddown timer counds till zero. After this, or if the stock is empty, the promotion is over and the product

Re: How to include ftl from another module using a variable?

2012-06-20 Thread Michael Brohl
Hi everyone, do you have any hint for me on this issue? Or is this simply not possible? Thanks and regards, Michael Hi, I want to include a freemarker template using the #include / directive from another module. The template path is given to the including ftl (in module1) through a

Re: How to include ftl from another module using a variable?

2012-06-20 Thread Colin Rooney
hint: look at how location= is used in the screen definitions of ofbiz applications to see how it is used to include .ftl from other modules. colin On 20 June 2012 20:04, Michael Brohl of...@brohl.net wrote: Hi everyone, do you have any hint for me on this issue? Or is this simply not

Re: Build and Deploy Ofbiz on Production

2012-06-20 Thread Mansour Al Akeel
Jacques, I tried it in different versions of tomcat and ofbiz revisions. I tested it on ofbiz 10.04 and 11.04 with tomcat 6 and 7. It failed in all cases. I am not sure if there's a way to modify ofbiz to be depoyed just like moqui, where we drop a war file in tomcat, and make it point to the

Re: Build and Deploy Ofbiz on Production

2012-06-20 Thread Jacques Le Roux
No, it's not, and has never been, quite as easy as in Moqui, indeed. Those who succeeded in time left the ways they did, that's all. Maybe it's harder now. For myself, I only tried with WASCE/Geronimo in 2008... Jacques From: Mansour Al Akeel mansour.alak...@gmail.com Jacques, I tried it in