Re: Linking contact list to data source

2010-02-10 Thread Hans Bakker
Good point James, your suggestion is Committed revision 908342 regards, Hans -- Antwebsystems.com: Quality OFBiz services for competitive rates On Tue, 2010-02-09 at 19:41 -0800, james_sg wrote: Hi Hans, Thanks for the reply. Since the functionality is not yet implemented in OFBiz,

Re: credit card authorization + capture

2010-02-10 Thread Vivek Mishra
Hi Mike, Its true when authorize + capture is performed in OFBiz an accounting transaction gets created. Now for performing any accounting transaction a user must be authorized to do so. In short user must be having that permission. As order has been placed from front end or we can say by the

Re: Parameters in seca

2010-02-10 Thread Ramkrishna Swamy
Thanks Hans, it worked. -- Thanks Ramkrishna On Tue, Feb 9, 2010 at 7:21 PM, Hans Bakker mailingl...@antwebsystems.comwrote: Did you read what I wrote? the map name 'parameters' is not required herefurther you can only use the fieldnames which are either input- or output parameters of

Re: debugging Groovy files in Eclipse

2010-02-10 Thread kgambrah
Hello Mike, I am running Eclipse 3.5.1 with Groovy plugin version 1.5.6 without any problem. It is important to also make sure that you are running Eclispe in debugging mode. Are you able to set breakpoints in Java source files? Regards, Kojo Gambrah Mike Voytovich wrote: Hi, I'm trying to

Re: debugging Groovy files in Eclipse

2010-02-10 Thread Brett Palmer
Kojo, Does the Groovy plugin slowdown your eclipse environment? I tried it a while ago but it was continually rebuilding the projects and making eclipse run slowly. I finally had to uninstall the plugin. Have the improved the plugin with these newer releases? Brett On Wed, Feb 10, 2010 at

How to manage uom conversion

2010-02-10 Thread Juan Pablo
Hi guys. I've been testing oum conversion funcionality. 1) I created a product P with quantityUomId = WT_g 2) I asociated P to a supplier S with quantityUomId = WT_kg 3) I created a purchase order Supplier = S Product = P Quantity = 1 4) I approved and receipted the PO. So, the item

Apache / Tomcat issue

2010-02-10 Thread Steve
Using Apache for web users, proxypass set to ajp://localhost:8109/ Every so often, at seemingly random times, the web site stops responding, and in the Apache logs, we see this: [Wed Feb 10 09:02:49 2010] [error] (70007)The timeout specified has expired: ajp_ilink_receive() can't receive

ofbiz demo servers

2010-02-10 Thread masionas
Hi Guys, I found recently that demo.ofbiz.org gets redirected to apache host but shows blank page. Am I missing something or it is really does not work anymore? Thanks. P.S. I searched the forum but the only message has come up is someone was talking about DNS issues, but it was a week or so

Why is ofbiz integrated with tomcat?

2010-02-10 Thread Ylan Segal
Hi everyone, I am new to ofbiz and wondering: Why is ofbiz integrated to tomcat? Is there a reason that ofbiz isn't just a web app that can be deployed in a standard war? For demonstration purposes, it works really well, since there is no need for the person downloading to have anything but

Re: Why is ofbiz integrated with tomcat?

2010-02-10 Thread Scott Gray
Hi Ylan OFBiz is deployable as an EAR and the various app server deployment templates in the framework/appserver/ directory facilitate this. The main reasons as far as I am aware for using embedded tomcat is as follows: - Simple setup and deployment - Ability to change files on the fly

Re: ofbiz demo servers

2010-02-10 Thread BJ Freeman
at the end of last month resources hosted by hotwax was moved to the apache infra. There was a few bugs that had to be worked out. there has been considerable conversation about this both oh the user and dev mailing list YOu should not have any problem unless you try when they are updating the

Tests Failing?

2010-02-10 Thread Sam Hamilton
Hey List, I am trying to run the tests on my local box using an updated trunk (r908817), but it just wont run them and fails with BUILD FAILED /Users/samhamilton/Sources/ofbiz/build.xml:453: Test run was unsuccessful I am running svn up ./ant clean-all ./ant run-tests I have 2 questions: 1. I

Re: Tests Failing?

2010-02-10 Thread Scott Gray
On 10/02/2010, at 8:16 PM, Sam Hamilton wrote: Hey List, I am trying to run the tests on my local box using an updated trunk (r908817), but it just wont run them and fails with BUILD FAILED /Users/samhamilton/Sources/ofbiz/build.xml:453: Test run was unsuccessful I am running svn up

Re: Tests Failing?

2010-02-10 Thread Sam Hamilton
Thanks Scott - that worked! Cheers Sam On 11/02/2010 11:44, Scott Gray wrote: On 10/02/2010, at 8:16 PM, Sam Hamilton wrote: Hey List, I am trying to run the tests on my local box using an updated trunk (r908817), but it just wont run them and fails with BUILD FAILED

Languages really used in OFBiz

2010-02-10 Thread Jacques Le Roux
Hi, I'd like to suggest something. OOTB we show all possible languages, could we not limit the list to the languages really used in OFBiz? Ie those with at least one label If you agree I will do it Jacques

Re: Why is ofbiz integrated with tomcat?

2010-02-10 Thread Jacques Le Roux
To complete Scott's explanation, if needed http://cwiki.apache.org/confluence/display/OFBTECH/Run+OFBiz+under+outside+Application+Servers Jacques From: Scott Gray scott.g...@hotwaxmedia.com Hi Ylan OFBiz is deployable as an EAR and the various app server deployment templates in the