You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Christian Carlow <ch...@gmail.com> on 2014/01/15 14:54:34 UTC

How to get legacydb delegator?

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()}