[jira] Updated: (OFBIZ-1922) List and Multi form pagination labels are not localized

2008-09-03 Thread Bruno Busco (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Busco updated OFBIZ-1922: --- Attachment: prevnext_localized.patch Bilgin, thank you for reviewing the patch. Please find attached

[jira] Closed: (OFBIZ-143) ContactMechType_addendum.xml

2008-09-03 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] BJ Freeman closed OFBIZ-143. Resolution: Fixed the routines that need these will not be put in SVN > ContactMechType_addendum.xml >

[jira] Updated: (OFBIZ-1939) three basic import routines using excel

2008-09-03 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] BJ Freeman updated OFBIZ-1939: -- Attachment: (was: SupplierInventory.xls) > three basic import routines using excel > --

[jira] Updated: (OFBIZ-1939) three basic import routines using excel

2008-09-03 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] BJ Freeman updated OFBIZ-1939: -- Attachment: (was: messages.ftl) > three basic import routines using excel > ---

[jira] Closed: (OFBIZ-1939) three basic import routines using excel

2008-09-03 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] BJ Freeman closed OFBIZ-1939. - Resolution: Fixed based on Davids comments in OFBIZ-1947 I doubt these will every get into the SVN > th

[jira] Updated: (OFBIZ-1939) three basic import routines using excel

2008-09-03 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] BJ Freeman updated OFBIZ-1939: -- Attachment: (was: ProductsImports.xls) > three basic import routines using excel >

[jira] Updated: (OFBIZ-1939) three basic import routines using excel

2008-09-03 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] BJ Freeman updated OFBIZ-1939: -- Attachment: (was: SupplierInfo.xls) > three basic import routines using excel > ---

[jira] Issue Comment Edited: (OFBIZ-1947) UitlXml.java new routine to remove tags return value.

2008-09-03 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628239#action_12628239 ] bjfreeman edited comment on OFBIZ-1947 at 9/3/08 8:31 PM: --- Knowin

[jira] Commented: (OFBIZ-1947) UitlXml.java new routine to remove tags return value.

2008-09-03 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628239#action_12628239 ] BJ Freeman commented on OFBIZ-1947: --- Knowing your outlook on code I can see you point how

[jira] Closed: (OFBIZ-1947) UitlXml.java new routine to remove tags return value.

2008-09-03 Thread David E. Jones (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David E. Jones closed OFBIZ-1947. - Resolution: Won't Fix Assignee: David E. Jones If you want to handle large files and not p

[jira] Commented: (OFBIZ-1947) UitlXml.java new routine to remove tags return value.

2008-09-03 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628227#action_12628227 ] BJ Freeman commented on OFBIZ-1947: --- BTw I am not dealing with someValue I use

Re: Needless synchronization?

2008-09-03 Thread Adrian Crum
Brad, Andrew Zeneski is the author of that code, so only he can tell you why the synchronization code is there. In the meantime, I can share some thoughts on other instances of synchronization code in OFBiz. In most cases synchronization code is used to control multi-threaded access to an ob

Needless synchronization?

2008-09-03 Thread Brad Plies
While reviewing how OFBIZ handled email verifications I observed the synchronized code below. I do not understand why it is synchronized and finding the answers as to why will greatly help me better understand the inner workings of OFBIZ. in ContactMechServices.createEmailAddressVerification Li

[jira] Commented: (OFBIZ-1922) List and Multi form pagination labels are not localized

2008-09-03 Thread Bilgin Ibryam (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628202#action_12628202 ] Bilgin Ibryam commented on OFBIZ-1922: -- Bruno, your patch is ready to commit, but I t

[jira] Updated: (OFBIZ-1922) List and Multi form pagination labels are not localized

2008-09-03 Thread Bruno Busco (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Busco updated OFBIZ-1922: --- Attachment: prevnext_localized.patch The attached patch gets the First,Prev,Next,Last labels in a Lis

[jira] Commented: (OFBIZ-1947) UitlXml.java new routine to remove tags return value.

2008-09-03 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628170#action_12628170 ] BJ Freeman commented on OFBIZ-1947: --- I like simple, not a lot of memory and speed. so I w

[jira] Updated: (OFBIZ-1947) UitlXml.java new routine to remove tags return value.

2008-09-03 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum updated OFBIZ-1947: --- Attachment: UtilXml.patch UtilXml.patch takes some of the document building code out of readXmlDocum

[jira] Commented: (OFBIZ-1947) UitlXml.java new routine to remove tags return value.

2008-09-03 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628152#action_12628152 ] Adrian Crum commented on OFBIZ-1947: I understand the problem you are trying to solve.

[jira] Commented: (OFBIZ-1947) UitlXml.java new routine to remove tags return value.

2008-09-03 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628145#action_12628145 ] BJ Freeman commented on OFBIZ-1947: --- that would work for someone using Dom. However this

[jira] Updated: (OFBIZ-1805) Italian label translation for ecommerce

2008-09-03 Thread Bruno Busco (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Busco updated OFBIZ-1805: --- Attachment: italian_labels.patch > Italian label translation for ecommerce >

[jira] Reopened: (OFBIZ-1805) Italian label translation for ecommerce

2008-09-03 Thread Bruno Busco (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Busco reopened OFBIZ-1805: Added a new patch with better/new translations (more to come) > Italian label translation for ecommerc

[jira] Commented: (OFBIZ-1947) UitlXml.java new routine to remove tags return value.

2008-09-03 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628131#action_12628131 ] Adrian Crum commented on OFBIZ-1947: Actually, thinking about this more - it would be m

[jira] Commented: (OFBIZ-1947) UitlXml.java new routine to remove tags return value.

2008-09-03 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628124#action_12628124 ] BJ Freeman commented on OFBIZ-1947: --- can not use string replace since don't know what the

Re: Single word labels

2008-09-03 Thread Bruno Busco
Of course, if you have not time I will try to submit a patch for this. -Bruno 2008/9/3 Bruno Busco <[EMAIL PROTECTED]> > Hi Vikas, > I was trying to translate the newly added labels into ecommerce profile > screens and I found out that several of them are formed up joining single > words instead

Single word labels

2008-09-03 Thread Bruno Busco
Hi Vikas, I was trying to translate the newly added labels into ecommerce profile screens and I found out that several of them are formed up joining single words instead of having the whole sentence into a single label. For example in applications\ecommerce\webapp\ecommerce\customer\profile\Manage

[jira] Commented: (OFBIZ-1947) UitlXml.java new routine to remove tags return value.

2008-09-03 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628115#action_12628115 ] Adrian Crum commented on OFBIZ-1947: BJ, Don't forget to check for errors - like ">" o

[jira] Updated: (OFBIZ-1947) UitlXml.java new routine to remove tags return value.

2008-09-03 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum updated OFBIZ-1947: --- Priority: Minor (was: Major) > UitlXml.java new routine to remove tags return value. > -

[jira] Updated: (OFBIZ-1947) UitlXml.java new routine to remove tags return value.

2008-09-03 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] BJ Freeman updated OFBIZ-1947: -- Attachment: Utilsxml.patch > UitlXml.java new routine to remove tags return value. > --

[jira] Created: (OFBIZ-1947) UitlXml.java new routine to remove tags return value.

2008-09-03 Thread BJ Freeman (JIRA)
UitlXml.java new routine to remove tags return value. - Key: OFBIZ-1947 URL: https://issues.apache.org/jira/browse/OFBIZ-1947 Project: OFBiz Issue Type: New Feature Components: fr

[jira] Commented: (OFBIZ-1945) Create/use order for POS save / load sale

2008-09-03 Thread Chris Lombardi (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628103#action_12628103 ] Chris Lombardi commented on OFBIZ-1945: --- Synchronization issues aside, this should wo

[jira] Updated: (OFBIZ-1946) Sandbox: Improve the Recurrence Rules

2008-09-03 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum updated OFBIZ-1946: --- Attachment: RecurrenceRule.patch > Sandbox: Improve the Recurrence Rules > --

[jira] Updated: (OFBIZ-1946) Sandbox: Improve the Recurrence Rules

2008-09-03 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum updated OFBIZ-1946: --- Attachment: (was: RecurrenceRule.patch) > Sandbox: Improve the Recurrence Rules > ---

Re: Discussion: Recurrence Rules - Part 2

2008-09-03 Thread Adrian Crum
Bilgin, If you have the time, could you take a look at the patch I submitted to Jira? https://issues.apache.org/jira/browse/OFBIZ-1946 -Adrian Bilgin Ibryam wrote: On Thu, 2008-08-28 at 11:44 -0700, Adrian Crum wrote: More thoughts on recurrence rules... 1. I can't determine the purpose o

[jira] Updated: (OFBIZ-1946) Sandbox: Improve the Recurrence Rules

2008-09-03 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum updated OFBIZ-1946: --- Attachment: RecurrenceRule.patch RecurrenceRule.patch is a re-write of RecurrenceRule.java and Recur

[jira] Assigned: (OFBIZ-1946) Sandbox: Improve the Recurrence Rules

2008-09-03 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum reassigned OFBIZ-1946: -- Assignee: Adrian Crum > Sandbox: Improve the Recurrence Rules > ---

[jira] Created: (OFBIZ-1946) Sandbox: Improve the Recurrence Rules

2008-09-03 Thread Adrian Crum (JIRA)
Sandbox: Improve the Recurrence Rules - Key: OFBIZ-1946 URL: https://issues.apache.org/jira/browse/OFBIZ-1946 Project: OFBiz Issue Type: Improvement Components: framework Affects Versions: SV

[jira] Closed: (OFBIZ-1750) Online user help link icon

2008-09-03 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum closed OFBIZ-1750. -- Resolution: Fixed Closing this because the basic work has been committed and there doesn't seem to be

[jira] Commented: (OFBIZ-1945) Create/use order for POS save / load sale

2008-09-03 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628049#action_12628049 ] BJ Freeman commented on OFBIZ-1945: --- Does this save on the POS only or get replicated up

Re: code coverage and cpl 1.0/apl 2.0 compatibility

2008-09-03 Thread David E Jones
Thanks for that question Adrian, I was wondering the same thing... -David On Sep 3, 2008, at 23:29, Adrian Crum <[EMAIL PROTECTED]> wrote: I'm not clear on what you're asking. I use code analysis here, but it's not something I would consider including in the project. Why would the tool's

Re: code coverage and cpl 1.0/apl 2.0 compatibility

2008-09-03 Thread Adam Heath
Adrian Crum wrote: > I'm not clear on what you're asking. I use code analysis here, but it's > not something I would consider including in the project. Why would the > tool's license be an issue? Because if it is part of some standard test-suite run, then it has to be distributed with the project,

[jira] Assigned: (OFBIZ-1945) Create/use order for POS save / load sale

2008-09-03 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reassigned OFBIZ-1945: -- Assignee: Jacques Le Roux > Create/use order for POS save / load sale > ---

Re: UtilXml.java

2008-09-03 Thread Jacques Le Roux
Please open a Jira issue Jacques From: "BJ Freeman" <[EMAIL PROTECTED]> I have a need to read in megabyte XML files so i am not pulling it into memory but reading as a stream one line at a time. I have a string value I have a routine that just returns the value. I would like to add it to the U

Re: code coverage and cpl 1.0/apl 2.0 compatibility

2008-09-03 Thread Adrian Crum
I'm not clear on what you're asking. I use code analysis here, but it's not something I would consider including in the project. Why would the tool's license be an issue? -Adrian Adam Heath wrote: I'm looking at various code coverage tools; there are very few free ones available. I've person

[jira] Updated: (OFBIZ-1945) Create/use order for POS save / load sale

2008-09-03 Thread Chris Lombardi (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lombardi updated OFBIZ-1945: -- Attachment: ofbiz-1945.patch Currently doesn't save the added order items. > Create/use order

[jira] Created: (OFBIZ-1945) Create/use order for POS save / load sale

2008-09-03 Thread Chris Lombardi (JIRA)
Create/use order for POS save / load sale - Key: OFBIZ-1945 URL: https://issues.apache.org/jira/browse/OFBIZ-1945 Project: OFBiz Issue Type: Improvement Components: specialpurpose/pos

[jira] Commented: (OFBIZ-1689) CASifying OFBiz

2008-09-03 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628016#action_12628016 ] Jacques Le Roux commented on OFBIZ-1689: Shi, There is, at least, one thing not cl

Re: Internationalizing Money (price)

2008-09-03 Thread BJ Freeman
Never Mind. ProductPrice has it already. BJ Freeman sent the following on 9/3/2008 5:14 AM: > in the ProductPriceType entity > we have > LIST_PRICE > DEFAULT_PRICE > WHOLESALE_PRICE > well you get the Idea. > what I was thinking is to > add Geo to them > so you may have many > LIST_Prices. > The w

Internationalizing Money (price)

2008-09-03 Thread BJ Freeman
in the ProductPriceType entity we have LIST_PRICE DEFAULT_PRICE WHOLESALE_PRICE well you get the Idea. what I was thinking is to add Geo to them so you may have many LIST_Prices. The would open the way to setting prices based on location. Then the service would look up based on the locale. Any inpu

[jira] Updated: (OFBIZ-1923) Add geolocation to data model.

2008-09-03 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-1923: --- Attachment: GeopointDataModel.patch Updated patch with only GeoLocation changes (the Agreemen

Re: Error listing entity

2008-09-03 Thread Jacques Le Roux
I had a new look this morning as it's about a date field and this remains me an issue with groovy. But I can't see no reasons for now, it's not the same type of error. Jacques From: "Bruno Busco" <[EMAIL PROTECTED]> Jacques, many thanks for your effort on this. Anyway I created a jira *OFBIZ-1