[jira] Commented: (OFBIZ-2067) More German translations

2009-01-07 Thread Christian Geisert (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12661521#action_12661521 ] Christian Geisert commented on OFBIZ-2067: -- Missing labels added More German

[jira] Commented: (OFBIZ-1914) form 'extend' can bring system in a loop

2009-01-07 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12661597#action_12661597 ] Adrian Crum commented on OFBIZ-1914: David, I was thinking about a solution along the

[jira] Created: (OFBIZ-2112) Minipol in eCommerce

2009-01-07 Thread Jacques Le Roux (JIRA)
Minipol in eCommerce Key: OFBIZ-2112 URL: https://issues.apache.org/jira/browse/OFBIZ-2112 Project: OFBiz Issue Type: Bug Components: ecommerce Affects Versions: SVN trunk Reporter: Jacques Le

[jira] Commented: (OFBIZ-1914) form 'extend' can bring system in a loop

2009-01-07 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12661604#action_12661604 ] Jacques Le Roux commented on OFBIZ-1914: Looks like a good idea Adrian (without any

ShoppingCartItem makeItem and listPrice

2009-01-07 Thread Stephen Rufle
I think in ShoppingCartItem makeItem we should be setting the ShoppingCartItem.listPrice the way we do for unitPrice (line 408). Does anyone see how to do this without having to add a new parm to makeItem ? A short call stack to the method I am talking about ShoppingCartItem.makeItem(Integer,

Re: loadCartFromOrder setting shipGroups

2009-01-07 Thread Jacques Le Roux
Is an issue created ? Jacques From: Stephen Rufle sru...@salmonllc.com I think the attached patch fixes the issue I am having. For each OrderItemShipGroup get the shipGroupSeqId value and use that as the index. I also had to modify the call to 564: newItem.setQuantity(..., false, ...); in

[jira] Commented: (OFBIZ-2112) Minipol in eCommerce

2009-01-07 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12661612#action_12661612 ] Jacques Le Roux commented on OFBIZ-2112: I should mention that I think this bug

[jira] Updated: (OFBIZ-2112) Minipol in eCommerce

2009-01-07 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-2112: --- Comment: was deleted Minipol in eCommerce Key:

Re: loadCartFromOrder setting shipGroups

2009-01-07 Thread Stephen Rufle
I think the patch from OFBIZ-2109 should fix. https://issues.apache.org/jira/browse/OFBIZ-2109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel Jacques Le Roux wrote: Is an issue created ? Jacques From: Stephen Rufle sru...@salmonllc.com I think the attached patch fixes

[jira] Assigned: (OFBIZ-156) JavaMailContainer.checkMessages doesn't handle exceptions well

2009-01-07 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum reassigned OFBIZ-156: - Assignee: Adrian Crum JavaMailContainer.checkMessages doesn't handle exceptions well

[jira] Created: (OFBIZ-2113) change date format in BI component when calling loadDateDimension

2009-01-07 Thread Erwan de FERRIERES (JIRA)
change date format in BI component when calling loadDateDimension - Key: OFBIZ-2113 URL: https://issues.apache.org/jira/browse/OFBIZ-2113 Project: OFBiz Issue Type: Improvement

[jira] Updated: (OFBIZ-2113) change date format in BI component when calling loadDateDimension

2009-01-07 Thread Erwan de FERRIERES (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erwan de FERRIERES updated OFBIZ-2113: -- Priority: Minor (was: Major) change date format in BI component when calling

[jira] Updated: (OFBIZ-2113) change date format in BI component when calling loadDateDimension

2009-01-07 Thread Erwan de FERRIERES (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erwan de FERRIERES updated OFBIZ-2113: -- Attachment: patch.diff change date format in BI component when calling

[jira] Updated: (OFBIZ-156) JavaMailContainer.checkMessages doesn't handle exceptions well

2009-01-07 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum updated OFBIZ-156: -- Attachment: JMailException.patch Updated patch. I'll test it on my local copy, but I'd like to have

Re: Latitude, Longitude in PostalAdress

2009-01-07 Thread Jacques Le Roux
Hi, I'm trying to finally commit our GoePoint entities related modelling. For that, I need to introduce the Google Map API key concept (a key corresponding to an URL). I previsously suggested general.properties. But maybe an entity like the one below would be more convenient in case the user

Cannot search Party in trunk demo

2009-01-07 Thread Sven Wesley
Did a test on the trunk Management app at the Ofbiz website (Trunk Demo - management apps). I got a ScreenRenderException when I tried to find a Party (as in any party, just hit the lookup button). Regards, Sven

Re: Cannot search Party in trunk demo

2009-01-07 Thread Adrian Crum
Party lookup screen worked fine for me. Could you describe the exact steps needed to reproduce the error? -Adrian Sven Wesley wrote: Did a test on the trunk Management app at the Ofbiz website (Trunk Demo - management apps). I got a ScreenRenderException when I tried to find a Party (as in

Re: Cannot search Party in trunk demo

2009-01-07 Thread Sven Wesley
Sure. Go to ofbiz.apache.org, click on Trunk Demo-Management Appshttps://demo.hotwaxmedia.com/catalog/control/login/main?USERNAME=demoadminPASSWORD=ofbizand then go to the Party component. Click Lookup party and you've got it. --S 2009/1/7 Adrian Crum adri...@hlmksw.com Party lookup screen

Re: Cannot search Party in trunk demo

2009-01-07 Thread Adrian Crum
Okay, I had to enter something into one of the lookup fields to get the error to appear. This may be related to another issue we are working on - https://issues.apache.org/jira/browse/OFBIZ-2072. -Adrian Sven Wesley wrote: Sure. Go to ofbiz.apache.org, click on Trunk Demo-Management

Re: Cannot search Party in trunk demo

2009-01-07 Thread Stephen Rufle
Tried and got Url https://demo.hotwaxmedia.com/partymgr/control/findparty org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://common/widget/CommonScreens.xml#GlobalDecorator]: java.lang.IllegalArgumentException: Error doing entity query by condition:

[jira] Reopened: (OFBIZ-2072) Search is broken in the party manager application when logged in as any user other than admin

2009-01-07 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum reopened OFBIZ-2072: I'm reopening this issue because it wasn't really fixed. A symptom was fixed, but the real problem

[jira] Assigned: (OFBIZ-2072) Search is broken in the party manager application when logged in as any user other than admin

2009-01-07 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum reassigned OFBIZ-2072: -- Assignee: Adrian Crum (was: Jacques Le Roux) Search is broken in the party manager

Re: titleProperty == labelTitleProperty ?

2009-01-07 Thread Bruno Busco
Thank you Adrian, this will help me. I will see it in detail because I have the suspect that it is the two field names are misleading and not used in the same way all the times. -Bruno 2009/1/7 Adrian Crum adrian.c...@yahoo.com: Here's how I've seen it used, not sure if it's some kind of

Re: Latitude, Longitude in PostalAdress

2009-01-07 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 if I remember correctly I know we assigned where the Long and Lat came from with a enumerated type. This is so you can have more than one lng/lat per address. it would seem to me that beyond that the information like you suggest would not be tied

[jira] Closed: (OFBIZ-1259) Fix minor issues in Webtools resulting from JSP to bsh/ftl refactor

2009-01-07 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum closed OFBIZ-1259. -- Resolution: Fixed Fixed, rev 732565. Fix minor issues in Webtools resulting from JSP to bsh/ftl

[jira] Closed: (OFBIZ-2066) ${env.ofbiz.home} in property files does not get resolved after FlexibleProperties class is deprecated

2009-01-07 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum closed OFBIZ-2066. -- Resolution: Fixed It's been a month with no reports of further problems, so I'm closing this.

Re: Latitude, Longitude in PostalAdress

2009-01-07 Thread Hans Bakker
How about using the existing dataresource entity with the dataresourcetype URL_RESOURCE ? the key can be stored in the DataResourceAttribute . On Wed, 2009-01-07 at 19:34 +0100, Jacques Le Roux wrote: Hi, I'm trying to finally commit our GoePoint entities related modelling. For that, I

Re: Latitude, Longitude in PostalAdress

2009-01-07 Thread David E Jones
That DataResourceType is for data that comes from a URL. When a DataResource with that type is rendered it looks at the info string on the DataResource to get the URL, and then gets the data from the URL. I'm not sure if this would apply... -David On Jan 7, 2009, at 5:33 PM, Hans Bakker

Re: Latitude, Longitude in PostalAdress

2009-01-07 Thread Jacques Le Roux
Hi David, Quick answer : these keys are generated by Google Map and used when you want to render a map using Google Map something like script src=http://maps.google.com/maps?file=apiamp;v=2.73amp;key=ABQI-O3c-Om9OcvXMOJXreXHAxSsTL4WIgxhMZ0ZK_kHjwHeQuOD4xSbZqVZW2U_OWOxMp3YPfzZl2GavQThese

Re: Latitude, Longitude in PostalAdress

2009-01-07 Thread Jacques Le Roux
Thanks Hans, I did not give you enough information.Please see my answer to David. Jacques From: Hans Bakker mailingl...@antwebsystems.com How about using the existing dataresource entity with the dataresourcetype URL_RESOURCE ? the key can be stored in the DataResourceAttribute . On

Re: Latitude, Longitude in PostalAdress

2009-01-07 Thread Jacques Le Roux
Thanks BJ, I did not give you enough information.Please see my answer to David. Jacques From: BJ Freeman bjf...@free-man.net -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 if I remember correctly I know we assigned where the Long and Lat came from with a enumerated type. This is so you can

[jira] Commented: (OFBIZ-2113) change date format in BI component when calling loadDateDimension

2009-01-07 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12661854#action_12661854 ] Jacques Le Roux commented on OFBIZ-2113: Hi Erwan, Could you be more specific

Error in userLoginId lookup screen

2009-01-07 Thread Adrian Crum
I encountered this tonight: https://demo.hotwaxmedia.com/ordermgr/control/orderentry Click lookup button next to User Login ID, get error message in lookup screen. (side note: page title says Order Initis using English locale) Log file contains: 2009-01-07 22:17:35,627 (http-0.0.0.0-8443-4) [

Re: Latitude, Longitude in PostalAdress

2009-01-07 Thread Jacques Le Roux
Sorry it was not supposed to be so unredeable :( Quick answer : these keys are generated by Google Map and used when you want to render a map using Google Map something like script src=http://maps.google.com/maps?file=apiamp;v=2.73amp;

[jira] Commented: (OFBIZ-2113) change date format in BI component when calling loadDateDimension

2009-01-07 Thread Erwan de FERRIERES (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12661866#action_12661866 ] Erwan de FERRIERES commented on OFBIZ-2113: --- Sure ! When you are doing a