Re: OFBiz data sources for BIRT

2010-07-28 Thread Santosh Malviya
Hello Byers, I didn't try it but if you want to pass a list then you have to put the list into the birtParameters and then iterate that list in fetch method of rptdesign. -- Thanks and Regards Santosh Malviya On Thu, Jul 29, 2010 at 11:29 AM, Al Byers wrote: > Santosh, > > Thank you, that was

Ofbiz Business Basic.

2010-07-28 Thread BJ Freeman
not to water down the Drool initiative this is something I have pondered on.. if you are familiar with Excel or Spreadsheet they have a programming interface for their macro code. the interface includes a function list you can select functions to add to your macro. The Artifact(webtools) lends

Re: A/B Testing in Ofbiz

2010-07-28 Thread David E Jones
There are many ways to do this, including many tools for analytics as well as managing the various options you to compare for effectiveness. For analytics if you want to keep your data more private and/or internal (especially less sensitive to client-side/remote tampering and false or bad data

Re: OFBiz data sources for BIRT

2010-07-28 Thread Al Byers
Santosh, Thank you, that was extremely helpful. Do you think the concept can be extended to passing in a list of rows as birtParameters? -Al On Wed, Jul 28, 2010 at 11:45 PM, Santosh Malviya wrote: > Hello Byers, > > Inline. > > On Thu, Jul 29, 2010 at 10:11 AM, Al Byers wrote: > >>

Re: Mobile E-Commerce

2010-07-28 Thread Shi Jinghai
Not difficult. You can use the user-agent in http header to redirect the visits from mobile to suitable websites. Here is an iphone's user-agent: Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_1_2 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7D11 Safari/528.16 Regards,

Re: OFBiz data sources for BIRT

2010-07-28 Thread Santosh Malviya
Hello Byers, Inline. On Thu, Jul 29, 2010 at 10:11 AM, Al Byers wrote: > Thanks Santosh and Hans. Please see questions below. > > On Wed, Jul 28, 2010 at 9:57 PM, Santosh Malviya > wrote: > > Hello Byers, > > > > You can also use groovy for retrieving data and put them in > birtPara

Re: Mobile E-Commerce

2010-07-28 Thread Scott.
In all honesty BJ, your lawyer ought to be strung up by the nuts. This is what Internet Retailer reported this morning; The Urgency of Mobile Commerce for E-Retailers These facts that should be an urgent wake-up call for Internet retailers on the need to add mobile commerce sites and apps to the

Re: Using Drools to Help with Rules

2010-07-28 Thread BJ Freeman
sorry typo program=projectmgr BJ Freeman sent the following on 7/28/2010 9:47 PM: something else to consider. the business man will use tools like open office. open office has support for Macros. openoffice basic(the preferred), python, Beanshell, and Javascript. Open office binaries are alread

Re: Using Drools to Help with Rules

2010-07-28 Thread BJ Freeman
something else to consider. the business man will use tools like open office. open office has support for Macros. openoffice basic(the preferred), python, Beanshell, and Javascript. Open office binaries are already in ofbiz. why not extend the openoffice basic for business rules. flesh out the o

Re: OFBiz data sources for BIRT

2010-07-28 Thread Al Byers
Thanks Santosh and Hans. Please see questions below. On Wed, Jul 28, 2010 at 9:57 PM, Santosh Malviya wrote: > Hello Byers, > > You can also use groovy for retrieving data and put them in birtParameters > map and pass the map to rptdesign or else you can get data in rptdesign > itself. I am fami

Re: Using Drools to Help with Rules

2010-07-28 Thread BJ Freeman
I agree ECA is basic Database SCAS is based on a operation/service like create party. what I guess I was not clear on is that in compiler implementation you have source code that is then turn into the actual code that will be used. Tn this case, an organization create business plan, which is qui

Re: Using Drools to Help with Rules

2010-07-28 Thread Adrian Crum
That sounds wonderful. -Adrian --- On Wed, 7/28/10, Sam Hamilton wrote: > From: Sam Hamilton > Subject: Using Drools to Help with Rules > To: "user" > Date: Wednesday, July 28, 2010, 8:12 PM > Hi Guys, > > I have been thinking about problems we are soon going to > start facing in marketing o

Re: Using Drools to Help with Rules

2010-07-28 Thread Brett Palmer
I'm working on a non-ofbiz project right now where they are considering replacing the commercial rules engine solution with something like drools. Drools looks like a solid rules engine. They have their own domain specific language (DSL) which makes the rules easy to develop and follow. The also

Re: OFBiz data sources for BIRT

2010-07-28 Thread Santosh Malviya
Hello Byers, You can also use groovy for retrieving data and put them in birtParameters map and pass the map to rptdesign or else you can get data in rptdesign itself. -- Thanks and Regards Santosh Malviya On Thu, Jul 29, 2010 at 6:35 AM, Hans Bakker wrote: > You can retrieve the data with min

Re: Using Drools to Help with Rules

2010-07-28 Thread BJ Freeman
ofbiz has, though not implemented well, a rules engine as well as a workeffort and event(ECA, SECA, controller events) Model. the Project management also lends itself to rules. I would suggest we work out a model rules engine that works around the way ofbiz works. That was the short comings of

RE: A/B Testing in Ofbiz

2010-07-28 Thread Sam Hamilton
Hi Ylan, We are also about to start looking for a way to implement GWO so that we can integrate it with Google Analytics - our research so far has concentrated on how the the competitors have deployed their solutions and see if we can learn from them and do something similar in OFBiz. Sam

Using Drools to Help with Rules

2010-07-28 Thread Sam Hamilton
Hi Guys, I have been thinking about problems we are soon going to start facing in marketing our OFBiz website and some of them can be solved using a rules engine, this then spilled over into other departments once I had read through the Drools website and saw how powerful it could be once imple

Re: OFBiz data sources for BIRT

2010-07-28 Thread Hans Bakker
You can retrieve the data with minilanguage examples in the system. or look in the ofbiz help index, there is a chapter on birt. Regards, Hans -- Ofbiz on twitter: http://twitter.com/apache_ofbiz Myself on twitter: http://twitter.com/hansbak Antwebsystems.com: Quality services for competit

Re: Mobile E-Commerce

2010-07-28 Thread BJ Freeman
it is extreme I know, but let me tell you a real story. we manufactured a Pilot for boats. all over the equipment we have tags that states it requires a constant attention of a human when in use. the Pilot is so accurate you can set it, miles, out in the sea and it would get you were you want. M

OFBiz data sources for BIRT

2010-07-28 Thread Al Byers
I do not want to use SQL to define my reports in BIRT as I do not think I can get the performance that I need. Are there other options that are more OFBiz-centric than writing Mysql stored procedures. Thanks, -Al

Re: Mobile E-Commerce

2010-07-28 Thread Jacques Le Roux
:D (I was not sure it was a joke, subtle ;o) Jacques From: "Scott Gray" Haha, you've gotta be making that up. Regards Scott On 29/07/2010, at 8:57 AM, BJ Freeman wrote: Lawyer advised against it with our current federal and state laws about using hand held devices with driving, under the pro

adding expires headers for css, js, gifs, jpgs, pngs

2010-07-28 Thread frabjousB
Hello, Is there a way to set expires headers for resources such as css, js, gifs, jpgs, pngs within ofbiz configuration files? Our current implementation does not use Apache, so the only solution I have found so far is to implement a filter to Tomcat (http://www.tomred.net/tutorials/java/82-java-

Re: Mobile E-Commerce

2010-07-28 Thread Scott Gray
Haha, you've gotta be making that up. Regards Scott On 29/07/2010, at 8:57 AM, BJ Freeman wrote: > Lawyer advised against it with our current federal and state laws about using > hand held devices with driving, under the product liability of the software. > > Scott. sent the following on 7/28/

Re: Mobile E-Commerce

2010-07-28 Thread BJ Freeman
Lawyer advised against it with our current federal and state laws about using hand held devices with driving, under the product liability of the software. Scott. sent the following on 7/28/2010 10:57 AM: Have any of the devs/service providers here tackled a fully fledged mobile e-commerce sit

A/B Testing in Ofbiz

2010-07-28 Thread Ylan Segal
Hi everyone. Is anyone using A/B testing for ofbiz-driven ecommerce sites? What about multi-variate testing? By A/B testing I mean testing of different layouts and/or graphic design of a given page to see which design drives better conversions: https://secure.wikimedia.org/wikipedia/en/wiki/A

Re: demo-trunk site dieing lead

2010-07-28 Thread BJ Freeman
FWIW: i have 4 sites, 3 functional meaning they are used for a functions and a demo. the Demo (trunk) is being hit on the back end by Search engines. it is the only one that increases it memory usage fast. this is the start values 739644 kB java -Xms128M -Xmx512M -XX:MaxPermSize=128m -Dofbiz.a

Making wsdl URL dynamic

2010-07-28 Thread vivtops86
I have successfully called a webservice using the definition: http://localhost:8080/webtools/control/SOAPService"; invoke="testScv"> Test SOAP service; calls the OFBiz test service Is there anyway to make the value of location dynamic? -- View this message in con

Re:XML-RPC client problem was Need SOAP to return string, not map

2010-07-28 Thread BJ Freeman
please read Hans Bakker sent the following on 7/27/2010 4:58 PM: We are in the process of making this possible. I expect a first version in the next couple of weeks. for a description check: http://mail-archives.apache.org/mod_mbox/ofbiz-user/201007.mbox/<1277956975.2186.111.ca...@hans-laptop>

Re: [ofbiz-branch-10.4] Error in logout for multitenant application

2010-07-28 Thread David-DiSiD Technologies
Oops, it's true, sorry. But it's related. The main problem is that delegator info isn't kept right. Are you using one store for each tenant? If this is the case, check https://cwiki.apache.org/confluence/display/OFBIZ/Multitenancy+support#Multitenancysupport-Settingtheecommerceapp.touseanspecific

Re: [ofbiz-branch-10.4] Error in logout for multitenant application

2010-07-28 Thread Ganesh Bawne
Thank you David, But the bug you described is different than the problem I am facing. I am getting error when I log out from the multi-tenant e-commerce store application. Thanks, Ganesh On Wed, Jul 28, 2010 at 3:27 PM, David-DiSiD Technologies < dcerv...@disid.com> wrote: > > Hi Ganesh, > >

Re: [ofbiz-branch-10.4] Error in logout for multitenant application

2010-07-28 Thread David-DiSiD Technologies
Hi Ganesh, It's a known bug: https://issues.apache.org/jira/browse/OFBIZ-3736, there is a patch attached proposed to solve this problem. I tested the patch and seems that doesn't fix the bug, but I did't test it further (not enough time) You can vote this Jira issue in order to dev team take it

[ofbiz-branch-10.4] Error in logout for multitenant application

2010-07-28 Thread Ganesh Bawne
Hi All, I am working on multi-tenant e-commerce stores. When I log out from the e-commerce application I get random errors and it seems tenant delegator is not used by the request. Further digging into the code, I found that in doBasicLogout() method of LoginWorker class, default delegator is use

Re: Product Price

2010-07-28 Thread sakthi
Bilgin Ibryam iguanait.com> writes: > > I suppose it is the cache. Try to clear the cache, wipe the session and > shopping cart... It should work > > Its really very useful. Thanks a lot

Re: [ofbiz-trunk] Error in starting BIRT platform

2010-07-28 Thread Shailen
here is the output : java version "1.6.0_13" Java(TM) SE Runtime Environment (build 1.6.0_13-b03) Java HotSpot(TM) 64-Bit Server VM (build 11.3-b02, mixed mode) Regards, Shailen (khichi.shailen...@gmail.com) +91-9216020360 Mohali, Chandigarh - 160062 On Wednesday 28 July 2010 01:13 PM, Scott

Re: [ofbiz-trunk] Error in starting BIRT platform

2010-07-28 Thread Scott Gray
Oh yeah sorry about the second one, what is the output of: $JAVA_HOME/bin/java -version Regards Scott On 28/07/2010, at 7:35 PM, Shailen wrote: > hey Scott, > > _java -version _ > >java version "1.6.0_20" >Java(TM) SE Runtime Environment (build 1.6.0_20-b02) >Java HotSpot(TM) 64-Bi

Re: [ofbiz-trunk] Error in starting BIRT platform

2010-07-28 Thread Shailen
hey Scott, _java -version _ java version "1.6.0_20" Java(TM) SE Runtime Environment (build 1.6.0_20-b02) Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01, mixed mode) and _$JAVA_HOME -version_ gives you the directory bash: /opt/jdk1.6.0_13: is a directory Regards, Shailen (kh

remote webservice call !

2010-07-28 Thread Prashant Punekar
Hi , Here is the soap request xml for the remote access of the webservice. 111 2010-11-23T06:44:07 InquireOffer 1233 12 7712320886298555