Re: OfBiz with JForum

2014-07-07 Thread Rajbir Saini
2.3.8 (Currently now OpenLdap 2.4.39) 2. CAS 3.2.1.1 (Currently CAS 4.0) 3. Ofbiz 4.0 (Currently Ofbiz 12.4.3) Does it still acceptable? -Original Message- From: Rajbir Saini [mailto:rajbsa...@yahoo.com.INVALID] Sent: Sunday, July 06, 2014 3:33 PM To: user@ofbiz.apache.org Subject: Re

Re: Generic xml import export functionality

2014-06-28 Thread Rajbir Saini
Pierre, I would suggest you to create XML schema for your XML. Schema can do some validation beyond well formed document. Write your business rules validator for validation which are not handled by schema. Use XSLT to transform your document to entity-engine XML. From there on OFBiz can take

Re: Recurring Billing And Subscription

2014-05-04 Thread Rajbir Saini
You can have a look at http://www.webovs.com/ On Monday 05 May 2014 03:33 AM, anon wrote: Hello everyone, I have a small application in grails that I would like to port to ofbiz to take advantages of things like billing, payment and other things. But before I set out to do it, I was wondering

Re: Shopping Cart session

2014-04-17 Thread Rajbir Saini
I think there is a product store settings to achieve this in OFBiz. I am sure it works as we have it working on our client's site. You can see it working at http://www.thecharmworks.com/ Raj On Thursday 17 April 2014 11:48 PM, Scott. wrote: Hi All, On most retail ecommerce sites you can

Re: Distributed Installation for security reasons

2014-03-04 Thread Rajbir Saini
Security management is not easy and there is no simple answer to it. Also, it depends where are you hosting your sites. Are they in public cloud, public data center, your private cloud or your private data center? However, I can suggest you a typical small setup: Your firewall at the edge of

Re: General login page for all users?

2014-02-08 Thread Rajbir Saini
Right way to do is create an application with login page and mount it on the root (/) mount point. Right now there is no root mount point in the back office application. Once you have the application mounted on root point you can access without using an application context some thing like

Re: second website

2013-04-28 Thread Rajbir Saini
One way to accomplish this is to use Apache HTTPd as proxy to OFBiz. You can define your virtual hosts in the Apache web server and point them to different applications in the OFBiz. You can find more about thi at [1]. [1] https://cwiki.apache.org/OFBIZ/faq-tips-tricks-cookbook-howto.html

Re: UPS connection SSL Certificate Error

2013-03-04 Thread Rajbir Saini
Hi, Generally this happens when no root CA certificate is found in JDK key store. This also means if UPS server is not using a certificate sign by well known CA, you will see this error. One way to verify the certificates to open the URL you are trying to connect in the browser and check if

Re: Advice on Hosting Ofbiz

2013-02-25 Thread Rajbir Saini
I would suggest to go for cloud hosting and Rackspace is good. You can start with a smaller configuration and upgrade the server as you grow or you can add more servers to the cluster. Thanks, Raj On Tuesday 26 February 2013 08:28 AM, David Saenz wrote: Need advice from users having already

Re: Missing:Refunds are possible without a return for prepaid orders

2013-02-13 Thread Rajbir Saini
). As of now we have configured that as External Payment(No service). Should we add the same method type with Refund service also and above is a correct way of doing. On Wed, Feb 13, 2013 at 11:29 AM, Rajbir Saini rajbsa...@yahoo.com wrote: Cancelling the order should trigger the refund process if you

Re: Missing:Refunds are possible without a return for prepaid orders

2013-02-12 Thread Rajbir Saini
Cancelling the order should trigger the refund process if you have refund configured in the store payment settings. Raj On Wednesday 13 February 2013 02:19 AM, Deepak Agarwal wrote: Can somebody help me here. How to refund the amount without a return. This happens when an order is delayed and

Re: debian linux ofbiz

2012-12-26 Thread Rajbir Saini
Hello, User running the ./ant must be owner of the ofbiz and it sub directories. You can do that with chown username command. Other reason could be the wrong JDK. Thanks, Raj On Thursday 27 December 2012 02:36 AM, Info Olagos wrote: Hello, I try to install ofbiz.12.04 on debian but i

Re: Apache2 tomcat mod_jk ofbiz

2012-12-02 Thread Rajbir Saini
Hello Robert, Using Apache web server as reverse proxy using Apache mod_proxy and mod_ajp_proxy module is very simple. I would suggest you to use mod_ajp_proxy instead of mod_jk as mod_jk configuration is very complicated. With mod_ajp_proxy, you don't need any configuration at OFBiz side.

Re: osworkflow integration configuration problem

2012-10-12 Thread Rajbir Saini
It looks your jar files are not in build classpath. Look into the build.xml of your component and see if the osworkflow jars are in the compile classpath. Thanks, Raj On Saturday 13 October 2012 12:06 AM, Anurag Walia wrote: I had putted the oscore.jar and osuser.jar related

Re: Ofbiz javascript behaves strangely with AJP

2012-09-28 Thread Rajbir Saini
It looks your JS is not loaded properly. Check page source and see if files are loaded. Thanks, Raj On Friday 28 September 2012 04:52 PM, Parm Lehal wrote: I copied tried example ofbiz website within Ofbiz with and without AJP (port 8009). Everything else works properly except that

Re: Does OFBiz need to be rebuilt after changing the configuration?

2012-08-29 Thread Rajbir Saini
No, You do not need to rebuild the OFBiz after changing XML files. However, you will need to restart the server to reread the configuration files. If you change any thing in Java code, you will need to restart the OFBiz. Thanks, Raj On Thursday 30 August 2012 09:12 AM, Ted Byers wrote:

Re: upgrade of PostgreSQL version 8.4,2 to .12 caues connection problem.

2012-07-24 Thread Rajbir Saini
It looks your PostgreSql is not listening on TCP sockets. Instead it is listening on Linux socket and that is the reason when you give localhost switch to psql client, it tries to use the loopback interface. Simple solution is to make change in your postgresql.conf file to listen on TCP

Re: Trying to configure Apache HTTPD with Ofbiz

2012-07-09 Thread Rajbir Saini
Most of the time, the problem is with the bad configuration e.g missing private key, SSL certificate etc. I am not sure about Windows but in Linux world we generally use 'httpd configtest' or 'apachectl configtest' or 'apache2ctl configtest' depending on the httpd binary. Thanks, Raj On

Re: Has anyone implemented Faceted Search using SOLR?

2012-06-21 Thread Rajbir Saini
Hello Sanjeev, What is that did not work? I will be happy to help if you can share the problems you had faced. Regards, Raj On Friday 22 June 2012 12:10 AM, Sanjeev Gupta wrote: Hi Rajbir, I spent a couple of days trying to play around with the approach you recommended but couldn't get it

Re: Extract parameters from external call

2012-06-15 Thread Rajbir Saini
Hello Bhargav, Processing a request form external system is no different from processing a request from your browser. In fact all request coming to OFBiz are from an user agent such as browsers, bots or some other clients. To collect the request parameters (either get or post), you can use

Re: prices with taxes for B2C endusers

2012-06-08 Thread Rajbir Saini
Hello Heidi, David Jones added the VAT support few years ago. There is a ProductPrice#taxInPrice entity field and I think if you set this field to Yes, you should be able to add prices with tax (VAT). There is also a tax correction adjustment and I think this is created to adjust the

Re: Has anyone implemented Faceted Search using SOLR?

2012-06-05 Thread Rajbir Saini
Hello Sanjeev, This is how I did it: 1. Install Solr within OFbiz as component or on an external server. 2. Create a schema to suite your requirement. Few of the must have fields are productId, categories (multi valued), price, inStock, product name, description, etc. If you have variants,

Re: Removing port number from the url in production setup

2012-05-29 Thread Rajbir Saini
Hello Mandeep, If want to run OFBiz behind Apache HTTPd reverse proxy, Apache HTTPd mod_ajp_proxy module alone with mod_proxy. Refer [1] [2] and [2] below for more details. [1] https://cwiki.apache.org/OFBIZ/faq-tips-tricks-cookbook-howto.html#FAQ-Tips-Tricks-Cookbook-HowTo-HTTPD [2]

Re: Chart of Accounts Q's

2012-05-28 Thread Rajbir Saini
Hello Deepak, One we to resolve this to set up tax categories. Create two categories each for 5% and 12.5% tax. Now add all the products with 5% VAT to 5% category and 12.5% products to 12.5% tax category. Configuring your tax authorities with the above tax categories. Thanks, Raj On

Re: Product Promotions

2012-05-20 Thread Rajbir Saini
I had the similar requirement and I could not find any OOTB. I think you will need to apply the promotion related code on product display. You can look at the ShoppingCart and ShoppingCartEvents classes to see how promotions applied. Thanks, Raj On Monday 21 May 2012 09:42 AM, Nandani

Re: how to use ofBiz service in .Net application?

2012-05-11 Thread Rajbir Saini
Deval, Yes, you will need to implement the SOAP services and deploy them in the OFBiz. You can use Axis2 (Older version is part of OFBiz) or you can use CXF to deploy your services. I understand it is going to be a lot of work but I think this is the best way out looking at the state of OFBiz

Re: how to use ofBiz service in .Net application?

2012-05-11 Thread Rajbir Saini
a soap webservice. 2) put the war into XXX folder into ofBiz... 3) required components etc Just brief level direction for implementing wrapper soap service Thanks in advance. Regards, Deval - Original Message - From: Rajbir Saini [via OFBiz] To: devalpatel

Re: how to use ofBiz service in .Net application?

2012-05-05 Thread Rajbir Saini
Based on my experience, I would suggest not to struggle with exporting the OFBiz services. I generally wrap OFBiz services into my own SOAP services. It is very easier to wrap the OFBiz in your own and do whatever you want to, make your web services to accept any input, return whatever you

Re: Anyone tried Ubuntu 12.04 LTS?

2012-05-01 Thread Rajbir Saini
Hi Ashish, I have been using it since Beta 2. I am not sure about performance as upgrading to newer versions makes my machine slower. I am not sure if it is Ubuntu or age of the machine. Regarding dev environment, I have upgraded the system using auto updates and did not face any problem.

Re: include / render ftl file or screen in a java script file

2012-04-15 Thread Rajbir Saini
Robert, You cant load a ftl file like this. JavaScript is a client side technology and Freemarker runs on server side. What you need inside your JQuery is HTML fragment and therefore to get the contents of an HTML file, create a request map in controller, pass it to the view map, and then

Re: include / render ftl file or screen in a java script file

2012-04-15 Thread Rajbir Saini
Excellent. :-) On Monday 16 April 2012 08:14 AM, Robert G. wrote: just tested, works perfectly! -- View this message in context: http://ofbiz.135035.n4.nabble.com/include-render-ftl-file-or-screen-in-a-java-script-file-tp4559817p4560420.html Sent from the OFBiz - User mailing list archive at