Re: Error uploading a big file

2010-01-21 Thread BJ Freeman
check the available memory when doing and large file upload,you may have to add physical memory. A work around is to use the ftp routines in ofbiz and make a page for the parameters. this would also require a trigger off the ftp service. Scott Gray sent the following on 1/20/2010 3:03 PM: You'd

Re: calendar pop up broken?

2010-01-21 Thread Chris Snow
It appears to be broken on 901657. Also, the svn revision number is not appearing in the html footer any more. Jacques Le Roux wrote: Chris, To be clear I did not say it will fix it. I simply asked you to try. Because I had to revert r900950 since it introduced a bad side effect for lookups

Re: calendar pop up broken?

2010-01-21 Thread Jacques Le Roux
The footer is ok on the demo server at Release-revision : trunk-901582. To show it in your instance run ant svninfo. BTW, at r901711, I have put a description about that in the coresponding target of the main build.xml file. So now you can see it using ant -p. For the AM-PM topic, hopefully

Forgot Password Error - Trunk Release 901582

2010-01-21 Thread Scott.
After logging out from order manager in the trunk demo and arriving at the login page, if you click on forgot password, you get the following error; org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://common/widget/CommonScreens.xml#forgotPassword]:

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: extending view entities

2010-01-21 Thread Mridul Pathak
Or you can define a new view using an existing view entity as member entity. -- Thanks Regards Mridul Pathak Hotwax Media http://www.hotwaxmedia.com mridul.pat...@hotwaxmedia.com - direct: +91 - 942.592.6892 On Wed, Jan 20, 2010 at 3:59 PM, Scott

Re: binding ofbiz ports 80|443, non root, without apache

2010-01-21 Thread Whoa!
The site seems to be starting and stopping fine so far, so this may be how we implement in production. The current start script uses this command: exec /pathTo/ofbiz/jsvc -pidfile ofbiz.pid -user someNonRootUser $VMARGS -cp tools.jar:commons-daemon.jar:ofbiz.jar org.ofbiz.base.start.Start

ofbiz test framework - not rolling back data

2010-01-21 Thread Chris Snow
It appears that test data gets rolled back after a test, EXCEPT for sequence id's. I would expect all data generated during a test to get rolled back. Any comments? Many thanks, Chris

autocomplete xml attributes using eclipse

2010-01-21 Thread Chris Snow
When developing ofbiz xml artifacts in eclipse, I am frequently using the xml autocomplete. Unfortunately, the attributes returned by autocomplete don't always seem to be in the best order and I have to manually reorder them. The eclipse returned element for if-compare: if-compare

Re: ofbiz test framework - not rolling back data

2010-01-21 Thread David E Jones
In a busy system where you might have a dozen other sequenced IDs issued by the time your transaction is either committed or rolled back... what sorts of problems do you think this would introduce? There are two categories I'm thinking of: performance and data consistency. -David On Jan

Re: ofbiz test framework - not rolling back data

2010-01-21 Thread Scott Gray
There was a reason I didn't do this, I just can't remember what it was. Thinking about it freshly, the reason was most likely that asynchronous service calls can't be rolled back currently (they're executed by the JobManager with a regular delegator) and rolling back the sequence ids would

Re: autocomplete xml attributes using eclipse

2010-01-21 Thread David E Jones
Life is tough, isn't it? You could look for a setting, or you might need to use a different XML editor. -David On Jan 21, 2010, at 11:40 AM, Chris Snow wrote: When developing ofbiz xml artifacts in eclipse, I am frequently using the xml autocomplete. Unfortunately, the attributes

Re: binding ofbiz ports 80|443, non root, without apache

2010-01-21 Thread Whoa!
This is a little cleaner: start script /pathTo/ofbiz/jsvc -pidfile ofbiz.pid -user someNonRootUser $VMARGS -cp tools.jar:commons-daemon.jar:ofbiz.jar org.ofbiz.base.start.Start $OFBIZ_LOG 2$OFBIZ_LOG stop script PID_FILE=/pathTo/ofbiz/ofbiz.pid /pathTo/ofbiz/jsvc -stop -pidfile $PID_FILE

auto-fields-service question related to tutorial

2010-01-21 Thread Patrick
I'm on step 2 of this tutorial. http://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide . I'm expecting to see the image, http://cwiki.apache.org/confluence/download/attachments/6553969/Personform1.png, with a list of 3 person related fields and an update

multiple promo codes

2010-01-21 Thread Michael Knott
David, The return customer discount works like this: if a customer buys product Y, they are eligible to get a $50 discount if they purchase product X in the next 30 days.  We have a promocode rule in place using a X product for Y discount based on the action product of X.  In order to validate

bank and finacial features in ofbiz

2010-01-21 Thread x x
hello i want to suggest to ofbiz team to develop more finacial features like bank and stock market. In this way Ofbiz will be real completed.

Re: bank and finacial features in ofbiz

2010-01-21 Thread David E Jones
You're right, those banking and stock market management companies are sure having a hard time these days and they really need some help. Free software could help their public looting and larceny operations be much more efficient, and of course that'll make the banks and markets more stable so

Re: bank and finacial features in ofbiz

2010-01-21 Thread Chris Snow
On a serious note David, do you know of ofbiz being used in banking or investments? I expect it would most likely be seen in a hedge fund management type company as they have usually more flexibility in what they build. David E Jones wrote: You're right, those banking and stock market

Re: auto-fields-service question related to tutorial

2010-01-21 Thread Mridul Pathak
Hi Patrick, There are two ways of doing this: 1) Don't use auto-field-service tag and explicitly specify the fields you want to include in your form. 2) Limit the input attributes in updatePracticePerson service. -- Thanks Regards Mridul Pathak Hotwax Media http://www.hotwaxmedia.com

Re: auto-fields-service question related to tutorial

2010-01-21 Thread Scott Gray
You can also use the field name=birthDateignored//field format to remove auto fields from the form. Regards Scott HotWax Media http://www.hotwaxmedia.com On 21/01/2010, at 3:59 PM, Mridul Pathak wrote: Hi Patrick, There are two ways of doing this: 1) Don't use auto-field-service tag

Re: bank and finacial features in ofbiz

2010-01-21 Thread David E Jones
Actually, yes. I know it is being used in at least one financial institution, but not for managing banking... for internal procurement (if I remember right). In other words, it wasn't very far out of the normal strong points for OFBiz and certainly not for managing account balances or

Re: Forgot Password Error - Trunk Release 901582

2010-01-21 Thread Mridul Pathak
Its looks like a bug, the screen is broken for all the applications except for workeffort. -- Thanks Regards Mridul Pathak Hotwax Media http://www.hotwaxmedia.com mridul.pat...@hotwaxmedia.com - direct: +91 - 942.592.6892 On Thu, Jan 21, 2010 at

Apache Pivot

2010-01-21 Thread Sam Hamilton
Hey guys, I ran into Pivot a couple of days ago and thought I would share it with the list as it looks on a quick glance to help with the front end user experience and perhaps could be used to help enhance the themes that OFBiz uses to make them even better! http://pivot.apache.org/index.html

Re: calendar pop up broken?

2010-01-21 Thread Scott Gray
Hi Chris I've fixed the month problem in r901992, could you update and check the work effort problem again and see if it's still there? Thanks Scott HotWax Media http://www.hotwaxmedia.com On 20/01/2010, at 8:52 AM, Chris Snow wrote: I have just created a work effort on demo.ofbiz.org with

Re: Apache Pivot

2010-01-21 Thread Scott Gray
It's thick client though right? Either desktop or applet? Regards Scott HotWax Media http://www.hotwaxmedia.com On 21/01/2010, at 9:51 PM, Sam Hamilton wrote: Hey guys, I ran into Pivot a couple of days ago and thought I would share it with the list as it looks on a quick glance to help

Re: Apache Pivot

2010-01-21 Thread Sam Hamilton
Spot on Scott - I really need more coffee this morning its now lunch time Pivot applications are written using a combination of Java and XML and can be run either as an applet or as a standalone (optionally offline) desktop application. Pivot includes features that make building modern GUI

Re: Apache Pivot

2010-01-21 Thread Scott Gray
No worries, could still be worth a look for the POS app. Regards Scott On 21/01/2010, at 10:11 PM, Sam Hamilton wrote: Spot on Scott - I really need more coffee this morning its now lunch time Pivot applications are written using a combination of Java and XML and can be run either as

Re: OFBiz data load - Documentation

2010-01-21 Thread Matt Warnock
Found my aborted response, thought I'd pass it on FWIW, though belated. On Mon, 2010-01-18 at 20:23 -0600, David E Jones wrote: Matt, It sounds like you're looking for something that a smaller company can use OOTB. If that's the case, take a look at this:

Re: bank and finacial features in ofbiz

2010-01-21 Thread Jacques Le Roux
I know OFBiz is also used at HSBC, but I don't know for what purpose exactly (looks like it's also for at least procurement) Jacques From: David E Jones d...@me.com Actually, yes. I know it is being used in at least one financial institution, but not for managing banking... for internal

Re: bank and finacial features in ofbiz

2010-01-21 Thread Carsten Schinzer
Morning all, I don't really know yet another bank that uses OFBiz, however some thoughts here: The accounting along with the party module would be flexible enough to support a classic private accounting bank (I guess). However I feel we would fail at the high degree of automation that these

Re: bank and finacial features in ofbiz

2010-01-21 Thread Chris Snow
What country Jacques? Jacques Le Roux wrote: I know OFBiz is also used at HSBC, but I don't know for what purpose exactly (looks like it's also for at least procurement) Jacques

Re: bank and finacial features in ofbiz

2010-01-21 Thread Chris Snow
If someone was to create a set of requirements, I would be interested in developing. x x wrote: hello i want to suggest to ofbiz team to develop more finacial features like bank and stock market. In this way Ofbiz will be real completed.