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 159926 - Exception when call EJB from servlet
Summary: Exception when call EJB from servlet
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebSphere (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-09 16:56 UTC by Michal Mocnak
Modified: 2009-03-30 13:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Error Log (3.66 KB, text/plain)
2009-03-09 16:57 UTC, Michal Mocnak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Mocnak 2009-03-09 16:56:21 UTC
Found in nb67 build #200903070201 on IBM WS6.1 and jdl1.6.0_12

1. create ear (j2ee 1.4) with ejb(local session bean inside) and war(servlet inside)
2. in servlet call enterprise bean action and choose bean -> proceed

==>> IllegalStateException is thrown -> see attached log
Comment 1 Michal Mocnak 2009-03-09 16:57:04 UTC
Created attachment 77921 [details]
Error Log
Comment 2 Michal Mocnak 2009-03-09 16:58:06 UTC
It is IllegalArgumentException -> but the lookup code is generated well and after deploying, everything is functional
Comment 3 Petr Hejl 2009-03-10 12:34:30 UTC
Fixed in web-main 7bc7cb7ceb72.
Comment 4 Quality Engineering 2009-03-11 10:13:36 UTC
Integrated into 'main-golden', will be available in build *200903110259* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/7bc7cb7ceb72
User: phejl@netbeans.org
Log: #159926 Exception when call EJB from servlet
Comment 5 Michal Mocnak 2009-03-30 13:47:07 UTC
Verified