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 107678

Summary: Error arises if click Finish by configuring EJB's methods
Product: obsolete Reporter: Roman Mostyka <romanmostyka>
Component: visualwebAssignee: _ edwingo <edwingo>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: EAR file of enterprise application

Description Roman Mostyka 2007-06-21 16:21:00 UTC
1. Deploy attached ear file to GlassFish.
2. Download stub client and extract ejb-jar-ic.jar from it.
3. Rightclick "Enterprise Java Beans" node and select "Add Set of Session EJBs...".
4. Add extracted ejb-jar-ic.jar as client jar and click next.
5. In "Configure Methods" enter java.lang.String for method_Collection_String_Object_double and click 
method_Collection_String_UserInfo_double.
6. Enter java.lang.String for this method and click Finish.

Result: "Information" dialog with message "One or more collection element types are not specified:
[method_Collection_String_Object_double]" appears and set of EJBs is not added.

Workaround: Click some other method after enter java.lang.String for method method_Collection_String_UserInfo_double and
only then click Finish. But when customer types last parameter it should be allowed to click "Finish" button without any
additional actions.
Comment 1 Roman Mostyka 2007-06-21 16:27:59 UTC
Created attachment 44191 [details]
EAR file of enterprise application