Re: Remove HTML Comments

2011-11-15 Thread Raj Saini
You can try using FreeMarkerViewHandler and bypass the screen widget. Raj On Wednesday 16 November 2011 12:40 PM, Saroj C wrote: Hi, We are trying to integrate with Payment Gateway and the Payment Gateway is requiring a page should have only one liner like :

Re: Password reset for admin?

2011-08-04 Thread Raj Saini
I agree with you Mike. Every week I get couple of mails from Gmail and FB telling me that I had requested to rest my password and click on a link to confirm the request and I simply ignore such mails as I know I never asked to change my password. Imagine, if Gmail changes my password every

Re: Accessing images from external application

2011-08-03 Thread Raj Saini
Your problem is OFBiz image application is conflicting with the image folder of your root application. One way to solve this is to use Apache Web server to front your OFbiz instance. This way, you can serve the images statically and few people claim it is faster to serve static contents using

Re: Accessing images from external application

2011-08-03 Thread Raj Saini
the requests on port 80 to port 8080, and 443 to 8443, how would this solve the issue ? On Wed Aug 03,2011 04:12 pm, Raj Saini wrote: Your problem is OFBiz image application is conflicting with the image folder of your root application. One way to solve this is to use Apache Web server to front

Re: Accessing images from external application

2011-08-03 Thread Raj Saini
suggestion soon. On Wed Aug 03,2011 04:52 pm, Raj Saini wrote: What you can do is: 1. Mount your application in OFbiz as YourApp and not root. 2. Create a virtual host in the Apache Web server or use the default one if you have just one. 3. You can copy the static contents to the document root

Re: How to set delegator based on tenantId passed via web service?

2011-07-24 Thread Raj Saini
Sorry for the late reply. You can extend the controller servlet to add this multi-tenant functionality. It may not be straight forward and you may to fixes issues here and there. I don't remember the all the details but I think I had to change some thing in the ContextFilter apart from the

Re: SUB LEDGER

2011-07-15 Thread Raj Saini
It is in Punjabi and it means What do I know. On Friday 15 July 2011 05:25 PM, David E Jones wrote: For all of us in the dark, what does that even mean (assuming the translation is work-safe)? -David On Jul 15, 2011, at 1:43 PM, Hardik Handa wrote: Hey people chill I didn't even do it,

Re: Problems with Checkout Process

2011-06-27 Thread Raj Saini
Hi Justin, OOTB CC capture is called when you do the shipping. Clicking on quick ship should call the the cc capture. Thanks, Raj On Monday 27 June 2011 03:14 PM, Justin Robinson wrote: Hi, I integrated a local payment gateway, I've read everything on the net I can find got all the

Re: Best way to remove demo data?

2011-06-04 Thread Raj Saini
Demo data files are in the data folder of components. E-commerce demo data is in specialpurpose/ecommerce component. Raj On Sunday 05 June 2011 01:53 AM, Tim Stoel wrote: Where are these demo data files located? Is there any documentation specifically on these demo data files? I want to

Re: Best way to remove demo data?

2011-06-03 Thread Raj Saini
Also, define your modified data as ext in ofbiz-component.xml. This will help you keeping, seed, ext and demo separately and you can load ext+seed data. Thanks, Raj On Saturday 04 June 2011 02:42 AM, David E Jones wrote: Take a look at the Business Production Setup Guide and the Technical

Re: Is double clicking necessary in trunk?

2011-05-20 Thread Raj Saini
Thanks Mile for the update as I was also looking for the solution. It was really annoying to click multiple time. Raj On Friday 20 May 2011 09:46 PM, Mike wrote: I use my own vendor branch, which is merged from trunk. I also noticed that jQuery was updated, and thought that may be what

Re: Running Ofbiz on Ubuntu with Apache front

2011-05-18 Thread Raj Saini
Hi Gavin, It should not be difficult to do it on Ubuntu. I will suggest you to use Apache mod_proxy and mod_proxy_ajp. You just need to configure your virtual host and you don't need to change any thing OFBiz side. Wiki page you mentioned have pretty much every thing you need to do. Ubuntu

Re: Running Ofbiz on Ubuntu with Apache front

2011-05-18 Thread Raj Saini
:8009 (localhost) failed Thanks Gavin -Original Message- From: Raj Saini [mailto:rajsa...@gmail.com] Sent: 18 May 2011 11:31 AM To: user@ofbiz.apache.org Cc: Gavin Mabie Subject: Re: Running Ofbiz on Ubuntu with Apache front If they are in mods-enabled directory, they are already enabled

Re: Running Ofbiz on Ubuntu with Apache front

2011-05-18 Thread Raj Saini
it, my next issue is the pass phrase to the SSL key - which is already generated and which I will only be able to get tomorrow since today is a public holiday in ZA. Thanks for your help. Gavin -Original Message- From: Raj Saini [mailto:rajsa...@gmail.com] Sent: 18 May 2011 02:32 PM

Re: Finding resources

2011-05-18 Thread Raj Saini
May be you can rename the images folder within your application something like img. Thanks, Raj On Thursday 19 May 2011 09:06 AM, Gavin Mabie wrote: Hi I have changed my app to mount-point / instead of /app-name/. It is causing havoc with finding resources such as javascripts, stylesheets

Re: free shipping

2011-04-05 Thread Raj Saini
Hi Mike, Yes, this is how we do it. You can set up the shipping estimates to make shipping free based on a quantity breaks. Although, promotions have free shipping action, I don't think it works. Raj On Monday 04 April 2011 09:12 PM, Mike wrote: Actually, I also like an answer to this. Is

Re: Multitenancy In ofbiz

2011-03-31 Thread Raj Saini
You will need two difference sites and each site having its own store and CMS web site. If you want to serve multiple tenants from the same site, you will need to find a way to associate a tenant with the e-commerce site as it does not work similar to other back office application as there is

Display VAT on checkout pages

2011-03-18 Thread Raj Saini
Hi, I am working a e-commerce application and using new VAT implementation. I have a problem showing the VAT adjustment as TAX on cart/checkout pages. ShoppingCart#getTotalSalesTax and in turn OrderReadHelper#getOrderTaxByTaxAuthGeoAndParty always returns zero as it does not consider the

Re: multiple domains at the root location

2011-03-15 Thread Raj Saini
Hi Hans, Best way is to use Apache HTTPd server as proxy and use the mod_jk or mode_ajp_proxy module of Apache to connect to OFBiz server. Thanks, Raj On Tuesday 15 March 2011 11:33 AM, Hans Bakker wrote: May i have your opinion? We have the requirement to run several different ecommerce

Re: multiple domains at the root location

2011-03-15 Thread Raj Saini
Other option could be to define multiple hosts in the ofbiz-container.xml. I am not sure if the current xsd support but this is how you do it in Tomcat. Tomcat supports virtual hosts and what you looking for is virtual hosts at Tomcat level. Raj On Tuesday 15 March 2011 12:05 PM, Hans Bakker

Re: How can i use the php code in ofbiz

2011-02-27 Thread Raj Saini
Hi Jacques, I am not sure if you are aware of it. Tomcat also have PHP support. I used it once for a small application. There is a Tomcat wiki page as well http://wiki.apache.org/tomcat/UsingPhp. Thanks, Raj On Monday 28 February 2011 10:39 AM, Jacques Le Roux wrote: Hi Pradeep, If you

Re: combining cart's of two store's

2011-02-23 Thread Raj Saini
on hardbinded order link it takes the screen to the hardbinded order creation page, and similar follows withpdf too. So i wanted to merge these two carts. Thanx in advance -Original Message- From: Raj Saini [mailto:rajsa...@gmail.com] Sent: 23 February 2011 PM 01:27 To: user@ofbiz.apache.org

Re: combining cart's of two store's

2011-02-22 Thread Raj Saini
I don't think this is possible. Each store has its on payment gateway, email settings etc and stores are tied up with the web sites. If you can state what exactly you are trying to achieve in business terms, we may suggest you and alternative solution. Thanks, Raj On Wednesday 23 February

Re: combining cart's of two store's

2011-02-22 Thread Raj Saini
If you have a single web site, how come you have two different carts? And I am not sure, how would adding a product on one web site will add to a cart of another site. If you have a single web site, you can create two different catalogs with different branding and then a single cart for both

Pass a SECA service out parameter to action service as IN parameter

2011-02-17 Thread Raj Saini
Hi, Is it possible to pass a SECA service OUT parameter to action service. There is a set element to pass in parameters but I am not sure how to get the OUT parameter value inside a SECA. Thanks, Raj

Re: Pass a SECA service out parameter to action service as IN parameter

2011-02-17 Thread Raj Saini
to Assist Chat Y! messenger: bjfr33man Raj Saini sent the following on 2/17/2011 6:34 AM: Hi, Is it possible to pass a SECA service OUT parameter to action service. There is a set element to pass in parameters but I am not sure how to get the OUT parameter value inside a SECA. Thanks, Raj

Re: Getting started with OFBiz Eclipse

2011-02-10 Thread Raj Saini
Hello Kenneth, Welcome to OFBiz community. Apache OFBiz is a Eclipse project and you can simply import it or checkout using Eclipse SVN team provider. This page have all what you need to setup and run the OFBiz.

Re: Issue with VAT Tax calculation

2011-02-05 Thread Raj Saini
Which version of OFbiz are you using? It is very difficult to tell without looking into configuration. If you can product on the demo server, I can have a look on it. Thanks, Raj On Saturday 05 February 2011 08:16 PM, Carsten Schinzer wrote: All, I am looking for help with my VAT

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

Re: OFBiz: The road ahead RE the framework

2011-01-27 Thread Raj Saini
that in the past. OFBiz has spawned some great technology that, if modified to be stand-alone subsystems, could be their own projects. -Adrian On 1/27/2011 8:52 PM, Raj Saini wrote: One thing I would like to see is to use the OSGi runtime for framework. This will help modularising efforts. For example

Re: OFBiz: The road ahead RE the framework

2011-01-27 Thread Raj Saini
of the OFBiz project. Thanks, Raj On Friday 28 January 2011 10:58 AM, Adrian Crum wrote: Cool. If anyone is interested in working on that, I am available to help. -Adrian On 1/27/2011 9:23 PM, Raj Saini wrote: Yes, I agree. Entity Engine and Service Engine are two such marvellous pieces

Re: OFBiz: The road ahead RE the framework

2011-01-27 Thread Raj Saini
be trivial. If anyone is interested in exploring this further, then they should create a Jira issue and we can take it from there. -Adrian On 1/27/2011 10:21 PM, Raj Saini wrote: I will certainly be glad to help in this. I had re-packaged the entity engine as and OSGi bundle and exposed the delegator

Re: OFBiz: The road ahead RE the framework

2011-01-27 Thread Raj Saini
. Just think of them as a resource file. Again - these details should be discussed further in a Jira issue. -Adrian On 1/27/2011 11:23 PM, Raj Saini wrote: I tried to use the entity engine exactly the way you have described. I faced the problems as entity engine depends entity-ext (for some

How to use decorator content if

2011-01-13 Thread Raj Saini
Hi, I am creating CMS contents which are rendered using default cms request map. My CMS content is a screen widget and it is working fine. I want to decorate the widget with decorator screen widget like main-decorator and want to keep the decorator screen in the CMS. I see Content entity has

Re: Is brands supported in ofbiz ?

2010-12-16 Thread Raj Saini
Hi Hans, Brand name field is a free text and there is no relationship with manufacturer. If a product is manufacturer A it it must be associated with brand related to that manufacturer. Brand Name field does not enforce such constraints. Thanks, Raj On Thursday 16 December 2010 06:32 PM,

Re: getting error with startofbiz

2010-12-12 Thread Raj Saini
: thanks, of 1.7 gig only using 800 gig before starting. Raj Saini sent the following on 12/11/2010 10:09 PM: = BJ Freeman Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=52 Specialtymarket.com http

Re: getting error with startofbiz

2010-12-11 Thread Raj Saini
Check the -Xms and -Xmx settings. This generally happens when -Xmx value is more than the system RAM. On Sunday 12 December 2010 08:39 AM, BJ Freeman wrote: using jdk1.6.0_19 version 104453 windows xp .\ant run-install sucessful startofbiz Error occurred during initialization of VM Could not

How SALES_TAX OrderAdjusments are created first time

2010-12-04 Thread Raj Saini
Hi, I am having rounding problem for UK VAT and trying to find how SALES_TAX type order adjustments for Cart/Order line items are created. I have been struggling for couple of hours but could not trace this piece of code. I could trace that these adjustments are in

Re: How SALES_TAX OrderAdjusments are created first time

2010-12-04 Thread Raj Saini
Thanks Jacques. This helped and saved my time. Thanks again. Raj On Sunday 05 December 2010 01:46 AM, Jacques Le Roux wrote: Hi Raj, IIRW it all comes down to TaxAuthorityServices.java HTH Jacques From: Raj Saini rajsa...@gmail.com Hi, I am having rounding problem for UK VAT and trying

Re: OfBiz Data Model

2010-12-01 Thread Raj Saini
_ m +91 95000 53613 t+91 44 6636 3650 e ganapathyraman.venkatra...@sword-in.com www.sword-group.com -Original Message- From: Raj Saini [mailto:rajsa...@gmail.com] Sent: Wednesday, December 01, 2010 3:36 PM To: d...@ofbiz.apache.org Cc: Ganapathyraman Venkatraman

Re: Starting the business

2010-11-29 Thread Raj Saini
Hello Scot, You will find the https://cwiki.apache.org/OFBENDUSER/apache-ofbiz-business-setup-guide.html useful for setting up and configuring the OFBiz for your business. https://cwiki.apache.org/OFBTECH/apache-ofbiz-technical-production-setup-guide.html is technical guide about setting up

Re: Product Customizations

2010-11-08 Thread Raj Saini
Hi Naveen, You can look at the Goods Identifiers where you can store multiple identifier of a product. Also, if your products have serial number, you would like to consider the serialized inventory. Thanks, Raj On 08/11/10 17:12, Naveen Poddar wrote: Hi, I am working on the online store

Re: Product Customizations

2010-11-08 Thread Raj Saini
PRODUCT_ATTRIBUTE are good to store product attributes e.g. number of pages of a book, cover type etc. You are right values of GOOD_IDENTIFICATION values are per product and not per inventory item. If you look at the inventory items, you will see fields like serial number, soft identifier etc

Re: James

2010-10-08 Thread Raj Saini
On 08/10/10 22:15, Jacques Le Roux wrote: From: Adrian Crum adri...@hlmksw.com On 10/8/2010 9:10 AM, Jacques Le Roux wrote: From: BJ Freeman bjf...@free-man.net basically ofbiz will only work with one email account as it setup. Form JavaMailContainer.java, it seems you can set many

Re: multi tenant implementation

2010-09-13 Thread Raj Saini
Hi Frank, We did some work on OFbiz based SaaS solution (http://www.vplanetcommerce.com). Well, although OFBiz has the bare bone stuff, you will still need to create your own application to automate the process. There are many thing you will need to take care of e.g. creating DB on the

Re: Setup of ofbiz, was Unable to find ofbiz.jar file

2010-08-26 Thread Raj Saini
. = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=52 Specialtymarket.com http://www.specialtymarket.com/ Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man Raj Saini sent

Re: Setup of ofbiz, was Unable to find ofbiz.jar file

2010-08-26 Thread Raj Saini
difficult about the command that we need to look at big efforts to fix something that isn't broken? Thanks Scott On 26/08/2010, at 9:07 PM, Raj Saini wrote: There are plenty of applications around now a days. Technologies like JPA, Hibernate allows creation of tables on the fly. Take

Re: Unable to find ofbiz.jar file

2010-08-25 Thread Raj Saini
Should it not be possible to load the demo or seed data without using Ant? It think it is possible using startofbiz.sh or startofbiz.bat file. Most of the other Apache project provides a binary only and source only releases. And this reduces the size of the tar balls and people can download

Re: How to include a product in promotion ?

2010-08-19 Thread Raj Saini
Gaurav, As I said before there is a lot of hidden information in the demo data in the OFBiz. Demo data demonstrate common use case of the functionality. If you can get little time to explore the data (and learn how to explore this), this will help you in the long run. This is the way, how I

Re: How to Add product Specification ?

2010-08-17 Thread Raj Saini
You will need to create virtual products and add selectable features. Raj On 17/08/10 14:46, Gaurav Kalia wrote: Hi All I have added a product say T-shirt now I would like to add size and color in its specification or if I can add a drop down for both of these so that user will be able to

Re: UI Developers with ofbiz Needed for Projects in Dulles, VA

2010-08-16 Thread Raj Saini
Hi Stacy, I am OFBiz developer and consultant with 4 years of OFBiz and 10+ years of Java development experience. I have team of 10 developers working with me and we are located in India. In the past we have worked on multiple small to medium e-commerce site (see references below). If

Re: Optimistic locking based on timestamps

2010-08-13 Thread Raj Saini
PostgreSQL 9.0 is going to have built in streaming replication feature. It is in beta 4 which is final beta. You can find more about streaming replication at http://www.depesz.com/index.php/2010/02/01/waiting-for-9-0-streaming-replication/ Thanks, Raj On 13/08/10 12:21, Matt Warnock wrote:

Re: build.xml and ofbiz-component.xml

2010-08-12 Thread Raj Saini
Where did you find build.xml and ofbiz-componet.xml in the WEB-INF folder? They suppose to in the root of your component. build.xml is a ant build file and ofbiz-compoent.xml is OFbiz component meta data file. Thanks, Raj On 12/08/10 22:54, Monisha wrote: 1)What is the use of build.xml and

Re: build.xml and ofbiz-component.xml

2010-08-12 Thread Raj Saini
controller.xml is the file which has request mapping and view mappings. web.xml is descriptor for a web application and this suppose to be in WEB-INF folder. To know why it is there you will need to go through the servlet specifications. Thanks, Raj On 12/08/10 23:39, Monisha wrote: I m

Re: Building a New Website Using ecommerce

2010-08-11 Thread Raj Saini
Check your ofbiz-component.xml of your application and see if you have configure security permission there? Raj On 11/08/10 17:40, OfBizSuds wrote: Thanks BJ. Today I am struggling with a different problem :) Up until yesterday my application (a clone of ecommerce) was working fine as in I

Re: Building a New Website Using ecommerce

2010-08-11 Thread Raj Saini
Remove the base-permission=OFBTOOLS, attribute all together. This is needed for protected applications and not e-commerce. Raj On 11/08/10 22:39, OfBizSuds wrote: This is a part of my ofbiz-component file webapp name=shopngive title=shopngive server=default-server

Re: authorize.net configuration

2010-08-10 Thread Raj Saini
Anurag, Path to your keystore will depend what is configured in your Tomcat SSL Connector. You can check this in the ofbiz-container.xml file in ${ofbiz.home}/framework/base/config folder. In the past, I observed that certificates imported in the ofbizssl.jks did not work. Therefore, you

Re: Building a New Website Using ecommerce

2010-08-06 Thread Raj Saini
I found setting up the PartyRelationship through UI a bit tricky. I am not suggesting that UI is not good, but I could not grasp it well. I suggest that you look into the PartyReltionship demo data and create it through entityengine xml. This will give you the idea how they are setup and then

Re: Building a New Website Using ecommerce

2010-08-04 Thread Raj Saini
Hi Sudha, I would suggest you to look around in the data model before attempting to introduce new tables and new columns to existing table. OFBiz data model is so vast that it will fit into most of the requirements. You can look around in the Webtools application to learn about the data

Re: Suggest Project topics

2010-08-02 Thread Raj Saini
Monisha, I have some trainees working on providing a different UI layer for OFBiz using Eclipse RCP and RAP technologies. May be you can also participate in the effort. Thanks, Raj On 03/08/10 00:25, Monisha wrote: My areas of interest wud be sumthing related to ERP or CRM

Re: Building a New Website Using ecommerce

2010-07-31 Thread Raj Saini
Best way to do it is to use the OFbiz extension model. 1. Create a new component in the hot-deploy either using 'ant create-component' or manually. 2. Extend the controller.xml from e-commerce controller. Look at how this is done for ecomclone application in the c-commerce componet. 3. Now you

Re: Payment gateway integration

2010-07-29 Thread Raj Saini
Hi Arthi, Did you try the documentation on OFBiz site? http://ofbiz.apache.org/ has every thing you would need to know about OFBiz. Thanks, Raj On 29/07/10 15:27, Arthi Raja wrote: I require some site which tells about ofbiz rather than this.To produce it as proof. On 7/29/2010 3:20

CMS Website for components

2010-07-23 Thread Raj Saini
Hi, Every component in OFBiz has a web site. Non UI components such GoogleCheckout also have a website created for them. I remember this was not the case before. Is this by design? Regards, Raj

Re: CMS Website for components

2010-07-23 Thread Raj Saini
a webapp or a WebSite record? Either way, the googlecheckout component does have an administrative UI. Regards Scott HotWax Media http://www.hotwaxmedia.com On 23/07/2010, at 10:25 PM, Raj Saini wrote: Hi, Every component in OFBiz has a web site. Non UI components such GoogleCheckout also

Re: CMS Website for components

2010-07-23 Thread Raj Saini
, at 1:34 AM, Raj Saini wrote: Hi Scot, I mean WebSite record. In the past their used to be WebSite record only for e-commerce and order entry as these record were used. I am not sure this record is used by all the applications now. Regards, Raj Regards, Ra On 23/07/10 16:04, Scott Gray

Re: Debugging in Eclipse

2010-07-22 Thread Raj Saini
Did you setup the VM variable ofbiz.home? Try setting the variable -Dofbiz.home=Your ofbiz home older Thanks, Raj On 23/07/10 02:36, Patrick wrote: I've never quite got debugging working in Eclipse (still using logError), so I'm trying again; When I try to debug it, I get the following:

Re: No converter found warnings

2010-07-21 Thread Raj Saini
Yes, CMS part of the content application does not render the contents content tree and throws exception. Raj On 20/07/10 22:07, BJ Freeman wrote: is there any errors you found in the data that suggests this is not working. Raj Saini sent the following on 7/20/2010 4:45 AM: I have latest

Re: No converter found warnings

2010-07-21 Thread Raj Saini
I tried this on local copy of Derby and it is same problem. I also see this exception during demo data loading. It is strange no one else is having this problem. I have latest revision updated few minutes before. Thanks, Raj [java] 2010-07-21 15:23:19,784 (main) [

Re: No converter found warnings

2010-07-21 Thread Raj Saini
exists in a revision prior to that. Maybe there is an ant version issue or something. -Adrian On 7/21/2010 8:11 AM, james_sg wrote: Can you show what you have for the org.ofbiz.base.conversion.ConverterLoader file? Raj Saini wrote: I tried this on local copy of Derby and it is same problem

No converter found warnings

2010-07-20 Thread Raj Saini
I have latest revision of trunk (Rev 965812) on my local system. While running I see No converter found warning and I see the exception given below. I did clean-all many time and even checked out the complete source but I see the same errors again and again. Any one else having similar problem

Re: No converter found warnings

2010-07-20 Thread Raj Saini
May be. Also it may be related to specific database. I am using PostgreSQL 8.4 and many part of the applications are not working. However, I found there is no problem with the demo site. Could it be due to the database server as demo site is using Derby. Thanks, Raj On 20/07/10 18:01,

Re: No converter found warnings

2010-07-20 Thread Raj Saini
Thanks Adrian, I will try this and let you know. Raj On 20/07/10 19:18, Adrian Crum wrote: It is unlikely the warning is database related. You could try switching your local copy to Derby to see if the problem goes away. -Adrian --- On Tue, 7/20/10, Raj Sainirajsa...@gmail.com wrote:

Re: OFBIZ

2010-07-14 Thread Raj Saini
Two of our clients' e-commerce web sites are: http://www.louielighting.com/ http://www.goldencharm.co.uk/ Thanks, Raj On 14/07/10 17:01, Mateus Medice wrote: Good morning guys!!! How are You? Fine? hehehe I'll see de price of the books and buy, this is the way... hehehe, So, I would wanna

Re: Ecommerce @ofbizUrl Problem

2010-07-14 Thread Raj Saini
Hi Sam, It is complicated and short answer is ProxyPass directive of mod_proxy does not rewrite the absolute links embedded in the pages whereas OFBiz links are absolute links. The solution is to use mod_proxy_html module to rewrite the links embedded links

Re: beginners question

2010-07-07 Thread Raj Saini
There are no instances created for your services as all service methods are static. LocalDispatcher (or RemoteDispatcher for RMI) is the class responsible for calling your services using runSync or runAsync methods. Your services are defined in a xml file and included in ofbiz-component.xml

Re: getEntityFieldType(GenericDelegator.java:555) June 10th nightly builds localpostnew

2010-06-14 Thread Raj Saini
Linux specially Ubuntu Linux is not bad either. I used Mac briefly and found many standard Linux/Unix scripts not working (Mac OSX is based on BSD Unix). Thunderbird with Lightening extension is powerful solution for emails, calendar, news and RSS. Thanks, Raj On 14/06/10 13:39, Scott Gray

Re: session clearing on each click of ofbiz application

2010-06-08 Thread Raj Saini
You will need to configure the Apache web server to map the cookies properly. I had this problem but I was using ajp_proxy and I have no idea how it is going to work with mod_jk. Thanks, Raj On 08/06/10 12:18, prasanthi_ofbiz wrote: Dear BJ, We have an set up where ofbiz is accessed

Re: session clearing on each click of ofbiz application

2010-06-08 Thread Raj Saini
Below are the directives you must have in your Apache configuration file. Third line is the most important and the path would depend on your application context root. Last line is needed if your Apache host and OFbiz hosts are different. ProxyPassReverse / http://www.xx.com/shop/control/

Re: URL rewriting

2010-06-03 Thread Raj Saini
Hi Swetha, URL rewriting is very tricky and it may take lot of time to tweak them using. What are the problems you are getting when you use the below rewriting rules? Also, note that URL you see in browser address bar is same as you click on. You cant change that unless you use JavaScript

Re: how to hide one of the parameter in url rewriting

2010-05-09 Thread Raj Saini
Swetha, I don't think you can hide the product id it is used to look up the product. However, one way to achieve this is to pass the product id in as a hidden form variable in your page but this will need customization. Thanks, Raj On 08/05/10 19:10, swetha wrote: Hi, Here i am giving

Re: multiple ofbiz websites

2010-04-24 Thread Raj Saini
Hello Heidi, You can create virtual hosts in Apache web server and then connect your virtual hosts OFBiz in the similar way you are doing it for your current host. It is also possible to create virtual hosts in Tomcat but I never did that myself in OFBiz embedded Tomcat. Thanks, Raj On

Re: multiple ofbiz websites

2010-04-24 Thread Raj Saini
Oh yes, you can setup as many as you want. OFbiz Apache web server http://yourdomain:8008/ecom1/control/main http://yourdomain1/ http://yourdomain:8008/ecom2/control/main http://yourdomain2/

Re: OSGi based OFBiz framework

2010-04-17 Thread Raj Saini
://www.specialtymarket.com/ Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man Linkedin http://www.linkedin.com/profile?viewProfile=key=1237480locale=en_UStrk=tab_pro Raj Saini sent the following on 4/16/2010 12:37 AM: Those who want to peek

Re: OSGi based OFBiz framework

2010-04-16 Thread Raj Saini
Those who want to peek into running example without installing the application, here is the link: http://www.viithiisys.com:/demo?startup=example Thanks, Raj On 16/04/10 01:51, Raj Saini wrote: Hi, I have been working on OSGi and OFBiz integration for a while. I could successfully

Re: OSGi based OFBiz framework

2010-04-16 Thread Raj Saini
Hi Raj, the link returns a blank screen and a Javascript error. I tested it in IE and Firefox. -Jeroen On Fri, Apr 16, 2010 at 9:37 AM, Raj Saini rajsa...@gmail.com wrote: Those who want to peek into running example without installing the application, here is the link: http://www.viithiisys.com

Re: OSGi based OFBiz framework

2010-04-16 Thread Raj Saini
Sainirajsa...@gmail.com wrote: Those who want to peek into running example without installing the application, here is the link: http://www.viithiisys.com:/demo?startup=example Thanks, Raj On 16/04/10 01:51, Raj Saini wrote: Hi, I have been working on OSGi and OFBiz integration for a while

Re: OSGi based OFBiz framework

2010-04-16 Thread Raj Saini
the application, here is the link: http://www.viithiisys.com:/demo?startup=example Thanks, Raj On 16/04/10 01:51, Raj Saini wrote: Hi, I have been working on OSGi and OFBiz integration for a while. I could successfully, run the OFBiz framework (entity engine and service engine

Re: OSGi based OFBiz framework

2010-04-16 Thread Raj Saini
Specialtymarket.comhttp://www.specialtymarket.com/ Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man Linkedin http://www.linkedin.com/profile?viewProfile=key=1237480locale=en_UStrk=tab_pro Raj Saini sent the following on 4/16/2010 12:37 AM: Those who want to peek into running example without

Re: OSGi based OFBiz framework

2010-04-16 Thread Raj Saini
Hi Chris, My current implementation uses the OFBiz code base as binary jars. OFbiz code will need few changes here and there mainly in class loading mechanism. OFBiz depends on Thread context class loader for some of the classes. This is not compatible with OSGi as in OSGi environment, each

OSGi based OFBiz framework

2010-04-15 Thread Raj Saini
Hi, I have been working on OSGi and OFBiz integration for a while. I could successfully, run the OFBiz framework (entity engine and service engine) as OSGi services. With this integration it is possible to run Framework only OFBiz and use the OFBiz service engine for non form widget

Re: Calling all people are using Apache OFBiz!

2010-03-22 Thread Raj Saini
Thanks Ashish. Ashish Vijaywargiya wrote: Nice work Raj! -- Ashish On Fri, Mar 19, 2010 at 9:55 AM, Raj Saini rajsa...@gmail.com wrote: Hi Tim, We have below sites running on OFBiz: Louie Lighting http://www.louielighting.com/ Golden Charm http://www.goldencharm.co.uk/ Medal Pendant

Re: Domain Name and Multiple Stores in ofbiz

2010-03-22 Thread Raj Saini
Hi Hammad, Yes it is possible to point different domain to each store. Stores are attached to websites. Website ID is configured in the web.xml of each website. Therefore, if you are going to have different website with different stores, you are going to multiple websites (similar to the

Re: Calling all people are using Apache OFBiz!

2010-03-18 Thread Raj Saini
Hi Tim, We have below sites running on OFBiz: Louie Lighting http://www.louielighting.com/ Golden Charm http://www.goldencharm.co.uk/ Medal Pendant Store http://www.stchristopherpendants.co.uk/ Chain Necklace Store http://www.chainsandnecklaces.co.uk/ Thanks, Raj Tim Ruppert wrote: All,

Criteria for adding service providers on http://ofbiz.apache.org/ home page

2010-03-16 Thread Raj Saini
Hi, We have been providing OFBiz customizations and solutions for last three years and have been contributing to OFBiz actively. On OFBiz official site home page, there is a section for listing service provider. What is the criteria to add the service provider name to this place? Is it only

Re: Criteria for adding service providers on http://ofbiz.apache.org/ home page

2010-03-16 Thread Raj Saini
your official information. On Wed, Mar 17, 2010 at 10:32 AM, Raj Saini rajsa...@gmail.com wrote: Hi, We have been providing OFBiz customizations and solutions for last three years and have been contributing to OFBiz actively. On OFBiz official site home page, there is a section for listing

Re: Criteria for adding service providers on http://ofbiz.apache.org/ home page

2010-03-16 Thread Raj Saini
at 10:32 AM, Raj Saini rajsa...@gmail.com wrote: Hi, We have been providing OFBiz customizations and solutions for last three years and have been contributing to OFBiz actively. On OFBiz official site home page, there is a section for listing service provider. What is the criteria to add

Re: Brainstorming about the Framework: General

2010-03-12 Thread Raj Saini
Hi David, One thing could be useful in the long run is moving to OSGi based components. There are numerous benefits of OSGi and you can find a a lot about it on the net. The kind of modularity OSGi brings is not possible in other components modules. Dynamic bundle loading and unloading is

Re: Brainstorming about the Framework: General

2010-03-12 Thread Raj Saini
Done :-) Jacques Le Roux wrote: Hi Raj, As I see much interest in OSDGI (not particularly me, I mean in the community) I would suggest to create an entry at http://ofbiz.uservoice.com/ or http://ofbiz.ideascale.com/ as you like Thanks Jacques From: Raj Saini rajsa...@gmail.com Hi David

Re: Brainstorming about the Framework: General

2010-03-12 Thread Raj Saini
Thought a bit more about it and we can use the ofbiz-componet.xml as it is similar to the plugin.xml of Eclipse. I will work on a prototype to evaluate it. Thanks, Raj Raj Saini wrote: Hi David, I see it at both levels but in a phased manner. In the first phase, we can use the OSGi

Re: OFBIZ OSGi - WAS: Brain-storm: OFBIZ on Grails

2010-03-09 Thread Raj Saini
Hi Chris, I could manage to run OBFiz entity as OSGi. I have created separate OSGi bundles for base, entity, start and geronimo components. However, due to some circular dependencies, I had to merge base and geronimo with entity. Now, it is possible to run the OFBiz minimal container on top

  1   2   3   4   >