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 150347 - Some of Insert Code actions are missing on Gf v3
Summary: Some of Insert Code actions are missing on Gf v3
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-16 10:11 UTC by Jaroslav Pospisil
Modified: 2009-02-19 23:26 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Pospisil 2008-10-16 10:11:06 UTC
RC1,JDK1.6.0_10,Win Vista,Gf v3 b28

Create web application on Glassfish v2 and v3 and servlet in both.Invoke context menu and select Insert Code.
In servlet in web app on Gf v3 there're missing actions: Call Enterprise Bean,Send E-mail, Send JMS Message actions.
Comment 1 Petr Jiricka 2008-10-17 07:45:59 UTC
Since GlassFish v3 Prelude is not a full Java EE compliant server, Call Enterprise Bean and Send JMS Message actions are
not supported. Send E-mail could possibly be supported, but this is not widely used functionality and has a workaround
(write the code manually). Downgrading to P3.
Comment 2 Vince Kraemer 2008-12-06 18:04:45 UTC
actually, since the server doesn't support the functionality, the IDE should not allow tthe user to select these
features... so the IDE is working correctly.

Supporting this feature in 7.0 with v3 'final' is an RFE.