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 <divesh.du...@hotwaxmedia.com
> wrote:

> 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-component.xml
>>
>>
>> <entity entity-name="trackUserSource" package-name="com.pj.contact"
>>            title="Track User Source Entity" >
>>            <field name="trackId" type="id-ne"/>
>>            <field name="source" type="long-varchar"/>
>>            <field name="medium" type="long-varchar"/>
>>            <field name="campaign" type="long-varchar"/>
>>            <field name="userId" type="long-varchar"/>
>>            <field name="pid" type="long-varchar"/>
>>            <prim-key field="trackId"/>
>> </entity>
>>
>> But I am not able to create this object when I restart ofbiz.
>>
>> Your quick help is appreciated.
>>
>> Thanks & Regards
>> Hemanth
>>
>>
>>
>> ________________________________
>> http://www.mindtree.com/email/disclaimer.html
>>
>>
>>
>
>

Reply via email to