Editing context that dont communicate changes.

"Ing.Gaston Blanco" <[email protected]>
Newsgroups gmane.comp.web.webobjects.devel,gmane.comp.web.webobjects.eof
Message-ID <[email protected]>
I want that the objets in my Editing Context are never changed automatically because of a saveChanges() in another editing context of the same ObjectStoreCoordinator.

How can I make this happend?

What I tryed is creating a Delegate with this two methods:

	public boolean editingContextShouldMergeChangesForObject(
			EOEditingContext context, EOEnterpriseObject object)
	{
                System.out.println("Been in should");
		return false;	
	}
	
	public void editingContextDidMergeChanges(EOEditingContext context)
	{
                System.out.println("Been in did");
	}

But this doesn't work. It calls this two functions, but it happends the same that when I didnt had the delegate associated with the editing context.

Thanks
Ing. Gaston Blanco
__________________________________________________

Todavía no tenés tu Ciudad Internet Mail? Obtenelo ahora! - http://webmail.ciudad.com.ar

Descargá Gratis el nuevo Internet Explorer 6.0, el mejor software para actualizar tu PC.
http://www.ciudad.com.ar/ar/servicios/ie/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.