Update: Apache OFBiz Time Zone Support Strategy

2007-08-01 Thread Adrian Crum
Just a quick update on this... Step 3 is finished. Step 4 is nearly complete. I submitted some patches to Jira (https://issues.apache.org/jira/browse/OFBIZ-1164 and https://issues.apache.org/jira/browse/OFBIZ-1170). I did the best I can do on OFBIZ-1164. Working on the service engine and othe

Re: Apache OFBiz Time Zone Support Strategy

2007-07-11 Thread Jacques Le Roux
Adrian, For now this strategy seems fine to me. I have to think more about it and especially to look at related code. Besides, I promise to have a look, and hopefully commit, OFBIZ-642 tomorrow ;o) Jacques De : "Adrian Crum" <[EMAIL PROTECTED]> > I'm starting a new thread for us to discuss the

Re: Apache OFBiz Time Zone Support Strategy

2007-07-11 Thread Daniel Martínez
Jacopo Cappellato escribió: > I think you are right; there is currently another issue about the > formatting of numbers with decimals affecting the performFind service: > > https://issues.apache.org/jira/browse/OFBIZ-221 Thanks, maybe we could fix this too :) > >> Does anyone know the best way to

Re: Apache OFBiz Time Zone Support Strategy

2007-07-11 Thread Adrian Crum
Michael, Yes, Daylight Saving Time is accomodated. The utility methods mentioned in step #3 use the java.util.TimeZone and java.util.Calendar classes - which handle all of the messy calendar and time keeping details. Try out the we_svc_bsh_ftl.patch patch in OFBIZ-1089 (https://issues.apach

Re: Apache OFBiz Time Zone Support Strategy

2007-07-11 Thread Michael Jensen
Out of curiosity, would this new strategy also take into account Daylight Savings time? Being an inexperienced java programmer, I'm not sure if this is built into java.util.TimeZone already or if it would have to be built into ofbiz. Mike Adrian Crum wrote: > I'm starting a new thread for us to

Re: Apache OFBiz Time Zone Support Strategy

2007-07-11 Thread Jacopo Cappellato
Daniel, Daniel Martínez wrote: I am right now developing support for locale formats in a local ofbiz copy. I know this thread is not for this, but the steps (as Adrian put them) for it are very similar to Timezones' I have encountered a problem with performFind-style forms/services for timezone

Re: Apache OFBiz Time Zone Support Strategy

2007-07-11 Thread Daniel Martínez
I am right now developing support for locale formats in a local ofbiz copy. I know this thread is not for this, but the steps (as Adrian put them) for it are very similar to Timezones' I have encountered a problem with performFind-style forms/services for timezones and date format to be implement

Apache OFBiz Time Zone Support Strategy

2007-07-10 Thread Adrian Crum
I'm starting a new thread for us to discuss the User-Selected Time Zone Support strategy. The previous thread regarding the Workeffort Calendar Progress started to expand into other subjects and strayed away from the original subject, so I thought it would be best if we separated the Time Zone s