Re: Git or SVN?

2013-03-07 Thread Paul Foxworthy
Hi Javier and Trenton, The Subversion repo is the official one for OFBiz. Most Apache projects also use Subversion. The ASF has been working on support for git, and there are read-only git mirrors for the Subversion repos. For example, the OFBiz one is at git://git.apache.org/ofbiz.git . Github

Ofbiz - SOAP services with Pentaho

2013-03-07 Thread twosolution
Hi guys i m using apache-ofbiz-11.04.01 i using Pentaho kettle community edition, to calls SOAP service of createProduct However, the IN parameters valued are not passed to the Request Message. Hence, the product are not created Does anyone had any success in using ofbiz SOAP services ?

Re: Ofbiz - SOAP services with Pentaho

2013-03-07 Thread Jacques Le Roux
Sure, in my current project there are RMI, REST (only called services) and SOAP services (used from both side, thanks to the export option) Jacques From: twosolution jensing.c...@b2b.com.my Hi guys i m using apache-ofbiz-11.04.01 i using Pentaho kettle community edition, to calls SOAP

Re: PerformFind Requests By Multiple Requests

2013-03-07 Thread GP
Dear All, Would greatly a appreciate any help/clues on the check box issue as indicated below. Putting it in simple words, if my check boxes are rendered via entity-options, post form submission the check boxes are losing their values if multiple check boxes were selected at the time of form

JUnit test failures

2013-03-07 Thread Karl Beecher
Hi there, We're looking to develop an OFBiz installation and would like to regularly run the unit-tests. Unfortunately, when we run the test suite, even from an out-of-the-box Ofbiz (we use11.04.02), there are always a few failing tests. I'd like to know if this is a known issue, or whether we're

Re: Ofbiz - SOAP services with Pentaho

2013-03-07 Thread twosolution
i tried had use the SOAP 'createProduct' services. the product are created under the default DB my ofbiz are setup with multitenant, how is it to tells the SOAP services operation to applied to which tenant ? The WDSL generated doesnt have any IN parameters to tells the tenant ID How to cater

Re: Ofbiz - SOAP services with Pentaho

2013-03-07 Thread Hans Bakker
HI, assign a domainname to the specifc tenant and use that domainname in the request. Regards, Hans On 03/08/2013 01:05 PM, twosolution wrote: i tried had use the SOAP 'createProduct' services. the product are created under the default DB my ofbiz are setup with multitenant, how is it to

Re: Ofbiz - SOAP services with Pentaho

2013-03-07 Thread twosolution
Hi, i had change the 1. WDSL to add a new IN parameters with the name delegator 2. add this new param in services.xml 3. add this new param in ProductServices.xml field field=delegator type=org.ofbiz.entity.Delegator/ and i passed these value to the IN param. Ofbiz still throws out Unknown

Re: Ofbiz - SOAP services with Pentaho

2013-03-07 Thread twosolution
Hi, I found this in the forum http://ofbiz.135035.n4.nabble.com/How-to-set-delegator-based-on-tenantId-passed-via-web-service-td3673046.html Does anyone had any success implementing this ? Thanks. -- View this message in context:

Re: Ofbiz - SOAP services with Pentaho

2013-03-07 Thread Jacques Le Roux
From the thread arini.rusda succeeded following Raj's advice Maybe, if it's possible to be committed, someone could contribute it, to avoid repeating it every month ;) Jacques From: twosolution jensing.c...@b2b.com.my Hi, I found this in the forum

Re: JUnit test failures

2013-03-07 Thread Jacques Le Roux
This is weird, we know there were issues in the past, but they are solved at the moment, as you can see at http://ci.apache.org/projects/ofbiz/logs/ Sorry I have currently no time to look at it. This last branch 11 build might help http://ci.apache.org/builders/ofbiz-branch11/builds/57 The step