Re: Re: no /*update*/ at all...
Per Nyfelt <[email protected]> Mon, 3 Jan 2005 19:50:42 +0100
| Newsgroups | gmane.comp.java.ozone.user |
|---|---|
| Organization | Resourcing Networks |
| Message-ID | <[email protected]> |
Something is making OPP not recognize your update method. Verify this by looking at the generated proxy ( for an update method you will have a line that looks something like target = link.fetch(this, Lock.LEVEL_WRITE); where as a read only method will have target = link.fetch(this, Lock.LEVEL_READ); ) If it is not setting the right access you will not make the call update the object on the server. Most likely is that you have a configuration problem. Look in the samples of different ways to use OPP with ant - this should get you over this hurdle I think... Best regards, Per måndagen den 3 januari 2005 16.36 skrev Nicolas Barrera: > Hi Per... sorry i m writing again..., it is that i would really need > an answer from you... as i said when i bring an object from the dbase > and i execute an /*update*/ marked up method... then when i read the > dbase again it doesn't show any changes... > > i know ozone works.., so i m surely doing something wrong... i hope > you could give me some hint or the posibilities of the things i m > doing wrong... > > hope you read this post... > > see you!! thanks in advance!! > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Ozone-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ozone-users ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt