On Jul 25, 2011, at 6:10 PM, Christian Grobmeier wrote: > I was just surprise that getDataDomain() is not in CayenneRuntime. It > seemed to me that would be the logical place. I can see getChannel and > getContext is in CayenneRuntime too. So, why not getDataDomain?
The answer is ROP. DataDomain is a "server" configuration object, and is not available in the "client" (ROP) configuration. Andrus
