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 102122 - ejb project - should not contain run project operation
Summary: ejb project - should not contain run project operation
Status: RESOLVED WORKSFORME
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-23 11:28 UTC by Radim Roska
Modified: 2007-07-02 10:53 UTC (History)
0 users

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 Radim Roska 2007-04-23 11:28:51 UTC
NetBeans IDE Dev (Build 070423)
1.6.0_02-ea; Java HotSpot(TM) Client VM 1.6.0_02-ea-b02
Linux version 2.6.17-11-generic running on i386
en_US (nb); UTF-8

1. create ejb project
2. right click on project in project view...you can click on run project. This
should not be possible...anyway it fires java.lang.UnsupportedOperationException
(you can see it only in console)

Debug project should not be possible to choose too.
Comment 1 Andrei Badea 2007-06-26 15:31:53 UTC
Both the Run and Debug actions are the according to the spec, I believe the make sense. Run deploys the project, Debug
deploys the project in debug mode. I tried invoking Run and it didn't throw any exceptions. If you can still reproduce
the exception please attach the stack trace.
Comment 2 Radim Roska 2007-07-02 10:53:14 UTC
No exception is thrown..so its ok already. I'll close this issue.