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 124686 - FAST: Cannot test a BPEL project without a composite application
Summary: FAST: Cannot test a BPEL project without a composite application
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: Composite Application (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@soa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-04 02:45 UTC by lpolycarpou
Modified: 2008-05-22 15:52 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 lpolycarpou 2008-01-04 02:45:35 UTC
As of Sierra MS4, a BPEL process cannot be tested unless it is added to a composite application.  It should be possible
to write tests for each individual process without needing to do this.  The composite application is not an acceptable
place for this since it i) may contain other modules and, ii) it will be deployed in order to test and therefore the
same BPEL module cannot exist in multiple comp apps; i.e. it is not possible to have one comp app just for testing the
BPEL process and then another which combines it with other modules.
Comment 1 Sergey Lunegov 2008-01-15 14:45:46 UTC
Vladimir, we should talk about possible options.
Comment 2 Vladimir Yaroslavskiy 2008-01-24 10:06:14 UTC
Suggested enhancement: create default comp app project, add bpel module to it and add test case.
Comment 3 Vladimir Yaroslavskiy 2008-05-04 14:10:27 UTC
Please provide API:

1. Create comp app project with given name and location,
   method should return created project.

2. Add given module to the comp app project

3. Create test case for given operation

4. Run tests