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 92038 - Can't use Enterprise resources
Summary: Can't use Enterprise resources
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: martin_adamek
URL:
Keywords: REGRESSION
Depends on: 95534
Blocks:
  Show dependency tree
 
Reported: 2007-01-08 17:16 UTC by Michal Mocnak
Modified: 2007-07-17 09:43 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 Michal Mocnak 2007-01-08 17:16:45 UTC
There is no available Enterprise Resources -> Call Enterprise Bean, Send JMS
Message in Applicatio Client (it is possible that this is same for session bean
but i am not able to verify that due to bug in right click popup menu)

1. start nb
2. create EAR with EJB module and Application Client
3. create session bean with business method
4. try to use Call Enterprise Beans in Application Client

=> in popup menu there is only Use Database (disabled) !!
Comment 1 Martin Adamek 2007-01-08 18:57:10 UTC
No yet migrated to the new Java API.
Comment 2 Michal Mocnak 2007-02-07 19:24:37 UTC
Use Database is now implemented, but it's not functional. When i create a web
module and call Use Database from servlet the DS selection dialog is appeared.
Then i select jdbc/sample ds (on glassfish) and submit. Nothing has happened !!
Comment 3 Martin Adamek 2007-02-12 07:22:10 UTC
In Java EE 1.4 it should work now, but not in Java EE 5. See blocker umbrella
issue 95192.
Comment 4 Martin Adamek 2007-02-20 17:33:18 UTC
Call EJB action enabled. In Java EE 5 projects it won't work until metadata
model is implemented.
http://www.netbeans.org/source/browse/j2ee/ejbcore/src/org/netbeans/modules/j2ee/ejbcore/api/ui/CallEjb.java?r1=1.5&r2=1.6
http://www.netbeans.org/source/browse/j2ee/ejbcore/src/org/netbeans/modules/j2ee/ejbcore/ui/logicalview/ejb/shared/EjbViewController.java?r1=1.10&r2=1.11
http://www.netbeans.org/source/browse/j2ee/ejbcore/test/unit/src/org/netbeans/modules/j2ee/ejbcore/_RetoucheUtilTest.java?r1=1.2&r2=1.3
http://www.netbeans.org/source/browse/j2ee/ejbcore/src/org/netbeans/modules/j2ee/ejbcore/ui/logicalview/ejb/action/EJBActionGroup.java?r1=1.17&r2=1.18
http://www.netbeans.org/source/browse/j2ee/ejbcore/src/org/netbeans/modules/j2ee/ejbcore/ui/logicalview/entres/CallEjbDialog.java?r1=1.7&r2=1.8
http://www.netbeans.org/source/browse/j2ee/ejbcore/src/org/netbeans/modules/j2ee/ejbcore/ui/logicalview/entres/EjbChildren.java?r1=1.4&r2=1.5
http://www.netbeans.org/source/browse/j2ee/ejbcore/src/org/netbeans/modules/j2ee/ejbcore/ui/logicalview/entres/CallEjbPanel.java?r1=1.9&r2=1.10
http://www.netbeans.org/source/browse/j2ee/ejbcore/src/org/netbeans/modules/j2ee/ejbcore/ui/logicalview/entres/CallEjbAction.java?r1=1.12&r2=1.13
http://www.netbeans.org/source/browse/j2ee/ejbcore/src/org/netbeans/modules/j2ee/ejbcore/ui/logicalview/ejb/dnd/EjbReferenceImpl.java?r1=1.4&r2=1.5
http://www.netbeans.org/source/browse/j2ee/ejbcore/src/org/netbeans/modules/j2ee/ejbcore/_RetoucheUtil.java?r1=1.3&r2=1.4
http://www.netbeans.org/source/browse/j2ee/ejbcore/src/org/netbeans/modules/j2ee/ejbcore/Utils.java?r1=1.18&r2=1.19
Comment 5 Martin Adamek 2007-02-20 19:19:57 UTC
Send Email action enabled. In Java EE 5 projects it won't work until metadata
model is implemented.
http://www.netbeans.org/source/browse/j2ee/ejbcore/src/org/netbeans/modules/j2ee/ejbcore/ui/logicalview/entres/SendEmailAction.java?r1=1.11&r2=1.12
Comment 6 martin_adamek 2007-06-19 14:33:48 UTC
Already fixed.
Comment 7 Michal Mocnak 2007-07-17 09:43:47 UTC
Verified