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 122852 - Sometimes is EJB Methods disabled in session bean
Summary: Sometimes is EJB Methods disabled in session bean
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on: 120855
Blocks:
  Show dependency tree
 
Reported: 2007-11-27 13:55 UTC by Jaroslav Pospisil
Modified: 2008-11-11 09:09 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Pospisil 2007-11-27 13:55:59 UTC
Sometimes in last two weeks i see disabled EJB Methods item in context menu invoked in session bean in EJB Module
(JavaEE5) on Glassfish. Usually it's when I create EJB Module,session bean and invoke context menu, after I've deployed
web service in another EJB Module. If I close the context menu and invoke it again, EJB Methods is enabled again.This
issue doesn't really affect any important functionality,but could be annoying and don't look good.I suggest to fix this
in next release.
Comment 1 Andrei Badea 2007-11-27 14:18:23 UTC
That only happens during the classpath scan. It is not possible to quickly compute the enabled status of the action
while the classpath scan is running. We could add a "(classpath scan in progress")" warning to the action name, but I'm
not sure it is worth the effort, and it might also look weird. Suggest closing as WONTFIX.
Comment 2 Lukas Jungmann 2007-11-27 14:34:34 UTC
If that happens only during classpath scan, why there's no info about the classpath scanning process? There's no
progress bar visible at the right bottom corner of the IDE...
Comment 3 Andrei Badea 2007-11-28 09:48:28 UTC
Because the Java infrastructure scans silently, without displaying a progress bar (which also caused issue 120855). Back
to P3, because without the scanning progress bar the user doesn't have any clue as to why the action is disabled.
Comment 4 Andrei Badea 2007-11-28 09:53:06 UTC
Taking over.
Comment 5 Andrei Badea 2008-01-04 10:32:01 UTC
This issue is in EJB support, it is quite unlikely I will have time to work on it.
Comment 6 Jaroslav Pospisil 2008-11-11 09:07:46 UTC
Can't reproduce in latest builds.Gui and functionality changed,so consider this as fixed.
Comment 7 Jaroslav Pospisil 2008-11-11 09:09:11 UTC
v.