OFBiz advertising

2008-09-16 Thread Erwan de FERRIERES
Dear all, As OFBiz integrators, we are participating to a big ERP solutions meeting at the end of the month in France. In our booth, we'd like to present OFBiz, with a big display focused on the robustness of the framework. We will also speak on the different functionalities present in the ap

Re: Multiple order confirmation emails

2008-09-16 Thread Alex Melnik
hi Chirag, now that you've mentioned it I actually do see a problem with logging/rolling back the transaction. Can you please send me the link (or forward the inquiry) to the issue on the posting on the dev list? Thanks, Alex >>> Chirag Manocha <[EMAIL PROTECTED]> 9/15/2008 11:03 PM >>> Hell

Reading file from client side

2008-09-16 Thread Amine Benkirane
Hi all! Is there, in ofbiz, a simple (existing) way to read and import files from the client side disk ? Basically, for my specific need, I want to let users import their own datas thanks to XSL files on their local disk. I try the import file from the webtools ofbiz part but it didn't wor

Re: Reading file from client side

2008-09-16 Thread ian tabangay
Take a look at how the service importAddressMatchMapCsv was implemented on the Party application ~ ian On Tue, Sep 16, 2008 at 10:18 PM, Amine Benkirane <[EMAIL PROTECTED]>wrote: > Hi all! > > Is there, in ofbiz, a simple (existing) way to read and import files from > the client side disk ? >

Re: Reading file from client side

2008-09-16 Thread BJ Freeman
also look at the image uploads for actually putting a file on the server. https://demo.hotwaxmedia.com/catalog/control/EditProductContent?productId=GZ-1004 or webtools. Amine Benkirane sent the following on 9/16/2008 7:18 AM: >Hi all! > > Is there, in ofbiz, a simple (existing) way to read an

Re: Reading file from client side

2008-09-16 Thread BJ Freeman
also you can import and change to entity files using the framework/datafile. http://docs.ofbiz.org/display/~jacopoc/OFBiz's+Data+File+Tools BJ Freeman sent the following on 9/16/2008 10:51 AM: > also look at the image uploads for actually putting a file on the server. > https://demo.hotwaxmedia.co

RE: Reading file from client side [resolved]

2008-09-16 Thread Amine Benkirane
thank you all, I success to read file from client side ! Best regards, Amine > Date: Tue, 16 Sep 2008 11:03:52 -0700> From: [EMAIL PROTECTED]> To: > user@ofbiz.apache.org> Subject: Re: Reading file from client side> > also you > can import and change to entity files using the framework/da

Re: Reading file from client side [resolved]

2008-09-16 Thread Bruno Busco
Hi Amine, there is something missing in your last message! ;-) How did you do it? 8-) Thank you, -Bruno 2008/9/16 Amine Benkirane <[EMAIL PROTECTED]> > thank you all, I success to read file from client side ! > > Best regards, > > Amine > > > > > Date: Tue, 16 Sep 2008 11:03:52 -0700> From: [EM

RE: Reading file from client side [resolved]

2008-09-16 Thread Amine Benkirane
:) I looked at the image uploads and put a file on the server thanks to BJ Freeman link here https://demo.hotwaxmedia.com/catalog/control/EditProductContent?productId=GZ-1004and I find another example in the EditCategory here https://demo.hotwaxmedia.com/catalog/control/EditCategory?productCateg

Re: Reading file from client side [resolved]

2008-09-16 Thread Bruno Busco
Thank you for sharing how to. -Bruno 2008/9/16 Amine Benkirane <[EMAIL PROTECTED]> > :) I looked at the image uploads and put a file on the server thanks to BJ > Freeman link here > > https://demo.hotwaxmedia.com/catalog/control/EditProductContent?productId=GZ-1004andI > find another example in

Help needed w/ Beginner's Practice Application

2008-09-16 Thread CJay Horton
Hello Everyone, I am new here and want to thank everyone that has contributed to this project. I apologize in advance if the formatting of this becomes poor. I am experiencing issues with Part-2 of the "OFBiz Beginner's Development Guide Using Practice Application". Part-1 works after i add:

full event buffer

2008-09-16 Thread BJ Freeman
I have a export routine that show debug info for each iteration through the field list. though the method completes with no errors the debug info stops about half way thru the rows with 2008-09-16 14:53:35,421 (Dispatcher-Thread-1) [ ?:? :INFO ] Discarded 8 messages due to full event buffer incl

Re: Help needed w/ Beginner's Practice Application

2008-09-16 Thread Ravindra Mandre
Hi CJay, Please provide the console log for the error message instead of putting all the code in mail and please tell us ofbiz version that you are using. and please made a cross check of your code step by step as guided in Practice tutorial. -- Thanks & Regards, Ravindra Mandre HotWax Media

Re: Help needed w/ Beginner's Practice Application

2008-09-16 Thread Sneha Chaturvedi
Hi CJay, I have also followed the steps shown in this application tutorial and found no problems. May be you are doing a small mistake in following the proper steps shown in the tutorial. I didn't include ScreenWidgetViewHandler explicitly in my development it worked fine for me as all of the h

Re: Help needed w/ Beginner's Practice Application

2008-09-16 Thread onima kasliwal
hi CJay.. i m also working on practice application part 1st but it worked well for me without adding to my controller.xml file. n for the second problem u can provide me console log for it..so that our community can help u out... On Wed, Sep 17, 2008 at 11:04 AM, Sneha Chaturvedi < [EMAIL PROT