synchronize SequenceValueItem entity for XML imports

2009-02-17 Thread Kumaraswamy nandipati
Hi Friends, This is Kumaraswamy. I am using ofbiz for my e-commerce application. I like the option data seed through XML import which is provided in ofbiz. we are seeding the data for *InventoryItem* entity though XML import since eariler. By doing this, The sequence Numbers are not updating

Re: How to disable Product

2009-02-18 Thread Kumaraswamy nandipati
Hi Abhishake, Use sales Discontinuation date in edit product page, so it wont visible. OR go to category tab, you can set thruDate to the categories which are not required to display this product. On Wed, Feb 18, 2009 at 1:29 PM, Abhishake

Re: How to disable Product

2009-02-18 Thread Kumaraswamy nandipati
but still the products are visible with sales Discontinuation message. Regards, Abhishake On Wed, Feb 18, 2009 at 1:43 PM, Kumaraswamy nandipati kumarasw...@ecomzera.com wrote: Hi Abhishake, Use sales Discontinuation date in edit product page, so it wont visible

Re: How to disable Product

2009-02-18 Thread Kumaraswamy nandipati
Ok then apply first choice, given by me. On Wed, Feb 18, 2009 at 2:10 PM, Kumaraswamy nandipati kumarasw...@ecomzera.com wrote: Uggr, don't disable the category. Just set thruDate to the category Open https://*yoursite.com*/catalog/control/EditProductCategories?productId

Re: Catalog

2009-02-19 Thread Kumaraswamy nandipati
createProduct is not enough to display the product in e-commerce application. You need to create the InventoryItem, ProductPrices also. Then do associate this product to the category where you want this product to display. Then only it will visible. -- Thanks, Kumaraswamy.N 91-9866805250. On

Re: Catalog

2009-02-19 Thread Kumaraswamy nandipati
For reference purpose you can check */applications/ecommerce/data/DemoProduct.xml* file On Fri, Feb 20, 2009 at 10:29 AM, Kumaraswamy nandipati kumarasw...@ecomzera.com wrote: createProduct is not enough to display the product in e-commerce application. You need to create the InventoryItem

Re: Add To List is Working only for Virtual

2009-02-19 Thread Kumaraswamy nandipati
As I remember, If virtual product has configurable goods, you must assign same configurable goods to Variants also. Then only they will be displayed on shopping cart otherwise, they won't display in shopping cart. The implementation is like that for configurable Product page. For ex: virtual

Re: Obtain IP address from Contexts

2009-02-28 Thread Kumaraswamy nandipati
Hi Sanders, Its a basic concept. getting the ip address is depends upon the Request object scope. By using request.getRemoteAddr() will give the request IP address. On Fri, Feb 27, 2009 at 10:33 PM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: You have to use HttpServletRequest for

Re: Is Ofbiz support Maestro and Visa Electron cards ?

2009-03-12 Thread Kumaraswamy nandipati
Yes. It supports Visa, Master, Amex, and discover cards. Apart of that, Its also providing Paypal checkout. For forther checkouts(amazon checkout etc.,) you need to integrate it in your application. On Thu, Mar 12, 2009 at 12:57 PM, Baiju ba...@x-minds.info wrote: Hi all, I am doing a

Re: Create a new table in DB

2009-03-12 Thread Kumaraswamy nandipati
You can also follow http://www.opensourcestrategies.com/ofbiz/hello_world3.php with pictorial representation. All the best. -- Thanks, Kumaraswamy.N 91-9866805250. On Thu, Mar 12, 2009 at 4:40 PM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: Please Radhakrishna create a new thread

how to create Product price for multiple countries????

2009-03-24 Thread Kumaraswamy nandipati
Hi., I had one product which need to be displayed in multiple countries and the price varies from country to country. Am I required to maintain new productId for same product in each country and add product price individually? OR Is there any alternative for this?(like country specific prices

Re: authorize.net certificate issue. Please help me????

2009-05-02 Thread Kumaraswamy nandipati
. It always replies with Transaction Approved status... (I wasted all my day time here..) instead of this, you can set the secure merchant account Test Flag for test mode and do testing. On Sat, May 2, 2009 at 9:57 PM, Kumaraswamy nandipati kumarasw...@ecomzera.com wrote: Hi., I am

Re: Authorize.net certificate error - SOLVED

2009-06-30 Thread Kumaraswamy nandipati
Hi rohit., When I make implementation for my ofbiz store earlier,(For live mode) 1.P )I added secure.authorize.net certificate into /usr/lib/jvm/java-6-sun/jre/lib/security/cacerts using the following command add certificate: sudo keytool -import -alias AUTHORIZE_NET -keystore cacerts

Auto scheduler to start ofbiz instance required.

2009-07-08 Thread Kumaraswamy nandipati
Hi., I am using Ofbiz for my ecommerce application. Due to memory issues server geting shutdown. My ofbiz server hosted with memory information as follows Primary memory : 4GB( 50% as swap) here is memory information in startup script: MEMIF=-server -Xverify:none -Xms1024M -Xmx1536M

Re: Re: Auto scheduler to start ofbiz instance required.

2009-07-08 Thread Kumaraswamy nandipati
would start by having a server with one instance to verify that it is ofbiz or a modification you have done. Then work back. Kumaraswamy nandipati sent the following on 7/8/2009 8:42 AM: Hi., I am using Ofbiz for my ecommerce application. Due to memory issues server geting shutdown

Re: Auto scheduler to start ofbiz instance required.

2009-07-08 Thread Kumaraswamy nandipati
swap file, called virtual memory in windows is many times slower than using real memory. This because you are using disk access times instead of real memory access times. So do everything you can not get into the virtual memory. Kumaraswamy nandipati sent the following on 7/8/2009 1:54 PM

Re: Auto scheduler to start ofbiz instance required.

2009-07-17 Thread Kumaraswamy nandipati
. That is the best I can say. Kumaraswamy nandipati sent the following on 7/8/2009 7:05 PM: BJ Freeman, As a technical person, I am curious to know what are the memory leaking areas in ofbiz? (API methods, classes, etc.,) so, I can stop using them. Any information

Paypal as payment processor for OfBiz.

2009-08-03 Thread Kumaraswamy nandipati
Hi all, I want to use Paypal as payment processor for VISA, Discover, Master and AMEX credit cards. I didn't find any implementation in ofbiz that paypal processor will do authorize, capture, refund, release transaction. So, That I want to implement DoDirectPayment using paypal API. I find AIM,

Re: Doubt regarding browse category

2009-08-03 Thread Kumaraswamy nandipati
Hi Manish, FYI, You can use more than one browse root categories in a catalog. Like PCCT_BROWSE_ROOT, PCCT_BROWSE_PRODUCT, PCCT_BROWSE_X like that. you can create n number of browse categories in your catalog as per requirement. On Mon, Aug 3, 2009 at 10:12 PM, manish

Re: Error found while adding new user

2009-08-03 Thread Kumaraswamy nandipati
Manish, while creating a new user in ofbiz, ofbiz will invoke sendMail service, this service need some mandatory fields. like from, to, subject. You can find all the services defined in ofbiz in webtools module along with mandatory fields and non-mandatory fields. For this, Go to Catalog - Store

Re: problem with findListIteratorByCondition

2009-08-03 Thread Kumaraswamy nandipati
I think you need to add this alias also into dynamicviewEntity. dve.addAlias(MO, orderDate, null, null, null,true, null); It is just like a mysql view definition. If you want a field in the view, you will include that field into select variable right. Here also like that only. On Mon, Jul 13,

Re: Question about product and options (or features or configurations)

2009-08-03 Thread Kumaraswamy nandipati
Cimballi., if *table *is virtual product, create 2 variant products like * table-standard-color* and *table-green-color, *with different prices with Selectable option for ProductFeatureApplType . If you want to define this as configuration, *table *as product, create add-on(configuration) as

Re: apache server caching and ofbiz

2009-08-03 Thread Kumaraswamy nandipati
Todd Burdeinei., If you want to enable apache level cache, you need to enable mod_cache module. please go thru the link: http://httpd.apache.org/docs/2.2/mod/mod_cache.html On Mon, Jun 22, 2009 at 9:16 PM, David E Jones d...@me.com wrote: Database caching is an optional feature in the entity

Re: Doubt regarding browse category

2009-08-04 Thread Kumaraswamy nandipati
to a catalog but in the ofbiz web page only one browse category is visible Is there any helping document for adding multiple browsing categories? With Regards, Manish.K www.cevalsoft.com  Go Green Print only when necessary. -Original Message- From: Kumaraswamy nandipati

Re: Doubt regarding browse category

2009-08-04 Thread Kumaraswamy nandipati
Manish, You already saw an example, you can repeat that for another browse category. I don't know why you are asking for technical document. anyhow, I dont have technical document. On Tue, Aug 4, 2009 at 2:48 PM, manish manish.krish...@cevalsoft.comwrote: Hi Kumaraswamy nandipati

Re: Auto scheduler to start ofbiz instance required.

2009-08-04 Thread Kumaraswamy nandipati
BJ Freeman, After reading your solution for several times in a day, I got the solution as follows. I created a Dynamic view entities using aggregate on orders count and grand total sum for given time period. This solved my problem. On Fri, Jul 17, 2009 at 10:30 PM, Kumaraswamy nandipati

Re: Paypal as payment processor for OfBiz.

2009-08-04 Thread Kumaraswamy nandipati
processing thru PayPal processor. Does anybody implemented for Ofbiz?? If yes, please provide me guidelines. Please update me. Any help will be appriciated. On Mon, Aug 3, 2009 at 9:15 PM, Kumaraswamy nandipati kumarasw...@ecomzera.com wrote: Hi all, I want to use Paypal as payment

Re: Paypal as payment processor for OfBiz.

2009-08-04 Thread Kumaraswamy nandipati
mean Payflow? Payflow is CC payment gateway of Paypal. Thanks, Raj Kumaraswamy nandipati wrote: Hello All, For credit card processing(auth, reauth, capture, refund, etc.,) on my website, I did find the implementation based on Paypal. I find AIM, Verisign-PayFlow Pro, cybersource

How I can Mobilize my ofbiz website???

2009-10-13 Thread Kumaraswamy nandipati
Hi all, I am planning to mobilize my website. While doing research, I had few questions. I am planning to provide monthly based mobile application services to clients. It does just import catalog/product details and display them in mobile website. It should allow same payment options as provided

switching between http and https without cookies possible in ofbiz?????

2009-11-07 Thread Kumaraswamy nandipati
Hi All, I am not a tech savvy. Please pull me out of this problem. Problem: I am browsing with Disable Cookies option for my ofbiz site. When ever, I switch from http to https it is asking me to login. I saw that ofbiz sets JSESSIONID as a cookie in normal browsing(cookie enabled). Q1) Is this

Re: switching between http and https without cookies possible in ofbiz?????

2009-11-07 Thread Kumaraswamy nandipati
to another and jsessionid is appended to the URL. Your's is custom code or you are using OOTB? Thanks, Raj Kumaraswamy nandipati wrote: Hi All, I am not a tech savvy. Please pull me out of this problem. Problem: I am browsing with Disable Cookies option for my ofbiz site. When ever, I

Re: switching between http and https without cookies possible in ofbiz?????

2009-11-07 Thread Kumaraswamy nandipati
or already in tomcat also??* * * *. * On Sun, Nov 8, 2009 at 11:54 AM, Kumaraswamy nandipati kumarasw...@ecomzera.com wrote: Thanks Raj. Explaining a bit more about my problem. I am trying to launch mobile version of my store(developed on ofbiz). Most of mobiles won't support cookies. So, I want

Re: Hiding Menus in Ofbiz

2009-11-09 Thread Kumaraswamy nandipati
Hi Rakesh, If I am getting you currectly(Other menus means Content, CMS, Catalog etc modules), you can do this in 3 ways. Sol. 1) Remove components: If you don't want those modules at all, Just comment them in OFBIZ-HOME/applications/component-load.xml. So, they won't load at all. Sol. 2)

Re: switching between http and https without cookies possible in ofbiz?????

2009-11-09 Thread Kumaraswamy nandipati
possible in ofbiz? Kumaraswamy, If you disbable the cookies every URL must have a jsession id. This works fine OOTB when switching one protocol to another and jsessionid is appended to the URL. Your's is custom code or you are using OOTB? Thanks, Raj Kumaraswamy nandipati wrote

Re: How to delete a catalog or catagory ?

2009-11-09 Thread Kumaraswamy nandipati
Hi Zhibin, Delete feature is lil. bit in secure(unfortunate delete will impact more on business). May be because of this reason, delete action for catalog and category was not provided from years. if you want to delete, write a stored procedure to delete catalog/category. Otherwise, expire them

Re: Hiding Menus in Ofbiz

2009-11-11 Thread Kumaraswamy nandipati
to apply. Commenting component-load.xml is not right way as the HR is dependent on other module and you may need its services and data to use in your custom one. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Mon, Nov 9, 2009 at 2:06 PM, Kumaraswamy nandipati kumarasw

Help required in bsh

2009-11-17 Thread Kumaraswamy nandipati
Hi., I am doing page validation in bsh script which will determine whether it is a valid request or not. It is placed in all decorator screens(till before shopping cart) as first script. So that invalid requests will point to 404 pages. But, I am not able to achieve this. How I can point invalid

Re: Help required in bsh

2009-11-17 Thread Kumaraswamy nandipati
Am I not explained clearly about my problem??? On Tue, Nov 17, 2009 at 5:01 PM, Kumaraswamy nandipati kumarasw...@ecomzera.com wrote: Hi., I am doing page validation in bsh script which will determine whether it is a valid request or not. It is placed in all decorator screens(till before

Re: Regarding Transactions

2009-11-20 Thread Kumaraswamy nandipati
Hi Ruth, I am suspecting that ECAs doing this. For ECAs we can define before/after Transaction commit/rollback(Its just my suspect only. But I didn't try for this). On Fri, Nov 20, 2009 at 6:25 PM, Ruth Hoffman rhoff...@aesolves.com wrote: Hi Karthik: I was just getting ready to write a

Re: Regarding Transactions

2009-11-21 Thread Kumaraswamy nandipati
Hi Ruth, http://ofbiz.apache.org/docs/services.html#ECAs ECA definition replicates what I mean. On Sat, Nov 21, 2009 at 6:54 PM, Ruth Hoffman rhoff...@aesolves.com wrote: Hi Kumaraswamy: I'm not sure I understand your comment. Would you mind elaborating? Regards, Ruth Kumaraswamy

Re: FormWidgetExamples throws error

2009-11-21 Thread Kumaraswamy nandipati
Abdullah, I am suspecting that there is some special characters(may be typo) in a marco rendered for that page. Check once. On Sat, Nov 21, 2009 at 7:00 PM, Abdullah Shaikh abdullah.sha...@viithiisys.com wrote: When I go to Example - Form Widget Examples, it throws the following error

Automatic cache clear for entity elements when doing CRUD operations?

2010-01-04 Thread Kumaraswamy nandipati
Hi., I am using cache for most of the times for entities (like ProductCategoryMember, ProductCategory, Product, ShipmentMethod, etc.,) to increase the application performance interms of database connections(hits). Now question is ***When create, store or remove operations are done through the

Re: Automatic cache clear for entity elements when doing CRUD operations?

2010-01-04 Thread Kumaraswamy nandipati
5, 2010 at 9:40 AM, Kumaraswamy nandipati kumarasw...@ecomzera.com wrote: Hi., I am using cache for most of the times for entities (like ProductCategoryMember, ProductCategory, Product, ShipmentMethod, etc.,) to increase the application performance interms of database connections(hits

Re: Show and pass hidden value in forms

2010-01-11 Thread Kumaraswamy nandipati
Hi RamaKrishna, I think you can achieve this using JavaScript. On Mon, Jan 11, 2010 at 3:03 PM, Ramkrishna Swamy ramkrishna.swamyof...@gmail.com wrote: Hi Bilgin, I have to show field in editable mode and want to pass as hidden field to service, display only shows the filed but not in

Re: Unable to acquire a new connection from the pool

2010-01-13 Thread Kumaraswamy nandipati
Hi Juan Pablo, I am having the same problem in my ofbiz instance till earlier of December, 2009. In my case I am using MySQL as database. After a long research on the database, we identified that *idle connection time outs* are happening with MySQL. If you are using MySQL as database, after

Issue with CacheClear

2010-01-21 Thread Kumaraswamy nandipati
Hi all, I am facing a strange problem(for me) now. I am using product.content.rendered UtilCache. Whenever updates happened on Product entity, It was OK with Cache clear with entity, entity-list, entiy-object caches. But, the product details(like product_name, xxx_image_url, description) are

Re: block non-whole numbers of products in cart?

2010-02-05 Thread Kumaraswamy nandipati
For me Simply 2 ways to handle this. 1) Client side validation onblur javascript event.(this won't work in non-javascript) 2) Server side validation for this while submitting the page. I prefer to implement two solutions. if one fails(user desables js) second one will back up. Any better ideas

Mis behaving entity-list cache clear

2010-02-16 Thread Kumaraswamy nandipati
Hi., I am working on cache management. while updating ProductPrice(supposed entity) for one product, whole entity-list cache for ProductPrice(entitycache.entity-list.default.ProductPrice) was getting cleared. i.e, if my 20K product Prices were cached at some time point , if I updated price for

Re: Calling all people are using Apache OFBiz!

2010-03-24 Thread Kumaraswamy nandipati
Tim, we have below sites running on OfBiz Pickupflowers www.pickupflowers.com Gifts and ideas www.giftsnideas.com Flowers for celebration www.flowersforcelebration.com I appreciate for your effort. On Fri, Mar 19, 2010 at 7:13 AM, Tim Ruppert tim.rupp...@hotwaxmedia.comwrote: All, as

Re: URL rewriting

2010-06-08 Thread Kumaraswamy nandipati
RewriteRule ^/search.html$ /control/keywordsearch [QSA,L,PT] QSA - Query String Append (Append what ever query string to the rewrited url) L - Last Rule( defines this is the last rule. Ignore after this rewrite rule) PT - Pass Through and proxy pass definitions should be like this. At the bottom

Re: Service invocation ways

2010-06-08 Thread Kumaraswamy nandipati
I think you can achieve through ECAs. For this, you can refer any secas.xml in ofbiz. On Wed, Jun 9, 2010 at 10:16 AM, Vikas Raikwar raikwar.vika...@gmail.comwrote: If you need another way to call three services(one optional) then it can be done through chaining. On Tue, Jun 8, 2010 at

Shipping and Handling charges are not adding with PayPal Express Checkout!!

2010-06-24 Thread Kumaraswamy nandipati
Hi., I just checkout and setup for Ofbiz 10.04v version in my system and walking through the new features. I find Paypal and Google Checkout options on top right section(header section). With this flow, I am not able to see shipping costs are not forwarding to paypal website. On the other hand,