[jira] Updated: (OFBIZ-1141) More user friendly error messages

2007-07-17 Thread Wickersheimer Jeremy (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wickersheimer Jeremy updated OFBIZ-1141: Attachment: ofbiz-1141-example3.patch This illustrates the Exception interception a

Re: Screen widget caching

2007-07-17 Thread David E Jones
I think this is a great idea. As with any other caching tool it needs to be used properly, and based on some of the responses there seems to be some misunderstanding about that. Just as with entity caches this would only be helpful for high volume screens that are not updated frequently, and

[jira] Commented: (OFBIZ-1141) More user friendly error messages

2007-07-17 Thread Wickersheimer Jeremy (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513426 ] Wickersheimer Jeremy commented on OFBIZ-1141: - I managed to write an exception interceptor. I wrote a sma

[jira] Updated: (OFBIZ-1155) problem with 2

2007-07-17 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans Bakker updated OFBIZ-1155: --- Component/s: (was: content) framework > problem with 2

[jira] Assigned: (OFBIZ-1155) problem with 2

2007-07-17 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans Bakker reassigned OFBIZ-1155: -- Assignee: Hans Bakker > problem with 2 --- > >

[jira] Updated: (OFBIZ-1155) problem with 2

2007-07-17 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans Bakker updated OFBIZ-1155: --- Attachment: modelscreenwidget.patch fixes the problem > problem with 2

[jira] Created: (OFBIZ-1155) problem with 2

2007-07-17 Thread Hans Bakker (JIRA)
problem with 2 https://issues.apache.org/jira/browse/OFBIZ-1155 Project: OFBiz Issue Type: Bug Components: content Affects Versions: SVN trunk Reporter: Hans Bakker Fix For: SVN trunk When we have the following screen definition:

[jira] Closed: (OFBIZ-1153) Ordered the currency dropdown in consistent way

2007-07-17 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum closed OFBIZ-1153. -- Resolution: Fixed Fix Version/s: (was: Release Branch 4.0) SVN trunk Than

[jira] Assigned: (OFBIZ-1153) Ordered the currency dropdown in consistent way

2007-07-17 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum reassigned OFBIZ-1153: -- Assignee: Adrian Crum > Ordered the currency dropdown in consistent way > -

[jira] Commented: (OFBIZ-1141) More user friendly error messages

2007-07-17 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513389 ] Adrian Crum commented on OFBIZ-1141: Maybe I'm missing the point, but it seems to me you could do validation chec

[jira] Assigned: (OFBIZ-813) Remove component-specific demo data from securityext component

2007-07-17 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum reassigned OFBIZ-813: - Assignee: Adrian Crum > Remove component-specific demo data from securityext component > -

[jira] Closed: (OFBIZ-813) Remove component-specific demo data from securityext component

2007-07-17 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum closed OFBIZ-813. - Resolution: Fixed Fix Version/s: SVN trunk Fixed. Rev 557077. > Remove component-specific demo dat

[jira] Updated: (OFBIZ-998) Implement RTL UI Layout, Step 2

2007-07-17 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum updated OFBIZ-998: -- Attachment: rtl_step2.patch Updated patch against latest revision. > Implement RTL UI Layout, Step 2 >

Workeffort Calendar Progress

2007-07-17 Thread Adrian Crum
Things have progressed well during the last two weeks. The user-selected TimeZone object is now available in the service engine and the screen rendering environment. Many thanks to David Jones and Jacopo Cappelleto for getting that committed and also for catching and fixing some of the "ripple

RFC: OFBiz User Security

2007-07-17 Thread Adrian Crum
There has been renewed activity in the OFBiz-LDAP area (https://issues.apache.org/jira/browse/OFBIZ-811). That activity reminds me of some security-related subjects I have mentioned before but haven't gone anywhere. So, I guess I'll use this as an opportunity to bring them up again. The org.of

Re: Screen widget caching

2007-07-17 Thread Adrian Crum
Or, you could take the approach that the OS is responsible for caching things on a local storage device - then go ahead and code as if you have unlimited memory. Chris Howe wrote: Perhaps, instead of output caching to memory, output to a "temporary" contentId and store the output to disk or to

Re: Screen widget caching

2007-07-17 Thread Chris Howe
Perhaps, instead of output caching to memory, output to a "temporary" contentId and store the output to disk or to xml database? --- BJ Freeman <[EMAIL PROTECTED]> wrote: > seems that the processing of the key would take up a lot of memory > and > time to process, assuming that 90% of the widgets

Re: Screen widget caching

2007-07-17 Thread BJ Freeman
seems that the processing of the key would take up a lot of memory and time to process, assuming that 90% of the widgets were cached. Jacopo Cappellato sent the following on 7/17/2007 8:32 AM: > Hi all, > > I'd like to discuss with you all about the idea of implementing screen > widget output ca

[jira] Commented: (OFBIZ-811) Authentication using LDAP

2007-07-17 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513304 ] Adrian Crum commented on OFBIZ-811: --- Si, Feel free to download and improve the patch. I agree with you - it needs m

Re: Screen widget caching

2007-07-17 Thread Rodrigo Souza
Apply cache in services or entityes 2007/7/17, Adrian Crum <[EMAIL PROTECTED]>: I think caching the widgets themselves might offer an improvement. I have no opinion on the other items. -Adrian Jacopo Cappellato wrote: > Hi all, > > I'd like to discuss with you all about the idea of implementi

[jira] Commented: (OFBIZ-811) Authentication using LDAP

2007-07-17 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513299 ] Si Chen commented on OFBIZ-811: --- I don't think it should be all-or-none like this. If a user doesn't have an LDAP entr

[jira] Updated: (OFBIZ-1154) Black list is not working

2007-07-17 Thread Bilgin Ibryam (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bilgin Ibryam updated OFBIZ-1154: - Attachment: blacklist.patch this patch fixes point 1 and some part of point 2 > Black list is no

[jira] Created: (OFBIZ-1154) Black list is not working

2007-07-17 Thread Bilgin Ibryam (JIRA)
Black list is not working - Key: OFBIZ-1154 URL: https://issues.apache.org/jira/browse/OFBIZ-1154 Project: OFBiz Issue Type: Bug Components: ecommerce, order Affects Versions: SVN trunk, Release Branch 4

Re: Screen widget caching

2007-07-17 Thread Adrian Crum
I think caching the widgets themselves might offer an improvement. I have no opinion on the other items. -Adrian Jacopo Cappellato wrote: Hi all, I'd like to discuss with you all about the idea of implementing screen widget output caching. Goal: minimize the db/service hits for rather stat

Screen widget caching

2007-07-17 Thread Jacopo Cappellato
Hi all, I'd like to discuss with you all about the idea of implementing screen widget output caching. Goal: minimize the db/service hits for rather static screens (for example a category or product detail screen in the ecommerce); this could be done by implementing screen widget output cachi

[jira] Updated: (OFBIZ-1153) Ordered the currency dropdown in consistent way

2007-07-17 Thread Bilgin Ibryam (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bilgin Ibryam updated OFBIZ-1153: - Attachment: currency.patch the patch > Ordered the currency dropdown in consistent way > ---

[jira] Created: (OFBIZ-1153) Ordered the currency dropdown in consistent way

2007-07-17 Thread Bilgin Ibryam (JIRA)
Ordered the currency dropdown in consistent way --- Key: OFBIZ-1153 URL: https://issues.apache.org/jira/browse/OFBIZ-1153 Project: OFBiz Issue Type: Improvement Affects Versions: SVN trunk, Rel

[jira] Commented: (OFBIZ-1136) Email notification on CSR operations

2007-07-17 Thread Ding Xuedong (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513193 ] Ding Xuedong commented on OFBIZ-1136: - Thanks for the fast answer! I found there are two new Email Type in new r

[jira] Commented: (OFBIZ-1141) More user friendly error messages

2007-07-17 Thread Wickersheimer Jeremy (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513189 ] Wickersheimer Jeremy commented on OFBIZ-1141: - I dove into the code and found the exception birth into SQ

[jira] Commented: (OFBIZ-203) Freemarker postal address formatter macro

2007-07-17 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513181 ] Jacopo Cappellato commented on OFBIZ-203: - Jeremy, I appreciate Leon's work, but in my opinion the best appro

[jira] Closed: (OFBIZ-1123) Make OFBiz use the current Apache Lucene version

2007-07-17 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato closed OFBIZ-1123. Resolution: Fixed Thanks Michael, your patch (with some fixes to formatting) is in rev. 55

[jira] Issue Comment Edited: (OFBIZ-1151) Passwords are not seeded

2007-07-17 Thread Wickersheimer Jeremy (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513177 ] Wickersheimer Jeremy edited comment on OFBIZ-1151 at 7/17/07 1:05 AM: -- Yes, The

[jira] Commented: (OFBIZ-1151) Passwords are not seeded

2007-07-17 Thread Wickersheimer Jeremy (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513177 ] Wickersheimer Jeremy commented on OFBIZ-1151: - PS: the second link is the problem exactly. Someone propos

[jira] Updated: (OFBIZ-1152) error in view-size used for paginate = "false" form

2007-07-17 Thread Gaudin Pierre (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gaudin Pierre updated OFBIZ-1152: - Attachment: defaultViewSize.patch here is the patch from revision 556832 > error in view-size us

[jira] Created: (OFBIZ-1152) error in view-size used for paginate = "false" form

2007-07-17 Thread Gaudin Pierre (JIRA)
error in view-size used for paginate = "false" form Key: OFBIZ-1152 URL: https://issues.apache.org/jira/browse/OFBIZ-1152 Project: OFBiz Issue Type: Bug Components: framework

[jira] Commented: (OFBIZ-1151) Passwords are not seeded

2007-07-17 Thread Guido Amarilla (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513173 ] Guido Amarilla commented on OFBIZ-1151: --- Jeremy Are you talking about adding a salt to the password? Ref: http

[jira] Commented: (OFBIZ-1151) Passwords are not seeded

2007-07-17 Thread Wickersheimer Jeremy (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513172 ] Wickersheimer Jeremy commented on OFBIZ-1151: - Seeding passwords is not related to the strength of the ha

[jira] Commented: (OFBIZ-1151) Passwords are not seeded

2007-07-17 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513168 ] Jacques Le Roux commented on OFBIZ-1151: Jeremy, Did you notice that they use a one way only encryption (ie