Re: svn commit: r1170442 - /ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/ModelFormField.java

2011-09-14 Thread Jacques Le Roux
Yes, I'd have been among your chastisers. I have just changed my mind on this recently and would like to propose an OFBiz exception on the Java Sun (er.. Oracle, can't get used to) coding conventions. The reasons: 1. It's already widely used thorough OFBiz code, but it's not normalized 2. I

Re: svn commit: r1170469 - in /ofbiz: branches/release11.04/applications/product/widget/catalog/ProductScreens.xml trunk/applications/product/widget/catalog/ProductScreens.xml

2011-09-14 Thread Jacques Le Roux
Not sure it's a good idea to have both trunk and R11.04 in the same commit. Like if you want the patch for the release you have to handle it, etc. Actually it surprised me more than anything else (at least the comment should make it clear), not sure it's bad, opinions? Jacques Author:

Re: svn commit: r1170442 - /ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/ModelFormField.java

2011-09-14 Thread Jacques Le Roux
Yes, this was actually the object of this message. I think ModelFormField.java as it's now is a good example of what I mean Jacques From: Bilgin Ibryam bibr...@gmail.com On Wed, Sep 14, 2011 at 9:38 AM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: Yes, I'd have been among your

[jira] [Closed] (OFBIZ-4399) Possible null pointer exception

2011-09-15 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4399. -- Resolution: Not A Problem Assignee: Adrian Crum I agree with Adrian, putIfAbsent would

Re: svn commit: r1170442 - /ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/ModelFormField.java

2011-09-15 Thread Jacques Le Roux
Yes that's what I was suggesting. See my previous message about that (look for Eclipse Java/Code Style/Formatter template based on default (Java Conventions [built-in]) ) But you need to agree before on what to put in the formatter... Jacques Dimitri Unruh wrote: So, if there are so much

Re: widgetVerbose

2011-09-15 Thread Jacques Le Roux
Someone I work with suggested: I have to point out though that I kind of agree with the way David put it in that the false setting could have a priority, i.e. it's like in security permissions where deny has precedence over allow, so if you set it in widget.properties to false then you're sure

[jira] [Reopened] (OFBIZ-3403) webtools xml data export to browser not working

2011-09-16 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reopened OFBIZ-3403: Assignee: Jacques Le Roux I think there are still issues: # only IE renders directly

[jira] [Reopened] (OFBIZ-4296) JmsTopicListener started twice when distributed-cache-clear is active

2011-09-16 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reopened OFBIZ-4296: Hi Dimitri, Reopening I'm not against, but reverting I'd not unless we have a better

[jira] [Created] (OFBIZ-4427) Possible runtime errors with UtilValidate.isEmpty(Object) should be rather caught during compilation

2011-09-17 Thread Jacques Le Roux (JIRA)
/OFBIZ-4427 Project: OFBiz Issue Type: Improvement Components: framework Affects Versions: SVN trunk Reporter: Jacques Le Roux Priority: Minor Fix For: SVN trunk Hence we need tp remove the UtilValidate.isEmpty(Object) method

[jira] [Commented] (OFBIZ-3403) webtools xml data export to browser not working

2011-09-17 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13107135#comment-13107135 ] Jacques Le Roux commented on OFBIZ-3403: BJ, There is already the possibilty

[jira] [Closed] (OFBIZ-3403) webtools xml data export to browser not working

2011-09-17 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-3403. -- Resolution: Fixed Fix Version/s: SVN trunk Done at r1171983 webtools xml data export

Re: svn commit: r1171983 - in /ofbiz/trunk/framework/webtools: config/WebtoolsUiLabels.xml webapp/webtools/entity/xmldsdump.ftl

2011-09-17 Thread Jacques Le Roux
Sorry for the false changes, I had to face an inconsitent EOLs svn reported... (after using Labels Manager for dynamic labels reloading during tests) The only changes were value xml:lang=enlt;Ugt;ORlt;/Ugt; Out to Browser (FireFox, Safari and Opera: view source. Chrome does not work)/value

Re: ofbiz HttpClient versus org.apache.commons.httpclient.HttpClient;

2011-09-17 Thread Jacques Le Roux
I'm resurrecting this thread because, as outlined by this other thread http://markmail.org/message/j4s6tq2ccit3wtbf, unlike Apache HttpClient, OFBiz's is not closing connections. I have not the time at the moment to replace it, but I'd like to do so in October or November. I will open a Jira

[jira] [Commented] (OFBIZ-4396) Project Manager Gantt chart does not display correctly using any of the visual themes

2011-09-17 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13107162#comment-13107162 ] Jacques Le Roux commented on OFBIZ-4396: I guess you also tried the last trick

[jira] [Closed] (OFBIZ-4426) Some dead variable assignments

2011-09-17 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4426. -- Resolution: Fixed Fix Version/s: SVN trunk Assignee: Jacques Le Roux Thanks

Re: ofbiz HttpClient versus org.apache.commons.httpclient.HttpClient;

2011-09-17 Thread Jacques Le Roux
://download.oracle.com/javase/6/docs/api/java/nio/channels/package-summary.html Jacques Le Roux sent the following on 9/17/2011 9:13 AM: I'm resurrecting this thread because, as outlined by this other thread http://markmail.org/message/j4s6tq2ccit3wtbf, unlike Apache HttpClient, OFBiz's

[jira] [Commented] (OFBIZ-4412) Set initial ecommerce Locale/Currency based on mount point specified in specialpurpose/ecommerce/ofbiz-component.xm

2011-09-17 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13107259#comment-13107259 ] Jacques Le Roux commented on OFBIZ-4412: A look in archives might help, here

[jira] [Closed] (OFBIZ-4413) Issue receiving emails with attachment

2011-09-18 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4413. -- Resolution: Fixed Fix Version/s: SVN trunk Assignee: Jacques Le Roux Thanks

[jira] [Closed] (OFBIZ-4411) QuickCheckout - New Address - Back functionality doesn't work

2011-09-18 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4411. -- Resolution: Fixed Fix Version/s: SVN trunk Release Branch 11.04

[jira] [Commented] (OFBIZ-4410) breadcrumbs.ftl code is not efficient

2011-09-18 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13107414#comment-13107414 ] Jacques Le Roux commented on OFBIZ-4410: We don't apply improvements to releases

[jira] [Closed] (OFBIZ-4406) entity PrimaryParentProductCategory referred to but does not exist

2011-09-18 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4406. -- Resolution: Invalid Assignee: Jacques Le Roux If you look at the API defintion

[jira] [Assigned] (OFBIZ-4408) 'Create Product in Category' button cause exception

2011-09-18 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reassigned OFBIZ-4408: -- Assignee: Jacques Le Roux 'Create Product in Category' button cause exception

[jira] [Closed] (OFBIZ-4408) 'Create Product in Category' button cause exception

2011-09-18 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4408. -- Resolution: Fixed Fix Version/s: SVN trunk Thanks for report Wai, Fixed in trunk

[jira] [Updated] (OFBIZ-4386) Order not completed when filled from more than one InventoryItem

2011-09-18 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-4386: --- Attachment: OFBIZ-4386_IssuanceServices.patch Paul, About set field=shipmentId. What I mean

[jira] [Commented] (OFBIZ-4400) Minor code style improvement

2011-09-18 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13107532#comment-13107532 ] Jacques Le Roux commented on OFBIZ-4400: I forgot the services.xml file

[jira] [Created] (OFBIZ-4429) No HTML comments in CSV rendering

2011-09-19 Thread Jacques Le Roux (JIRA)
Reporter: Jacques Le Roux Priority: Minor Fix For: SVN trunk HTML comments are outputted for CSV (because there's no csv element and you have to use html) element. No HTML comments should be outputted for csv. -- This message is automatically generated

Re: widgetVerbose

2011-09-19 Thread Jacques Le Roux
that (when widget.properties.enableBoundaryComments == false) the comments are enabled by passing a URL parameter to the screen. Kind regards, Jacopo On Sep 15, 2011, at 4:18 PM, Jacques Le Roux wrote: Someone I work with suggested: I have to point out though that I kind of agree

[jira] [Created] (OFBIZ-4430) Replace OFBiz HttpClient either by org.apache.commons.httpclient.HttpClient or rewrite it using NIO

2011-09-19 Thread Jacques Le Roux (JIRA)
/OFBIZ-4430 Project: OFBiz Issue Type: Improvement Components: framework Affects Versions: SVN trunk Reporter: Jacques Le Roux Fix For: SVN trunk The main problem with current implementation is that it does not handle connections release

Re: ofbiz HttpClient versus org.apache.commons.httpclient.HttpClient;

2011-09-19 Thread Jacques Le Roux
in looking at the http library they are still using the java.net for connection. So in my estimation, we do a re-factor of ofbiz to java.nio and fix the httpclient we have. Jacques Le Roux sent the following on 9/17/2011 9:13 AM: I'm resurrecting this thread because, as outlined by this other thread

[jira] [Reopened] (OFBIZ-4433) product.groovy improved

2011-09-19 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reopened OFBIZ-4433: product.groovy improved --- Key: OFBIZ-4433

[jira] [Commented] (OFBIZ-4433) product.groovy improved

2011-09-19 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13107732#comment-13107732 ] Jacques Le Roux commented on OFBIZ-4433: Aboutthe Resolved status: if you provide

[jira] [Issue Comment Edited] (OFBIZ-4433) product.groovy improved

2011-09-19 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13107732#comment-13107732 ] Jacques Le Roux edited comment on OFBIZ-4433 at 9/19/11 10:28 AM

[jira] [Commented] (OFBIZ-4386) Order not completed when filled from more than one InventoryItem

2011-09-19 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13107758#comment-13107758 ] Jacques Le Roux commented on OFBIZ-4386: Paul, it's already done in the last patch

Re: New link between communication event and sales opportunity

2011-09-19 Thread Jacques Le Roux
I did not look into details yet, but why SalesOpportunityWorkEffort exists if we don't use it? Also I agree with Scott on The business case could be redescribed as: - Email Received (CommunicationEvent) - WorkEffort created to handle the communication - Communication deemed to be a sales

Re: REST Servlet

2011-09-19 Thread Jacques Le Roux
Unfortunately, I believe Hans's answer was I think how it is implemented now is fine. I hope i commented now enough? In other words, he don't want to cvhange the way it's done at the moment. Did yo consider my proposition Adrian, Hans? I think it's a good compromise... Jacques From:

Re: REST Servlet

2011-09-19 Thread Jacques Le Roux
Oops, indeed :/ Jacques From: Adrian Crum adrian.c...@sandglass-software.com Perhaps your reply was meant for another thread? -Adrian On 9/19/2011 1:10 PM, Jacques Le Roux wrote: Unfortunately, I believe Hans's answer was I think how it is implemented now is fine. I hope i commented now

Re: widgetVerbose

2011-09-19 Thread Jacques Le Roux
an override is an overkill anyway Regards, Hans On Mon, 2011-09-19 at 08:43 +0200, Jacques Le Roux wrote: Yes, but I guess we will set widget.verbose in the properties file to true (as we do for all defaults to be dev friendly). Will that suit Hans? Else why do you Hans ask for now overriding

Re: discussion: database dependent display of backend screens, forms, fields and menus

2011-09-20 Thread Jacques Le Roux
I like the idea, it a very simplied form of what Jahia CMS provides. There you can edit, not only remove. But Jahia is only a CMS, not an ERP with other features... Due to OFBiz structure it should not be to hard to achieve on screens which use only forms. For FTL templates, looks like a bit

[jira] [Commented] (OFBIZ-4430) Replace OFBiz HttpClient either by org.apache.commons.httpclient.HttpClient or rewrite it using NIO

2011-09-21 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13109294#comment-13109294 ] Jacques Le Roux commented on OFBIZ-4430: You mean it's not a working solution

[jira] [Commented] (OFBIZ-4296) JmsTopicListener started twice when distributed-cache-clear is active

2011-09-21 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13109371#comment-13109371 ] Jacques Le Roux commented on OFBIZ-4296: Dimitri, In case you activate DCC your

Re: svn commit: r1173978 - in /ofbiz/branches/release11.04/specialpurpose/ecommerce: webapp/ecommerce/order/OnePageCheckoutProcess.ftl widget/OrderScreens.xml

2011-09-22 Thread Jacques Le Roux
Not a bug fix Sascha ;o) Jacques From: sascharodek...@apache.org Author: sascharodekamp Date: Thu Sep 22 07:42:37 2011 New Revision: 1173978 URL: http://svn.apache.org/viewvc?rev=1173978view=rev Log: OnePageCheckout should reuse UpdateCart while first time rendering

[jira] [Closed] (OFBIZ-4428) trunk: Catalog - Stores - ANYSTORE - Web Sites - Create New Web Site = ERROR

2011-09-22 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4428. -- trunk: Catalog - Stores - ANYSTORE - Web Sites - Create New Web Site = ERROR

[jira] [Closed] (OFBIZ-4296) JmsTopicListener started twice when distributed-cache-clear is active

2011-09-23 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4296. -- Resolution: Fixed Thanks Dimitri, Too fast: simply forgot to compile! Your patch is in trunk

[jira] [Closed] (OFBIZ-4435) Fixed typo in ProductionRun class.

2011-09-24 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4435. -- Resolution: Fixed Fix Version/s: (was: Release Branch 11.04

[jira] [Closed] (OFBIZ-4410) breadcrumbs.ftl code is not efficient

2011-09-24 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4410. -- Resolution: Fixed Fix Version/s: SVN trunk Assignee: Jacques Le Roux Thanks

[jira] [Closed] (OFBIZ-4434) ajaxAutocompleteOptions.ftl

2011-09-24 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4434. -- Resolution: Fixed Fix Version/s: SVN trunk Assignee: Jacques Le Roux Thanks

[jira] [Commented] (OFBIZ-4441) UtilXml firstChildElement should use getNodeName instead of getLocalName

2011-09-24 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13113941#comment-13113941 ] Jacques Le Roux commented on OFBIZ-4441: Please guys dont repeat useless

[jira] [Closed] (OFBIZ-4440) OnePageCheckout breaks when you are logged in with userid that belongs to PartyGroup

2011-09-24 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4440. -- Resolution: Fixed Fix Version/s: SVN trunk Release Branch 11.04

Re: svn commit: r1175135 - /ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditShippingAddress.groovy

2011-09-24 Thread Jacques Le Roux
Opps right AMIT... Thanks Jacques From: Amit Sharma amit.sha...@hotwaxmedia.com Hello Jacques, Inline:- +context.partyId = party.partyId +if (Person.equals(party.partyTypeId)) { +person = delegator.findByPrimaryKey(Person, [partyId : party.partyId]); I think partyTypeId

[jira] [Closed] (OFBIZ-4403) The Orders tab in Catalog Products is not working.

2011-09-24 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4403. -- Resolution: Fixed Backported in R10.04 from r1170469 at r1175161 The Orders tab in Catalog

[jira] [Commented] (OFBIZ-4429) No HTML comments in CSV rendering

2011-09-24 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13113955#comment-13113955 ] Jacques Le Roux commented on OFBIZ-4429: For now, a workaround is to set

Re: svn commit: r1175130 - /ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/breadcrumbs.ftl

2011-09-24 Thread Jacques Le Roux
If nobody disagree, I will backport this in releases. It introduces an improvement from https://issues.apache.org/jira/browse/OFBIZ-4410 but alsofixes a bad breadcrumbs rendering (from 2009-01-25) Jacques Author: jleroux Date: Sat Sep 24 08:43:22 2011 New Revision: 1175130 URL:

Re: Use sequenceNum on EntityType ?

2011-09-24 Thread Jacques Le Roux
EntityTypeGroupAssoc is an interesting idea Nicolas. Other opinions? Jacques From: Nicolas Malin malin.nico...@librenberry.net Hi Rishi, thanks for your reply Rishi Solanki a écrit : Hi Nicolas, Currently only StatusItem and may 1 or 2 entities have this ability i.e sequenceNum as a field

Re: demos reboot

2011-09-24 Thread Jacques Le Roux
Jacques From: Jacques Le Roux jacques.le.r...@les7arts.com Hi, I noticed this morning that, when infra stops the VMs, OFBiz is not reloading when they restart. I guess we have to install rc.ofbiz.for.debian (I created it sometimes ago should be still ok) in etc. But I have no time to take

[jira] [Updated] (OFBIZ-4447) OnePageCheckout creates new billing/shipping address fails with ups shipments

2011-09-25 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-4447: --- Component/s: specialpurpose/ecommerce Affects Version/s: SVN trunk Thanks

[jira] [Updated] (OFBIZ-4446) OnePageCheckout creates new billing/shipping phone number even if user selects the default values

2011-09-25 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-4446: --- Component/s: specialpurpose/ecommerce Affects Version/s: SVN trunk

[jira] [Updated] (OFBIZ-4445) On register page, billing address same as shipping doesn't copy the phone number

2011-09-25 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-4445: --- Component/s: specialpurpose/ecommerce Affects Version/s: SVN trunk On register

Re: demos reboot

2011-09-25 Thread Jacques Le Roux
anyway. By then, I hope to have written few lines about our release policy, with this aspect included Jacques From: BJ Freeman bjf...@free-man.net I get the distinct impression you have. I think everyone depends on you too much. Thanks for what you have done. Jacques Le Roux sent the following on 9

[jira] [Commented] (OFBIZ-4385) ImageManagement cannot handle many directories

2011-09-25 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13114186#comment-13114186 ] Jacques Le Roux commented on OFBIZ-4385: Thanks for report Sam, I agree

getAssociatedStateList broken

2011-09-25 Thread Jacques Le Roux
Hi, I don't know how old it is, but getAssociatedStateList is broken. It renders the country in the state dependent drop down with what seems to be the same number of states (Australia is a good example). I quickly tried to revert r1173996, not a solution. Then tried to revert r1153402 but got

[jira] [Commented] (OFBIZ-4433) product.groovy improved

2011-09-25 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13114203#comment-13114203 ] Jacques Le Roux commented on OFBIZ-4433: Christian, Please don't use tabs in your

Re: demos reboot

2011-09-25 Thread Jacques Le Roux
, online, that ofbiz just take them all down an give instructions how someone can run it on their own platform, we already have. They can select from the page which one they want do download and run. Jacques Le Roux sent the following on 9/25/2011 1:53 AM: Actually I was a bit too ambitious

[jira] [Commented] (OFBIZ-4447) OnePageCheckout creates new billing/shipping address fails with ups shipments

2011-09-26 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13114481#comment-13114481 ] Jacques Le Roux commented on OFBIZ-4447: Kiran, Some other points: * Please don't

[jira] [Commented] (OFBIZ-4403) The Orders tab in Catalog Products is not working.

2011-09-26 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13114483#comment-13114483 ] Jacques Le Roux commented on OFBIZ-4403: Hi Atul, No worries, it was an easy fix

Re: demos reboot

2011-09-26 Thread Jacques Le Roux
/display/OFBADMIN/OFBiz+Source+Repository+and+Access and this one would work https://cwiki.apache.org/confluence/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide Jacques Le Roux sent the following on 9/25/2011 9:43 AM: Yes, at some point we had a page for that in wiki. I removed

[jira] [Assigned] (OFBIZ-4295) Deserialization of arrays with UtilObject.getObject() throws ClassNotFoundException

2011-09-26 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reassigned OFBIZ-4295: -- Assignee: Jacques Le Roux Deserialization of arrays with UtilObject.getObject

[jira] [Commented] (OFBIZ-4295) Deserialization of arrays with UtilObject.getObject() throws ClassNotFoundException

2011-09-26 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13114542#comment-13114542 ] Jacques Le Roux commented on OFBIZ-4295: Thanks for reminder Martin, I will have

[jira] [Assigned] (OFBIZ-4341) GenericDelegator.findOne cache not working for not-found values (cached not-found treated like cache miss)

2011-09-26 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reassigned OFBIZ-4341: -- Assignee: Jacques Le Roux GenericDelegator.findOne cache not working for not-found

[jira] [Reopened] (OFBIZ-4340) Styleissue at payment settings

2011-09-26 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reopened OFBIZ-4340: Assignee: Jacques Le Roux Styleissue at payment settings

[jira] [Commented] (OFBIZ-4342) Ajax callings in CheckoutProcess.js are not handling server-side errors correctly

2011-09-26 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13114546#comment-13114546 ] Jacques Le Roux commented on OFBIZ-4342: Bump... Ajax callings

[jira] [Closed] (OFBIZ-4345) voided payments are auto-applied to new order invoices

2011-09-26 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4345. -- Backported in R11.04 r1175743 R10.04 r1175741 R09.04 r1175745 voided payments are auto-applied

Re: How to configure a job to run daily?

2011-09-27 Thread Jacques Le Roux
And please use rather user ML for such questions, see why here : http://cwiki.apache.org/confluence/display/OFBADMIN/Mailing+Lists#MailingLists-DesignanddevelopmentList:dev@ofbiz.apache.org Thanks Jacques From: Akash Jain akash.j...@hotwaxmedia.com Hello Vidya, countNumber will be -1. --

findOne signatures refactoring

2011-09-27 Thread Jacques Le Roux
Hi, I suggest to refactor findOne signatures. Or actually only the signature w/out ellipsis. When we introduced the signature with elilpsis the cache argument was inevitably in the middle. We kept the signature for the other method. I was caught recently by changing a method call from ellipsis

Re: findOne signatures refactoring

2011-09-27 Thread Jacques Le Roux
, boolean, Object...) would still be used and it calls UtilMisc.toMap(Object...) which supports exactly this scenario. What is the problem? Regards Scott On 27/09/2011, at 8:24 PM, Jacques Le Roux wrote: Hi, I suggest to refactor findOne signatures. Or actually only the signature w/out ellipsis

Re: svn commit: r1175130 - /ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/breadcrumbs.ftl

2011-09-28 Thread Jacques Le Roux
OK forget it, too complicated... Jacques If nobody disagree, I will backport this in releases. It introduces an improvement from https://issues.apache.org/jira/browse/OFBIZ-4410 but alsofixes a bad breadcrumbs rendering (from 2009-01-25) Jacques Author: jleroux Date: Sat Sep 24 08:43:22

Re: findOne signatures refactoring

2011-09-28 Thread Jacques Le Roux
Right, it was another (logical) issue in code. I mixed up both when it was actually obvious that a map was rendered by UtilMisc.toMap(field1, value1) hence no issues :/ Thanks for your help (both Scott and you) Jacques From: Martin Kreidenweis martin.kreidenw...@tngtech.com Hi, changing a

Re: discussion: party preference and user(loginId) preference

2011-09-29 Thread Jacques Le Roux
I agree with Adrian. But then we will not have the possibility to have preferences by logins, only parties. Not sure it's a big deal, maybe should be considered? (Why it was done that way...?) Jacques From: Adrian Crum adrian.c...@sandglass-software.com I would prefer #2. The distinction

End of month : Main New features

2011-09-29 Thread Jacques Le Roux
Please devs, don't forget to add your changes in Main New features with shorts explanations https://cwiki.apache.org/confluence/display/OFBIZ/Main+New+Features Thanks Jacques

Re: discussion: party preference and user(loginId) preference

2011-09-30 Thread Jacques Le Roux
I don't see anyh other types of preferences, but I'm sure reality can come with few. So yes, it looks like a good idea to me to have that Jacques From: BJ Freeman bjf...@free-man.net sorry if I was not clear add preferenceID to Party, partyGroup, and change the userlogin to preferenceID. this

Re: getAssociatedStateList broken

2011-09-30 Thread Jacques Le Roux
Jacques Regards Sascha Am 25.09.2011 um 11:31 schrieb Jacques Le Roux jacques.le.r...@les7arts.com: Hi, I don't know how old it is, but getAssociatedStateList is broken. It renders the country in the state dependent drop down with what seems to be the same number of states (Australia

Re: svn commit: r1177789 - /ofbiz/branches/release10.04/framework/webapp/src/org/ofbiz/webapp/stats/ServerHitBin.java

2011-09-30 Thread Jacques Le Roux
http://markmail.org/message/4b37lgy7ymsfg43u I was able to reproduce Jacques Scott Gray wrote: What bug? On 1/10/2011, at 8:25 AM, jler...@apache.org wrote: Author: jleroux Date: Fri Sep 30 19:25:16 2011 New Revision: 1177789 URL: http://svn.apache.org/viewvc?rev=1177789view=rev Log: Fix

Re: getAssociatedStateList broken

2011-09-30 Thread Jacques Le Roux
Ha, I think I see what you mean. As I said previously, maybe a recent commit broke your last change... Jacques From: Jacques Le Roux jacques.le.r...@les7arts.com From: Sascha Rodekamp sascha.rodekamp.lynx...@googlemail.com Gs yea that Looks Bad indeed. I'll check this. Not sure why

Re: svn commit: r1177789 - /ofbiz/branches/release10.04/framework/webapp/src/org/ofbiz/webapp/stats/ServerHitBin.java

2011-09-30 Thread Jacques Le Roux
of the problem before coming up with a solution. Note the delegator missed in the session not the request, as stated above the 2d block is just belt and suspenders, maybe useless and wrong indeed Jacques Regards Scott On 1/10/2011, at 5:54 PM, Jacques Le Roux wrote: http://markmail.org/message

Re: svn commit: r1177789 - /ofbiz/branches/release10.04/framework/webapp/src/org/ofbiz/webapp/stats/ServerHitBin.java

2011-09-30 Thread Jacques Le Roux
Fixed at r1177923, see also my answer to Scott's, I did no read your message before. I think we would never get to this point, anyway better safe than sorry, since it was wrong. Jacques David E Jones wrote: Also, this introduces a bug: a hard-coded dependence on the default delegator. The

Re: svn commit: r1177789 - /ofbiz/branches/release10.04/framework/webapp/src/org/ofbiz/webapp/stats/ServerHitBin.java

2011-10-01 Thread Jacques Le Roux
Actually better and complete fix at r1177926. I should have backported it when doing r1021344 Jacques Jacques Le Roux wrote: Fixed at r1177923, see also my answer to Scott's, I did no read your message before. I think we would never get to this point, anyway better safe than sorry, since

Java 7

2011-10-03 Thread Jacques Le Roux
Hi, One day or another we will have to move to Java 7, I believe. http://www.eclipse.org/jdt/ui/r3_8/Java7news/whats-new-java-7.html Opinions? Jacques

Re: How to delete a catalog or catagory ?

2011-10-03 Thread Jacques Le Roux
#Referential_Actions Jacques From: Jacques Le Roux jacques.le.r...@les7arts.com I have done something very raw for now at http://docs.ofbiz.org/display/OFBENDUSER/How+to+delete+tuples+added+to+test+a+setup WIP... Jacques From: Jacques Le Roux jler...@apache.org Note that my intention is to have a handy tool

Re: Java 7

2011-10-04 Thread Jacques Le Roux
As soon as we change things maybe. Not even sure it's really needed, at least last updated were done in trunk. Java 7 does not introduce much changes anyway... Jacques From: BJ Freeman bjf...@free-man.net I think a branch would be appropriate Jacques Le Roux sent the following on 10/3/2011 3

Re: Java 7

2011-10-05 Thread Jacques Le Roux
Sascha 2011/10/4 Jacques Le Roux jacques.le.r...@les7arts.com As soon as we change things maybe. Not even sure it's really needed, at least last updated were done in trunk. Java 7 does not introduce much changes anyway... Jacques From: BJ Freeman bjf...@free-man.net I think a branch would

Re: Java 7

2011-10-05 Thread Jacques Le Roux
use Java 7, there needs to be a good reason for that. Regards Scott On 5/10/2011, at 9:26 PM, Jacques Le Roux wrote: Since, with java.nio.file, most important changes introduced by Java 7 are syntactic sugar (Coin project), I was more thinking about a continued effort, not limited in time, hence

Re: Java 7

2011-10-05 Thread Jacques Le Roux
OK, no hurry, we will see again during 2010 then... Jacques Scott Gray wrote: You can't even get Java 7 for OSX currently (and no I'm not talking OpenJDK), as far as I can tell it's not expected until sometime in 2012. Regards Scott On 6/10/2011, at 12:47 AM, Jacques Le Roux wrote

Re: Short term plans for official releases

2011-10-05 Thread Jacques Le Roux
Hi Jacopo, Inline... Jacopo Cappellato wrote: Hi to all contributors. With this email I just want to check if we are interested in issuing one or more official releases soon (this or next month). If we are, I will be more than happy to support the process as usual. Here is what we could

Re: Short term plans for official releases

2011-10-08 Thread jacques . le . roux
on this soon... Jacques From: Jacopo Cappellato jacopo.cappell...@hotwaxmedia.com Thank you Jacques, please see my note below: On Oct 5, 2011, at 3:55 PM, Jacques Le Roux wrote: Maybe we should make more clear somewhere that releases like 10.04.01 or 09.04.02 are only tagged revisions in respective

fieldlookup.gif background transparent

2011-10-11 Thread Jacques Le Roux
Hi, At r1181878, I have made the fieldlookup.gif background transparent. This should have been done far earlier :/ If nobody disagree, I will backport to releases in few days... Jacques

Re: fieldlookup.gif background transparent

2011-10-11 Thread Jacques Le Roux
Not at all, try the new Flat Grey theme. It's also used in (at least) 3 places by other themes Jacques From: Nicolas Malin malin.nico...@librenberry.net fieldlookup.gif isn't deprecated ? Le 11/10/2011 18:32, Jacques Le Roux a écrit : Hi, At r1181878, I have made the fieldlookup.gif

Tomcat and Annotations: dynamically configures application components

2011-10-12 Thread Jacques Le Roux
Hi, FYI, an interesting article about Tomcat 7 (not currently embedded in OFBiz, we use 6.0.33) http://www.tomcatexpert.com/blog/2011/10/12/how-use-fragments-and-annotations-configure-your-web-application Jacques

Re: why storeLogin check StoreCustomerRole ?

2011-10-12 Thread Jacques Le Roux
Hi Elan, Yes you are right with it (I did not check code though). Could you open a Jira and possibly attach a patch? TIA Jacques From: elanzhou elanz...@126.com hi, all: I'm confused by LoginEvents:storeLogin's checkStoreCustomerRole. In org.ofbiz.securityext.login.LoginEvents's

configproductdetail.ftl useless block

2011-10-12 Thread Jacques Le Roux
In both configproductdetail.ftl files, we have this whole useless block if (data._ERROR_MESSAGE_LIST_ != undefined) { //console.log(data._ERROR_MESSAGE_LIST_); //alert(data._ERROR_MESSAGE_LIST_); }else if (data._ERROR_MESSAGE_ != undefined) { //console.log(data._ERROR_MESSAGE_);

Re: Upload content file by ajax with form widget

2011-10-13 Thread Jacques Le Roux
HI Nicolas, Did you pick this plugin by chance between http://plugins.jquery.com/plugin-tags/upload, or did you test them, or? Jacques From: Nicolas Malin malin.nico...@librenberry.net Hi, At this time, uploading file with widget form with type=upload and the element on-event-update-area

Re: Issue with multi-select in selectBox widget

2011-10-13 Thread Jacques Le Roux
Because multiple=true has always been a pain in HTML, I have introduced the asmselect jQuerry plugin in OFBiz. You might try it at https://demo-trunk.ofbiz.apache.org/example/control/FormWidgetExamples#DropDownMultipleFieldExampleForm_multipleDropDownFields_title But please use rather user ML

  1   2   3   4   5   6   7   8   9   10   >