Re: Move AR and AP web applications our of Accounting into Extras

2012-04-10 Thread Mansour Al Akeel
Scott made a good point. If there is duplicated code, and they don't add much useful functionality, then they can move out, provided this will not break anything. +1 On Mon, Apr 9, 2012 at 9:56 PM, Scott Gray scott.g...@hotwaxmedia.com wrote: I have no problem with moving them out. Pierre,

Re: Building OFBiz with Jenkins

2012-04-10 Thread Pierre Smits
Thanks Erwan, I fixed it in my CI environment. Regards, Pierre Op 9 april 2012 20:50 schreef Erwan de FERRIERES erwan.de-ferrie...@nereide.fr het volgende: Le 09/04/2012 20:22, Pierre Smits a écrit : HI Erwan, ../.. 1. pull from svn trunk the latest code (works perfectly

Re: Move AR and AP web applications our of Accounting into Extras

2012-04-10 Thread Jacques Le Roux
But as Pierre outlined the permissions concern is important. Since Scott suggests to improve it in the Accounting component: +1 Jacques From: Mansour Al Akeel mansour.alak...@gmail.com Scott made a good point. If there is duplicated code, and they don't add much useful functionality, then they

Re: svn commit: r1311214 - /ofbiz/trunk/framework/base/config/test-containers.xml

2012-04-10 Thread Jacques Le Roux
Mmm sorry Pierre, Not sure to get you, does something annoy you there? I'm open for discussion, of course... Jacques From: Pierre Smits pierre.sm...@gmail.com Jee, Jacques, Thanks for seeking consensus and NOT pushing your own agenda! Op 9 april 2012 15:08 schreef jler...@apache.org het

Re: Building OFBiz with Jenkins

2012-04-10 Thread Pierre Smits
Hi Jacopo, Currently in my Jenkins environment following testsuites are failing: 1. bash -ex ./ant run-test-suite -Dtest.component=service -Dtest.suiteName=servicetests - which seem to have to do with a port already in use due to code: public static final String url =

Re: Move AR and AP web applications our of Accounting into Extras

2012-04-10 Thread Pierre Smits
I agree that some functions should be somewhere else than in those to webapps. For instance: 1. Everything to do with the lifecycle of Customer and Agent Agreements should be in CRM 2. Everything to do with the lifecycle of Supplier Agreements should be in SCM But visibility (read

Re: svn commit: r1311214 - /ofbiz/trunk/framework/base/config/test-containers.xml

2012-04-10 Thread Pierre Smits
Hi Jacques, What annoyed me was that you bluntly upped the port numbers in test-containers.xml with +1, while I was under the impression that we were still discussing what ports to use. Especially when you mentioned in a previous message the Geronimo approach. Which is totally suitable for me.

Re: svn commit: r1311214 - /ofbiz/trunk/framework/base/config/test-containers.xml

2012-04-10 Thread Jacques Le Roux
Pierre, I think you did not get my point. I don't want to restrict the use of the Geronimo approach I suggested (please read http://markmail.org/message/i4u5pijlclgtzwrm as I said in https://issues.apache.org/jira/browse/OFBIZ-4794) to the test-containers. But want to be able to use it on all

Re: svn commit: r1311214 - /ofbiz/trunk/framework/base/config/test-containers.xml

2012-04-10 Thread Jacopo Cappellato
It may be completely unrelated to this... but I have two tests failing now; does it work for you? It could be as I am doing some local tests Jacopo On Apr 10, 2012, at 1:22 PM, Jacques Le Roux wrote: Pierre, I think you did not get my point. I don't want to restrict the use of the

Re: Building OFBiz with Jenkins

2012-04-10 Thread Jacopo Cappellato
Pierre, you are right: I have two tests failing too. May it be related to the changes to ports recently committed... I didn't have time to investigate. Jacopo On Apr 10, 2012, at 12:22 PM, Pierre Smits wrote: Hi Jacopo, Currently in my Jenkins environment following testsuites are

Building with Jenkins - cobertura and sonar

2012-04-10 Thread Pierre Smits
Hi Erwan, In build.xml is following code: !-- list of optional Sonar properties -- property name=sonar.projectName value=Apache OFBiz / sonar:sonar key=org.apache:ofbiz version= ${info.entry.commit(revision)} xmlns:sonar=antlib:org.sonar.ant:sonar/ property

Re: Building with Jenkins - cobertura and sonar

2012-04-10 Thread Erwan de FERRIERES
I am trying to set this up and I have following questions: I never used it with another DB than derby...   1. Should the mySQL driver be in framework/entity/lib/jdbc folder? can't answer but I'll make some tests   2. My mySQL db for sonar is on a different server (not localhost). Must   I

Re: Building OFBiz with Jenkins

2012-04-10 Thread Pierre Smits
Hi Jacopo, When doing som indept analysis on the output of the target: sudo ./ant run-test-suite -Dtest.component=service -Dtest.suiteName=servicetests I found that ports are set in accordance of latest framework/base/config/test-containers.xml RMI port = 1100, host is 127.0.0.1 AJP port = 8010

Re: Building with Jenkins - cobertura and sonar

2012-04-10 Thread Pierre Smits
Hi Erwan, I guess that the same would then be applicable for: property key=sonar.host.url value=${sonar.host.url} / Regards, Pierre Op 10 april 2012 16:09 schreef Erwan de FERRIERES erwan.deferrie...@gmail.com het volgende: I am trying to set this up and I have following questions:

Re: svn commit: r1311214 - /ofbiz/trunk/framework/base/config/test-containers.xml

2012-04-10 Thread Pierre Smits
Hi Jacopo, I have the same issue when doing the tests locally. Regards, Pierre Op 10 april 2012 14:34 schreef Jacopo Cappellato jacopo.cappell...@hotwaxmedia.com het volgende: It may be completely unrelated to this... but I have two tests failing now; does it work for you? It could be as I

Re: Building OFBiz with Jenkins

2012-04-10 Thread Jacques Le Roux
I'm looking at it. It could be that port numbers are harcoded in tests code and would be issues there ... OK, in the meantime ran the tests, I got a lot of error here (locally on WinXP) example-testsuserLoginEntityXmlAssertFailureField [UserLogin.currentPassword] did not match; file value

Re: Building OFBiz with Jenkins

2012-04-10 Thread Jacques Le Roux
Ho , I guess I did not clean-all and load-demo before :/ Retrying... Jacques From: Jacques Le Roux jacques.le.r...@les7arts.com I'm looking at it. It could be that port numbers are harcoded in tests code and would be issues there ... OK, in the meantime ran the tests, I got a lot of error

Re: Building OFBiz with Jenkins

2012-04-10 Thread Jacopo Cappellato
Jacques, did you load demo data? Jacopo On Apr 10, 2012, at 4:30 PM, Jacques Le Roux wrote: I'm looking at it. It could be that port numbers are harcoded in tests code and would be issues there ... OK, in the meantime ran the tests, I got a lot of error here (locally on WinXP)

Re: Building with Jenkins - cobertura and sonar

2012-04-10 Thread Pierre Smits
Hi Erwan, I think there might be an issue here regarding mysql. As licence is not compatible/usable with ASF 2.0 we cannot include the mySQL jar by default. But if we want to do an automated reporting on OFBiz, trunk pulled from svn, to sonar on mysql then the driver is needed. And manually

Re: Building with Jenkins - cobertura and sonar

2012-04-10 Thread Jacques Le Roux
Maybe out of subject, but I'd prefer Postgres and we have an ant task already for that (thanks to Erwan IIRW) Jacques From: Pierre Smits pierre.sm...@gmail.com Hi Erwan, I think there might be an issue here regarding mysql. As licence is not compatible/usable with ASF 2.0 we cannot include

Re: Building OFBiz with Jenkins

2012-04-10 Thread Jacques Le Roux
Only this one remains servicetestsservice-xml-rpc-local-engineFailureFailed to read server's response: Connection refused: connect junit.framework.AssertionFailedError: Failed to read server's response: Connection refused: connect at org.ofbiz.testtools.ServiceTest.run(ServiceTest.java:67) at

Re: Building OFBiz with Jenkins

2012-04-10 Thread Jacopo Cappellato
yes, I think so Jacopo On Apr 10, 2012, at 5:32 PM, Jacques Le Roux wrote: HTH (port issue there?)

Re: Building OFBiz with Jenkins

2012-04-10 Thread Jacopo Cappellato
On Apr 10, 2012, at 5:32 PM, Jacques Le Roux wrote: Only this one remains Jacques, I didn't see any commit yet Jacopo

Re: Building with Jenkins - cobertura and sonar

2012-04-10 Thread Pierre Smits
Hi Jacques, Postgresql is also my preferred choice of db, but OFBiz delivers on the opportunity of using mySQL as a db platform. Using a download and install mechanism as we have for Postgresql and other plugins (Cobertura, Sonar) would help our endusers in their adoption of OFBiz, in stead of

Re: Building with Jenkins - cobertura and sonar

2012-04-10 Thread Erwan de FERRIERES
Pierre, so sonar does not need any driver, just take a look in sonar-2.14/extensions/jdbc-driver You just need to configure the sonar.properties file. 2012/4/10 Pierre Smits pierre.sm...@gmail.com: Hi Jacques, Postgresql is also my preferred choice of db, but OFBiz delivers on the opportunity

Re: Building with Jenkins - cobertura and sonar

2012-04-10 Thread Jacques Le Roux
From: Pierre Smits pierre.sm...@gmail.com Hi Jacques, Postgresql is also my preferred choice of db, but OFBiz delivers on the opportunity of using mySQL as a db platform. Using a download and install mechanism as we have for Postgresql and other plugins (Cobertura, Sonar) would help our

Re: Building OFBiz with Jenkins

2012-04-10 Thread Jacques Le Roux
I did not commit anything, as I said in a previous email (and you pointed out also) I forgot to an clean-all load-demo Jacques From: Jacopo Cappellato jacopo.cappell...@hotwaxmedia.com On Apr 10, 2012, at 5:32 PM, Jacques Le Roux wrote: Only this one remains Jacques, I didn't see any

Re: Building OFBiz with Jenkins

2012-04-10 Thread Jacopo Cappellato
ah I see... it is strange that you get just one test that is failing Jacopo On Apr 10, 2012, at 6:37 PM, Jacques Le Roux wrote: I did not commit anything, as I said in a previous email (and you pointed out also) I forgot to an clean-all load-demo Jacques From: Jacopo Cappellato

[jira] [Created] (OFBIZ-4800) Including an ant target and ivy solution for downloading the mysql driver

2012-04-10 Thread Pierre Smits (Created) (JIRA)
Including an ant target and ivy solution for downloading the mysql driver - Key: OFBIZ-4800 URL: https://issues.apache.org/jira/browse/OFBIZ-4800 Project: OFBiz Issue

Re: Building OFBiz with Jenkins

2012-04-10 Thread Jacques Le Roux
You are right, this was only a failure. Hastily, I missed also 3 errors, same reason I guess serviceteststestSOAPSimpleServiceErrorService did not return expected result org.ofbiz.service.GenericServiceException: Service did not return expected result at

[jira] [Updated] (OFBIZ-4800) Including an ant target and ivy solution for downloading the mysql driver

2012-04-10 Thread Pierre Smits (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Smits updated OFBIZ-4800: Attachment: OFBIZ-4800-mysql-driver-download.patch This patch delivers the functionality

Re: Building with Jenkins - cobertura and sonar

2012-04-10 Thread Pierre Smits
Done! Op 10 april 2012 18:36 schreef Jacques Le Roux jacques.le.r...@les7arts.com het volgende: From: Pierre Smits pierre.sm...@gmail.com Hi Jacques, Postgresql is also my preferred choice of db, but OFBiz delivers on the opportunity of using mySQL as a db platform. Using a download and

Re: OFBIZ Manufacturing

2012-04-10 Thread Integrin
Pierre - While I do not claim to be an expert in Manufacturing, I'm helping customize Ofbiz for a Food Sevices Industry in a Franchise Model where Ofbiz Manufacturing be the food kitchen; Additionally the following modules, being used - MyPortal : Dashboard - Order Manager: Purchase , Sales

[jira] [Closed] (OFBIZ-4800) Including an ant target and ivy solution for downloading the mysql driver

2012-04-10 Thread Jacques Le Roux (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4800. -- Resolution: Fixed Fix Version/s: (was: SlimDown) (was:

[jira] [Updated] (OFBIZ-4798) Facility Edit Contact Information use Dependent drop-downs

2012-04-10 Thread Tom Burns (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom Burns updated OFBIZ-4798: - Attachment: OFBIZ-4798 Facility Contact Mech.patch Facility Edit Contact Information use Dependent

[jira] [Commented] (OFBIZ-4783) ./ant can't find the cobertura class

2012-04-10 Thread Erwan de FERRIERES (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13251042#comment-13251042 ] Erwan de FERRIERES commented on OFBIZ-4783: --- for testing: {code} path

[jira] [Assigned] (OFBIZ-4797) eCommerce Edit Contact Information use Dependent drop-downs

2012-04-10 Thread Jacques Le Roux (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reassigned OFBIZ-4797: -- Assignee: Jacques Le Roux eCommerce Edit Contact Information use Dependent

[jira] [Assigned] (OFBIZ-4798) Facility Edit Contact Information use Dependent drop-downs

2012-04-10 Thread Jacques Le Roux (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reassigned OFBIZ-4798: -- Assignee: Jacques Le Roux Facility Edit Contact Information use Dependent

Re: OFBIZ Manufacturing

2012-04-10 Thread Jacques Le Roux
Just a word: it does not make sense to use an ESB like ServiceMix as long as it's not mandatory. In other words you may consider 1st using OFBiz as much as possible, and use only an ESB if you need to integrate with other systems. Even then sometimes using SOAP or XML-RPC would be easier