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

Summary: Some of Insert Code actions are missing on Gf v3
Product: javaee Reporter: Jaroslav Pospisil <jpospisil>
Component: CodeAssignee: issues@javaee <issues>
Status: NEW ---    
Severity: blocker CC: pjiricka
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.