[jira] Commented: (OFBIZ-1944) Errors listing entity in Webtools

2008-09-02 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627916#action_12627916 ] Jacques Le Roux commented on OFBIZ-1944: The error is related to Payment.effectiveD

Re: Error listing entity

2008-09-02 Thread Bruno Busco
Jacques, many thanks for your effort on this. Anyway I created a jira *OFBIZ-1944 *-Bruno* * 2008/9/2 Jacques Le Roux <[EMAIL PROTECTED]> > Actually no, it does not come from groovy migration. > I switched FindGeneric.groovy to r660840 (pre migrat

[jira] Created: (OFBIZ-1944) Errors listing entity in Webtools

2008-09-02 Thread Bruno Busco (JIRA)
Errors listing entity in Webtools - Key: OFBIZ-1944 URL: https://issues.apache.org/jira/browse/OFBIZ-1944 Project: OFBiz Issue Type: Bug Components: framework Affects Versions: SVN trunk

[jira] Commented: (OFBIZ-1943) List/Multi form column sorting

2008-09-02 Thread Bruno Busco (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627910#action_12627910 ] Bruno Busco commented on OFBIZ-1943: Jacopo, I gave a look to the link you pointed out.

Re: svn commit: r691101 - in /ofbiz/trunk: applications/workeffort/script/org/ofbiz/workeffort/timesheet/TimesheetServices.xml specialpurpose/projectmgr/script/org/ofbiz/project/ProjectServices.xml

2008-09-02 Thread Sumit Pandit
Hans, When you remove the Tab from these files, please have a look on r691000, I found some tab spaces over there. -- Thanks and Regards Sumit Pandit. HotWaxMedia, Inc http://www.hotwaxmedia.com On Sep 2, 2008, at 11:06 AM, awdesh parihar wrote: Hey Hans, please beware of tabs in commit,

code coverage and cpl 1.0/apl 2.0 compatibility

2008-09-02 Thread Adam Heath
I'm looking at various code coverage tools; there are very few free ones available. I've personally used cobertura; it's gpl v2.0(1), so not compatible. clover is what is installed for use by apache projects; but it's actually non-free, so I'm not even going to consider it. emma is cpl 1.0(2); I

Re: Error listing entity

2008-09-02 Thread Jacques Le Roux
Actually no, it does not come from groovy migration. I switched FindGeneric.groovy to r660840 (pre migration) and renamed where needed to FindGeneric.bsh and get the same SQL error Jacques From: "Jacques Le Roux" <[EMAIL PROTECTED]> Yes, I'm pretty sure. I have no time yet to look at it. And I

Re: Error listing entity

2008-09-02 Thread Jacques Le Roux
Yes, I'm pretty sure. I have no time yet to look at it. And I have already promised some others I did not yet look at Jacques From: Bruno Busco Could it be related to the bsh to groovy conversion? 2008/9/2 Jacques Le Roux <[EMAIL PROTECTED]> I reproduce with r691097 fresh Postgres DB (I w

Re: Error listing entity

2008-09-02 Thread Bruno Busco
Could it be related to the bsh to groovy conversion? 2008/9/2 Jacques Le Roux <[EMAIL PROTECTED]> > I reproduce with > r691097 > fresh Postgres DB (I will try with Derby soon) > after ant clean-all > > Jacques > > From: "BJ Freeman" <[EMAIL PROTECTED]> > > can duplicate on 690593 on local machin

Re: Error listing entity

2008-09-02 Thread Jacques Le Roux
Same pb on Derby Jacques From: "Jacques Le Roux" <[EMAIL PROTECTED]> I reproduce with r691097 fresh Postgres DB (I will try with Derby soon) after ant clean-all Jacques From: "BJ Freeman" <[EMAIL PROTECTED]> can duplicate on 690593 on local machine. BJ Freeman sent the following on 9/2/2008

Re: Error listing entity

2008-09-02 Thread Jacques Le Roux
I reproduce with r691097 fresh Postgres DB (I will try with Derby soon) after ant clean-all Jacques From: "BJ Freeman" <[EMAIL PROTECTED]> can duplicate on 690593 on local machine. BJ Freeman sent the following on 9/2/2008 8:59 AM: don't see any commits that would effect this. must be in the

Re: svn commit: r690573 - in /ofbiz/trunk/applications: accounting/src/org/ofbiz/accounting/payment/ party/src/org/ofbiz/party/contact/ party/src/org/ofbiz/party/party/ product/src/org/ofbiz/product/c

2008-09-02 Thread Jacques Le Roux
From: "Adam Heath" <[EMAIL PROTECTED]> To: Sent: Tuesday, September 02, 2008 7:45 PM Subject: Re: svn commit: r690573 - in /ofbiz/trunk/applications: accounting/src/org/ofbiz/accounting/payment/ party/src/org/ofbiz/party/contact/ party/src/org/ofbiz/party/party/ product/src/org/ofbiz/product/cat

Re: svn commit: r690573 - in /ofbiz/trunk/applications: accounting/src/org/ofbiz/accounting/payment/ party/src/org/ofbiz/party/contact/ party/src/org/ofbiz/party/party/ product/src/org/ofbiz/product/c

2008-09-02 Thread Adam Heath
Jacques Le Roux wrote: > Thanks Adam, > > I did not notice it, and only replicated the old @deprecated comment. > There are 45 such changes (@deprecated comment without any javaDoc > information) to do in current code. If everybody agree I will do > it. In other words I will replace /** @deprecate

Re: svn commit: r690573 - in /ofbiz/trunk/applications: accounting/src/org/ofbiz/accounting/payment/ party/src/org/ofbiz/party/contact/ party/src/org/ofbiz/party/party/ product/src/org/ofbiz/product/c

2008-09-02 Thread Jacques Le Roux
Thanks Adam, I did not notice it, and only replicated the old @deprecated comment. There are 45 such changes (@deprecated comment without any javaDoc information) to do in current code. If everybody agree I will do it. In other words I will replace /** @deprecated */ by @Deprecated But readin

Re: Error listing entity

2008-09-02 Thread BJ Freeman
can duplicate on 690593 on local machine. BJ Freeman sent the following on 9/2/2008 8:59 AM: > don't see any commits that would effect this. > must be in the reload at the demosite. > > Bruno Busco sent the following on 9/2/2008 5:53 AM: >> There are several not working i.e.: >> >> https://demo.h

Re: svn commit: r690573 - in /ofbiz/trunk/applications: accounting/src/org/ofbiz/accounting/payment/ party/src/org/ofbiz/party/contact/ party/src/org/ofbiz/party/party/ product/src/org/ofbiz/product/c

2008-09-02 Thread Adam Heath
Jacques Le Roux wrote: >> +/** @deprecated */ >> public static void getPartyPaymentMethodValueMaps(PageContext >> pageContext, String partyId, boolean showOld, String >> paymentMethodValueMapsAttr) { >> GenericDelegator delegator = (GenericDelegator) >> pageContext.getRequest().getA

Re: Error listing entity

2008-09-02 Thread BJ Freeman
don't see any commits that would effect this. must be in the reload at the demosite. Bruno Busco sent the following on 9/2/2008 5:53 AM: > There are several not working i.e.: > > https://demo.hotwaxmedia.com/webtools/control/FindGeneric?entityName=InvoiceItemProductSummary&find=true&VIEW_SIZE=50&

Re: Error listing entity

2008-09-02 Thread Bruno Busco
There are several not working i.e.: https://demo.hotwaxmedia.com/webtools/control/FindGeneric?entityName=InvoiceItemProductSummary&find=true&VIEW_SIZE=50&VIEW_INDEX=0 https://demo.hotwaxmedia.com/webtools/control/FindGeneric?entityName=InvoiceItemCategorySummary&find=true&VIEW_SIZE=50&VIEW_INDEX=

Error listing entity

2008-09-02 Thread Bruno Busco
What's up there? https://demo.hotwaxmedia.com/webtools/control/FindGeneric?entityName=InventoryItemDetailForSum&find=true&VIEW_SIZE=50&VIEW_INDEX=0 -Bruno

Re: POS

2008-09-02 Thread Pal InfoCom Technologies
First ly open your store. Click on MGR button Select open button. Your store is now open and you can sell the product easily. Same processor follow for closing teh store. varun mittal Pankaj Lall wrote: > > Hi There > > Can any body please guide me as how to enter product so that its visible >

UtilXml.java

2008-09-02 Thread BJ Freeman
I have a need to read in megabyte XML files so i am not pulling it into memory but reading as a stream one line at a time. I have a string value I have a routine that just returns the value. I would like to add it to the UtilXml.java

Re: Scaling ofbiz

2008-09-02 Thread rajesh_r_j
The link just contains the index of document not document itself. For the current setup i followed Technical Production Setup Guide (http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide) but do not get the performance anywhere near what others have claimed. I al

Re: Discussion: Recurrence Rules - Part 2

2008-09-02 Thread Bilgin Ibryam
On Thu, 2008-08-28 at 11:44 -0700, Adrian Crum wrote: > More thoughts on recurrence rules... > > 1. I can't determine the purpose of the following fields: > > RecurrenceRule.bySetPosList No idea > RecurrenceRule.weekStart Could be used to determine the Week start day, but after adding localizati

[jira] Commented: (OFBIZ-1941) fieldtypevisualfoxpro.xml

2008-09-02 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627617#action_12627617 ] BJ Freeman commented on OFBIZ-1941: --- if I understand you, you want to create a entity mod

Re: Scaling ofbiz

2008-09-02 Thread BJ Freeman
this should be on the User Mailing list. I have copied this to the User Mailing list. there is a response from David to this with the subject Re: Deploy Ofbiz in JBoss madppiper sent the following on 9/2/2008 1:45 AM: > I just skipped through the Database and noticed how it bursts with Varchar, >

Re: Scaling ofbiz

2008-09-02 Thread madppiper
I just skipped through the Database and noticed how it bursts with Varchar, Longtext and Decimal Datatypes. With increasing Datasets that should result in slower query-results and hence use up some of the needed CPU-Performance. (The reason for that is similar to the following: If you think of t