Re: main new features in OFBiz frontpage?

2009-05-25 Thread Ashish Vijaywargiya
Inline : On Sun, May 24, 2009 at 10:20 PM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: From: Tim Ruppert tim.rupp...@hotwaxmedia.com It was always my intention to completely redo the information layout on the front page and start to better structure the information on confluence to

EntityListIterator.hasNext() warning

2009-05-25 Thread Ján Valkovič
Hi, I've got warning (see below) during rendering freemarker template. Is some fix or workaround for this? I have OFBiz 9.04.776656 Thanks ya - 2009-05-25 10:22:38,352 (http-0.0.0.0-8443-6) [ RequestHandler.java:692:INFO ] Rendering View

Callback URL is not accepting response string in Google Checkout

2009-05-25 Thread Ashish Vijaywargiya
Hello, I am working on googlecheckout. I am facing some problem in receiving XML message coming from Google. Let me explain the scenario: First of all we prepare a XML string and if XML string format looks good then Google sends the response in XML form on the specified call back URL.

Re: Callback URL is not accepting response string in Google Checkout

2009-05-25 Thread Scott Gray
Hi Ashish Is the url that you're providing publicly accessible without any authentication? Regards Scott On 25/05/2009, at 10:21 PM, Ashish Vijaywargiya wrote: Hello, I am working on googlecheckout. I am facing some problem in receiving XML message coming from Google. Let me explain the

Re: Callback URL is not accepting response string in Google Checkout

2009-05-25 Thread Ashish Vijaywargiya
Hello Scott, Thanks for your response. Yes the URL that I have provided is publicly available. I have tried it by putting the URL in browser and it is working. -- Ashish Scott Gray wrote: Hi Ashish Is the url that you're providing publicly accessible without any authentication? Regards

Re: Callback URL is not accepting response string in Google Checkout

2009-05-25 Thread mrisal...@libero.it
Hi Ashish, if you want to use Google Checkout API callback is necessary to install a trused certificate and then URL must be in https and not http (API callback URL on Setting -- Integration). Anyway if you see that Google Checkout does not reach your OFBiz URL you can check the logs under

Re: How to create an auto-sending mail notification service

2009-05-25 Thread Chirag Manocha
Hi Vu Hong Thuan, You can refer to sendOrderConfirmation in order/servicedef/services.xml. Thanks and Regards -- Chirag Manocha HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91-98263-19099 Vu Hong Thuan wrote: Hi all, I'm a newbie. I want to create an auto-sending mail

Re: Callback URL is not accepting response string in Google Checkout

2009-05-25 Thread Ashish Vijaywargiya
Hello Marco, Thanks for your comments. Please see my comments inline: mrisal...@libero.it wrote: Hi Ashish, if you want to use Google Checkout API callback is necessary to install a trused certificate and then URL must be in https and not http (API callback URL on Setting -- Integration).

Multiple OFBiz instances running on a single machine

2009-05-25 Thread Deyan Tsvetanov
Hi list, I am trying to run 2 ofbiz instances on the same server. Ideally I would make all the containers ( framework/base/config/ofbiz-containers.xml ) bind on a specified host ( virtual interface ) instead of * or 0.0.0.0. Before I start digging in that direction however I'd like to as if

Re: Multiple OFBiz instances running on a single machine

2009-05-25 Thread Ashish Vijaywargiya
Below is my post dated May 21, 2009 on the user mailing list on the User Mailing list. I guess you have missed my reply. Please read the details, give it a try and if got stuckup somewhere then come back to discuss the things. Yes

Re: Callback URL is not accepting response string in Google Checkout

2009-05-25 Thread mrisal...@libero.it
Hi Ashish, I never tested the trick from Andreas Sterbenz's blog but I have tested GC notifications in the past and it was necessary an https URL for notification with a trusted and visible certificate into OFBiz. If you try to click on the question mark Specify a URL for Google to notify you

Re: EntityListIterator.hasNext() warning

2009-05-25 Thread Jacques Le Roux
Is this from custom code ? Jacques From: Ján Valkovic yan...@samsonzv.sk Hi, I've got warning (see below) during rendering freemarker template. Is some fix or workaround for this? I have OFBiz 9.04.776656 Thanks ya - 2009-05-25

Re: Multiple OFBiz instances running on a single machine

2009-05-25 Thread Deyan Tsvetanov
Hi, thanks - it seems to mean something in China, probably in India too... Once I tried to buy deyan.com to use it for my personal e-mail but it was already taken.So a Chinese guy contacted me trying to offer me Deyan for my business . The world is small :) So on the issue: finally I managed

Re: Multiple OFBiz instances running on a single machine

2009-05-25 Thread BJ Freeman
The way I chose was to use ajp and change those ports. This makes updating from the SVN easier. http://docs.ofbiz.org/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo#FAQ-Tips-Tricks-Cookbook-HowTo-HTTPD Ashish Vijaywargiya sent the following on 5/25/2009 5:56 AM: Below is my post dated May

Re: Multiple OFBiz instances running on a single machine

2009-05-25 Thread Deyan Tsvetanov
I will definitely use AJP for production ! That's out of question :) The problem is that you have only one localhost and only one 8009 port can be bound. For the 2nd OFBiz instance you have to 8009++ ( increase ) . But then you have the RMI port to take care of - if you start 2nd ofbiz

Re: Multiple OFBiz instances running on a single machine

2009-05-25 Thread Tim Ruppert
We run loads of instances on the same servers - both in staging and in production - and have no problems. Even if you only have one host, you should be able to just change all of the ports and have no conflict. I'll look around to see if I can find the exact link to the way to make this

Re: EntityListIterator.hasNext() warning

2009-05-25 Thread Ján Valkovič
Yes, it is from custom lookup form and it's occured after click on Search button. That warning is caused by this code: #list embroideryColors as color #assign colorTableName = delegator.findByPrimaryKey(AdColorTable,Static[org.ofbiz.base.util.UtilMisc].toMap(colorTableId,color.colorTableId))

RE: hhfacility error in quantity type

2009-05-25 Thread Dan Dodd
Does anyone remember addressing these issues in hhfacility? Dan Dodd I am new so there is a lot of reading I still need to do, suggestions welcome. errors in ../hhfacility/control/receiveproductqty) and in release 9.04 OOTB I saw a discussion regarding the first error awhile ago but

Re: Callback URL is not accepting response string in Google Checkout

2009-05-25 Thread Ashish Vijaywargiya
Hello Marco, Thanks for your reply. I haven't played with certificate thing so here are some questions from my side before diving into it. Do you know some handy easy document to install SSL certificate easily on my server ? Thoughts on authorize.net ?

Re: Callback URL is not accepting response string in Google Checkout

2009-05-25 Thread Marco Risaliti
Hi Ashish, for Authorize.net I have already test it using the instruction from Andreas Sterbenz blog and then it's recognized as a trusted certificate installed. Probably the difference is that Authorize simply check that a trusted certificate is installed instead GC check also that the

Re: hhfacility error in quantity type

2009-05-25 Thread BJ Freeman
this componet has not been worked on for a while. it is not actively supported componets in the specialpurpose folder may or may not be actively supported. http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/hhfacility/ lets you see what has been done when down to the file. Dan Dodd sent the

Re: hhfacility error in quantity type

2009-05-25 Thread David E Jones
What do you mean by actively supported? I'd say that is as actively supported as anything else in the project. The support of the project is peer support, so it's all about finding peers and working with them (since they aren't working for you). In other words, either this is actively

Re: hhfacility error in quantity type

2009-05-25 Thread BJ Freeman
it was a paraphrase of you explanation a few months back as usual I will be glad to dig up he email is you wish. David E Jones sent the following on 5/25/2009 3:01 PM: What do you mean by actively supported? I'd say that is as actively supported as anything else in the project. The support

Re: Callback URL is not accepting response string in Google Checkout

2009-05-25 Thread Rohit Sureka
Hi Aashish,   I have done a google checkout integration with ofbiz. i guess you are sandbox for coding and testing. if you are using the sandbox, you do not need the ssl on your server. using sandbox you can make calls to https as well as http, just make the changes in google checkout setting

How to use 'calculateProductPrice' service.

2009-05-25 Thread rohit2006
Hi, I am trying to run the following 'calculateProductPrice' service, using the below code, but i am getting errors, i will appreciate if someone can help me understand where i might be making a mistake: try { GenericValue product = null; product = delegator.findByPrimaryKeyCache(Product,