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 184077 - BPEL project doesn't compile if EJBWS has updated.
Summary: BPEL project doesn't compile if EJBWS has updated.
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 6.x
Hardware: Sun Solaris
: P3 normal (vote)
Assignee: Sergey Lunegov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-13 20:55 UTC by teodoro
Modified: 2010-04-13 21:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
sample project (293.50 KB, application/x-tar)
2010-04-13 20:56 UTC, teodoro
Details
screenshot (79.31 KB, application/octet-stream)
2010-04-13 20:56 UTC, teodoro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description teodoro 2010-04-13 20:55:23 UTC
Attached example works and compiles if opened for the fisrt time, although if some updated are done on the EJB-WS, like adding a new operation, that needs a refresh on the bpel project, fails to compile.

Sequence to reproduce problem.
1. load projects attached.
2. build.
3. open bpel project/design
4. on the partner link, right click and update web service.
5. validate bpel project, -- it fails -
5. build project, it fails.
Comment 1 teodoro 2010-04-13 20:56:01 UTC
Created attachment 97249 [details]
sample project
Comment 2 teodoro 2010-04-13 20:56:46 UTC
Created attachment 97250 [details]
screenshot
Comment 3 teodoro 2010-04-13 20:58:56 UTC
Comment on attachment 97250 [details]
screenshot

disregard screenshot attachment
Comment 4 teodoro 2010-04-13 21:11:36 UTC
Validation error message is:

ERROR: If the portType attribute is included for readability, in a <receive>, <reply>, <invoke>, <onEvent> or <onMessage> element, the value of the portType attribute must match the portType value implied by the combination of the specified partnerLink and the role implicitly specified by the activity. It means that Invoke requires partnerRole, another - myRole.