RE: FW: Mirgration to OFBiz newer version

2013-09-17 Thread Skip
Jacques Goto ...webtools/control/entitymaint in both 12.x and 9.x. In 9.x, the page loads instantly, in 12.04, it takes several seconds. Its anecdotally like 1000% slower. Thats the worst case I have seen. I have hundreds of custom services, one of which runs before a custom inventory screen l

Re: view-entity subquery WHERE clauses supported?

2013-09-17 Thread Christian Carlow
The conditional join functionality is supported in the 12.04 release so I'm switching to it rather than attempting to implement in 11.04. The conditional join functionality essentially accomplishes the same thing that a subquery WHERE clause would. On 09/16/2013 10:57 AM, Christian Carlow wro

Using webservices in ofbiz in a multi-tenant setup

2013-09-17 Thread Tore Van Grembergen
Hi, I want to use ofbiz webservices in a multi-tenant setup. I have found something in http://ofbiz.135035.n4.nabble.com/How-to-set-delegator-based-on-tenantId-passed-via-web-service-td3673046.html There is a suggestion to add the following String tenantId = request.getParameter("tenantId

RE: FW: Mirgration to OFBiz newer version

2013-09-17 Thread Skip
Adrian I agree, a better analysis would be helpful. Sadly, I did not save the work I did and do not now have the time. These logging calls were not in delegator code itself I suspect, but in code several levels deep called by it. I remember questioning why there was so much time spend in the lo

Re: FW: Mirgration to OFBiz newer version

2013-09-17 Thread Adrian Crum
On 9/17/2013 10:52 AM, Skip wrote: I have hundreds of custom services, one of which runs before a custom inventory screen loads. I noticed this screen taking a long time to load and timed the service. It was taking about 2 seconds longer to run. It is basically a database lookup for unshipped

Re: Credit note / Refund Item price

2013-09-17 Thread Robert G.
I played a little around and found in PartyFinancialHistory.groovy the calculation of "totalToBeReceived" / "totalToBePayed" I believe, that these are the amounts that the company owe to the customer or the customer owe to the company... if so, I think there is a misscalculation (cause I do not g

Re: Mirgration to OFBiz newer version

2013-09-17 Thread Jacopo Cappellato
On Sep 17, 2013, at 7:52 PM, Skip wrote: > Unfortunately, I do not > remember what was there except for a notably high amount of time in the > logging code called from the delegator code tree even though logging was set > to error and there were no errors If you are using Freemarker, you may wan

Multi-tenant ecommerce

2013-09-17 Thread Tore Van Grembergen
Hi, Does ofbiz support multi-tenant ecommerce ? There is a comment on this from Pierre Smits in 2011 (http://ofbiz.135035.n4.nabble.com/Multi-tenant-ecommerce-td3888115.html) (I think that BJ Freeman confirmed this in its last comment) If I understand their thinking, it should be done by depl

Re: Multi-tenant ecommerce

2013-09-17 Thread Arun Patidar
Hi Tore, This can be of your help: https://cwiki.apache.org/confluence/display/OFBIZ/Multitenancy+support Thanks & Regards --- Arun Patidar On 09/18/2013 11:04 AM, Tore Van Grembergen wrote: Hi, Does ofbiz support multi-tenant ecommerce ? There is a comment on this from Pierre Smits in 2