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 120669 - No dotten button for argument of EJB client with simple type
Summary: No dotten button for argument of EJB client with simple type
Status: RESOLVED WONTFIX
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P4 blocker (vote)
Assignee: Quy Nguyen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-31 16:44 UTC by Roman Mostyka
Modified: 2007-10-31 19:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Client JAR file of EJB (9.25 KB, application/octet-stream)
2007-10-31 16:56 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-10-31 16:45:00 UTC
1. Add Set of Session EJB with attached JAR file as Client JAR.
2. Create web application with "Visual Web JSF" framework.
3. Add "method_Collection_String_Object_double" EJB method to a page.
4. Open "Properties" window and scroll to "General" section.

Result: There are rows for arguments, but there are dotten buttons for String property and Object property, but there is
no dotten button for double property.
Comment 1 Roman Mostyka 2007-10-31 16:56:02 UTC
Created attachment 52150 [details]
Client JAR file of EJB
Comment 2 Quy Nguyen 2007-10-31 19:15:36 UTC
I believe the double property is changed in-line (directly on the field display) because it is a primitive type instead
of an Object type.  I believe that this behavior is intended for these types (int, double, float, char, etc.).