Re: Ofbiz WEb Service call from Standalone Java Client

2012-03-01 Thread pierre.gaudin
Hi, Look at : https://cwiki.apache.org/OFBIZ/calling-ofbiz-services-from-liferay-using-soap.html #3 give you the solution. Pierre On 01/03/2012 06:28, rahul kumar wrote: Hello sanjaya, Can u tell me the steps how to generate the wsdl file in ofbiz, bcz iam unable to genarate the wsdl

Customer ID per each supplier

2012-03-01 Thread biletnikov
Hello, we use OFBiz in B2B with lots of drop shipment orders, i.e. we have customers and many suppliers. Each our supplier has own customer id and it is very necessary for us to include this id in the order for each supplier. Example, the customer party in our OFBiz system has party id : 10001

Re: Customer ID per each supplier

2012-03-01 Thread Nicolas Malin
Use PartyRelationship beetwen customer and supplier Nicolas Le 01/03/2012 11:11, biletnikov a écrit : Hello, we use OFBiz in B2B with lots of drop shipment orders, i.e. we have customers and many suppliers. Each our supplier has own customer id and it is very necessary for us to include this

Re: Who is using the seleniumxml and why?

2012-03-01 Thread Gil Portenseigne
Hi Hans, I agree with jacopo, we used to have a CI using pure selenium with bash scripts. Since we wanted to migrate into jenkins for IC purpose, we are interested in your habits about using CI within ofbiz. If we can contribute by giving new tests and using the same system, we will be glad

Re: Who is using the seleniumxml and why?

2012-03-01 Thread Erwan de FERRIERES
Le 01/03/2012 08:10, Jacopo Cappellato a écrit : It is interesting, thank you Erwan. About the integration with OFBiz: apart from the ant task available ootb to run tests what else are you planning to include in OFBiz? I am asking this because in my opinion the best layout would be the

Re: Customer ID per each supplier

2012-03-01 Thread biletnikov
Should we use Comments field to store the id? - Kind regards, Sergei -- View this message in context: http://ofbiz.135035.n4.nabble.com/Customer-ID-per-each-supplier-tp4434577p4434667.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Customer ID per each supplier

2012-03-01 Thread Nicolas Malin
Le 01/03/2012 12:03, biletnikov a écrit : Should we use Comments field to store the id? or positionTitle, if you don't change entity, else add an extend-entity with externalId field Nicolas - Kind regards, Sergei -- View this message in context:

Re: Customer ID per each supplier

2012-03-01 Thread Adrian Crum
No. Connect the parties properly using PartyRelationship and OFBiz-generated party IDs. Use the PartyIdentification entity for external IDs. -Adrian On 3/1/2012 11:03 AM, biletnikov wrote: Should we use Comments field to store the id? - Kind regards, Sergei -- View this message in

Re: Customer ID per each supplier

2012-03-01 Thread biletnikov
Of course, PartyRelationship relates parties between each other, but how to link party and external ids from PartyIdentification, it is not possible now. Each customer can have many external ids for each supplier... - Kind regards, Sergei -- View this message in context:

Re: Customer ID per each supplier

2012-03-01 Thread Adrian Crum
Create an ID type for each supplier. -Adrian On 3/1/2012 11:44 AM, biletnikov wrote: Of course, PartyRelationship relates parties between each other, but how to link party and external ids from PartyIdentification, it is not possible now. Each customer can have many external ids for each

tested BigFish eCommerce Platform deploys on OFBIZ trunk ( 2012/03/02 )

2012-03-01 Thread djjava
Dear Len / Nick / Jacques / cc All I've just tested BigFish eCommerce Platform deploys on OFBIZ trunk ( 2012/03/02 ) . Here is result: Class: com.osafe.services.ImportServices Locate: ofbiz/hot-deploy/osafe/src/com/osafe/services/ Row

Re: tested BigFish eCommerce Platform deploys on OFBIZ trunk ( 2012/03/02 )

2012-03-01 Thread Brajesh Patel
Thanks for pointing this issue: This issue occurred because Bigfish plugin before the latest trunk changes(rev.1291007 on Feb-19 'ModelDataFileReader.getModelDataFileReader' in method), so we will provide new release of Bigfish with all required changes. On Thu, Mar 1, 2012 at 11:45 PM,

Re: Component Data Load Multitenancy Infastructure Confusion

2012-03-01 Thread Jacques Le Roux
I have no ideas, I suppose you read https://cwiki.apache.org/confluence/display/OFBIZ/Multitenancy+support My 2cts Jacques From: Justin fluidmotionnoti...@gmail.com I've been testing out this functionality and discovered the reason it doesn't work for me is: if

Re: Problem with CatalogServletUrl

2012-03-01 Thread Jacques Le Roux
Not sure it's related but see http://svn.apache.org/viewvc?rev=1295029view=rev Jacques From: parimal gain gain.pari...@gmail.com Hi there is some discrepancies in CatalogUrlServlet I'm facing ie. when I am using @ofbizCatalogAltUrl to prepare product/category url for my application its showing

Re: Problem with CatalogServletUrl

2012-03-01 Thread Jacopo Cappellato
I don't think it is related because the commit was done later than this email was sent. Jacopo On Mar 2, 2012, at 5:37 AM, Jacques Le Roux wrote: Not sure it's related but see http://svn.apache.org/viewvc?rev=1295029view=rev Jacques From: parimal gain gain.pari...@gmail.com Hi there