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 93400 - Synchronous with Tree option in New Property Alias dialog generates bad queries
Summary: Synchronous with Tree option in New Property Alias dialog generates bad queries
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Nikita Krjukov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-29 09:16 UTC by Mikhail Kondratyev
Modified: 2007-03-06 09:38 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 Mikhail Kondratyev 2007-01-29 09:16:06 UTC
Steps to reproduce:
- create the Async sample process
- open AsynchronousSampleClient in designer, select the process activity on the
diagram
- in the Navigator, expand the Imports node
- select AsynchronousSampleClient.wsdl node, click Add Property Alias in context
menu
- the Create New Property Alias dialog will be opened
- AsynchronousSample.wsdl->requestMessage->inputType->paramA node
- click on the Synchronous with tree checkbox to make it checked
- the following query will be generated:
/http://enterprise.netbeans.org/bpel/AsynchronousSampleSchemaNamespace:paramA
The query should use namespace prefix or don't use the namespace at all. The
generated query is incorrect
Comment 1 Nikita Krjukov 2007-02-09 14:54:33 UTC
Fixed yesterday
Comment 2 Mikhail Kondratyev 2007-03-06 09:38:12 UTC
Verified