Re: How to create a new entity

2009-12-30 Thread David E Jones
On Dec 30, 2009, at 8:54 AM, Brett Palmer wrote: > 2. Then add the entity to the group file which is usually called > entitygroup.xml > In the release09.04 branch and the trunk this is no longer necessary if you want the entity to be in the default group for the delegator. -David

Re: How to create a new entity

2009-12-30 Thread Brett Palmer
There are two steps to definining a new entity. 1. First add the entity definition to your entitymodel.xml file which looks you have. 2. Then add the entity to the group file which is usually called entitygroup.xml If you don't have the entity added to the entitygroup.xml file it won't be crea

Re: How to create a new entity

2009-12-29 Thread Divesh Dutta
create a new entity Hi Hemanth, Restarting the OFBiz will not solve your purpose. ant run-install will be your friend, in that case. Thanks -- Divesh Dutta. Hemanth Kumar Kanamarlapudi wrote: Hi All, I have added a new entity definition in an existing entitymodel.xml which is already

RE: How to create a new entity

2009-12-29 Thread Hemanth Kumar Kanamarlapudi
-Original Message- From: Divesh Dutta [mailto:divesh.du...@hotwaxmedia.com] Sent: Wednesday, December 30, 2009 10:41 AM To: user@ofbiz.apache.org Subject: Re: How to create a new entity Hi Hemanth, Restarting the OFBiz will not solve your purpose. ant run-install will be your friend, in

Re: How to create a new entity

2009-12-29 Thread Abdullah Shaikh
Restarting should also work if add-missing-on-start="true" in entityengine.xml - Abdullah On Wed, Dec 30, 2009 at 10:41 AM, Divesh Dutta wrote: > Hi Hemanth, > > Restarting the OFBiz will not solve your purpose. ant run-install will be > your friend, in that case. > > Thanks > -- > Divesh Dutta

Re: How to create a new entity

2009-12-29 Thread Divesh Dutta
Hi Hemanth, Restarting the OFBiz will not solve your purpose. ant run-install will be your friend, in that case. Thanks -- Divesh Dutta. Hemanth Kumar Kanamarlapudi wrote: Hi All, I have added a new entity definition in an existing entitymodel.xml which is already loaded through ofbiz-comp

How to create a new entity

2009-12-29 Thread Hemanth Kumar Kanamarlapudi
Hi All, I have added a new entity definition in an existing entitymodel.xml which is already loaded through ofbiz-component.xml But I am not able to create this object when I restart ofbiz. Your quick