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 137772 - User should be able to mark transaction boundaries
Summary: User should be able to mark transaction boundaries
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: Composite Application (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Venkat Chellasamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-19 19:51 UTC by Murali Pottlapelli
Modified: 2008-06-19 19:51 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Murali Pottlapelli 2008-06-19 19:51:54 UTC
User should be able to mark transaction boundaries and configure Redelivery configuration for the same.

For example, in the identified transaction boundary if there is a business process, tool should set BP attribute
"atomic" to yes so that transaction spans across the business process.

Use case

Queue1->BP1->XSLT style sheet->BP2->Queue2

Message from Queue1 to Queue2 needs to be propagated as one transaction is a requirement, user needs to configure BP1
and BP2 attribute atomic to yes, and JMS-WSDL transaction to XA.

And user needs to be aware that Redelivery should not be configured on BP1, XSLT style shet EP, and BP2. It should be
done only at Queue1.

This is very tedious and error pone. As per minutes at http://wiki.open-esb.java.net/Wiki.jsp?page=RedeliveryAcrossNMR,
creating the RFE