OFBiz MultiTrustManager Rejecting Authorize.net SSL cert

2008-02-02 Thread Vinay Agarwal
for this to succeed. Is this correct? How to fix it? (I am running on Windows XP - not sure if that has something to do with it.) Thanks in advance. Vinay Agarwal LOG 2008-02-02 16:55:50,375 (TP-Processor3) [ MultiTrustManager.java:94 :INFO ] Read certificate : CN=Entrust.net

RE: OFBiz MultiTrustManager Rejecting Authorize.net SSL cert

2008-02-02 Thread Vinay Agarwal
certificates (while the browsers collect all 3) from the website. Any suggestions to fix it? Regards, Vinay Agarwal -Original Message- From: Vinay Agarwal [mailto:[EMAIL PROTECTED] Sent: Saturday, February 02, 2008 5:32 PM To: user@ofbiz.apache.org Subject: OFBiz MultiTrustManager Rejecting

PayPal Website Payment Pro (NVP or Soap) Integration

2008-01-23 Thread Vinay Agarwal
in advance. Regards, Vinay Agarwal

Including Screen in FTL type Content/Document

2007-11-01 Thread Vinay Agarwal
. My question is - Is screens.render a valid and acceptable operation for content, or is there a better way of doing something like this? Thanks in advance. Regards, Vinay Agarwal _ Peek-a-boo FREE Tricks Treats for You! http

Managing console.log

2007-10-16 Thread Vinay Agarwal
Hello, I just saw my console.log to be 11GB size. Is there a way to drop old log data and keep this log to a more manageable size like 100MB or less without having to restart OFBiz? Thanks in advance. Regards, Vinay Agarwal

Preferred way to search content - findServices or Ecommerce example (lucene)?

2007-08-30 Thread Vinay Agarwal
Hello, Ecommerce application has (non-working) code to search content (separate from product search) that uses lucene library. Almost everything else uses findServices to search. What is the preferred way (that will be supported in future)? Thanks in advance. Regards, Vinay Agarwal

How to provide service parameters when invoked through EECA

2007-08-23 Thread Vinay Agarwal
figure out how to input parameters for it. Thanks in advance. Regards, Vinay Agarwal

How to provide service parameters when invoked through EECA

2007-08-23 Thread Vinay Agarwal
figure out how to input parameters for it. Thanks in advance. Regards, Vinay Agarwal

RE: Configuring ofbiz to work with mod_jk

2007-08-22 Thread Vinay Agarwal
Old wiki contains more detailed information. http://ofbizwiki.go-integral.com/Wiki.jsp?page=Mod_jk_config Vinay Agarwal -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of David Shere Sent: Wednesday, August 22, 2007 1:02 PM To: user@ofbiz.apache.org Subject: Configuring

How to pass service parameters in eeca

2007-08-16 Thread Vinay Agarwal
Hello, I am unable to pass parameters to service when invoked through eeca. I am taking an eeca example from financials module since it uses a java service. I would appreciate any suggestions. Thanks in advance. Regards, Vinay Agarwal Reference EECA from financials module: (I assume it works

RE: How to use screen widget type decorator for CMS

2007-05-19 Thread Vinay Agarwal
I got around the issue by creating a screen like that for blogs in ecommerce. Thanks. Vinay -Original Message- From: Vinay Agarwal [mailto:[EMAIL PROTECTED] Sent: Friday, May 18, 2007 5:08 PM To: user@ofbiz.apache.org Subject: How to use screen widget type decorator for CMS Hello, I

533352: Error browsing ECommerce Forum (Gizmos)

2007-04-28 Thread Vinay Agarwal
in advance. Regards, Vinay Agarwal

RE: 533352: Error browsing ECommerce Forum (Gizmos)

2007-04-28 Thread Vinay Agarwal
ECommerce Forum (Gizmos) Hi Vinay, maybe it's an output parameter that is missing... what is the error message? Jacopo Vinay Agarwal wrote: Hello, I am running into ServiceValidationException (from service getPublicForumMessage) while trying to browse Ecommerce Gizmos forum (the only one

RE: 533352: Error browsing ECommerce Forum (Gizmos)

2007-04-28 Thread Vinay Agarwal
: genericContentPermission I think that we are not passing the userLogin object to the parameter... Jacopo Vinay Agarwal wrote: Jacopo, All the output parameters for getPublicForumMessage are optional. The error message is below. Regards, Vinay Method public java.util.Map

Definition of Derivative Work under OFBiz Framework

2007-04-24 Thread Vinay Agarwal
the calling application a derivative work. So, in this case, are ECAs similar to operating system exec calls? Thanks in advance. Regards, Vinay Agarwal

Using OFBiz SOAP with .NET 2.0

2007-04-24 Thread Vinay Agarwal
. It currently only handles strings but can be easily extended as needed. The code is provided below. The main function shows usage of this driver for running ping service on Si's demo server. Regards, Vinay Agarwal - Code place in a .cs file and use VS2005 to run using System; using