Re: Entity engine design/implementation problems

2013-04-27 Thread Adrian Crum
Cloning a GenericEntity is fine, and if you pass it to entity engine methods it works as expected. -Adrian On 4/27/2013 4:20 PM, Paul Foxworthy wrote: Hi Adrian, I totally agree that GenericPK isn't pulling its weight. I think the point of the class is just to communicate "hey, this map happe

Mispelled parameter name (getProductInventoryAndFacilitySummary)

2013-04-27 Thread Christian Geisert
Hi all, Inventory report by product does not show the default price (https://demo-trunk.ofbiz.apache.org/facility/control/ViewFacilityInventoryByProduct or https://demo-trunk.ofbiz.apache.org/facility/control/InventoryReports) The reason for this is that the field which contains the default pr

[jira] [Commented] (OFBIZ-5186) HttpServletResponse content length cuts off serialized context (ofbiz.ser) when holds german umlauts

2013-04-27 Thread Paul Foxworthy (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13643715#comment-13643715 ] Paul Foxworthy commented on OFBIZ-5186: --- Hi Bruno, Yes, a character with an umlaut

Re: Entity engine design/implementation problems

2013-04-27 Thread Paul Foxworthy
Hi Adrian, I totally agree that GenericPK isn't pulling its weight. I think the point of the class is just to communicate "hey, this map happens to just contain primary key fields". GenericEntity already has an isPrimaryKey method, so if you need to know you can find out, and we could achieve the