Re: Simple Methods

2013-01-21 Thread Robert G.
Hey Mahima, maybe it is better, when you directly start to use a known editor like eclipse (http://www.eclipse.org/downloads/). With that, you just can hover over the xml declarations and get an explanation (not only for xml, also for all other languages). In this case, the entity-one tag makes

Re: Simple Methods

2013-01-21 Thread Robert G.
and the make-value tag prepares a new data base entry. The resulting generic value is put into the value-field newEntity. than it is modified like setting the primary key values from service inputs (parameters) and than the create tag inserts the new generiv value to database -- View this

Re: Big white pop up screen when clicking on any of the categories

2013-01-21 Thread Michael Gawrychowski
Actually it works fine with the demo trunk. It looks like it's a hardware issue but the whole computer is brand new and I didn't carry over any settings etc. I noticed another thing. The issue shows up only on the primary monitor. Isn't it weird? I thought that it could be some content filtering

Re: Big white pop up screen when clicking on any of the categories

2013-01-21 Thread Medhat Abdel Badie
Hi, I got the same behavior on the demo-trunk, but I overcome this issue every time this Big white pop up screen appears by a simple but weird action: Zoom Out then Zoom In That is what happened with me and liked to share my knowledge and experience. Regards, Medhat On Mon, Jan 21, 2013 at

Re: Inventory check failed

2013-01-21 Thread Deepak Agarwal
service reserveProductInventory doesn't specify facilityId but fails with an error of facility not found because it uses parameters.facilityId... In my case when I try to run it with a non serialized product it fails out with facility not found. On Mon, Jan 21, 2013 at 12:05 PM, Jacques Le Roux

FW: Calculate Product Price Service - Product Price Rule Performance

2013-01-21 Thread Len Shein
I am using Ofbiz 10.04. I have on my DB 3000 Product price rules (entity PRODUCT_PRICE_RULE) and 6000 Product Price Conditions (entity PRODUCT_PRIE_COND). All of my price conditions are setup for Quantity Breaks in pricing. When calling the 'caclulateProductPrice' service for a single product;