Reserving a specific serialized inventory item

2009-08-29 Thread Bob Morley
We have an order entry screen that allows the Sales Rep to select a specific serial number for a serialized piece of inventory. The reservation process must honor this selection and reserve that piece (if possible) or produce a reasonable error message. Question lead in -- if the inventory item

[jira] Created: (OFBIZ-2882) EntityList cache clearing issues when removing generic entity via DelegatorImpl

2009-08-29 Thread Bob Morley (JIRA)
EntityList cache clearing issues when removing generic entity via DelegatorImpl --- Key: OFBIZ-2882 URL: https://issues.apache.org/jira/browse/OFBIZ-2882 Project: OFBiz

Re: EntityList cache issues ...

2009-08-29 Thread Bob Morley
I will create a JIRA for this issue and then write a unit test that exposes the issue along with a patch that fixes it up. The fixes are already in place for us, so it will just be a matter of the unit test. For interest sake, here are the few lines that show the issue: DelegatorImpl -> store(G

Re: svn commit: r808410 - in /ofbiz/trunk: applications/content/dtd/ applications/content/template/docbook/ applications/content/template/docbook/common/ applications/content/template/docbook/doc/ app

2009-08-29 Thread Hans Bakker
Hi Scott, you are right, committed in r809136 Regards, Hans On Sat, 2009-08-29 at 17:36 +1200, Scott Gray wrote: > Hi Hans, > > The file /applications/content/template/docbook/COPYING appears to be > a license/copyright file and needs to go in the LICENSE file and > wherever else we put tho

Re: JobManager.reloadCrashedJobs() fails to complete

2009-08-29 Thread Scott Gray
Thanks David, I'll go ahead and make the change. My main doubt was that aside from UI queries the statusId fields doesn't seem to be used for the actual processing of any jobs, reloadCrashedJobs, poll and purgeOldJobs all use the date fields only. The poller is fine because it's querying

Re: JobManager.reloadCrashedJobs() fails to complete

2009-08-29 Thread David E Jones
That would make sense to do. I guess when the statudId field was added the query was never adjusted. On a side note, my guess is that the performance difference is due to indexed versus non-indexed fields, and that statudId is indexed automatically because the reverse-foreign- key indexing

[jira] Created: (OFBIZ-2881) "Lookup Data Resource" when in "Add Content " not showing list of datasource's

2009-08-29 Thread chris snow (JIRA)
"Lookup Data Resource" when in "Add Content " not showing list of datasource's -- Key: OFBIZ-2881 URL: https://issues.apache.org/jira/browse/OFBIZ-2881 Project: OFBiz

[jira] Updated: (OFBIZ-2881) "Lookup Data Resource" when in "Add Content " not showing list of datasource's

2009-08-29 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chris snow updated OFBIZ-2881: -- Attachment: Screenshot-Lookup Data Resource - Mozilla Firefox.png > "Lookup Data Resource" when in "Add

[jira] Created: (OFBIZ-2880) ability to add attachment (e.g. document) to any entity record

2009-08-29 Thread chris snow (JIRA)
ability to add attachment (e.g. document) to any entity record --- Key: OFBIZ-2880 URL: https://issues.apache.org/jira/browse/OFBIZ-2880 Project: OFBiz Issue Type: Improvement

[jira] Commented: (OFBIZ-2726) cannot add new requirement from workeffort screens

2009-08-29 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749186#action_12749186 ] chris snow commented on OFBIZ-2726: --- HI Jacques, I have tested this in trunk and all work

[jira] Updated: (OFBIZ-2807) Cannot find an engine definition for the engine name [java] in the serviceengine.xml file

2009-08-29 Thread Scott Gray (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Gray updated OFBIZ-2807: -- Priority: Major (was: Blocker) Downgrading from Blocker to Major. Pratap, please provide more informa

[jira] Commented: (OFBIZ-2872) How to get OFBiz project web site (http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Related+Books) updated?

2009-08-29 Thread Ruth Hoffman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749120#action_12749120 ] Ruth Hoffman commented on OFBIZ-2872: - I don't mind making the changes. I've lots of ex

JobManager.reloadCrashedJobs() fails to complete

2009-08-29 Thread Scott Gray
As the JobSandbox table grows, the time taken to query the database for crashed jobs also grows and eventually causes timeouts meaning any crashed jobs are no longer loaded. The query looks like this: SELECT * FROM JOB_SANDBOX WHERE (FINISH_DATE_TIME IS NULL AND CANCEL_DATE_TIME IS NULL AND