Re: Sorely need testers-- was syncing code on server and laptop was demo-trunk error changing Company address

2010-05-25 Thread Sam Hamilton
Hi Chris, Perhaps if we start with the a big overview of test cases per component people will start adding to them later for the ones that are missing? Perhaps the simplest tests to start adding would be ecommerce as its all customer facing and so in my opinion the simplest to get good selenium c

Re: Sorely need testers-- was syncing code on server and laptop was demo-trunk error changing Company address

2010-05-25 Thread chris snow
Hi BJ - i'd like to start adding selenium tests, however, before adding selenium tests, test cases need to be created. To create test cases, process flows need to be understood/documented (I'm still at the understanding stage hence my work on the help system). So in conclusion only those with deta

Re: Sorely need testers-- was syncing code on server and laptop was demo-trunk error changing Company address

2010-05-25 Thread Matt Warnock
Well, we certainly qualify for those two things. FWIW, for OFBiz, it doesn't seem to me that selenium would add that much over good regression testing of the SECAs, services, actions, methods, and other elements-- since inputs feed directly into services in a very consistent and predictable way

Sorely need testers-- was syncing code on server and laptop was demo-trunk error changing Company address

2010-05-25 Thread BJ Freeman
we need button pusher and business that need to accomplish a task. one of the top level testing tools is selenium https://issues.apache.org/jira/browse/OFBIZ-3511 your welcome to add to the library. = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Suppli

Re: syncing code on server and laptop was demo-trunk error changing Company address

2010-05-25 Thread Matt Warnock
Based on encouraging comments from you and Jacopo and others, and seeing the rate at which new commits are added, I am thinking it may be best to get on the trunk, even for production. However I can't imagine running nightly builds on a production server. I'm thinking I'd build nightly on the d

Re: syncing code on server and laptop was demo-trunk error changing Company address

2010-05-25 Thread Matt Warnock
Every time I think I've read the relevant docs, someone points out something that is right on point that I should have seen. Maybe I need to practice searching more. Or perhaps its that I understand what I didn't before. Either way, thanks again. This is EXACTLY what I needed. -- Matt Warnock

Re: syncing code on server and laptop was demo-trunk error changing Company address

2010-05-25 Thread BJ Freeman
Just a note, nightly builds are for testing not production. = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation Specialtymarket.com Syst

Re: demo-trunk error changing Company address

2010-05-25 Thread Matt Warnock
Thanks for the pointers! -- Matt Warnock RidgeCrest Herbals, Inc. On Tue, 2010-05-25 at 17:31 -0700, BJ Freeman wrote: > yes I remember my struggles when I got started. > I will try to make it easier for you. > I use eclipse some other use the svn command lines. > I am not versed on svn command

Re: syncing code on server and laptop was demo-trunk error changing Company address

2010-05-25 Thread BJ Freeman
https://cwiki.apache.org/confluence/display/OFBADMIN/Apache+OFBiz+Contribution+and+Development Since I have my own product I do it slightly different. but here is a simple way. on the server make a copy of all the configuration files you do. that way you can make a script to copy them back over aft

Re: demo-trunk error changing Company address

2010-05-25 Thread BJ Freeman
yes I remember my struggles when I got started. I will try to make it easier for you. I use eclipse some other use the svn command lines. I am not versed on svn command lines. I pick up from emails I read. Get the SVN plug in http://subclipse.tigris.org/servlets/ProjectProcess?pageID=p4wYuA if you

Re: demo-trunk error changing Company address

2010-05-25 Thread Matt Warnock
I'm reading the SVN book from O'Rielly, but I don't yet know the command-line syntax to search/track changes like this. Any pointers on practical approaches would be appreciated. I also have eclipse installed on my laptop, but haven't yet learned the way around it. Is there a good resource you

Re: demo-trunk error changing Company address

2010-05-25 Thread BJ Freeman
in short you said what I said, or intended to get across. have to sort through the commits to answer you about 9.04. if you have eclipse or want to learn svn line commands you can find the history of the ECA'a mentioned in the log. = BJ Freeman http://bjfreeman.elance.co

Re: demo-trunk error changing Company address

2010-05-25 Thread Matt Warnock
Not sure I fully understand your comment, BJ. It seems to me that we can't assume that updating one (Postal) address updates any or all other matching addresses as well. The CC address is a billing address that is sometimes transmitted with payment requests, and probably has to match the info you

Re: demo-trunk error changing Company address

2010-05-25 Thread BJ Freeman
I agree with you that the postal address must first be varified that it matches then update. most CC have and address component that needs update if you change the contact mech address. I think an reviews should go back to if the contact mech address is linked to the cc entity. this way if that con

Re: demo-trunk error changing Company address

2010-05-25 Thread Matt Warnock
Thanks BJ. Looks like it already has a Jira issue, but it isn't fixed yet. https://issues.apache.org/jira/browse/OFBIZ-3485 Anybody know a workaround? Why do we call updatePaymentMethodAddress if only a PostalAddress is involved? I haven't set up any payment methods yet, though maybe some a

Re: demo-trunk error changing Company address

2010-05-25 Thread BJ Freeman
here is the log just before the error to pinpoint the error. 2010-05-25 18:27:32,176 (TP-Processor36) [ ServiceEcaRule.java:151:INFO ] Running Service ECA Service: updatePaymentMethodAddress, triggered by rule on Service: updatePostalAddress 2010-05-25 18:27:32,199 (TP-Processor36) [ServiceEcaCondi

demo-trunk error changing Company address

2010-05-25 Thread Matt Warnock
Trying to update address of Company profile in trunk, I get this error: Error trying to begin transaction, could not process method: The current transaction is marked for rollback, not beginning a new transaction and aborting current operation; the rollbackOnly was caused by: Service [updateEftAcc

Re: how to do group and subgroup in FOP report?

2010-05-25 Thread edward wang
James, Thank you, Yes. But not sure if they use group or subgroup in report. Could you tell me these reports are using them? Chwang On Mon, May 24, 2010 at 9:34 PM, james_sg wrote: > > Have you look at those FOP reports from applications like Order, Accounting > etc? > > > chaohua wang wrote:

Re: Postgresql errors with trunk, any ideas?

2010-05-25 Thread Matt Warnock
That seems to have solved that issue. Thanks Deepak! Debian uses ant 1.7.0. I must have forgotten the ./ant. I notice that the internal ant shell script is much simpler than the one Debian uses, do they both just call java with the right jar file? -- Matt Warnock RidgeCrest Herbals, Inc. On

Re: Postgresql errors with trunk, any ideas?

2010-05-25 Thread Matt Warnock
I am using 8.4-701, the target downloaded by "ant download-PG-JDBC". According to http://jdbc.postgresql.org/download.html, it should be good for Java 1.4 and newer, and PG 7.2 and newer. -- Matt Warnock RidgeCrest Herbals, Inc. On Tue, 2010-05-25 at 09:14 +0300, Deyan Tsvetanov wrote: > Which d

Re: Postgresql errors with trunk, any ideas?

2010-05-25 Thread BJ Freeman
running trunk 930580 using postgresql 8.1 CentOS Linux 5.4 OpenJDK Runtime Environment (build 1.6.0-b09) = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation Specialtymar