Hi Lists,

Here's my problem:

I have an Entity called EInstitution with a string attribute named xmlData. This xmlData holds an xml encoded using WOXMLCoder. xmlData attribute holds all the information about images like height, width, etc. etc. I have a two applications that uses this entity. Application1 is where you you add images and descriptions. Application2 is where you displays all images, contents etc using DirectAction classes. The weird thing is that, when I made changes to the images attributes like height and width and call saveChanges() method it actually saves to the database however if I'm going to access Application2 and get that new height and width it never detects that changes made by Application1. Application2 can only get the new changes if I'm going to stop the session and run the session again using WOMonitor.

What am I doing wrong?

Btw, I created a class called CoreClass(String institutionName, EOEditingContext aContext) with a method getInstitution that returns EInstitution. And i put this class on a framework where Application1 and Application2 can access.

Regards,

Lemuel Raganas
mailto: [email protected]



_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to