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 65939 - Exceptions while creating ws from session bean
Summary: Exceptions while creating ws from session bean
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2005-10-05 10:01 UTC by Lukas Jungmann
Modified: 2005-10-19 15:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (19.16 KB, text/plain)
2005-10-05 10:02 UTC, Lukas Jungmann
Details
exception (1.46 KB, text/plain)
2005-10-05 10:26 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-10-05 10:01:49 UTC
[build 200510031800]

-create ent. app. with ejb & web module
-create local session bean in ejb with some simple business method
-create new ws in ejb module from session bean created in previous step

if (session bean impl class is "dirty")
=> java.lang.RuntimeException
else
=> java.lang.IllegalArgumentException
Comment 1 Lukas Jungmann 2005-10-05 10:02:24 UTC
Created attachment 25542 [details]
IDE log
Comment 2 Lukas Jungmann 2005-10-05 10:26:05 UTC
I reproduced it also on linux and there is also TooManyListenersException, see
attached stacktrace
Comment 3 Lukas Jungmann 2005-10-05 10:26:38 UTC
Created attachment 25544 [details]
exception
Comment 5 Lukas Jungmann 2005-10-19 15:59:16 UTC
v. in 200510190645