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 124231 - CASA needs to understand whether invocation is one-way or request-reply
Summary: CASA needs to understand whether invocation is one-way or request-reply
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: Composite Application (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Venkat Chellasamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-18 21:49 UTC by aegloff
Modified: 2008-03-28 21:00 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 aegloff 2007-12-18 21:49:07 UTC
CASA today does not act differently depending on (or show) what the message exchange pattern is for an invocation, 
whether it is in-only (one way) or in-out (request reply) for example. 

For bindings the defaults generated or wizards guiding should only generate the appropriate parts, no output for in-
only interfaces for example. It also needs to display this visually in CASA as it is important to visualize and know 
what needs to be configured.
Comment 1 Jun Qian 2008-03-26 19:33:28 UTC
Connections in CASA today are at the porttype level, not at the operation level. It doesn't make too much sense to
differentiate one-way from request-reply today.