Re: findListIteratorByCondition performance

2008-01-01 Thread David E Jones
Have you added timing to see which part of this is taking a long time? The main candidates would probably be the findListIteratorByCondition call and the getPartialList call. You could also change it to not do the scroll insensitive... MySQL might be doing something funny with that... -

Re: findListIteratorByCondition performance

2008-01-01 Thread BJ Freeman
Chris I would like to work on this with you. I have a different DB, but large amount of records. I suggest that we do an java.recordset test like your direct call to mydb. 1)connect to db 2)make SQL execute to return the first recordset using cursors. 3)then another call that moves the cursor by x

Re: findListIteratorByCondition performance

2008-01-01 Thread BJ Freeman
also, at least for the db's I use there is a this type of code in ofbiz SET @skip=1; SET @numrows=5; PREPARE STMT FROM 'SELECT * FROM tbl LIMIT ?, ?'; EXECUTE STMT USING @skip, @numrows; this above was taken from http://dev.mysql.com/doc/refman/5.0/en/select.html BJ Freeman sent the following on 1

Re: Workeffortmgr_update permissions?

2008-01-01 Thread Scott Gray
Found and fixed in rev. 607848 Regards Scott On 01/01/2008, Scott Gray <[EMAIL PROTECTED]> wrote: > > It's to do with the ResourceBundles (uiLabels) not permissions, it's weird > though, I'm seeing the problem on the demo server (try creating a new > example in the example app) but not on my loca

RE: entityengine.xml Validation Error

2008-01-01 Thread Brendan Vogt
I didn't change anything. -Original Message- From: Scott Gray [mailto:[EMAIL PROTECTED] Sent: Sunday, December 30, 2007 10:46 PM To: user@ofbiz.apache.org Subject: Re: entityengine.xml Validation Error It's saying that the xml isn't structured the way the entity-config.xsd says it should

RE: entityengine.xml Validation Error

2008-01-01 Thread Brendan Vogt
Where exactly did you add this? -Original Message- From: BJ Freeman [mailto:[EMAIL PROTECTED] Sent: Sunday, December 30, 2007 11:44 PM To: user@ofbiz.apache.org Subject: Re: entityengine.xml Validation Error the reason i did not get the error, and I should have is I added this to the ve

Re: entityengine.xml Validation Error

2008-01-01 Thread BJ Freeman
What has happened is the http://ofbiz.apache.org/dtds/entity-config.xsd which xml buddy looks at is a new version for the Trunk. the connection-factory is not used in ver 4.0 so it does not matter if it is in the entity-engine.xml or not. howerer if you wish to put in in

RE: entityengine.xml Validation Error

2008-01-01 Thread Brendan Vogt
Thanks BJ I will leave it out and not worry about it. -Original Message- From: BJ Freeman [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 01, 2008 8:17 PM To: user@ofbiz.apache.org Subject: Re: entityengine.xml Validation Error What has happened is the http://ofbiz.apache.org/dtds/enti

New Catalog

2008-01-01 Thread Brendan Vogt
Hi, Is the following features in branch 4.0 as well? * New special purpose component for integration with Google Base * New special purpose component for integration with eBay Brendan

Re: New Catalog

2008-01-01 Thread BJ Freeman
they are not in ver 4.0. they are in the specialpurpose folders. if you have subscribe to the commit ML or search it you can find the commits and read them. Not sure if anything special is necessary to change in Ver 4.0 to make them work. Brendan Vogt sent the following on 1/1/2008 10:21 AM: > Hi