Re: https://demo904.ofbiz.org/webtools/control/ArtifactInfo OutOfMemoryError: Java heap space

2009-09-13 Thread Jacques Le Roux
It was working 3 months ago I'm sure. Something has since been introduced, OFBIZ-2919 should be fixed above all Jacques From: "BJ Freeman" based on OFBIZ-2919 it should have never worked but it did for about 6 months. unless i am missing something. I am not saying artifact is causing the prob

Re: discussion: moving myportal in commonext, add public portlets and set as root.

2009-09-13 Thread David E Jones
The direction I liked best way back when was to put this in the framework itself, probably in the widget component because this depends on the screen widget and the screen widget does (or will) depend on it. Anyway, I mention that because I agree with what Bruno wrote except that common

Re: Question on Usage

2009-09-13 Thread David E Jones
Well, as long as it's high-end adult products and not the cheap stuff most places sell... I don't think anyone will complain. Actually, being more serious, OFBiz is part of the Apache Software Foundation and one of the very important parts of the Apache license and way of doing things is

Re: About Static Methods in Ofbiz

2009-09-13 Thread David E Jones
On Sep 10, 2009, at 11:59 PM, James McGill wrote: On Thu, Sep 10, 2009 at 8:51 PM, David E Jones wrote: With these questions you are implying issues but not actually saying what you are worried about... What is it that concerns you? My instincts tell me what I need to know personally, b

_QUICK_REORDER_PRODUCT_QUANTITIES_ session error

2009-09-13 Thread Eric DE MAULDE
Hi, In ProductDisplayWorker.java, the line 218 : BigDecimal nqint = quantity.divide(new BigDecimal(occs), new MathContext(10)); creates a product quantity with decimal, to set session with _QUICK_REORDER_PRODUCT_QUANTITIES_ This variable implements minireorderprods screen, a product can't have

Custom glAccountClass data and glAccountType data?

2009-09-13 Thread snowc
Is it likely that I will ever need to create custom values for the glAccountClass or glAccountType entities? -- View this message in context: http://www.nabble.com/Custom-glAccountClass-data-and-glAccountType-data--tp25423933p25423933.html Sent from the OFBiz - User mailing list archive at Nab

Re: Entire application runs on prot 8443

2009-09-13 Thread Yoke Power
Hi Shuchi, The Ofbiz application automatically switches between http and https depending on the configuration; The pages you visited might have been defined as secure in the ofbiz application - YOKEPOWER On Fri, Sep 11, 2009 at 5:38 PM, su2 wrote: > > Hi all, > > I am trying to set up the te

global chart of accounts not showing 'Company' posted transactions

2009-09-13 Thread snowc
I have just installed the trunk demo data and although the "Company" party has posted transactions showing in the "Accounting Transactions Entries By Account" screen, the global chart of accounts has a posted balance of $0.00 for each account. Am I wrong in thinking that the global chart of accou

Re: Do we need to manually close SQLProcesser?

2009-09-13 Thread Larry.Liu
Hi Gray, Thanks for your help, So according to my understanding, trying to close the SQLProcessor will cause available connection in the pool fewer and fewer and there will be "No ManagedConnections Available!" exception in the end, isn't it? Now we have a B2C website running on ofbiz, using Dat

RE: Do we need to manually close SQLProcesser?

2009-09-13 Thread Jack Liu
Hi, Larry >From the constructor of class SQLProcesser, there is no need to close it >manually. /** * Construct an object with an connection given. The connection will not * be closed by this SQLProcessor, but may be by some other. * * @param helperName The datasource helper

Re: Do we need to manually close SQLProcesser?

2009-09-13 Thread Scott Gray
No the connection implementation is a PoolableConnection and closing it returns it to the pool, if you don't close it then it won't be returned until the SQLProcessor is finalized at which point it closes the connection itself. Just to reiterate in case it isn't clear, you should always ca

RE: Do we need to manually close SQLProcesser?

2009-09-13 Thread Jack Liu
In the close method of class SQLProcessor, the variable _connection is absolutely an instance of java.sql.Connection not PoolableConnection. -Original Message- From: Scott Gray [mailto:scott.g...@hotwaxmedia.com] Sent: 2009年9月14日 10:44 To: user@ofbiz.apache.org Subject: Re: Do we n

Re: Do we need to manually close SQLProcesser?

2009-09-13 Thread Scott Gray
java.sql.Connection is an interface, the implementation is org.apache.commons.dbcp.PoolableConnection. Regards Scott On 14/09/2009, at 2:55 PM, Jack Liu wrote: In the close method of class SQLProcessor, the variable _connection is absolutely an instance of java.sql.Connection not Poolable

RE: Do we need to manually close SQLProcesser?

2009-09-13 Thread Jack Liu
Yes, you're right, Scott. org.ofbiz.entity.connection.DBCPConnectionFactory tells me. -Original Message- From: Scott Gray [mailto:scott.g...@hotwaxmedia.com] Sent: 2009年9月14日 11:02 To: user@ofbiz.apache.org Subject: Re: Do we need to manually close SQLProcesser? java.sql.Connection is a

Re: maincss.css : relative path error

2009-09-13 Thread Ryan Foster
Jacques, That is correct. There is only one maincss.css file. It used to be located in the images folder when "flatgrey" was the only/default theme for the OFBiz back office applications. It was moved to the / flatgrey webapp theme when we added the additional themes (bizznesstime and b

Re: Custom glAccountClass data and glAccountType data?

2009-09-13 Thread Sumit Pandit
Hi, Though OFBIz contains almost data for these two entities, but still I can't bet that this is complete set. It might possible that you need to create new ones for these. In that case I would request that please contribute them in OOTB if possible. -- Regards Sumit Pa ndit On 13-Sep-09,

Re: global chart of accounts not showing 'Company' posted transactions

2009-09-13 Thread Sumit Pandit
Hi Chris, Global chart of accounts should be showing the rolled_up balance for "Company" only for those organizations/sub-organizations who are in relation ROLL_UP and have accounting GL setup for rolled up party. For more information please have a look at patch attached at https://issues.a

Re: Question on Usage

2009-09-13 Thread James McGill
> Actually, being more serious, OFBiz is part of the Apache Software > Foundation and one of the very important parts of the Apache license and way > of doing things is that there are no restrictions on what the software can > be used for. In other words, as part of the way the Apache License 2.0 w

Getting error in Data load

2009-09-13 Thread Rohit Jain
Hello All, My local ofbiz at revision no 814471 I have tried to load data by using command "ant clean-all;ant run-install", and getting following error in loading Data file. [java] 2009-09-14 10:03:57,265 (main) [ EntitySaxReader.java:257:INFO ] Transaction Timeout set to 2 hours (7200 seco

Re: Getting error in Data load

2009-09-13 Thread Deepak Dixit
Hello Rohit, This error coming due to Hans commit (#814287). In this commit statusId used in PartyHelpData.xml , and statusId's define in ContentTypeData.xml in content component,and content component is loaded after party component. There for statusId generate error. Thanks & Regards --

Re: Do we need to manually close SQLProcesser?

2009-09-13 Thread Larry.Liu
Hi, Thank you all for the help, I will change the codes according to your advise and try to resolve the problem. Regards, Liu Xiangqian Wizitsoft Information Technology Ltd. www.wizitsoft.com | (86) 010-62670653 ext 614 2009/9/14 Jack Liu > Yes, you're right, Scott. > org.ofbiz.entity.connec

Re: Question on Usage

2009-09-13 Thread Jacques Le Roux
From: "James McGill" Actually, being more serious, OFBiz is part of the Apache Software Foundation and one of the very important parts of the Apache license and way of doing things is that there are no restrictions on what the software can be used for. In other words, as part of the way the Apac

Re: Question on Usage

2009-09-13 Thread Jacques Le Roux
BTW http://www.apache.org/foundation/marks/ Jacques From: "Jacques Le Roux" From: "James McGill" Actually, being more serious, OFBiz is part of the Apache Software Foundation and one of the very important parts of the Apache license and way of doing things is that there are no restrictions o

Re: How call forgotpassword?

2009-09-13 Thread Sumit Pandit
Hi, Service = "emailPassword" can help you. -- Regards Sumit Pandit On 11-Sep-09, at 12:50 PM, MarioF wrote: Hi all, I have to call the forgotpassword action (the action that send to the user a mail with a new password). I want to do it when a new user is created. So, I have to ca

Re: Question on Usage

2009-09-13 Thread David E Jones
One should note that this usually isn't an issue for users of OFBiz, mostly for those creating derivative works, those writing publicly about OFBiz, etc. Also, on a side note, I'm personally against a lot of these new ASF policies, as are many others at the ASF. For now though, it doesn't