|
This commit causes the following warning messages in the startup log:
2010-02-03 11:15:31,021 (main) [ ModelViewEntity.java:690:INFO ] Throwing out field alias in view entity WorkEffortProductGoods because one already exists with the alias name [facilityId] and field name [PROD(Product).facilityId], existing field name is [WE.facilityId] 2010-02-03 11:15:31,022 (main) [ ModelViewEntity.java:690:INFO ] Throwing out field alias in view entity WorkEffortProductGoods because one already exists with the alias name [description] and field name [PROD(Product).description], existing field name is [WE.description] 2010-02-03 11:15:31,024 (main) [ ModelViewEntity.java:690:INFO ] Throwing out field alias in view entity WorkEffortProductGoods because one already exists with the alias name [reserv2ndPPPerc] and field name [PROD(Product).reserv2ndPPPerc], existing field name is [WE.reserv2ndPPPerc] 2010-02-03 11:15:31,025 (main) [ ModelViewEntity.java:690:INFO ] Throwing out field alias in view entity WorkEffortProductGoods because one already exists with the alias name [reservNthPPPerc] and field name [PROD(Product).reservNthPPPerc], existing field name is [WE.reservNthPPPerc] 2010-02-03 11:15:31,025 (main) [ ModelViewEntity.java:690:INFO ] Throwing out field alias in view entity WorkEffortProductGoods because one already exists with the alias name [createdDate] and field name [PROD(Product).createdDate], existing field name is [WE.createdDate] 2010-02-03 11:15:31,026 (main) [ ModelViewEntity.java:690:INFO ] Throwing out field alias in view entity WorkEffortProductGoods because one already exists with the alias name [createdByUserLogin] and field name [PROD(Product).createdByUserLogin], existing field name is [WE.createdByUserLogin] 2010-02-03 11:15:31,026 (main) [ ModelViewEntity.java:690:INFO ] Throwing out field alias in view entity WorkEffortProductGoods because one already exists with the alias name [lastModifiedDate] and field name [PROD(Product).lastModifiedDate], existing field name is [WE.lastModifiedDate] 2010-02-03 11:15:31,027 (main) [ ModelViewEntity.java:690:INFO ] Throwing out field alias in view entity WorkEffortProductGoods because one already exists with the alias name [lastModifiedByUserLogin] and field name [PROD(Product).lastModifiedByUserLogin], existing field name is [WE.lastModifiedByUserLogin] On Tue, 2010-02-02 at 20:39 +0000, [hidden email] wrote: > Author: jaz > Date: Tue Feb 2 20:39:04 2010 > New Revision: 905785 > > URL: http://svn.apache.org/viewvc?rev=905785&view=rev > Log: > implemented new view entity for WorkEffort + WorkEffortGoodStandard + Product > > Modified: > ofbiz/trunk/applications/workeffort/entitydef/entitymodel_view.xml > > Modified: ofbiz/trunk/applications/workeffort/entitydef/entitymodel_view.xml > URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/entitydef/entitymodel_view.xml?rev=905785&r1=905784&r2=905785&view=diff > ============================================================================== > --- ofbiz/trunk/applications/workeffort/entitydef/entitymodel_view.xml (original) > +++ ofbiz/trunk/applications/workeffort/entitydef/entitymodel_view.xml Tue Feb 2 20:39:04 2010 > @@ -520,6 +520,22 @@ > </view-link> > </view-entity> > > + <view-entity entity-name="WorkEffortProductGoods" package-name="org.ofbiz.workeffort.workeffort" > + title="WorkEffort and related WorkEffortGoodStandard with Product"> > + <member-entity entity-alias="WE" entity-name="WorkEffort"/> > + <member-entity entity-alias="WEGS" entity-name="WorkEffortGoodStandard"/> > + <member-entity entity-alias="PROD" entity-name="Product"/> > + <alias-all entity-alias="WE"/> > + <alias-all entity-alias="WEGS"/> > + <alias-all entity-alias="PROD"/> > + <view-link rel-entity-alias="WEGS" entity-alias="WE"> > + <key-map field-name="workEffortId"/> > + </view-link> > + <view-link rel-entity-alias="PROD" entity-alias="WEGS"> > + <key-map field-name="productId"/> > + </view-link> > + </view-entity> > + > <view-entity entity-name="WorkEffortAndContentDataResource" package-name="org.ofbiz.workeffort.workeffort" > title="WorkEffort and Content and DataResource View Entity"> > <member-entity entity-alias="WECO" entity-name="WorkEffortContent"/> > > Antwebsystems.com: Quality OFBiz services for competitive rates |
| Free forum by Nabble | Edit this page |
