This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 161934 - Pass a data object through XAM transactions
Summary: Pass a data object through XAM transactions
Status: RESOLVED WONTFIX
Alias: None
Product: xml
Classification: Unclassified
Component: XAM (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords: API, API_REVIEW_FAST
Depends on:
Blocks:
 
Reported: 2009-04-03 20:41 UTC by Nikita Krjukov
Modified: 2014-11-05 12:13 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
The diff is going to be applied (16.45 KB, text/plain)
2009-04-03 23:24 UTC, Nikita Krjukov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nikita Krjukov 2009-04-03 20:41:46 UTC
It's suggested to pass a data object through the XAM transactions. 
See the motivation in the issue #160765
Comment 1 Nikita Krjukov 2009-04-03 23:24:56 UTC
Created attachment 79421 [details]
The diff is going to be applied
Comment 2 Jaroslav Tulach 2009-04-07 08:28:29 UTC
Y01 Adding methods into interface is not backward compatible according to NetBeans API rules. Maybe you want to create 
interface EnhancedTransactionalModel<C> extends Model<C> { /* with those two new methods */ }

Except Y01 this change seems to me to be well documented, tested and correctly versioned.
Comment 3 Jesse Glick 2011-11-28 18:08:31 UTC
Forgotten?
Comment 4 Jaroslav Tulach 2014-11-05 12:13:27 UTC
Forgotten.