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 84821 - A WSDL has to be specified when D&D EJB to the BPEL design
Summary: A WSDL has to be specified when D&D EJB to the BPEL design
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Alexey Yarmolenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-13 18:29 UTC by Sherry Barkodar
Modified: 2006-10-02 17:46 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (15.67 KB, application/octet-stream)
2006-09-13 18:31 UTC, Sherry Barkodar
Details
ejb module (19.21 KB, application/octet-stream)
2006-09-13 18:32 UTC, Sherry Barkodar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sherry Barkodar 2006-09-13 18:29:02 UTC
Using Build 060913
Create an EJB module
Create a Webservice
Deploy the webservice
Create a BPEL Project
Create a BPEL Process
D&D the webservice to the Design View 
The PartnerLink Property editor opens
The WSDL file field is blank and the red message in the bottom of the wizard says:
A WSDL file has to be specified.
I'll attach the EJB and screenshot from the PartnerLink property editor
Comment 1 Sherry Barkodar 2006-09-13 18:31:36 UTC
Created attachment 33894 [details]
screenshot
Comment 2 Sherry Barkodar 2006-09-13 18:32:29 UTC
Created attachment 33895 [details]
ejb module
Comment 3 Sreenivasan Genipudi 2006-09-13 18:37:18 UTC
Bpel UI issue. Reassigning
Comment 4 Roderico Cruz 2006-09-14 03:02:34 UTC
I believe the WSDL list is empty because
org.netbeans.modules.bpel.design.model.PartnerLinkHelper.retrieveWSDL() fails.
Specifically, it fails in line 409: 
    service_folder = partners_folder.createFolder(name);

because the name parameter contains the invalid character ":" (value of name was
something like: "Uncomment_ProcessPatter.java:546") .
Comment 5 Alexey Yarmolenko 2006-09-14 17:04:45 UTC
fixed.
Comment 6 Alexander Pepin 2006-10-02 17:46:13 UTC
Verified in build 061001.