Re: org.ofbiz.base.* Debug.logError bad usage(s)

2010-02-28 Thread Jacques Le Roux
From: Adam Heath doo...@brainfood.com There are *tons* of places in base that call Debug.logError, either with or without an exception, then immediately throw their own exception back to their callers. Debug.logError should *not* be called, if the error is being reported back to the caller in

Re: OutOfMemoryError: PermGen space error

2010-02-28 Thread Ashish Vijaywargiya
Hello Jacopo, The problem still persists IMO. When I navigated from OrderView page to Ecommerce page then I got the same error. I had left application in idle state for about 5 minutes and then clicked on an order to view its details then again I observed the same error. Here is the revision

Re: OutOfMemoryError: PermGen space error

2010-02-28 Thread Ashish Vijaywargiya
Here is the command that I am using from console. java -Xmx1024M -jar ofbiz.jar Configuration: 4GB RAM. Core 2 Duo 3Ghz processor. -- Ashish On Sun, Feb 28, 2010 at 3:54 PM, Ashish Vijaywargiya vijaywargiya.ash...@gmail.com wrote: Hello Jacopo, The problem still persists IMO. When I

Re: OutOfMemoryError: PermGen space error

2010-02-28 Thread Jacopo Cappellato
Hi Ashish, could you please confirm that you have changed the setting from: servicedispatcher.servicedebugmode=true to servicedispatcher.servicedebugmode=false ? Jacopo On Feb 28, 2010, at 11:28 AM, Ashish Vijaywargiya wrote: Here is the command that I am using from console. java

Re: OutOfMemoryError: PermGen space error

2010-02-28 Thread Ashish Vijaywargiya
Sorry Jacopo, Somehow I have missed your previous email: - My fix is in rev. 916608 Hans, I think that you are maintaining the demo instance at ASF; if possible please set the new flag in service.properties to false; this will fix the PerGem errors without requiring to increase

[jira] Closed: (OFBIZ-3491) Refactor fieldlookup.js

2010-02-28 Thread Sascha Rodekamp (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sascha Rodekamp closed OFBIZ-3491. -- Resolution: Fixed Patch moved to [OFBIZ-3524|https://issues.apache.org/jira/browse/OFBIZ-3524]

[jira] Updated: (OFBIZ-3524) Some improvements for the layer lookup

2010-02-28 Thread Sascha Rodekamp (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sascha Rodekamp updated OFBIZ-3524: --- Attachment: OFBIZ-3524_Fade_Background.patch faded_background.png Some

[jira] Created: (OFBIZ-3524) Some improvements for the layer lookup

2010-02-28 Thread Sascha Rodekamp (JIRA)
Some improvements for the layer lookup -- Key: OFBIZ-3524 URL: https://issues.apache.org/jira/browse/OFBIZ-3524 Project: OFBiz Issue Type: Sub-task Components: framework Affects Versions:

[jira] Closed: (OFBIZ-3492) Tomahawk LookupLayer Layout update

2010-02-28 Thread Sascha Rodekamp (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sascha Rodekamp closed OFBIZ-3492. -- Resolution: Fixed Patch moved to [OFBIZ-3524|https://issues.apache.org/jira/browse/OFBIZ-3524]

Re: OutOfMemoryError: PermGen space error

2010-02-28 Thread Hans Bakker
Jacopo, sory to say but we still have the permgen problem: 2010-02-28 14:12:43,291 (http-0.0.0.0-8080-2) [ RequestHandler.java:737:INFO ] Rendering View [main], sessionId=398DD860F778F71192741ACABA6B71BA.jvm1 2010-02-28 14:12:46,645 (http-0.0.0.0-8080-2) [StandardWrapperValve.java:274:ERROR]

Re: OutOfMemoryError: PermGen space error

2010-02-28 Thread Jacopo Cappellato
I am sorry to hear this; would it be possible for you to get the output of the following command: jmap -permstat PID where PID is the process id (you get it with the ps command) of the JVM where OFBiz is running? Thanks, Jacopo On Feb 28, 2010, at 3:41 PM, Hans Bakker wrote: Jacopo,

[jira] Assigned: (OFBIZ-3491) Refactor fieldlookup.js

2010-02-28 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reassigned OFBIZ-3491: -- Assignee: Jacques Le Roux Refactor fieldlookup.js ---

[jira] Commented: (OFBIZ-3491) Refactor fieldlookup.js

2010-02-28 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12839474#action_12839474 ] Jacques Le Roux commented on OFBIZ-3491: Thanks Sascha, Your patch is in trunk at

[jira] Commented: (OFBIZ-3492) Tomahawk LookupLayer Layout update

2010-02-28 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12839503#action_12839503 ] Jacques Le Roux commented on OFBIZ-3492: Thanks Sascha, Commited at r917301 in

[jira] Commented: (OFBIZ-3524) Some improvements for the layer lookup

2010-02-28 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12839504#action_12839504 ] Jacques Le Roux commented on OFBIZ-3524: Hi Sascha, I have commited the patches

Re: svn commit: r917372 - in /ofbiz/trunk/framework/base/src/org/ofbiz/base/util: ObjectType.java test/ObjectTypeTests.java

2010-02-28 Thread Adam Heath
I'm not done, but svn commit is turned off atm due to maintenance.

Re: svn commit: r917377 - in /ofbiz/trunk/framework/base/src/org/ofbiz/base/util: ObjectType.java test/ObjectTypeTests.java

2010-02-28 Thread Adam Heath
doo...@apache.org wrote: Author: doogie Date: Mon Mar 1 05:07:00 2010 New Revision: 917377 URL: http://svn.apache.org/viewvc?rev=917377view=rev Log: BUG FIX: Move node test to before the loadClass call. All done, except for one thing. The original ObjectType.simpleTypeConvert had a