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 155163 - Add Notification and Init tabs to Task Editor
Summary: Add Notification and Init tabs to Task Editor
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: OpenESB addons (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Venkat Chellasamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-10 17:05 UTC by Mei Wu
Modified: 2008-12-10 17:11 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
The sample project with Notification (76.83 KB, text/plain)
2008-12-10 17:11 UTC, Mei Wu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mei Wu 2008-12-10 17:05:44 UTC
The current Task Editor for wlm does not all panels for task definition.
Notification and Init sections on wf file should appear on task editor.
The Task Definition schema is wfse_def.xsd inside wlm.project/external/wfse_def-1.0.0.jar. wlm.model should be in sync
with the schema.

Another issue is once Notification is created by user, the build process of wlm project should create a
NotificationHandler.wsdl, the file is static, i.e. the same wsdl is included in any task definition project using
Notification. Currently, user has to make it by themselves to be able to send email Notifications.
Comment 1 Mei Wu 2008-12-10 17:11:35 UTC
Created attachment 74820 [details]
The sample project with Notification