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

2010-05-26 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

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

2010-05-26 Thread chris snow
Hi Sam, A useful technique is to base tests on the use cases / activity diagrams. It may be a good idea to focus on creating these first. BOUML is a good free tool for UML diagramming. Cheers, Chris On Wed, May 26, 2010 at 7:27 AM, Sam Hamilton s...@sh81.com wrote: Hi Chris, Perhaps if we

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

2010-05-26 Thread BJ Freeman
Chris there are many ways to test. I see selenium more as business logic to data test using the available UI. It test real world interaction with the user of ofbiz. here is one scenario Place an order(ecoomerce or Orderentry) send product view the GL for expected results (through the UI). For PO

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

2010-05-26 Thread BJ Freeman
forgot should use User manual as the test case. = 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: Sorely need testers-- was syncing code on server and laptop was demo-trunk error changing Company address

2010-05-26 Thread chris snow
User manual would be a good basis, if it describes ui processes. Where can I find the user manual? On 26 May 2010 10:30, BJ Freeman bjf...@free-man.net wrote: forgot should use User manual as the test case. = BJ Freeman http://bjfreeman.elance.com Strategic Power

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

2010-05-26 Thread BJ Freeman
ah the crux of the problem. we have some but it really needs to be fleshed out. here is a place to start https://cwiki.apache.org/confluence/display/OFBENDUSER/OFBiz+End+User+Docs+Home = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier

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

2010-05-26 Thread BJ Freeman
here is one not in the links https://cwiki.apache.org/confluence/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=93

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

2010-05-26 Thread chris snow
That's why I am focusing on improving the help / documentation! On 26 May 2010 10:49, BJ Freeman bjf...@free-man.net wrote: ah the crux of the problem. we have some but it really needs to be fleshed out. here is a place to start

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

2010-05-26 Thread BJ Freeman
hopefully it will be consistent enough to make test cases for each then run time from end to end. = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=93 Specialtymarket.com

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

2010-05-26 Thread Erwan de FERRIERES
Le 26/05/2010 16:27, Ruth Hoffman a écrit : Hi BJ: If you back-port Selenium to 9.04, I'd be happy to come up with some test cases. I've already got an extensive list of business test case scenarios I used for various tasks involving OFBiz. I can't use 10.x or trunk because I'm still running

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

2010-05-26 Thread BJ Freeman
Selenium IDE is in your browser and you can save your process. you can create them on 9.04 and use to test them on the trunk. you can have a folder for 9.04 and one for 10.04 using demo-stable or trunk. but I would suggest you just start with 9.04 and label as such in the filehnames then put them

Installation Iusse

2010-05-26 Thread Robert Sherry
I am now to OFBiz. I recently installed OFBiz on my personal computer which runs Windows XP. When I ran the batch file startofbiz.bat I got the following error: C:\OFBizecho off C:\OFBizc:\Program Files\Java\bin\java -X -jar ofbiz.jar The

Re: Installation Iusse

2010-05-26 Thread Adrian Crum
There is nothing wrong with the batch file - it works fine on Windows XP. Open a command window and try typing set | more to make sure your JAVA_HOME environment variable is set. -Adrian On 5/26/2010 9:45 AM, Robert Sherry wrote: I am now to OFBiz. I recently installed OFBiz

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

2010-05-26 Thread Ruth Hoffman
Hi Erwan: True, but I prefer not to build them in a vacuum. I like to test everything I do before I put it out for public consumption. So, I couldn't build and test with a local version of OFBiz because the 9.04 Selenium integration is not complete. Regards, Ruth Erwan de FERRIERES wrote:

Re: Installation Iusse

2010-05-26 Thread BJ Freeman
https://cwiki.apache.org/confluence/display/OFBADMIN/Demo+and+Test+Setup+Guide = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=93 Specialtymarket.com

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

2010-05-26 Thread Erwan de FERRIERES
Le 26/05/2010 18:55, Ruth Hoffman a écrit : Hi Erwan: True, but I prefer not to build them in a vacuum. I like to test everything I do before I put it out for public consumption. So, I couldn't build and test with a local version of OFBiz because the 9.04 Selenium integration is not complete.

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

2010-05-26 Thread Ruth Hoffman
Hi Erwan: Thanks. Regards, Ruth Erwan de FERRIERES wrote: Le 26/05/2010 18:55, Ruth Hoffman a écrit : Hi Erwan: True, but I prefer not to build them in a vacuum. I like to test everything I do before I put it out for public consumption. So, I couldn't build and test with a local version of

RE: Installation Issue

2010-05-26 Thread Robert Sherry
Adrian, Thanks for the response. As it turns out by JAVA_HOME environment variable was set, but not set to the right directory. I fixed this issue and I am now up and running with the demo. Bob Sherry -Original Message- From: Adrian Crum [mailto:adri...@hlmksw.com] Sent:

document needs updating

2010-05-26 Thread BJ Freeman
https://cwiki.apache.org/confluence/display/OFBADMIN/Demo+and+Test+Setup+Guide uses jdk1.5 need to add that is for 9.04 and need 1.6 for trunk and 10.04 = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation

Shuttdown

2010-05-26 Thread Elia Bhend
Hi Guys Unfortunately my ofbiz shutts down unexpected. Can anyone give me an advise how can I solve this issue? Regards Mia

Re: Shuttdown

2010-05-26 Thread Patrick
run it with a log file, startofbiz log.txt look at the log file when it crashes On Wed, May 26, 2010 at 4:01 PM, Elia Bhend induu...@gmail.com wrote: Hi Guys Unfortunately my ofbiz shutts down unexpected. Can anyone give me an advise how can I solve this issue? Regards Mia

Re: Shuttdown

2010-05-26 Thread James McGill
On Wed, May 26, 2010 at 2:01 PM, Elia Bhend induu...@gmail.com wrote: Hi Guys Unfortunately my ofbiz shutts down unexpected. Can anyone give me an advise how can I solve this issue? On a linux server, I had a problem with the process that owned the java process being tied to a login shell.

Re: Shuttdown

2010-05-26 Thread Matt Warnock
You can also start it from /etc/rc.local, or restart repeatedly from a cron job, if it crashes or leaks memory for any reason. -- Matt Warnock mwarn...@ridgecrestherbals.com RidgeCrest Herbals, Inc. On Wed, 2010-05-26 at 15:00 -0700, James McGill wrote: On Wed, May 26, 2010 at 2:01 PM, Elia

How to I overcome this error?

2010-05-26 Thread Ruth Hoffman
Hi All: Running ant run-install on the current stable 9.04 release I just downloaded causes this problem: /Users/ruthhoffman/ofbiz-release9.04_May2010/build.xml:151: The following error occurred while executing this line: /Users/ruthhoffman/ofbiz-release9.04_May2010/applications/build.xml:67:

Best of Open Source ERP

2010-05-26 Thread Ashish Vijaywargiya
For interested audience sharing the links: http://blog.taragana.com/index.php/archive/10-best-open-source-erp-software/ http://www.infoworld.com/d/applications/best-open-source-applications-140 I have also put these link inside In the news page. http://cwiki.apache.org/confluence/x/sID6 Thanks!

Re: How to I overcome this error?

2010-05-26 Thread Scott Gray
Hi Ruth, Sounds like some code got back ported to 9.04 that wasn't compatible with java 1.5. Your options are to either: - use java 1.6 - create a jira issue and either fix it or hope someone else does - find out who committed the code and pester them to fix it Regards Scott HotWax Media