Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 210754 - New partnerlink has partnerlinkType of incorrect namespace
Summary: New partnerlink has partnerlinkType of incorrect namespace
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BPEL (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: BPEL UI Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-23 08:13 EST by Oleg Danilov CLA
Modified: 2022-10-03 11:12 EDT (History)
1 user (show)

See Also:


Attachments
suggested patch (2.14 KB, patch)
2007-11-23 08:13 EST, Oleg Danilov CLA
bbrodt: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Danilov CLA 2007-11-23 08:13:33 EST
Created attachment 83629 [details]
suggested patch

When the partnerLinkType is inserted, the logic needs to check if a namespace-prefix is already defined for the namespace of the selected partnerlinkType.  If not, it needs to add the prefix declaration (e.g. xmlns:ns2="http://test.com"), and use that prefix when it inserts the partnerlinkType attribute (e.g. partnerLinkType="ns2:myPartnerLinkType").

Here is a small patch to fix this problem.
Comment 1 Simon Moser CLA 2007-11-23 11:45:18 EST
I reviewed the Patch and integrated it since I found it to be OK. 
Comment 2 Robert Brodt CLA 2012-04-18 14:37:52 EDT
Comment on attachment 83629 [details]
suggested patch

Updated iplog flag for v1.0 release review.