Re: Remote Example
Hi Aristedes! I submitted the issue here: https://issues.apache.org/jira/browse/CAY-1216 Let me know if this works for you. Regards, Peter.
Re: restricting qualifiers turned off?
Well, that code has changed since then :) Currently I do the following (much like your code) String cloneName = objEntity.getName() + OBJENTITY_POSTFIX; ObjEntity clone = dataMap.getObjEntity(cloneName); if (clone == null) { clone = new ObjEntit