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 62463 - "Call ejb" does not work
Summary: "Call ejb" does not work
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 5.x
Hardware: All Linux
: P2 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords:
Depends on:
Blocks: 62442
  Show dependency tree
 
Reported: 2005-08-17 10:33 UTC by Lukas Jungmann
Modified: 2005-09-07 11:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide log (251.83 KB, text/plain)
2005-08-17 10:38 UTC, Lukas Jungmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2005-08-17 10:33:08 UTC
[build 200508161800] - NB on j2sdk1.4.2_08, appserver on jdk1.5.0_04

-create new Enterprise application with ejb and web module
-create local session bean in ejb module (thrown exception filed as issue #62447)
-create new servlet in web module
-call ejb from servlet

=> java.lang.IllegalArgumentException: Cannot add a null value
Comment 1 Lukas Jungmann 2005-08-17 10:38:03 UTC
Created attachment 23979 [details]
ide log
Comment 2 Lukas Jungmann 2005-08-17 12:18:17 UTC
addtional steps in Call ejb dialog are needed to reproduce this:
-select ejb to call
-select Service locator strategy/Existing class
-select Service locator strategy/Generate Inline Lookup Code
-press OK

=> exception is thrown

  This is not so common, so downgrading to P2.
Comment 3 Pavel Buzek 2005-08-24 06:05:48 UTC
same problem cause as 62802, fixed
Comment 4 Pavel Buzek 2005-08-24 06:06:10 UTC
fixed
Comment 5 Lukas Jungmann 2005-09-07 11:41:13 UTC
v.