Re: Session replication not working in OFBiz embedded tomcat clustering

2009-11-18 Thread vignesh sabapathi
Hi Anil Thanks for your reply... i tried with both Delta and Backup manager also changed the attributes you mentioned to true but still not successful in replication... getting the same problem... do i need to build the project again after making the changes... do i need to do anything

Re: Party ManageAdd Customer localisation

2009-11-18 Thread Rishi Solanki
Hi, Inline. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Wed, Nov 18, 2009 at 3:43 AM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: Hi, From: Scott. sc...@anglolimited.com Hello, Can someone please help me understand the logic with regards to

Re: Can we get file statistics at the end of svn up command like we get in Subclipse?

2009-11-18 Thread Ashish Vijaywargiya
Thanks Jacques Scott for your comment. It helps and for sure I will try to start using svn stat to see any conflicts! -- Ashish On Tue, Nov 17, 2009 at 4:04 AM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: Ha yes, I see. Actually I used to use svn st rather. But now I far prefer

Re: Session replication not working in OFBiz embedded tomcat clustering

2009-11-18 Thread Anil Soni
Vignesh, Here is my configuration setting (ofbiz-containers.xml) : container name=catalina-container class=org.ofbiz.catalina.container.CatalinaContainer !-- static configuration for tomcat -- property name=delegator-name value=default/ property name=use-naming

Filter duplicates method

2009-11-18 Thread Stephen Rufle
I have a query that I think require that I join in such a way that the resultset has multiple rows with the same id value. I would like to do something similar to org.ofbiz.entity.util.EntityUtil.filterByAnd(ListT, MapString, ? extends Object) but maybe called

Re: Filter duplicates method

2009-11-18 Thread Rishi Solanki
Hi Stephen, Till now I used to filter the list by checking the value contains in the list. It is not in OFBiz, If done should be good utility method. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Wed, Nov 18, 2009 at 6:47 PM, Stephen Rufle sru...@salmonllc.com wrote:

Re: Creating a new entity

2009-11-18 Thread advait75
Jacques, Thank you very much for the pointer. Jacques Le Roux wrote: The opensourcestrategies tutorial is a bit old now, you should better use http://docs.ofbiz.org/x/UBE Jacques From: Oliver Thoms o...@unitb-consulting.de Hello Adavit, you have most likely some typos or similar

Re: AW: Creating a new entity

2009-11-18 Thread advait75
Hi Oliver, Thanks for pointing me to the tutorials. I had to change a few things here and there to get it working with the latest version og OFBiz, but it works great and was able to complete the tutorial. Thanks again. Oliver Thoms wrote: Hello Adavit, you have most likely some typos

is it possible drop down to be read only

2009-11-18 Thread x x
hello i use list form and i want the drop down to be read only. Is it possible ? 10x

Can setting a value through javascript invoke an HTML event

2009-11-18 Thread Stephen Rufle
I have a field on my page that uses a pop-up window to allow input. When you click the link in the pop-up. I use javascript to set the vale on the parent page. Is there a way to invoke some HTML event that I could then handle. I had thought the onChange or onBlur events would fire, but neither

View PaymentMethodAndCreditCard and field description

2009-11-18 Thread Cimballi
Hi, The PaymentMethodAndCreditCard view doens't contain the description field from PaymentMethod. Could it be added to the view ? Thanks, Cimballi

Re: View PaymentMethodAndCreditCard and field description

2009-11-18 Thread Scott Gray
Hi Cimballi That makes sense to me so I went ahead and added it to the view in r881967. Regards Scott HotWax Media http://www.hotwaxmedia.com On 19/11/2009, at 10:58 AM, Cimballi wrote: Hi, The PaymentMethodAndCreditCard view doens't contain the description field from PaymentMethod.

Re: View PaymentMethodAndCreditCard and field description

2009-11-18 Thread Cimballi
Thanks ! On Wed, Nov 18, 2009 at 5:28 PM, Scott Gray scott.g...@hotwaxmedia.com wrote: Hi Cimballi That makes sense to me so I went ahead and added it to the view in r881967. Regards Scott HotWax Media http://www.hotwaxmedia.com On 19/11/2009, at 10:58 AM, Cimballi wrote: Hi, The

Re: outgoing payment - Setting status to 'Sent' causes exception

2009-11-18 Thread Jacques Le Roux
Thanks Sumit, So its possible to have an outgoing pyament in cash ? Jacques From: Sumit Pandit sumit.pan...@hotwaxmedia.com Hi Aswath, As per your error concerned - you don't have GlAccountId 15 assigned to PartyId - Company. To verify this please look at -

Re: Filter duplicates method

2009-11-18 Thread Scott Gray
Hi Stephen, Depending on what you plan on doing with the results you may find the getFieldListFromEntityList(ListGenericValue, String, boolean) method useful. Regards Scott HotWax Media http://www.hotwaxmedia.com On 19/11/2009, at 2:17 AM, Stephen Rufle wrote: I have a query that I

Amazon

2009-11-18 Thread Sam Hamilton
Hi List, I was wondering if anyone has integrated with Amazon with either their Seller Central application [1] so that you can list products directly onto the Amazon website, much like eBay listing module that has had some great attention recently or secondly with their Amazon Fulfillment Web

Re: Can setting a value through javascript invoke an HTML event

2009-11-18 Thread Rishi Solanki
Hi Stephen, I assume you are trying this ; On click on a link in popup change the value of input in the parent page which in turn cause a change/blur event in which you want to handle something. When we change the value of an input field using JS no change/blur event occurs, Because these all

Re: outgoing payment - Setting status to 'Sent' causes exception

2009-11-18 Thread aswath narayana
I had filed a bug and submitted a patch related to this. It is in resolved status now. For more information, please see, https://issues.apache.org/jira/browse/OFBIZ-2968 -Aswath On Thu, Nov 19, 2009 at 4:17 AM, Sumit Pandit sumit.pan...@hotwaxmedia.comwrote: Hi Aswath, As per your error

Re: outgoing payment - Setting status to 'Sent' causes exception

2009-11-18 Thread aswath narayana
It should be ok to have a outgoing payment in cash, as cash transactions are normal for small business in India. -Aswath On Thu, Nov 19, 2009 at 4:45 AM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: Thanks Sumit, So its possible to have an outgoing pyament in cash ? Jacques From:

Re: outgoing payment - Setting status to 'Sent' causes exception

2009-11-18 Thread Jacques Le Roux
Hi Aswath, Sumit, Oops, sorry I did not remember that I had commited this. But actually my question was more about cash mehtod payment being accessible in outgoing payment. Using demo data OOTB it's not there... Jacques From: aswath narayana aswath.satras...@gmail.com I had filed a bug and