[
https://issues.apache.org/jira/browse/OFBIZ-5458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13870819#comment-13870819 ]
Pierre Smits commented on OFBIZ-5458:
-------------------------------------
Thanks Adrian,
I will give it a go. Luckily, there is already an entity for this:
<entity entity-name="SystemProperty" package-name="org.ofbiz.common.property" title="Defines a System Property">
<field name="systemResourceId" type="id-long-ne"></field>
<field name="systemPropertyId" type="id-long-ne"></field>
<field name="systemPropertyValue" type="value"></field>
<field name="description" type="description"></field>
<prim-key field="systemResourceId"/>
<prim-key field="systemPropertyId"/>
</entity>
> getSystemPropertyValue is never called/used
> -------------------------------------------
>
> Key: OFBIZ-5458
> URL:
https://issues.apache.org/jira/browse/OFBIZ-5458> Project: OFBiz
> Issue Type: Bug
> Components: ALL APPLICATIONS, ALL COMPONENTS, framework
> Environment: multi-tenant multi-server
> Reporter: Pierre Smits
> Priority: Critical
>
> getSystemPropertyValue which accesses and retrieves tenant specific properties is never called/used regarding default settings for a tenant.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)