I have solved the DataMap problem with the following: I have created an
HTTP back-channel that send the map xmls to the client. The client then
creates a new Configuration instance, modifies the data maps, serializes
the results to XML, sends them to the server and the server saves them
to disk. Th
We have an ROP client that acts as a modeler for our runtime
application. Is there any way to modify a DataMap via an ROP client
layer, synchronize the DB schema like I would do using
ExecutingMergerContext at the server layer and then clear the server and
client object caches without dropping the
Hi Zissis,
DbEntities are not being sent to client (and DataMap is sent trimmed). So I
don't think you can perform DataMap changes from client. What I would try to
do is to write a custom query which performs your operations and the fire it
from the client. I'm not sure this will work though.
Reg
We have an ROP client that acts as a modeler for our runtime
application. Is there any way to modify a DataMap via an ROP client
layer, synchronize the DB schema like I would do using
ExecutingMergerContext at the server layer and then clear the server and
client object caches without dropping the