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

Summary: A WSDL has to be specified when D&D EJB to the BPEL design
Product: soa Reporter: Sherry Barkodar <barkodar>
Component: BPELAssignee: Alexey Yarmolenko <alexeyyarmolenko>
Status: VERIFIED FIXED    
Severity: blocker CC: bmay, hong_lin, rcruz
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: screenshot
ejb module

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.