5thElement wrote:
Exception in thread "main" org.hibernate.PropertyValueException: not-null property references a null or transient value: com.neatxs.hibernate.exchangeinstmap.Exchangeinstrumentmap.exinstname
could be either of the following.
-you are trying to update an object where one of the key attributes was db generated and you haven't gotten that value yet
-one of your key values is null, or another one which is set to not allow null values
-you are trying to modify the pk values, which doesn't work. in this case you should just delete and make a new row