virtual domains

2013-02-26 Thread Winster Jose
Hi, In a multi tenant environment, is it possible to use a virtual domain mail configuration? For example, lets consider 2 tenants in a single ofbiz instance and both of them have different mail ids (and mail domains). Lets say sa...@domain1.com and sa...@domain2.com. I have heard that we can use

Re: How to handle transaction?

2013-02-22 Thread Winster Jose
> adrian.c...@sandglass-software.com> wrote: > > > How did you invoke Groovy? > > > > -Adrian > > > > > > On 2/22/2013 1:48 PM, Winster Jose wrote: > > > >> Thanks Adrian. Currently I am invoking the method from groovy directly. > >>

Re: How to handle transaction?

2013-02-22 Thread Winster Jose
out > handling transactions - the service engine does that for you. > > -Adrian > > > On 2/22/2013 12:40 PM, Winster Jose wrote: > >> Hi, >> >> I want to store entities into database using >> "delegator.create(**genericValue)". I want to wrap this operat

How to handle transaction?

2013-02-22 Thread Winster Jose
Hi, I want to store entities into database using "delegator.create(genericValue)". I want to wrap this operation in a transaction so that if any of the entity insert operation fails, rollback all previous insert operations. How can I do that in OFBiz? Thanks in advance Winster T Jose Director - T

Re: Tomcat Virtual Host in OFBiz

2013-02-12 Thread Winster Jose
ecommerce --> storefront.myhost.com partymgr --> tools.myhost.com/parymgr catalog --> tools.myhost.com/catalog The first line is possible as I mentioned above. But that breaks the rest. Any idea? Regards Winster On Wed, Feb 13, 2013 at 11:45 AM, Winster Jose wrote: > Hello, > > Is it possible to hav

Tomcat Virtual Host in OFBiz

2013-02-12 Thread Winster Jose
Hello, Is it possible to have a virtual host in OFBiz? I don't want to see context name of ecommerce in browser url. Is there any way to accomplish this? Thanks Winster T Jose Director - Technology and Architecture Chathurangam Creative Solutions Private Ltd. Cell: +91-98469 31020 Mail: wins...@c

you do not have permission to perform setPartyProfileDefaults for this party.

2013-02-08 Thread Winster Jose
Hi, When I update the default shipment method from view profile screen of ecommerce app, I get an error message "you do not have permission to perform setPartyProfileDefaults for this party.". But when I checked PartyProfileDefault entity, it has added a new record against the customer (party).

Re: Ofbiz JavaMailContainer

2013-02-04 Thread Winster Jose
4, 2013 at 5:52 PM, Winster Jose >wrote: > > > Hi, > > > > How JavaMailContainer in OFBiz works? > > > > Regards > > Winster T Jose > > Director - Technology and Architecture > > Chathurangam Creative Solutions Private Ltd. > > Cell:

Ofbiz JavaMailContainer

2013-02-04 Thread Winster Jose
Hi, How JavaMailContainer in OFBiz works? Regards Winster T Jose Director - Technology and Architecture Chathurangam Creative Solutions Private Ltd. Cell: +91-98469 31020 Mail: wins...@chathurangam.net

How to approve an additional image?

2013-02-01 Thread Winster Jose
Hi, Can someone please tell me how to approve an additional image which is uploaded from product content page? When I checked "ProductContentAndInfo" entity its status is "Pending" by default. And even after updating the dataresource status, it is not getting changed. I even checked image manageme

Re: How to get Category list?

2013-01-30 Thread Winster Jose
recursive method long algo and David improved it. I > will have a look later... > > Jacques > > Winster Jose wrote: > > Thanks again. But this will not fetch all the children ( including > children > > of children until it reaches a category where there is no child)

Re: How to get Category list?

2013-01-30 Thread Winster Jose
t;> -- >> Thanks And Regards >> Sumit Pandit >> Tata Consultancy Services >> Cell:- 917503046188 >> >> >> - Original Message - >> >> | From: "Winster Jose" >> | To: user@ofbiz.apache.

Re: How to get Category list?

2013-01-30 Thread Winster Jose
es > Cell:- 917503046188 > > > - Original Message - > > | From: "Winster Jose" > | To: user@ofbiz.apache.org > | Sent: Wednesday, January 30, 2013 4:21:28 PM > | Subject: How to get Category list? > > | Hi,

How to get Category list?

2013-01-30 Thread Winster Jose
Hi, Is there any way to get all the categories in the BROWSE_ROOT category as a tree or something similar? Regards Winster T Jose Director - Technology and Architecture Chathurangam Creative Solutions Private Ltd. Cell: +91-98469 31020 Mail: wins...@chathurangam.net

Re: What is OLAP database?

2013-01-29 Thread Winster Jose
e better if chooise spago bi over > ofbiz's olap db ? > > On Tue, Jan 29, 2013 at 1:49 PM, Jacques Le Roux < > jacques.le.r...@les7arts.com> wrote: > > > Have a look at https://demo-trunk.ofbiz.apache.org/bi/control/main > > > > Jacques > > > >

What is OLAP database?

2013-01-28 Thread Winster Jose
Hi, Can someone please throw some light on OLAP database? I understand that it is basically a star schema mainly used for reports. But how are the values in Dimension and Fact tables populated? Are there any jobs running? Thanks Winster T Jose Director - Technology and Architecture Chathurangam C

Inventory check failed

2013-01-20 Thread Winster Jose
Hi, I created anew product store without a facility associated and tried to create a sales order as follows *method 1:* open Order Manager --> Order Entry Screen --> Sales Order Selected a product from look up product window and submitted 'Add to Order' button An exception is thrown saying that '

Re: Why payment method selection is missing in One page checkout?

2013-01-17 Thread Winster Jose
ned - I > guess may be 'cause of lack of time or interest. > > Regards > Vikas > > On Jan 11, 2013, at 11:40 AM, Winster Jose wrote: > > > Hi, > > > > I can not select payment method in "One page checkout" while it works in > > "Chec

Re: render screen within data resource (CMS)

2013-01-11 Thread Winster Jose
Is it possible for you to split your screen as follows? Screen : User entered data (Content) + some predefined data (preconfigured ftl) If this can be achieved, I would have gone for a screen as given below.

Re: image url's in ofbiz11.0.4

2013-01-11 Thread Winster Jose
The location of the image file should be ofbiz11.0.4/framework/images/webapp/images/prods/djec/DJ02111.jpg On Fri, Jan 11, 2013 at 2:59 PM, Info Olagos wrote: > Hello, > > i have my images for the products configured in the catalog manager > (content) as /images/prods/djec/DJ02111.jpg for examp

Re: render screen within data resource (CMS)

2013-01-11 Thread Winster Jose
I have done the other way around. A screen which has a Content has been rendered from FTL. On Fri, Jan 11, 2013 at 2:42 PM, Robert G. wrote: > I love to push threads, sorry :) > But I really need that information. Does noone has that problem? > > > > -- > View this message in context: > http://

Why payment method selection is missing in One page checkout?

2013-01-10 Thread Winster Jose
Hi, I can not select payment method in "One page checkout" while it works in "Checkout" and "Quick Checkout" flows. Is there any way to enable it? Regards Winster T Jose Director - Technology and Architecture Chathurangam Creative Solutions Private Ltd. Cell: +91-98469 31020 Mail: wins...@chathu

Re: How to store image in database?

2013-01-10 Thread Winster Jose
> | database. > | (several reasons, e.g. performance) > | Normally one only stores the url of the image in the database. > > | Kind regards > > | Tore > > | On 10/01/13 10:42, Winster Jose wrote: > | > Hi, > | > > | > Is there any way to store an image in

Re: How to store image in database?

2013-01-10 Thread Winster Jose
> Hi, > > Do you look the content application ? You can use a content to save image > and load on you template decoractor by element > > Nicolas > > Le 10/01/2013 10:42, Winster Jose a écrit : > > Hi, >> >> Is there any way to store an image in database? I ha

How to store image in database?

2013-01-10 Thread Winster Jose
Hi, Is there any way to store an image in database? I have a multi tenant envrionment and application logo should be a user/tenant uploaded image. In OFBiz, I could see only a file managed storage system for images. Is that true? Thanks Winster T Jose Director - Technology and Architecture Chat

Re: Difference between One page checkout and Quick checkout

2013-01-08 Thread Winster Jose
t; > Can you reproduce on the demo server? >> >> Jacques >> >> From: "Winster Jose" >> >>> Hi, >>> >>> Are there any differences between "One page" and "Quick" checkouts? >>> >>> I am getting

Difference between One page checkout and Quick checkout

2013-01-08 Thread Winster Jose
Hi, Are there any differences between "One page" and "Quick" checkouts? I am getting an exception for "one page checkout" as follows while "quick checkout" works correctly. The Following Errors Occurred: Did not complete the order, the following occurred:ERROR : Could not create order (write er

Re: What is ?

2013-01-08 Thread Winster Jose
contents of the dataResourceId variable to the > constant 'STDWRAP001'." > > -Adrian > > On 1/7/2013 6:44 AM, Winster Jose wrote: > >> Thanks for the help Atul. The concept is clear to me now. >> >> So I just wanted to test that out. Instead of set

Re: What is ?

2013-01-06 Thread Winster Jose
Thanks Deepak. That is better. On Mon, Jan 7, 2013 at 1:07 PM, Deepak Dixit wrote: > You can simply use following pattern : > > > > > > > Thanks & Regards > -- > Deepak Dixit > > > On Jan 7, 2013, at 12:28 PM, Winster Jose wrote: > &g

Re: What is ?

2013-01-06 Thread Winster Jose
Oops.. that was a mistake. I should not have used from-field. "default-value" worked for me. Thanks anyway. On Mon, Jan 7, 2013 at 12:14 PM, Winster Jose wrote: > Thanks for the help Atul. The concept is clear to me now. > > So I just wanted to test that out. Instead of

Re: What is ?

2013-01-06 Thread Winster Jose
DataResource, will be searched > in the "context". > > Why primary keys? because you are using entity-ONE. > > And the context is where you are setting variables, dataResourceId in line > 1, currentValue in line 2 and dataResource in line 3. > > > On Mon, 07 Jan 2

What is ?

2013-01-06 Thread Winster Jose
Hi, Can anyone please help me to understand below xml? Please correct me if I am wrong. "dataResourceId" is taken from parameters and set to field "dataResourceId". And DataResource entity is fetched (but which will act as primary key here?) and set to field "currentValue" and later "currentValue

Re: How to debug a simple service

2013-01-03 Thread Winster Jose
Services > Cell:- 917503046188 > > > - Original Message - > > | From: "Winster Jose" > | To: user@ofbiz.apache.org > | Sent: Friday, January 4, 2013 11:47:32 AM > | Subject: How to debug a simple service > > | Hi, > > | What is the best way to debug

How to debug a simple service

2013-01-03 Thread Winster Jose
Hi, What is the best way to debug a simple service? Is there any way to add log/echo/debug inside a simple service? -- Winster T Jose Director - Technology and Architecture Chathurangam Creative Solutions Private Ltd. Cell: +91-98469 31020 Mail: wins...@chathurangam.net