[jira] Updated: (OFBIZ-2038) The user should be able to go for creating account from the main page of ecommerce.

2008-11-10 Thread Rishi Solanki (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rishi Solanki updated OFBIZ-2038: - Attachment: regitration_From_main.patch Here is the patch link added to register on the main

Re: Latitude, Longitude in PostalAdress

2008-11-10 Thread Jacques Le Roux
This is related to https://issues.apache.org/jira/browse/OFBIZ-1923 I don't know for Yahoo and other, but I guess it's the same than for Google. You need a key to use their Map API. For Google this key is related to the domain used and allow to use the API only on this domain. So we need to

Re: Application framework technology set

2008-11-10 Thread Adrian Crum
Raj Saini wrote: Adrian Crum wrote: I spent a little time looking at ServiceMix. It seems to duplicate a lot of the OFBiz infrastructure - which may be good or bad. It has its own application server container and persistence engine. Maybe we could create our own ESB based on whatever

Re: Application framework technology set

2008-11-10 Thread Tim Ruppert
+1 Cheers, Tim -- Tim Ruppert HotWax Media http://www.hotwaxmedia.com o:801.649.6594 f:801.649.6595 On Nov 10, 2008, at 8:28 AM, Adrian Crum wrote: Raj Saini wrote: Adrian Crum wrote: I spent a little time looking at ServiceMix. It seems to duplicate a lot of the OFBiz infrastructure -

[jira] Created: (OFBIZ-2039) German translations for ecommerce module

2008-11-10 Thread Markus Studer (JIRA)
German translations for ecommerce module Key: OFBIZ-2039 URL: https://issues.apache.org/jira/browse/OFBIZ-2039 Project: OFBiz Issue Type: Improvement Components: ecommerce Affects

[jira] Created: (OFBIZ-2038) The user should be able to go for creating account from the main page of ecommerce.

2008-11-10 Thread Rishi Solanki (JIRA)
The user should be able to go for creating account from the main page of ecommerce. --- Key: OFBIZ-2038 URL: https://issues.apache.org/jira/browse/OFBIZ-2038 Project:

[jira] Updated: (OFBIZ-2039) German translations for ecommerce module

2008-11-10 Thread Markus Studer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Markus Studer updated OFBIZ-2039: - Attachment: ecommerce-translations-german.diff.zip Patch with additional translations German

Re: svn commit: r712292 - /ofbiz/trunk/applications/ecommerce/webapp/ecommerce/includes/header.ftl

2008-11-10 Thread Rishi Solanki
Hello Vikas, Here is the link for the jira issue and I have attach the patch for the same. https://issues.apache.org/jira/browse/OFBIZ-2038 -- Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Sat, Nov 8, 2008 at 8:35 PM, Vikas Mayur [EMAIL PROTECTED]wrote: Rishi, Please

possible solution to OOTB tests

2008-11-10 Thread Adam Heath
How about using the EntitySync stuff, to record all changes during a test run, then 'undoing' them?

recent flood of commits to applications/product

2008-11-10 Thread Adam Heath
I just checked in(712919) the last of the java15 changes to applications/product. I tried to break it up into smaller chunks, so it is easier to digest. Before I started to commit, I ran tests at every single patch point. This was made *much* easier by using mercurial patch queues. I'd apply

Re: possible solution to OOTB tests

2008-11-10 Thread Tim Ruppert
That's typically the process I've used with other tools, but I didn't know this type of serialization was already built into OFBiz. Sounds pretty cool. Cheers, Tim -- Tim Ruppert HotWax Media http://www.hotwaxmedia.com o:801.649.6594 f:801.649.6595 On Nov 10, 2008, at 5:59 PM, Adam Heath

Re: possible solution to OOTB tests

2008-11-10 Thread Adam Heath
Tim Ruppert wrote: That's typically the process I've used with other tools, but I didn't know this type of serialization was already built into OFBiz. Sounds pretty cool. Well, it's not featureful enough. I've seen messages in the log about EntityAuditLog. After I sent that email, I looked

Re: possible solution to OOTB tests

2008-11-10 Thread David E Jones
On Nov 10, 2008, at 11:30 PM, Adam Heath wrote: Tim Ruppert wrote: That's typically the process I've used with other tools, but I didn't know this type of serialization was already built into OFBiz. Sounds pretty cool. Well, it's not featureful enough. I've seen messages in the log about

Re: possible solution to OOTB tests

2008-11-10 Thread Adam Heath
David E Jones wrote: The entity audit stuff could do this, perhaps, but would be REALLY inefficient as it records changes to one field at a time. It may be faster to truncate all tables and just reload the demo data in order to refresh it... I'm talking about the audit stuff, and yeah,