[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ganymede Help] Re: error....

Date Wed, 24 Apr 2002 14:55:31 -0400
From "Gaurav Bhargava" <gaurav.bhargava@villanova.edu>

Hi Jon,
Let me try to explain the problem i am facing. I have two different 
objects defined in the schema called "Domain" and "Address". These two 
objects are controlled by their respective java classes. Now what i am 
trying to do is whenever i change a field in the address object and 
commit the transaction, i want to increase the index vale in the 
field "Serial Number" which is in "start of authority" object by a 
value of 1. Every time i get an error saying 

Ganymede.createErrorDialog(): dialog says don't have permission to 
change field / non-editable object for field Serial Number in object 
villanova.edu

I am attatching the code with the mail .....the concerned code is 
written in public void commitphase2(). I am using setValueLocal() 
method to reset the value of the field. Please look at it. Thanks for 
your help.
Gaurav Bhargava

Address.java