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 82276 - UTE when creating session bean
Summary: UTE when creating session bean
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: martin_adamek
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2006-08-09 14:06 UTC by Jan Horvath
Modified: 2007-06-21 13:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
UTE (21.63 KB, text/plain)
2006-08-09 14:07 UTC, Jan Horvath
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Horvath 2006-08-09 14:06:42 UTC
build 200608090000

-create new EJB module (java EE 5)
-create Session Bean
-EXCEPTION UTE
Comment 1 Jan Horvath 2006-08-09 14:07:16 UTC
Created attachment 32705 [details]
UTE
Comment 2 Martin Adamek 2006-08-29 14:17:21 UTC
Dane, can you check this please? It seems to be in javacore.
Comment 3 Daniel Prusa 2006-08-31 09:53:37 UTC
The cause of this problem is in SessionGenerator. When generating a session
bean, it sometimes occures that no jmi java class is resolved for given local
business interface name (but it should be there), it can be some synchronization
issue related to the creation of the interface.
Comment 4 martin_adamek 2007-06-21 13:59:13 UTC
With switch to Retouche this bug doesn't exist enymore.