Re: Multi-tenant ecommerce

2011-10-10 Thread Raj Saini
You do not have the choice of passing the tenantId in the login as access to the e-commerce store is not restricted Only way you can do it passing as URL parameter and then collect those parameters in ControlServlet. Thanks, Raj On Monday 10 October 2011 02:59 PM, gobrien wrote: Thanks for

[jira] [Commented] (OFBIZ-4274) Implement a REST Servlet

2011-09-19 Thread Raj Saini (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13107750#comment-13107750 ] Raj Saini commented on OFBIZ-4274: -- I am not the expert but one of my quick observation

[jira] [Commented] (OFBIZ-4274) Implement a REST Servlet

2011-09-19 Thread Raj Saini (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13107812#comment-13107812 ] Raj Saini commented on OFBIZ-4274: -- Adrian, Thanks for the clarification

Re: Problem in content application when using a content prefix for website

2011-08-17 Thread Raj Saini
Hans, Well, we do use Apache Web server as proxy and this is not problem for production environment. However, this is a issue during development. Thanks, Raj On Wednesday 17 August 2011 01:31 PM, Hans Bakker wrote: I did not see there was a reply yet? use http://www.domainname.com/images

Re: Problem in content application when using a content prefix for website

2011-08-17 Thread Raj Saini
Thanks for the tip. I will test it and let you know. Raj On Wednesday 17 August 2011 04:54 PM, Hans Bakker wrote: i do not think it is a problemas you fill the field as indicated...and apache is not required On Wed, 2011-08-17 at 16:51 +0530, Raj Saini wrote: Hans, Well, we do use

Re: Code and test separation for Apache OFBiz

2011-05-18 Thread Raj Saini
Having director structure like: |-- src ||--main ||`--java || `-- //rest of the code ||--test | `--java | `-- org |`-- ofbiz | `-- securityext | |-- AuthorizationTests.java

OFbiz build not working

2011-05-09 Thread Raj Saini
r1100795 is causing problem as build is not working any more. Reverting to previous revision resolved the problem. Thanks, Raj

Re: OFbiz build not working

2011-05-09 Thread Raj Saini
common.xml where it's used) Should be fixed soon... Jaques From: Raj Saini rajsa...@gmail.com r1100795 is causing problem as build is not working any more. Reverting to previous revision resolved the problem. Thanks, Raj

Re: Discussion: REST support in OFBiz

2011-05-06 Thread Raj Saini
: Adrian Crum adrian.c...@sandglass-software.com Raj, How do you picture Apache CXF being used in OFBiz? How would we map REST requests to OFBiz services using CXF? -Adrian On 5/4/2011 9:48 PM, Raj Saini wrote: There is also JAX-RS Java API (http://en.wikipedia.org/wiki/JAX-RS). I believe

Re: Discussion: REST support in OFBiz

2011-05-04 Thread Raj Saini
There is also JAX-RS Java API (http://en.wikipedia.org/wiki/JAX-RS). I believe integrating current implementation such as Apache CXF similar to the way Axis is integrated for SOAP based web services should be less work than doing it all ourselves. Thanks, Raj On Thursday 05 May 2011 06:54

Problem in content application when using a content prefix for website

2011-03-23 Thread Raj Saini
Hi, Using a content prefix for a website breaks the content application as content prefix is also applied to content application. For example if I add a content prefix /ecommerce to WebStore web site, this content prefix will also be applied to the content application and therefore images,

Missing ProductPrice entity fields

2011-03-16 Thread Raj Saini
Hi, I was looking into the product prices on trunk demo (https://demo-trunk.ofbiz.apache.org/catalog/) and I found two fields priceWithTax and priceWithoutTax are missing. Whereas, ProductPrice entity has these two fields in entity definition. Anyone have idea what is wrong with the trunk

Trunk demo broken

2011-02-18 Thread Raj Saini
Hi, Many pages of trunk demo (Product-Features, Category-Rollup etc) are broken. Error executing macro: renderDateTimeField required parameter: timeValues is not specified. The problematic instruction: -- == macro renderDateTimeField [on line 97, column 1 in

[jira] Commented: (OFBIZ-4188) Incompatible change of macro renderDateTimeField in r1070570

2011-02-18 Thread Raj Saini (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12996346#comment-12996346 ] Raj Saini commented on OFBIZ-4188: -- From seems to be in the renderDateTimeField Macro

Re: Trunk demo broken

2011-02-18 Thread Raj Saini
Hi Jacques, It is not working locally as well, though my code is one day old. Thanks, Raj On Friday 18 February 2011 03:12 PM, Jacques Le Roux wrote: You don't reproduce locally? Jacques From: Raj Saini rajsa...@gmail.com Hi, Many pages of trunk demo (Product-Features, Category-Rollup

[jira] Commented: (OFBIZ-4188) Incompatible change of macro renderDateTimeField in r1070570

2011-02-18 Thread Raj Saini (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12996355#comment-12996355 ] Raj Saini commented on OFBIZ-4188: -- Well not true. There are two already set

Re: Trunk demo broken

2011-02-18 Thread Raj Saini
Thanks Erwin. Raj On Friday 18 February 2011 04:57 PM, Erwan de FERRIERES wrote: Le 18/02/2011 09:35, Raj Saini a écrit : Hi, Many pages of trunk demo (Product-Features, Category-Rollup etc) are broken. Error executing macro: renderDateTimeField required parameter: timeValues

Re: Marketing OFBiz and the OFBiz non-object approach (was Re: Wicket in OFBiz)

2011-01-28 Thread Raj Saini
I think this is the best way to move forward and will keep current development going while working on new ideas on new generation framework. Thanks, Raj On Friday 28 January 2011 09:16 PM, Jacopo Cappellato wrote: On Jan 27, 2011, at 12:19 PM, Pierre Smits wrote: That sounds like a

Re: Marketing OFBiz and the OFBiz non-object approach (was Re: Wicket in OFBiz)

2011-01-27 Thread Raj Saini
I think these new idea should be separated form the current code base. It should be a new generation of the OFBiz while development still continues on the current one. As I said before, Eclipse 4.0 and Eclipse 3.0 are the prefect example. Mouqi could be the start for the new generation OFbiz

Re: OFBiz: The road ahead RE the framework

2011-01-27 Thread Raj Saini
One thing I would like to see is to use the OSGi runtime for framework. This will help modularising efforts. For example entity engine, service engine, security etc. will be OSGi bundles running on top of OSGi framework such Apache Karaf. Apache ServiceMix is already using Karaf

[jira] Created: (OFBIZ-4153) Make entity engine a standalone database access tool/API

2011-01-27 Thread Raj Saini (JIRA)
Components: framework Reporter: Raj Saini Priority: Minor From the user mailing list: I was picturing the entity engine as a lower level artifact - like a jar file. I don't have all of the details worked out yet, but what I picture is this: 1. An application needs a database

Re: Marketing OFBiz and the OFBiz non-object approach (was Re: Wicket in OFBiz)

2011-01-25 Thread Raj Saini
David, I agree with you that a complete overhaul or rather a new design of the OFBiz framework is needed taking into new ideas and new technologies into consideration. Moreover, as any software grows and matures it becomes extremely difficult to make changes due to the backward

Re: OfBiz Data Model

2010-12-01 Thread Raj Saini
Hello G Raman, You can run the run-install ant target and OFBiz will create schema along with demo data. Also, such questions should be asked in user mailing list as dev mailing list is used for OFBiz development discussion. Thanks, Raj On Wednesday 01 December 2010 03:18 PM,

Re: Fwd: Re: Woop! Confluence data imported into git and displayed with webslinger!

2010-10-14 Thread Raj Saini
So how this is going to work one code is deployed inside a application server? For example as a war or ear or let us say inside the component folder of OFBiz? Here is an example of what I mean by overlay: == doo...@host:/job/brainfood-standard-base/pages/BASE/www/account$ tree . ├──

Re: Woop! Confluence data imported into git and displayed with webslinger!

2010-10-12 Thread Raj Saini
Then, with the backend code and template files stored in the filesystem, the actual content itself is also stored in the filesystem. Why have a different storage module for the content, then you do for the application? I don't think it is a code idea to store your code and data together.

Re: Woop! Confluence data imported into git and displayed with webslinger!

2010-10-12 Thread Raj Saini
To be honest it makes it a little difficult to take you seriously when you completely disregard the JCR/Jackrabbit approach without even the slightest hint of objectivity if (!myWay) { return highway; } The JCR was produced by an expert working group driven largely by Day Software which

Re: Entity Generator - Help Sought!

2010-08-12 Thread Raj Saini
Aneesh, Firstly, you should ask this question to user mailing list as dev list is related to OFBiz development. Secondly, I would recommend you to subscribe to the mailing list if you are doing some serious work on OFBiz. Thanks, Raj On 13/08/10 03:24, Aneesh Vijendran wrote: Hi All, I

Error in E-commerce while updating store

2010-07-15 Thread Raj Saini
Hi, There seems to be a problem when update e-commerce store. Also, if I click on the Inventory Tab of a product. SVN Info: Path: . URL: http://svn.apache.org/repos/asf/ofbiz/trunk Repository Root: http://svn.apache.org/repos/asf Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68

Re: Hippo CMS

2010-07-10 Thread Raj Saini
I have been experimenting with few of the CMS and as you said, they really do not fit into the OFBiz. I am not sure what are the thoughts of others. What I have in mind is a web CMS system for OFBiz which is used to create site structure and then fill the contents either with static pages and

Re: Hippo CMS

2010-07-10 Thread Raj Saini
. Being better able to define flexible website/ecommerce content would be a big win for sure. Are you saying you would prefer to see the current Content/CMS model improved rather than replacing it with the likes of a JCR repository? Regards Scott On 10/07/2010, at 11:23 PM, Raj Saini wrote

Re: OfBiz professional Support!

2010-07-03 Thread Raj Saini
Hi Venu, OFBiz is a community driven open source project and support is provided by the volunteers who are also OFBiz users and developers. This kind of support is provided in the free time and free of cost. If you are looking for assured support, you can hire companies or individuals. You

Re: Hippo CMS

2010-06-23 Thread Raj Saini
of actual blog/wiki/forum code. How did you just segue into JSR-286? Hippo CMS is a JSR-286 provider. I don't think Hippo is JSR-186 provider. Hippo Portal is using Apache Jetspeed which is JSR 168/286 (Portlet API) provider and Hippo is JSR 170/283 provider. Thanks, Raj

Re: Dojo tree 1.4

2010-06-15 Thread Raj Saini
Vaddin is similar to the Eclipse RAP as both operates on server side though RAP has a well established API and RAP applications can also work as Desktop applications (theoretically) without code change and concept is called single sourcing. Thanks, Raj On 16/06/10 08:02, Sam Hamilton wrote:

Re: Brainstorming: changing the way we work and release

2010-05-05 Thread Raj Saini
Recently, I worked on running the framework inside a OSGi framework. I could run the framework standalone except some minor issues such as loading of configuration files (entity engine and service engine configuration files) from classpath. Generally these files should be external to framework

Re: IO Error processing request (java.security.cert.CertificateException: No trusted certificate found)

2010-05-03 Thread Raj Saini
It means their is not trusted SSL certificate in jdk CA store. You may need import the certificate in the JDK CA if your certificate is not signed by well knowns CAs. Thanks, Raj On 03/05/10 14:36, Nalin Chandra wrote: Hi All I am working for the HSBC payment processor in my application. I

Re: What about renaming run-install to run-install-demo?

2010-04-21 Thread Raj Saini
And what is the issue in adding the new command and changing the old one to give a meaningful help message to use the new one? How would this break the documentation? Command is still there and user can use it and they get on screen help to use a something new. I do not see why would you need

Re: What about renaming run-install to run-install-demo?

2010-04-20 Thread Raj Saini
In my opinion run-install is misleading as it really does not tell that it is going to install demo data and cause confusion to new users as it has happened with me in the past. For the benefit of old and new users, I suggest to add new command run-install-demo and leave the run-install as it

Re: Peer Community and Strange Perceptions (was Re: svn commit: r923126 - /ofbiz/site/index.html)

2010-03-18 Thread Raj Saini
I think this is true for many of us. I always read end to end every email from David, irrespective of the topic. In fact, in the mailing list, I always look for the mails from David in hope to find something new about OFBiz. It happened last week when we were struggling with performance issues

Re: Replace javax.imageio.spi.ServiceRegistry with java.util.ServiceLoader

2010-03-09 Thread Raj Saini
Thanks Jacques. Will create a JIRA issue and attach the patch. Raj Jacques Le Roux wrote: Hi Raj, I can't see any reasons to not create a Jira and a patch Thanks Jacques From: Raj Saini rajsa...@gmail.com Hi, org.ofbiz.base.util.UtilObject#getObjectFromFactory class uses

Re: Replace javax.imageio.spi.ServiceRegistry with java.util.ServiceLoader

2010-03-09 Thread Raj Saini
Adam Heath wrote: Raj Saini wrote: Hi, org.ofbiz.base.util.UtilObject#getObjectFromFactory class uses *javax.imageio.spi.ServiceRegistry *class to load DelegatorFactory implementation. ServiceRegistry class internally uses sun.misc.Service class which is internal to sun and may not be part

Re: Replace javax.imageio.spi.ServiceRegistry with java.util.ServiceLoader

2010-03-09 Thread Raj Saini
Thanks Adam. Look forward to it. Raj Adam Heath wrote: Adam Heath wrote: Raj Saini wrote: Hi, org.ofbiz.base.util.UtilObject#getObjectFromFactory class uses *javax.imageio.spi.ServiceRegistry *class to load DelegatorFactory implementation. ServiceRegistry class internally uses

Re: Replace javax.imageio.spi.ServiceRegistry with java.util.ServiceLoader

2010-03-09 Thread Raj Saini
You can find a better description of the problem here: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5014358 Thanks, Raj Adam Heath wrote: Raj Saini wrote: Adam Heath wrote: Raj Saini wrote: Hi, org.ofbiz.base.util.UtilObject#getObjectFromFactory class uses

Replace javax.imageio.spi.ServiceRegistry with java.util.ServiceLoader

2010-03-08 Thread Raj Saini
Hi, org.ofbiz.base.util.UtilObject#getObjectFromFactory class uses *javax.imageio.spi.ServiceRegistry *class to load DelegatorFactory implementation. ServiceRegistry class internally uses sun.misc.Service class which is internal to sun and may not be part of other JDKs. Starting with JDK

Re: OFBiz libraries versus Hot-deployed component ones

2010-03-02 Thread Raj Saini
Libraries in the WEB-INF/lib are automatically placed in web app classpath. I do not think you need to specify this anywhere in the classpath. You may want to check if you have the right jar files in the lib folder. Thanks, Raj Kévin Sailly wrote: I have try this : classpath

Re: OFBiz libraries versus Hot-deployed component ones

2010-03-02 Thread Raj Saini
You can copy the files in the WEB-INF/lib folder of the web app or create a ant target and copy those files at the build time. Thanks, Raj Kévin Sailly wrote: Not specifying the classpath makes ant build to not embed the libs, so it does not work.

Re: style issues(show me the code)

2010-02-05 Thread Raj Saini
There are other Apache projects using checkstyle but not sure how. See the tiles link below. http://tiles.apache.org/2.0/framework/tiles-jsp/checkstyle.html For code coverage you can use Clover which is commercial but they give the free developer license to open source project similar to the

Re: Apache OFBiz EZBiz

2009-12-17 Thread Raj Saini
I am a big fan of OSGi and I feel it is a right component management technology to manage big project like OFBiz. This is one of the best to manage the component dependencies. I will work further on the OFBiz-OSGi and put more examples of how new bundles (aka plug-ins) can be developed.

[OT]Re: Request for Comments: Board Report Dec 2009

2009-12-15 Thread Raj Saini
OpenEJB view of PMC roles and responsibilities http://osdir.com/ml/dev.openejb.apache.org/2009-07/msg3.html Ashish Vijaywargiya wrote: Thanks David Other PMC members. Feeling glad to know that you guys have voted in favor of me to become a PMC member. Very nice, true feelings and for

[jira] Commented: (OFBIZ-1533) Order Lookup fails with Order not found with ID [XXXXX], or not allowed to view message while sending email confirmation from order manager

2009-11-02 Thread Raj Saini (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12772487#action_12772487 ] Raj Saini commented on OFBIZ-1533: -- Hi Jacques, I just tested this and original bug has

[jira] Commented: (OFBIZ-2348) I would like to use OFBiz as OSGI

2009-10-27 Thread Raj Saini (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12770413#action_12770413 ] Raj Saini commented on OFBIZ-2348: -- Hi Jacques, I understand what you mean and the pre

[jira] Commented: (OFBIZ-2348) I would like to use OFBiz as OSGI

2009-10-27 Thread Raj Saini (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12770453#action_12770453 ] Raj Saini commented on OFBIZ-2348: -- Creating a branch is a good idea. However

[jira] Commented: (OFBIZ-1560) Promotion rule for quantity discount not working

2009-10-26 Thread Raj Saini (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12770381#action_12770381 ] Raj Saini commented on OFBIZ-1560: -- Hi Jacques, Sorry, I could not get the time so far. I

[jira] Commented: (OFBIZ-2348) I would like to use OFBiz as OSGI

2009-10-26 Thread Raj Saini (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12770387#action_12770387 ] Raj Saini commented on OFBIZ-2348: -- I have created a experimental OFBiz and OSGI

Re: not serving a particular browser version

2009-10-20 Thread Raj Saini
You will need to do it on very beginning of every page. header.ftl is the place you can put your code. header.ftl is part of the theme for 9.04 and trunk. Thanks, Raj aswath narayana wrote: Any ideas on this... My ecommerce pages are very bad in IE7. Hence, I don't want to support IE7.

[jira] Commented: (OFBIZ-1560) Promotion rule for quantity discount not working

2009-10-20 Thread Raj Saini (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12767744#action_12767744 ] Raj Saini commented on OFBIZ-1560: -- Hi Jacques, I did not looked at the latest code as I

Re: steps for payemnt gateway integration

2009-07-31 Thread Raj Saini
Amit, You will need to implement various payment gateway services to integrate a payment gateway. OFBiz has many payment gateways out of the box. I would suggest to base your implementation on one of the payment gateway which is similar to yours. If you are in India, you will also need to

[jira] Commented: (OFBIZ-2644) div/ syntax is incorrect

2009-06-22 Thread Raj Saini (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12722670#action_12722670 ] Raj Saini commented on OFBIZ-2644: -- Hi Harmeet, Why do you think div some-attribute=some

Re: Use Prototype or JQuery for Ajax goodies

2009-06-03 Thread Raj Saini
Hi Ashish, Raj, Thanks for sharing your thoughts on this. I haven't looked too much details about JQuery. What about your vote? Which one is good to become part of OFBiz trunk Prototype or JQuery ? -- Ashish I would like go with JQuery as it is light weight, modular and feature rich. Dojo

Re: Use Prototype or JQuery for Ajax goodies

2009-06-02 Thread Raj Saini
I liked this approach instead of removing one because some features could be handled very nicely in Protype and some in JQuery. It is my personal opinion but I am also fine if we remove Prototype after migration is done to JQuery. There is some conflict in JQuery and Prototype (I think

Re: Cyclic dependency between Entity engine and Service engine

2009-05-05 Thread Raj Saini
Sorry Adam, it was my mistake as I got confused with the logged stack trace and added entityext as dependency to entity component. Thanks, Raj Adam Heath wrote: Raj Saini wrote: Hi Adam, Yes, this is a problem inside a OSGi Bundle. This makes the entity engine bundle depends on service

Cyclic dependency between Entity engine and Service engine

2009-05-04 Thread Raj Saini
Hi, I am working on experimental project to run the OFBiz framework in a OSGi kernel and thereby creating OSGi bundle from various framework components. I have created bundles for entity and service engine and could launch entity and service engine as OSGi Service. Although entity engine is

Re: Cyclic dependency between Entity engine and Service engine

2009-05-04 Thread Raj Saini
Hi Adam, Yes, this is a problem inside a OSGi Bundle. This makes the entity engine bundle depends on service engine bundle. Thanks, Raj Huh? There are no circular deps during the compile. That class is only referenced by use of a String. GenericDelegator then tries to load the class, and

Re: Microsoft NAV look and feel

2009-05-01 Thread Raj Saini
Hi Ean, This is very much possible using Eclipse RAP. I did basic level of integration (Wrote a view handler for RAP). You can see some of the demos here: http://www.eclipse.org/rap/demos.php Thanks, Raj Ean Schuessler wrote: I really like what Microsoft NAV is doing in their interfaces.

[jira] Commented: (OFBIZ-1560) Promotion rule for quantity discount not working

2009-03-01 Thread Raj Saini (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12677905#action_12677905 ] Raj Saini commented on OFBIZ-1560: -- Hi Jacques, It mean to apply the Z% discount to all

[jira] Commented: (OFBIZ-2146) Quote to order - manual adjustments amount not included in cart grand total

2009-02-16 Thread Raj Saini (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12674063#action_12674063 ] Raj Saini commented on OFBIZ-2146: -- Hi Jacques and Bilgin, I am out of the office

Re: different approach to remote UI

2009-02-06 Thread Raj Saini
Last week, I integrate Eclipse RAP (http://www.eclipse.org/rap/) with OFBiz to tryout the the cool AJAX and OSGi stuff. The rapdemo application worked well. This could be a good alternative to the desktop rich client application (Of course not the default OFBiz UI). Thanks, Raj BJ Freeman

[jira] Created: (OFBIZ-2146) Quote to order - manual adjustments amount not included in cart grand total

2009-01-28 Thread Raj Saini (JIRA)
Issue Type: Bug Components: order Affects Versions: SVN trunk Environment: Ubuntu 8.10, Firefox 3.0.5Quote to order - manual adjustments amount not included in cart grand total Reporter: Raj Saini While creating a order from a quote with a manual adjustment

Re: SOA and EDA

2009-01-17 Thread Raj Saini
Is ECA same as EDA? I feel ECAs in OFBiz are more like interceptors/triggers where are EDA is all together a different architecture pattern. This is a good document explain EDA: http://www.eaipatterns.com/docs/EDA.pdf Thanks, Raj Jacques Le Roux wrote: I think, as a marketing effort, we

Re: SOA and EDA

2009-01-17 Thread Raj Saini
. If you disagree, please do share. How is your vision of an EDA different from how we use ECA rules in OFBiz? -David On Jan 17, 2009, at 9:07 PM, Raj Saini wrote: Is ECA same as EDA? I feel ECAs in OFBiz are more like interceptors/triggers where are EDA is all together a different

Re: Discussion: ESB or ServiceMix Integration

2009-01-09 Thread Raj Saini
David E Jones wrote: To me loose coupling means that the applications share nothing... they exclusively communicate through messages or services and have minimal dependencies on each other. Loose coupling is not always a good thing. Loose coupling of things that are closely related, or that

Re: Discussion: ESB or ServiceMix Integration

2009-01-08 Thread Raj Saini
I see two possible scenarios where ESB can be used in OFBiz: 1. Internally to make OFBiz applications to talk to each other. This will make OFBiz more modular and applications loosely coupled. 2. Make external applications talk to OFBiz. ServiceMix ESB implements Java ESB standard called

[jira] Commented: (OFBIZ-2072) Search is broken in the party manager application when logged in as any user other than admin

2009-01-02 Thread Raj Saini (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12660300#action_12660300 ] Raj Saini commented on OFBIZ-2072: -- Hi Jacques, Sorry, I thought it would be a quick one

[jira] Commented: (OFBIZ-2072) Search is broken in the party manager application when logged in as any user other than admin

2009-01-02 Thread Raj Saini (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12660301#action_12660301 ] Raj Saini commented on OFBIZ-2072: -- Just verified your code

[jira] Created: (OFBIZ-2081) Security Code in new payment from order manager application

2008-12-15 Thread Raj Saini (JIRA)
Components: order Affects Versions: SVN trunk Environment: Ubuntu 8.10, Firefox 3.0.4 Reporter: Raj Saini Fix For: SVN trunk Order view screen has a form to add new payments to the existing order. However, in the case of a credit card there is no security code

[jira] Commented: (OFBIZ-2072) Search is broken in the party manager application when logged in as any user other than admin

2008-12-14 Thread Raj Saini (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12656545#action_12656545 ] Raj Saini commented on OFBIZ-2072: -- I will be taking this up during this week. Search

Re: Grey list in OFBiz [was Re: Discussion: Permissions Checking Enhancement]

2008-12-12 Thread Raj Saini
Gray and Grey is same as color and colour. http://www.answers.com/main/ntquery?s=greygwp=13 Thanks, Raj Jacques Le Roux wrote: From: Adrian Crum adri...@hlmksw.com Maybe we should also decide on whether it is spelled grey or gray. ;-) I fight hard to write correctly grey but as with

[jira] Created: (OFBIZ-2072) Search is broken in the party manager application when logged in as any user other than admin

2008-12-09 Thread Raj Saini (JIRA)
Project: OFBiz Issue Type: Bug Components: site Affects Versions: SVN trunk Environment: Ubuntu 8.10, Firefix 3.0.4 Reporter: Raj Saini Party search is broken in the party manager application when any other user than the one with Full Admin

Re: Application framework technology set

2008-11-09 Thread Raj Saini
Adrian Crum wrote: I spent a little time looking at ServiceMix. It seems to duplicate a lot of the OFBiz infrastructure - which may be good or bad. It has its own application server container and persistence engine. Maybe we could create our own ESB based on whatever persistence layer OFBiz

Re: Application framework technology set

2008-10-24 Thread Raj Saini
Thanks Anil for starting this thread. I have been asking these very questions many time while working on the OFBiz. Your POV about the concentration on applications instead of the framework is something very interesting. I found OFBiz community two good things about the OFBiz and community.

Re: [Fwd: Re: I want to discuss integration 3D Secure Credit Card with ofbiz.]

2008-10-20 Thread Raj Saini
/display/OFBIZ/Credit+Card+3D+Secure++Authentication+Integration+with+ofbiz and see no difference than using the CC service called by PaymentGatewayServices all the services now, had web interfaces at one time. Raj Saini sent the following on 10/19/2008 8:43 AM: BJ, 3D secure is not same

Re: [Fwd: Re: I want to discuss integration 3D Secure Credit Card with ofbiz.]

2008-10-20 Thread Raj Saini
as long as it does not interfere with the normal authorization flow. Idea is to hook up the 3D secure only if it is enabled in OFBiz otherwise, normal CC processing used as it is. Thanks, Raj -David On Oct 20, 2008, at 12:04 AM, Raj Saini wrote: David, AFAIK, 3D secure is similar

Re: [Fwd: Re: I want to discuss integration 3D Secure Credit Card with ofbiz.]

2008-10-19 Thread Raj Saini
BJ, 3D secure is not same as normal CC authorization. 3D secure has a issuer bank authentication and it happens in 2 phases. And that is the reason this proposal is to make 3D secure generic enough to integrate with OFBiz so that it can easily hooked up in other payment processors. Thanks,

Re: Eclipse CloudFree proposal

2008-10-10 Thread Raj Saini
I just read their proposal and one of their project goal not to provide integration with third party ERP, CRM system. Excerpts from their proposal: Outside the project's scope will be the development of vendor-specific integrations, such as integrations with specific ERP or CRM systems, as

[jira] Commented: (OFBIZ-1955) Create a party relationship between a new customer and the product store in the eCommerce application

2008-09-16 Thread Raj Saini (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12631410#action_12631410 ] Raj Saini commented on OFBIZ-1955: -- This could be very useful in multi store environment

[jira] Commented: (OFBIZ-1955) Create a party relationship between a new customer and the product store in the eCommerce application

2008-09-16 Thread Raj Saini (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12631417#action_12631417 ] Raj Saini commented on OFBIZ-1955: -- David, yes I agree there is quite a lot more beyond

Re: running out of database connections.....

2008-08-29 Thread Raj Saini
Hans, I experienced this problem and I had to increase the concurrent open connection to 500+. I sometime run a test server using same db server instance and this limit is reached after running OFBiz for few days. Traffic on server is not more than 2000 visits a day. I have another instance

[jira] Updated: (OFBIZ-1812) Add support for VisaElectron card number validation in UtilValidate.java as defined Wikipedia

2008-05-30 Thread Raj Saini (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raj Saini updated OFBIZ-1812: - Attachment: UtilValidate.java.patch Patch to add validation support for known Visa Electron cards

Re: external banking service of credit card payment (Sherlocks by Atos Origin)

2008-05-21 Thread Raj Saini
I think your payment details (Credit card number etc.) are collected by Shelocks. If this the case, I would suggest you to look at how Paypal works. I never did this kind of integration before. Thanks, Raj Eric wrote: Raj, everybody, When I process to a purchase in the ecommerce web site,

Re: Is OFBiz for Redhat too??

2008-05-20 Thread Raj Saini
Yes, you can use Redhat Linux to deploy Ofbiz. Theoretically, you can deploy OFBiz only any platform which run Java 5.0 as OFBiz is a 100% Java application. Raj Ajay @ Pal InfoCom wrote: Hello developers, I have a query, can we use OFBiz on RedHat Linux too? Because we want to use RedHat

[jira] Commented: (OFBIZ-1763) Checkout via login causes error in confirmation email send in ordermgr

2008-05-03 Thread Raj Saini (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12594005#action_12594005 ] Raj Saini commented on OFBIZ-1763: -- This is duplicate of https://issues.apache.org/jira

Re: How to change an ecommerce .ftl file reusing the whole

2008-04-20 Thread Raj Saini
I do the following in such situation. 1. Create new screens in the widget folder, generally copying similar screen from the e-commerce. 2. Modify the required screen to include ftl in my application. It removes the reference to e-commerce ftl file. 3. Add a view map, generally copying similar

Re: how to run multiple instance of ofbiz on server

2008-04-16 Thread Raj Saini
You will need to change various ports in ofbiz-container.xml in framework/base/config.xml. Look for Technical Setup Guide on wiki to see the list of ports. Raj [EMAIL PROTECTED] wrote: Hello all, I need to run two instances of ofbiz on server. Is it possible? If the answer is yes, then

Re: how to run multiple instance of ofbiz on server

2008-04-16 Thread Raj Saini
together different story. Raj [EMAIL PROTECTED] wrote: Thank you Raj for quick reply. One thing i would like to ask is- is it possible to use the same database for clone web store? Thanks for your suggestions. Ajay.. Raj Saini wrote: You will need to change various ports in ofbiz

[jira] Created: (OFBIZ-1740) Product detail page shows page title as Product Page instead of the actual product name

2008-04-07 Thread Raj Saini (JIRA)
Project: OFBiz Issue Type: Bug Components: ecommerce Affects Versions: SVN trunk Environment: Ubuntu 7.10 Firefox 2.0.0.12 Reporter: Raj Saini Product detail page should show the product name in the page title instead of Product Page. This is due

[jira] Updated: (OFBIZ-1740) Product detail page shows page title as Product Page instead of the actual product name

2008-04-07 Thread Raj Saini (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raj Saini updated OFBIZ-1740: - Attachment: productdetail.patch This patch fixes the missing page title and meta description for product

[jira] Commented: (OFBIZ-1740) Product detail page shows page title as Product Page instead of the actual product name

2008-04-07 Thread Raj Saini (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12586320#action_12586320 ] Raj Saini commented on OFBIZ-1740: -- Hi Jacques, Sorry for the name

[jira] Commented: (OFBIZ-1740) Product detail page shows page title as Product Page instead of the actual product name

2008-04-07 Thread Raj Saini (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12586331#action_12586331 ] Raj Saini commented on OFBIZ-1740: -- Thanks Jacques, It is my laziness that I did not test

[jira] Created: (OFBIZ-1702) Order Lookup fails with Order not found with ID [XXXXX], or not allowed to view message while Quick Ship order created by anonymous user

2008-03-10 Thread Raj Saini (JIRA)
Key: OFBIZ-1702 URL: https://issues.apache.org/jira/browse/OFBIZ-1702 Project: OFBiz Issue Type: Bug Components: order Affects Versions: SVN trunk Environment: Ubuntu 7.10, Firefox 2.0.0.12 Reporter: Raj Saini When an order

[jira] Commented: (OFBIZ-1533) Order Lookup fails with Order not found with ID [XXXXX], or not allowed to view message while sending email confirmation from order manager

2008-03-09 Thread Raj Saini (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12576821#action_12576821 ] Raj Saini commented on OFBIZ-1533: -- Thanks Jacques. If you explain to me the work around

[jira] Commented: (OFBIZ-1699) Missing or misplaced resource bundle property in ParyUiLabels.xml

2008-03-08 Thread Raj Saini (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12576535#action_12576535 ] Raj Saini commented on OFBIZ-1699: -- Nevermind Bilgin. Thanks for your quick action and fix

  1   2   >