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 91361 - Bindings are not synchronized if the bean was deleted and re-created
Summary: Bindings are not synchronized if the bean was deleted and re-created
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebSphere (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: dlipin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-20 17:30 UTC by Alexander Kouznetsov
Modified: 2007-02-13 17:39 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 Alexander Kouznetsov 2006-12-20 17:30:24 UTC
Reproducible in JSE 8.1 (2006.12.01) and NB 5.5 (200610171010, +EP+VWP).

Steps to reproduce:
- Create New Enterprise Application targeted WebSphere server
- Create New Session Bean in Application's EJB Module
- Create New Servlet in Application's Web Module
- Right-click servlet in editor and select Enterprise Resources > Call
Enterprise Bean. Call Enterprise Bean dialog is shown
- Select the bean under Application's EJB Module. Click OK
- RESULT: lookup method and bindings are created. You
could verify that project can be successfully deployed and started.
- Delete Bean in EJB Module
- Create New Session Bean with the same name as in step 2.
- RESULT: Bindings are created, but they do not match in EJB Module and Web
Module. You could verify that project will fail to deploy to server.
Comment 1 dlipin 2007-01-10 12:33:47 UTC
Fixed.

For cvs commit see Issue 91360.
Comment 2 Alexander Kouznetsov 2007-02-13 17:39:16 UTC
Verified with NB 5.5 build 200610171010 on WinXP