|
Anyone know how to get the legacydb delegator?
This line in hot-deploy/legacydb/webapp/legacydb/main.ftl returns a
delegator object with no name:
<#assign legacydbDelegator =
Static["org.ofbiz.entity.config.EntityConfigUtil"].getDelegator("legacydb")/>
So I get an error for:
${legacydbDelegator.getDelegatorName()}
|