RE: Automatic DB Update

2009-04-02 Thread Sanders, Brian
feature. Unfortunately, I don't have the time to look into incorporating it ATM, but maybe someone else would be able to. -Original Message- From: Sanders, Brian [mailto:bsand...@connextions.com] Sent: Friday, March 27, 2009 9:07 AM To: user@ofbiz.apache.org Subject: RE: Automatic DB Update

Re: Automatic DB Update

2009-04-02 Thread BJ Freeman
be able to. -Original Message- From: Sanders, Brian [mailto:bsand...@connextions.com] Sent: Friday, March 27, 2009 9:07 AM To: user@ofbiz.apache.org Subject: RE: Automatic DB Update If you look near the bottom of http://www.opensourcestrategies.com/ofbiz/hello_world3.php, you

RE: Automatic DB Update

2009-03-27 Thread Sanders, Brian
using a MySql db if that makes any difference. Thanks. -Original Message- From: Sanders, Brian [mailto:bsand...@connextions.com] Sent: Thursday, March 26, 2009 9:18 AM To: user@ofbiz.apache.org Subject: RE: Automatic DB Update What I'm doing is adding a column/field to ReturnItem

RE: Automatic DB Update

2009-03-26 Thread Sanders, Brian
@ofbiz.apache.org Subject: Re: Automatic DB Update -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 make sure you add the path to your entity file in the ofbiz-component.xml of the component you put it in. entity-resource type=model reader-name=main loader=main location=entitydef/yourentityfile.xml/ BJ

Automatic DB Update

2009-03-25 Thread Sanders, Brian
From what I've been reading, OFBiz is supposed to automatically update your database if you modify an entity. For some reason, I cannot get mine to update. I've tried using the Update Tool to no avail. Can anyone tell me why I'm having issues? Thanks.

Re: Automatic DB Update

2009-03-25 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It will add tables. this is setup in the entityengine.xml to do this. add-missing-on-start=true Sanders, Brian sent the following on 3/25/2009 6:30 AM: From what I've been reading, OFBiz is supposed to automatically update your database if you

Re: Automatic DB Update

2009-03-25 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 make sure you add the path to your entity file in the ofbiz-component.xml of the component you put it in. entity-resource type=model reader-name=main loader=main location=entitydef/yourentityfile.xml/ BJ Freeman sent the following on 3/25/2009

Re: Automatic DB Update

2009-03-25 Thread David E Jones
On Mar 25, 2009, at 7:30 AM, Sanders, Brian wrote: From what I've been reading, OFBiz is supposed to automatically update your database if you modify an entity. For some reason, I cannot get mine to update. I've tried using the Update Tool to no avail. Can anyone tell me why I'm having