[jira] [Created] (OFBIZ-5172) description is incorrect

2013-04-07 Thread billhuang (JIRA)
billhuang created OFBIZ-5172: Summary: description is incorrect Key: OFBIZ-5172 URL: https://issues.apache.org/jira/browse/OFBIZ-5172 Project: OFBiz Issue Type: Improvement Components:

[jira] [Commented] (OFBIZ-5009) Enforce user to reset his password in a pre-defined regular interval of time.

2013-04-07 Thread Leon (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13624755#comment-13624755 ] Leon commented on OFBIZ-5009: - hi, Jacques, Seems you forgot to submit the change of file

Re: Service Engine Logging

2013-04-07 Thread Jacques Le Roux
This seems over complicated to me. Don't arbitrarily slow OFBiz by storing (IOs) services durations at each service call. Let's keep it simple and easy tunable. The way it was before ( 50 = slow; 200 = very slow) was there for years. I did not code it, and after a decade we want to change

[jira] [Commented] (OFBIZ-5009) Enforce user to reset his password in a pre-defined regular interval of time.

2013-04-07 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13624795#comment-13624795 ] Jacques Le Roux commented on OFBIZ-5009: Thanks Leon, Indeed it missed somehow. I

Re: Service Engine Logging

2013-04-07 Thread Adrian Crum
From my perspective, you are the one complicating things. If you don't want to slow down the system with logging I/O, then turn logging off. We've always done it that way is not a valid argument. You still haven't given us any requirements that demonstrate the need to put complicated decision

Re: Service Engine Logging

2013-04-07 Thread Adrian Crum
I have a problem with a single threshold value for all services too. The metrics feature is something I added a while ago. You can assign a metric to a service you are interested in and then monitor that service's performance. Just follow the instructions in the schema. -Adrian On 4/7/2013

Re: Service Engine Logging

2013-04-07 Thread Jacques Le Roux
From: Adrian Crum adrian.c...@sandglass-software.com From my perspective, you are the one complicating things. If you don't want to slow down the system with logging I/O, then turn logging off. When you are continously developping a system, removing all log info/timing from production can be

Re: Service Engine Logging

2013-04-07 Thread Adrian Crum
On 4/7/2013 10:30 AM, Jacques Le Roux wrote: From: Adrian Crum adrian.c...@sandglass-software.com From my perspective, you are the one complicating things. If you don't want to slow down the system with logging I/O, then turn logging off. When you are continously developping a system,

Re: Service Engine Logging

2013-04-07 Thread Jacques Le Roux
From: Adrian Crum adrian.c...@sandglass-software.com On 4/7/2013 10:30 AM, Jacques Le Roux wrote: From: Adrian Crum adrian.c...@sandglass-software.com From my perspective, you are the one complicating things. If you don't want to slow down the system with logging I/O, then turn logging off.

Re: Service Engine Logging

2013-04-07 Thread Jacques Le Roux
Jacques Le Roux wrote: From: Adrian Crum adrian.c...@sandglass-software.com On 4/7/2013 10:30 AM, Jacques Le Roux wrote: From: Adrian Crum adrian.c...@sandglass-software.com From my perspective, you are the one complicating things. If you don't want to slow down the system with logging I/O,

Re: svn commit: r1465362 - /ofbiz/trunk/build.xml

2013-04-07 Thread Jacques Le Roux
I wonder about jetty.properties. Should we move it to specialpurpose also? It seems OK in framework, but not sure. Jacques jler...@apache.org wrote: Author: jleroux Date: Sun Apr 7 11:13:21 2013 New Revision: 1465362 URL: http://svn.apache.org/r1465362 Log: This was preventing the

buildbot success in ASF Buildbot on ofbiz-branch12

2013-04-07 Thread buildbot
The Buildbot has detected a restored build on builder ofbiz-branch12 while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/ofbiz-branch12/builds/81 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: portunus_ubuntu Build Reason: scheduler Build

buildbot success in ASF Buildbot on ofbiz-trunk

2013-04-07 Thread buildbot
The Buildbot has detected a restored build on builder ofbiz-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/ofbiz-trunk/builds/3670 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: portunus_ubuntu Build Reason: scheduler Build

[jira] [Closed] (OFBIZ-5172) description is incorrect

2013-04-07 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-5172. -- Resolution: Fixed Fix Version/s: Release Branch 12.04 Release Branch

Re: svn commit: r1465362 - /ofbiz/trunk/build.xml

2013-04-07 Thread Jacopo Cappellato
Thank you Jacques. About jetty.properties... yes we can leave it for now because it not not really related to Jetty as it is a configuration to run OFBiz: in general we should get rid of all these config files but this can probably wait. Jacopo On Apr 7, 2013, at 1:17 PM, Jacques Le Roux

[jira] [Commented] (OFBIZ-5169) Removing Javolution from framework components

2013-04-07 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13624976#comment-13624976 ] Adrian Crum commented on OFBIZ-5169: Varun, It would be easier for me to evaluate the

Re: Service Engine Logging

2013-04-07 Thread Adrian Crum
On 4/7/2013 12:11 PM, Jacques Le Roux wrote: Jacques Le Roux wrote: From: Adrian Crum adrian.c...@sandglass-software.com Have you considered using the metrics feature? Ha forgot to ask about it, now I see and remember this thread and I will digg in

Re: Service Engine Logging

2013-04-07 Thread Adrian Crum
On 4/7/2013 6:38 PM, Adrian Crum wrote: On 4/7/2013 12:11 PM, Jacques Le Roux wrote: Jacques Le Roux wrote: From: Adrian Crum adrian.c...@sandglass-software.com Have you considered using the metrics feature? Ha forgot to ask about it, now I see and remember this thread and I will digg in

Re: Cosmetic patch for specialpurpose/ecommerce/webapp/ecommerce/cart/minipromotext.ftl

2013-04-07 Thread Varun Bhansaly
The best way to contribute is by creating a JIRA issue and attaching patches therein, this link https://cwiki.apache.org/OFBADMIN/ofbiz-contributors-best-practices.html should help. On Sun, Apr 7, 2013 at 9:38 PM, Mark Schneider m...@it-infrastrukturen.orgwrote: Hello, Are you interested

[jira] [Commented] (OFBIZ-5169) Removing Javolution from framework components

2013-04-07 Thread Varun Bhansaly (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13625094#comment-13625094 ] Varun Bhansaly commented on OFBIZ-5169: --- Adrian, Removing all Javolution objects

[jira] [Created] (OFBIZ-5173) Common look for subscreens of ecommerce (minipromotext.ftl )

2013-04-07 Thread Mark Schneider (JIRA)
Mark Schneider created OFBIZ-5173: - Summary: Common look for subscreens of ecommerce (minipromotext.ftl ) Key: OFBIZ-5173 URL: https://issues.apache.org/jira/browse/OFBIZ-5173 Project: OFBiz

[jira] [Updated] (OFBIZ-5173) Common look for subscreens of ecommerce (minipromotext.ftl )

2013-04-07 Thread Mark Schneider (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Schneider updated OFBIZ-5173: -- --- apache-ofbiz-12.04.01-orig/specialpurpose/ecommerce/webapp/ecommerce/cart/minipromotext.ftl

[jira] [Issue Comment Deleted] (OFBIZ-5173) Common look for subscreens of ecommerce (minipromotext.ftl )

2013-04-07 Thread Mark Schneider (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Schneider updated OFBIZ-5173: -- Comment: was deleted (was: ---

Re: Cosmetic patch for specialpurpose/ecommerce/webapp/ecommerce/cart/minipromotext.ftl

2013-04-07 Thread Mark Schneider
Thank you. I have created new issue (as below) Summary: Common look for subscreens of ecommerce (minipromotext.ftl ) Key: OFBIZ-5173 URL:https://issues.apache.org/jira/browse/OFBIZ-5173 I didn't find any possiblity in JIRA to attach a patch as

[jira] [Updated] (OFBIZ-5173) Common look for subscreens of ecommerce (minipromotext.ftl )

2013-04-07 Thread Mark Schneider (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Schneider updated OFBIZ-5173: -- Attachment: minipromotext.ftl_common_look.png minipromotext.ftl.diff Proposed

Re: Cosmetic patch for specialpurpose/ecommerce/webapp/ecommerce/cart/minipromotext.ftl

2013-04-07 Thread Aditya Barve
Hello Mark, Please follow below steps to attach your patch. #1 Hit : https://issues.apache.org/jira/browse/OFBIZ-5173?page=com.atlassian.streams.streams-jira-plugin:activity-stream-issue-tab