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 - Error arises if click Finish by configuring EJB's methods
Summary: Error arises if click Finish by configuring EJB's methods
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P4 blocker (vote)
Assignee: _ edwingo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-21 16:20 UTC by Roman Mostyka
Modified: 2007-06-21 16:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
EAR file of enterprise application (17.14 KB, application/octet-stream)
2007-06-21 16:27 UTC, Roman Mostyka
Details

Note You need to log in before you can comment on or make changes to this bug.
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