|
This sounds like a bug. You shouldn't be able to
change the NOT NULL constraint of a foreign key. You should change the
optionality on the relationship.
Walter
>>> Laureano Ruiz <[EMAIL PROTECTED]> 03/09/01 07:56AM >>> Xavier, You might be trying to change the Nullable attribute of a foreign key. We have ran into that before, the way you change the nullable property is by changing the multiplicity from 1 to 0..1 in the side of the where the foreign key comes from through the Specification Window of the association that joins the two tables. Thanks, J.Laureano Ruiz [EMAIL PROTECTED] (713) 210-8215 -----Original Message----- From: Xavier Escudero [mailto:[EMAIL PROTECTED]] Sent: Friday, March 09, 2001 4:16 AM To: [EMAIL PROTECTED] Subject: (ROSE) Data Modeler: Not null-null attributes. Changes not applied Dear all, I'm currently doing a data modelling in Rational Rose 2001. I have created many tables in an Schema. I have a big problem: I try to change a table attribute from NULL to NOT NULL or viceversa. In the Specification tab I change it, and I click the Apply button. After that I close the tab specification. If I try to open another time the specification of the changed table the changes dont' appear. Any suggestion? Thanks. ************************************************************************ * Rose Forum is a public venue for ideas and discussions. * For technical support, visit http://www.rational.com/support * * Admin.Subscription Requests: [EMAIL PROTECTED] * Archive of messages: http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl * Other Requests: [EMAIL PROTECTED] * * To unsubscribe from the list, please send email * * To: [EMAIL PROTECTED] * Subject:<BLANK> * Body: unsubscribe rose_forum * ************************************************************************* |
