Re: Remote Example

2009-04-29 Thread Peter Karich
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?

2009-04-29 Thread Andrey Razumovsky
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