Managing the pool size..

2007-02-07 Thread G.Venkata Phanindra
Hi all, As i told in previous mail about bsh versus java that i am working on Optimization of websites hosted on Ofbiz. one of the area i am looking at is managing the Pool size which allows me to allocate data base connections with respective to the number of users. till now i was using

Re: Usage of java over BSH

2007-02-07 Thread Cameron Smith
Hi. Do not forget that OFBiz has custom improvements to Beanshell, which basically mean the parsed structure of a script is cached after the first interpretation.I have not seen any figures for relative performance but it is an obvious one. For more info start here:

Re: form find question

2007-02-07 Thread Christopher Snow
What I currently have just allows selecting ONE risk owner which I use performFind to match. How do I allow the user to select an arbitrary number of risk owners for passing to the performFind service? field name=riskOwnerPartyId position=1 title=${uiLabelMap.Owner} widget-style=inputBox

Re: Ubuntu Live CD with Ofbiz

2007-02-07 Thread Amine AZZI
Hi all, I can't download the iso file, has it been removed? Amine. 2007/1/18, Annie Duke [EMAIL PROTECTED]: Hey Anil, Live CD worked for me. It is very good combination of Ubuntu and Ofbiz for the community member in a very small media :-) Thanks a lot for it. Ian McNulty [EMAIL

Re: developing with ofbiz

2007-02-07 Thread Jonathon -- Improov
Oh, nice one. Sigh, I'll only have time to do those frills after I'm done with my current project's core sometime hopefully mid-Feb. I promised Chris Howe I'd help in Asterisk, but he's done it. I don't know if he'll get to this one before I do. But this is one frill I definitely need right

Re: January 2007, number of subscribers to user, dev and commits mailing lists

2007-02-07 Thread Jacopo Cappellato
Jeff, Jeff Mahurin wrote: Hi Jacques Lurkers equals Learners... You really can't do more than LEARN until you completely understand what you are dealing with. I totally agree with you here: I really appreciate the persons that join a new list and take their time in silence reading posts and

EnumerationType usage pattern

2007-02-07 Thread Christopher Snow
I have an entity for storing type data. Would this data be better placed in the EnumerationType entity? entity entity-name=RiskType package-name=org.ofbiz title=Risk Type Entity field name=riskTypeId type=id-ne/field field name=description type=description/field

Re: EnumerationType usage pattern

2007-02-07 Thread Andrew Sykes
Chris, You seem to be using the correct pattern, a Risk would have a RiskType just the same a a Product has a ProductType or a ProductAssoc has a ProdAssocType - Andrew On Wed, 2007-02-07 at 11:13 +, Christopher Snow wrote: I have an entity for storing type data. Would this data be better

Classpath problem with my own Container

2007-02-07 Thread Immi
I created my own ContainerDocGenContainer generating documentation about entities and services inside ofbiz. The Container is similar to TestRunContainer with the difference that I reference service and entity classes: package org.ofbiz.docgen.container; import

Re: Not null entity fields

2007-02-07 Thread Immi
I tried to add isNotEmpty, dropped the table and restarted ofbiz. But the fields are still nullable. Here the field I added in the fieldtypemysql.xml: field-type-def type=status sql-type=VARCHAR(3) java-type=String validate method=isNotEmpty / /field-type-def I think the NOT NULL

Re: Static HTML Product pages

2007-02-07 Thread David E. Jones
You don't need static pages, you just need search engine friendly URLs, and yes OFBiz has support for making parameters look like directories. -David On Feb 7, 2007, at 8:44 AM, Richard Fleming wrote: Hi all - Can/does OfBiz create static html product pages that would be

Re: URL REwriting

2007-02-07 Thread Jacques Le Roux
Cedric, Anyway this is not needed as explained David recently. Besides it seems that there are not a lot of interests in putting robots.txt file in OFBiz root. Jacques - Original Message - From: PRONZATO Cedric RD-BIZZ-GRE [EMAIL PROTECTED] To: user@ofbiz.apache.org Sent: Monday,

Purchase Orders and Requirements

2007-02-07 Thread Daniel Kunkel
Hi I'm finally getting around to playing with purchasing requirements, and it seems that the current schemes are not well setup for the way we operate. As I understand the current main options: STOCK_QOH: when qoh goes under minimum stock a requirement is created for the reorder qty.

OFBiz, CruiseControl, and JUnit reports

2007-02-07 Thread Akotaobi, Uche
Hi, everyone. I'd like to start of by saying that we've been very impressed with the OFBiz product in the brief time we've been using it. Our team is big on continuous integration and unit testing, so it was natural for us to write JUnit TestCases for most of the major functionality of our

RE: Classpath problem with my own Container

2007-02-07 Thread Akotaobi, Uche
[Immi] I created my own ContainerDocGenContainer generating documentation about entities and services inside ofbiz. The Container is similar to TestRunContainer with the difference that I reference service and entity classes: [snip] import org.ofbiz.service.GenericServiceException; [snip]

Re: OFBiz, CruiseControl, and JUnit reports

2007-02-07 Thread Chandresh Turakhia
Team, We did some performance test. Basically aim was to compare existing app based on our framework to app deployed on ofbiz framework. This is our result. Do you think are we close to benchmark result OR there is room for improvement. What we need in ofbiz is BenchMark Performance.

Re: Purchase Orders and Requirements

2007-02-07 Thread Scott Gray
Hi Daniel A few quick comments inline: Daniel Kunkel wrote: As I understand the current main options: STOCK_QOH: when qoh goes under minimum stock a requirement is created for the reorder qty. STOCK_ATP: when atp goes under minimum stock a requirement is created for the reorder qty. ATP: