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 163719 - The Bpel Catalog doesn't support WS-Addressing schema version supported by the runtime
Summary: The Bpel Catalog doesn't support WS-Addressing schema version supported by th...
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Project (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Vitaly Bychkov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-27 09:29 UTC by Vitaly Bychkov
Modified: 2009-05-06 16:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly Bychkov 2009-04-27 09:29:26 UTC
The Bpel Catalog have to provide WS-Addressing schema of http://schemas.xmlsoap.org/ws/2004/08/addressing version which
is supported by the runtime. For now just http://www.w3.org/2005/08/addressing (Web Services Addressing 1.0)
WS-Addressing schema version is provided.
Comment 1 Murali Pottlapelli 2009-04-27 18:50:51 UTC
Keep both versions available in the catalog.
Comment 2 Vitaly Bychkov 2009-04-28 05:33:43 UTC
Fixed in soa-dev65.
http://hg.netbeans.org/soa-dev65/rev/dbc4e491e893
Comment 3 Vitaly Bychkov 2009-04-28 06:13:25 UTC
Fixed in gfesbv21.
http://hg.netbeans.org/gfesbv21/rev/90cfe759b4db
Comment 4 terrybraun 2009-05-06 16:55:38 UTC
When adding a variable from the "Create New Variable" dialog, both the 

  http://schemas.xmlsoap.org/ws/2004/08/addressing
    and
  http://www.w3.org/2005/08/addressing

nodes are available under the "Bpel Global Catalog" selection.

Further, an EndpointReferenceType variable was added to a project and

a) the appropriate "namespace" attribute was added to the <process> element in the BPEL code
b) the appropriate <import> element was added for the namespace
c) the variable declaration contained the namespace "type" attribute
d) the variable was available for mapping on the Mapper View

This issue is verified with the SOA Build of 5/3/09, included with the NetBeans IDE 6.5.1 (Build 200904151427).