M
maura
Guest
Another thing to check is whether, when you created the Business Entity in the wizard, you selected the "Write dataset before image" checkbox. You can verify this by looking at the catalog and verifying that the "useBeforeImage" property for the resource's operations is set to true. (Even though the temp-table is defined with the before-table, if this checkbox is not selected, the jsdo will not send before-image data back to the AppSErver) If it's the case that "useBeforeImage" property is false, there is an existing bug in the BusinessEntity code where if you change the primary key, then the record will not be updated, and an error is *not" returned to the client. In 4.3, we will be fixing this so that the BE will throw an exception to indicate to the client that the update failed. Maura
Continue reading...
Continue reading...