Postgresql errors with trunk, any ideas?

2010-05-25 Thread Matt Warnock
Trying to get trunk working with postgresql 8.3 under Debian stable, sun java 1.6.0_12-b04, and I get several similar errors in the logs: exception report -- Could not convert field value for the field:

Re: Postgresql errors with trunk, any ideas?

2010-05-25 Thread Deyan Tsvetanov
Which driver version are you using ? On Tue, 2010-05-25 at 00:10 -0600, Matt Warnock wrote: Trying to get trunk working with postgresql 8.3 under Debian stable, sun java 1.6.0_12-b04, and I get several similar errors in the logs: exception report

Re: Postgresql errors with trunk, any ideas?

2010-05-25 Thread Deepak Dixit
Hi Matt, Have you used latest version of ant (1.7.1)? try to build application using internal ant (./ant) Regards -- Deepak Dixit HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91-98267-54548 Skype Id :- deepakdixit Matt Warnock wrote: Trying to get trunk working with

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 http://www.businessesnetwork.com/automation/viewforum.php?f=93

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 mwarn...@ridgecrestherbals.com RidgeCrest Herbals, Inc. On Tue, 2010-05-25 at 09:14 +0300,

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

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 snowme...@hotmail.com wrote: Have you look at those FOP reports from applications like Order, Accounting etc?

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)

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

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

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

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

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

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

Re: demo-trunk error changing Company address

2010-05-25 Thread Matt Warnock
Thanks for the pointers! -- Matt Warnock mwarn...@ridgecrestherbals.com 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

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 http://www.businessesnetwork.com/automation/viewforum.php?f=93 Specialtymarket.com http://www.specialtymarket.com/ Systems

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 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

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

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

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