[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[eclipselink-users] Insertable=false only being respected if updated=false also present
|
- From: "Tim Hollosy" <hollosyt@xxxxxxxxx>
- Date: Tue, 5 Aug 2008 10:20:16 -0400
- Delivered-to: eclipselink-users@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=YvdDF0W1C46fn8krMnLutG2d/l0kS6VmpW+/0DDRvZ8=; b=mQWxZ+KHGINDJp9n2h5KaojjVTEriGsHUNmjLpIX9f9e6HISMRaQkpC2bQj+TBFSvb tbBRbVkFPT2k+2UuUs8cVzR/+ibD0c8twm7wQwOUOtDd2Gt93ZDHLBJVscjBLXTSTq1P AZ4yJ1jc/SHrwpdoVvKHexoVDlIx7DRdCa5u0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=PfysNDXOnHRGu9hT/uRPo2jwAMxCVyCTK9tB3YvcwKWi/+rVjSO0dOqaH57fguSlDw 9ZX9fPU0/eK+6tSt/aIcu5umGbgpSNNgjuGv8W+GqveFV4fLgbFky3RF7Qli2BVJ/c3B Ctv1QYfAwaLndAMTxfkxb5rniJOxb0lo3LRq8=
I need a sanity check. I've run into a problem recently on two
different entities where in my @Column annotation insertable=false is
ignored and the column included in an insert statement unless
updateable=false is also included in the annotation.
This is the first time I've tried insertable=false by itself. Am I
missing something here? I create my entity, call persist on it, then
commit. This seems a bit too major of a bug to still be around, so I'm
thinking I must have a misconception somewhere.
Perhaps I have some misconception about these attributes, could but
they seemed pretty straight forward to me. Any ideas before I file a
bug report? (I'm on 1.0 osgi branch)
Thanks,
Tim