Re: Where can we use this

2009-07-25 Thread David E Jones
On Jul 25, 2009, at 10:38 AM, Sumit Pandit wrote: On Jul 25, 2009, at 4:01 PM, S K Pradeep Kumar wrote: Hi All, Could you please tell me where can we use this and for what purpose property from cache.properties. security.UserLoginSecurityGroupByUserLoginId.maxSize It is used to se

Re: registration form - captcha

2009-07-25 Thread Rees Watkins
Hi Thanks for the information. It seems the captcha correct answer is stored as a hidden field in the form. This does not seem very secure. Is there any reason it is not stored in the session rather as I believe that would be more secure? Rees From: BJ Freem

Re: I am getting the transaction-timeout error

2009-07-25 Thread S K Pradeep Kumar
Hi Bj, Thanks for that. I got the point you mention about the swap delays. With regards, S K Pradeep kumar On Sun, Jul 26, 2009 at 1:01 AM, BJ Freeman wrote: > btw you mentioning that this is customized code would have saved me a > lot of my time in answering you. > > S K Pradeep Kumar

Re: Ofbiz: Product Bundles

2009-07-25 Thread BJ Freeman
there are many approaches to this http://demo.ofbiz.org/ecommerce/products/p_GZ-BASKET http://demo.ofbiz.org/ecommerce/products/PROMOTIONS/p_ENCHILADAS you then use the promos rules that effect the basket price. there is no rules as you are building OOTB, but you can run configurations to cover the

Re: Ofbiz: Product Bundles

2009-07-25 Thread Vince Clark
Have you looked at promotions or marketing packages? Vince Clark vcl...@globalera.com (303) 493-6723 - Original Message - From: "Abhai Chaudhary" To: user@ofbiz.apache.org Sent: Saturday, July 25, 2009 1:11:19 PM GMT -07:00 US/Canada Mountain Subject: Ofbiz: Product Bundles I want to

Re: I am getting the transaction-timeout error

2009-07-25 Thread BJ Freeman
btw you mentioning that this is customized code would have saved me a lot of my time in answering you. S K Pradeep Kumar sent the following on 7/25/2009 12:24 PM: > Hi Bj, > >I have customized my keywordsearch.bsh where i am iterating the > products for many reasons. I have commented tha

Re: I am getting the transaction-timeout error

2009-07-25 Thread BJ Freeman
I suggest you put it back the way it was then incrementally add your code and test each stage till you get the problem. this should give you a place to start from. There are two many parameters to guess. S K Pradeep Kumar sent the following on 7/25/2009 12:24 PM: > Hi Bj, > >I have cust

Re: I am getting the transaction-timeout error

2009-07-25 Thread S K Pradeep Kumar
Hi Bj, I have customized my keywordsearch.bsh where i am iterating the products for many reasons. I have commented that iteration and checked the operation it is working fine, I think that transaction timeout is due to this iteration in the bsh.? could you please confirm me . thanks., W

Ofbiz: Product Bundles

2009-07-25 Thread Abhai Chaudhary
I want to create a product bundle comprising of 2 or more existing products and price them together based on pre-determined rules. Has anyone implemented product bundle pricing using Ofbiz? Thanks -Abhai http://www.mindtree.com/email/disclaimer.html

Re: I am getting the transaction-timeout error

2009-07-25 Thread BJ Freeman
I have an online 9.04 running I performed your steps. i returned 9,025 items no errors. S K Pradeep Kumar sent the following on 7/25/2009 11:44 AM: > Hi Bj, > > But the same error is coming in my local system(windowsXP, with 1gb > ram) also, > > > > thanks, > > With regards, > S K Prad

Re: I am getting the transaction-timeout error

2009-07-25 Thread BJ Freeman
what version are you running what is the cpu and memory data for the XP S K Pradeep Kumar sent the following on 7/25/2009 11:44 AM: > Hi Bj, > > But the same error is coming in my local system(windowsXP, with 1gb > ram) also, > > > > thanks, > > With regards, > S K Pradeep kumar > > On

Re: I am getting the transaction-timeout error

2009-07-25 Thread S K Pradeep Kumar
Hi Bj, But the same error is coming in my local system(windowsXP, with 1gb ram) also, thanks, With regards, S K Pradeep kumar On Sun, Jul 26, 2009 at 12:03 AM, BJ Freeman wrote: > my guess is that you are running into swap delays. > nothing to do with ofbiz or java. > > > S K Pradeep

Re: I am getting the transaction-timeout error

2009-07-25 Thread BJ Freeman
my guess is that you are running into swap delays. nothing to do with ofbiz or java. S K Pradeep Kumar sent the following on 7/25/2009 10:24 AM: > Hi Bj, > > I am having 2gb ram on my vps and it uses around 1300 to 1350 MB . > > With regards, > S K Pradeep kumar > > On Sat, Jul 25, 2009 a

Re: I am getting the transaction-timeout error

2009-07-25 Thread S K Pradeep Kumar
Hi Bj, I am having 2gb ram on my vps and it uses around 1300 to 1350 MB . With regards, S K Pradeep kumar On Sat, Jul 25, 2009 at 10:41 PM, BJ Freeman wrote: > how much RAM to you have? > How much is being used? > > S K Pradeep Kumar sent the following on 7/25/2009 6:38 AM: > > Hi, > > >

Re: I am getting the transaction-timeout error

2009-07-25 Thread BJ Freeman
how much RAM to you have? How much is being used? S K Pradeep Kumar sent the following on 7/25/2009 6:38 AM: > Hi, > > I am running the application localy that is similar to > http://75.127.101.143/ecart. > Here i am going to search the products using the search option in the > ecommerce

Re: Where can we use this

2009-07-25 Thread Sumit Pandit
On Jul 25, 2009, at 4:01 PM, S K Pradeep Kumar wrote: Hi All, Could you please tell me where can we use this and for what purpose property from cache.properties. security.UserLoginSecurityGroupByUserLoginId.maxSize It is used to set Maximum number of user that can be logged in to

Re: Too many session are creating in the server.

2009-07-25 Thread Harmeet Bedi
Are these http sessions or database connections ? If former, you could try to set lower timeouts. Look at web.xml per component. see session-timeout. Logout i believe ends session so not sure why your session would increase under standard use. Is this in a load test environment ? If latter, you

Re: I am getting the transaction-timeout error

2009-07-25 Thread S K Pradeep Kumar
Hi Bj, I found that in my application i am getting this error when rendering a screens. I want to ask one question. In the modelScreens.java(attached) file i am getting this error when the renderScreenString is called where we are going to commit the trasnsaction in the finally block. Why do

Re: how to remove comments in generated html

2009-07-25 Thread Ashish Vijaywargiya
Change: # Enable screen widget boundary comments widget.verbose=true to # Enable screen widget boundary comments widget.verbose=false in widget.properties file. -- Ashish On Sat, Jul 25, 2009 at 7:25 PM, buzlite wrote: > > When I look at the page source of the generated html from ofbiz, the

how to remove comments in generated html

2009-07-25 Thread buzlite
When I look at the page source of the generated html from ofbiz, there are a lot of html comments containing component paths. This could be a security issue. Is there a way to turn off the generation of these comments? Thanks in advance. -- View this message in context: http://www.nabble.com/h

Re: I am getting the transaction-timeout error

2009-07-25 Thread S K Pradeep Kumar
Hi, I am running the application localy that is similar to http://75.127.101.143/ecart. Here i am going to search the products using the search option in the ecommerce side. In my application i am having around 1500 products. If click on the search button without entering any se

Re: Difference Between Mail Check/Money Order and COD

2009-07-25 Thread BJ Freeman
disregard. BJ Freeman sent the following on 7/25/2009 3:30 AM: > this problem does not show up on the trunk version. > > BJ Freeman sent the following on 7/25/2009 3:26 AM: >> These are know as external payments. >> so the order is put on hold till the payment is received. >> Hold means not more

Re: I am getting the transaction-timeout error

2009-07-25 Thread BJ Freeman
what steps did you do to get this errror. there is more to the log that will probably give better insight S K Pradeep Kumar sent the following on 7/25/2009 5:39 AM: > Hi All, > > Could you please help in resolving transaction-timeout error. > > Due to what reason this error is coming? >

I am getting the transaction-timeout error

2009-07-25 Thread S K Pradeep Kumar
Hi All, Could you please help in resolving transaction-timeout error. Due to what reason this error is coming? What is the solution? In my console i am getting. 2009-07-25 18:05:25,328 (http-0.0.0.0-8085-Processor4) [ TransactionUtil.java:737:WARN ] exception report --

Re: SV: functional training

2009-07-25 Thread Ruth Hoffman
Hi Torstein: Thanks for the endorsement! Please tell your friends and colleagues about the site. I'm continually working on adding content and, of course completing this book. Regards, Ruth I will put that on the list... Torstein Hegbom wrote: I had a quick glance at your book. It looks really

Where can we use this

2009-07-25 Thread S K Pradeep Kumar
Hi All, Could you please tell me where can we use this and for what purpose property from cache.properties. security.UserLoginSecurityGroupByUserLoginId.maxSize thanks for any help. -- With regards, S K Pradeep kumar

Re: https://demo904.ofbiz.org/ordermgr/control/orderview --- error

2009-07-25 Thread BJ Freeman
this doe not show up on the trunk version. BJ Freeman sent the following on 7/25/2009 3:21 AM: > go to ordermgr > click on demo10090 > > org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen > [component://order/widget/ordermgr/OrderViewScreens.xml#OrderHeaderView]: > groovy.lang.

Re: Difference Between Mail Check/Money Order and COD

2009-07-25 Thread BJ Freeman
this problem does not show up on the trunk version. BJ Freeman sent the following on 7/25/2009 3:26 AM: > These are know as external payments. > so the order is put on hold till the payment is received. > Hold means not more processing of the order. > https://demo.ofbiz.org/ordermgr/control/orderv

Re: Difference Between Mail Check/Money Order and COD

2009-07-25 Thread BJ Freeman
These are know as external payments. so the order is put on hold till the payment is received. Hold means not more processing of the order. https://demo.ofbiz.org/ordermgr/control/orderview?orderId=DEMO10090 is how you view an order you would go to the payment section and make a payment when Money

https://demo904.ofbiz.org/ordermgr/control/orderview --- error

2009-07-25 Thread BJ Freeman
go to ordermgr click on demo10090 org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://order/widget/ordermgr/OrderViewScreens.xml#OrderHeaderView]: groovy.lang.MissingPropertyException: No such property: orderItems for class: OrderView (No such property: orderItems fo

Re: OfBiz and distributed tx

2009-07-25 Thread Henning
I suppose that there is no overhead when there is no more than one resource manager in the picture - in which case it should behave completely as if there is no XA at all. I have a configuration now that does not allow registration of XA resources and when turning off the registration of the debug

Too many session are creating in the server.

2009-07-25 Thread S K Pradeep Kumar
Hi All, We have deployed the ofbiz with tomcat on VPS server. It is creating too many dummy sessions and consuming loot of memory. Could you please help in this. What might be the reason? How can we customize the application to reduce memory consumption? -- With regards, S K Pr

SV: functional training

2009-07-25 Thread Torstein Hegbom
I had a quick glance at your book. It looks really good. How about covering related areas, such as picking, facility and work-effort? Regards Torstein Hegbom -Opprinnelig melding- Fra: Ruth Hoffman [mailto:rhoff...@aesolves.com] Sendt: 13. juli 2009 16:48 Til: user@ofbiz.apache.org Emne: