Re: Looking for Developers with Immediate Availability

2010-01-29 Thread Jacques Le Roux
Hi David, Looks like business begins again :o). Did you get contacted by Paul Piper also? I will ask Geoff how many hours he expects from me in March, since Paul wants me to work with him. Cheers Jacques From: "David E Jones" Some people I know have an immediate need for 1-2 experienced d

Re: splitup of ebay component.

2010-01-29 Thread Florin Popa
Did it as https://issues.apache.org/jira/browse/OFBIZ-3435 Please contribute and attach it to an Jira issue! perhaps we can include it in the Ofbiz distribution? Did you have a lokk what is recently added? Regards, hans On Fri, 2010-01-29 at 09:45 +0200, Florin Popa wrote: Hi, For our pro

Re: splitup of ebay component.

2010-01-29 Thread Hans Bakker
Excellent thanks we will have a look at it. On Fri, 2010-01-29 at 10:40 +0200, Florin Popa wrote: > https://issues.apache.org/jira/browse/OFBIZ-3435 -- Antwebsystems.com: Quality OFBiz services for competitive rates

Re: Looking for Developers with Immediate Availability

2010-01-29 Thread Jacques Le Roux
Oops, sorry this was not intended to the user ML :/ Jacques From: "Jacques Le Roux" Hi David, Looks like business begins again :o). Did you get contacted by Paul Piper also? I will ask Geoff how many hours he expects from me in March, since Paul wants me to work with him. Cheers Jacques

OFBiz Blog, Integration 3rd party tools

2010-01-29 Thread Sascha Rodekamp
Hi everybody, i thought of having a full featured blog in my ofbiz application. I like to have a blog that has functions like i.e. wordpress, roller. The ofbiz blog can't offer me these things :-) So someone have an idea how to integrate i.e Roller http://roller.apache.org/ (because it's java bas

Re: OFBiz Blog, Integration 3rd party tools

2010-01-29 Thread Info Olagos
Good question. How to integrate Roller, interests me also. regards, Heidi 2010/1/29 Sascha Rodekamp > Hi everybody, > > i thought of having a full featured blog in my ofbiz application. > I like to have a blog that has functions like i.e. wordpress, roller. > The ofbiz blog can't offer me these

RE: Who is using OFBIZ in South Africa

2010-01-29 Thread Gavin Mabie
Hi I have been working with Ofbiz since 2008. Gavin -Original Message- From: Brendan Vogt [mailto:brendan.v...@gmail.com] Sent: 29 January 2010 08:55 AM To: user@ofbiz.apache.org Subject: Re: Who is using OFBIZ in South Africa Hi, Let me know if you find any one. I tried it about 2 y

Re: OFBiz Blog, Integration 3rd party tools

2010-01-29 Thread Sascha Rodekamp
yep, maybe someone have an idea or even implemented it. 2010/1/29 Info Olagos > Good question. > How to integrate Roller, interests me also. > > regards, > Heidi > > 2010/1/29 Sascha Rodekamp > > > Hi everybody, > > > > i thought of having a full featured blog in my ofbiz application. > > I li

How to deploy Axis2 web service in ofbiz

2010-01-29 Thread Bhupendra Shivade
Hi All, I am seeing all the threads for Axis2, but I couldn't find how to deploy AAR file in ofbiz. I will appreciate if anyone navigates me there. Thanks Bhupendra. http://www.mindtree.com/email/disclaimer.html

Re: Any chance for an upgrade? - help please

2010-01-29 Thread Brett Palmer
Florin, I'm not sure what you mean when you say "apache talke with ofbiz instances via AJP rather than mod_jk". I thought mod_jk used AJP. I would be interested if you find that AJP is a bottleneck. We use a configuration with Apache on the front end and ofbiz on behind it. We use mod_jk becau

Re: Any chance for an upgrade? - help please

2010-01-29 Thread Florin Popa
Hi, Today is planned to switch from AJP to mod_jk...I will let you know the differences. How did I reached that point: a simple tool http://httpd.apache.org/docs/2.0/programs/ab.html I tried to hit the Apache server only like /usr/local/apache2/bin/ab -c 100 -t 30 and I could reach almost

Re: splitup of ebay component.

2010-01-29 Thread BJ Freeman
when I added to Ebay, I used generic calls that other ofbiz application could hook into. then at a lower level added my functionality. By keeping the services at the ofbiz level the same don't have to keep changing other application, unless they want to use the new functionality. the also works for

Re: Different order status for COD and CC

2010-01-29 Thread BJ Freeman
I had a client that added 35 statuses. but it is not part of the svn, for the very reason Scott said. so feel free to add the functionality to your own Svn code base. Ramkrishna Swamy sent the following on 1/28/2010 9:50 PM: > Hi Scott, > > What could be possible harm if i do so, i don't have mu

Re: OFBiz Blog, Integration 3rd party tools

2010-01-29 Thread BJ Freeman
If need is to have something functional quickly then I would suggest you look at the code of the blog, like wordpress, applications then just post to ofbiz what is needed. the application would not be in ofbiz workspace. Like your login. But the rest of the application runs in it own space and da

Re: Any chance for an upgrade? - help please

2010-01-29 Thread Florin Popa
Hi, It seems I was on a false track... the tests hits directly against ofbiz (without Apache in front) did not work properly.. now they do and I only get max 2-3 req.sec... What could be wrong configured? I tried similar hits against one simple tomcat and on 30 secs I reach 5 req/sec.

Re: Any chance for an upgrade? - help please

2010-01-29 Thread Brett Palmer
Florin, Have you tried using Apache's mod_proxy instead of mod_jk? I'm not surprised that you get faster responses directly from Apache but 2-3 req/sec doesn't sound good for Tomcat either. I'll try this same tool in our configuration and see what we get. For us we configure mod_jk to communica

Re: OFBiz Blog, Integration 3rd party tools

2010-01-29 Thread Sascha Rodekamp
Hm thats the point. The idea was to run a 3rd party blog in, maybe, an iFrame (i really don't like this idea). So there are two options, to fully integrate a functional blog application or extend/ improve the ofbiz blog. There are pro and cons for both. 2010/1/29 BJ Freeman > If need is to ha

Re: Any chance for an upgrade? - help please

2010-01-29 Thread Florin Popa
Hi, It is even worse for me... I dropped the tests regarding apache and I tried tests directly against one ofbiz instance, without any apache in front..using the same apache ab tool. I never exceee 3-4 requests per second :( I tried also to hit one static page and I reach arround 2000 req/se

Re: Different order status for COD and CC

2010-01-29 Thread Mridul Pathak
It certainly depends on what status change you want to have, if in both cases the next status change would be ORBER_APPROVED, then better to customize the view logic to show different descriptions, instead of creating new statuses. -- Thanks & Regards Mridul Pathak Hotwax Media http://www.hotwaxm

Re: Different order status for COD and CC

2010-01-29 Thread Scott Gray
My guess is that they want these additional statuses for searching and if that is the case it would be much better to allow searching by payment method type + order status rather than adding custom statuses. Regards Scott On 29/01/2010, at 9:33 AM, Mridul Pathak wrote: > It certainly depends o

How to know what roles allow for which services?

2010-01-29 Thread Patrick
I need to invoke the service [safeAddProductToCategory], but how do I know which role to add? Is there a list somewhere? Thanks Patrick

Re: How to know what roles allow for which services?

2010-01-29 Thread Ashish Vijaywargiya
What are you trying to achieve? For more details on services you can refer following documents: Beginner Guide: http://cwiki.apache.org/confluence/x/cQFk Service Engine: http://cwiki.apache.org/confluence/x/M4Br Role Based implementation can be done in Service Implementation itself. For more deta

Re: running error

2010-01-29 Thread Ashish Vijaywargiya
Are you using OFBiz trunk? Did you do any customization in code? Please provide more details so that we could help you, as I am not observing such behavior on my machine. I am using OFBiz trunk. Thanks! -- Ashish On Fri, Jan 29, 2010 at 7:38 AM, zhiyongcui wrote: > > As I view the Approved Prod

Re: Anyone know of OFBiz ERP in software/consulting companies?

2010-01-29 Thread Ashish Vijaywargiya
http://cwiki.apache.org/confluence/x/IQFk http://cwiki.apache.org/confluence/x/bwFk -- Ashish On Thu, Jan 28, 2010 at 10:54 PM, Ruth Hoffman wrote: > Does anyone on the list know of an OFBiz ERP implementation in software > product and/or IT consulting companies? > TIA > Ruth >