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 79223 - EJB Bindings are not created for Applications except EJB Module on WebSphere
Summary: EJB Bindings are not created for Applications except EJB Module on WebSphere
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebSphere (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-27 15:09 UTC by Alexander Kouznetsov
Modified: 2006-09-14 12:14 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kouznetsov 2006-06-27 15:09:43 UTC
Steps to reproduce:
- Create New Web Application targeted WebSphere
- Create New Servlet and use Call Enterprise Bean functionality to reference EJB Bean from Web Application
- Try to Run the application.
- RESULT: Deployment failed. You need to provide EJB bindings using ibm-web-bnd.xmi descriptor. This is already done for EJB Modules and needs to be implemented for Web Applications.
Comment 1 dlipin 2006-06-30 11:10:55 UTC
It is not a defect but the enhancement. We need to implement automatic 
synchronization for ibm-web-bnd.xmi and web.xml.

For the present moment the user need to create (and delete) the bindings by 
hand.
Comment 2 Alexander Kouznetsov 2006-06-30 16:15:35 UTC
This is also reproducible with Enterpise Applications both EJB and Web Modules.
Comment 3 dlipin 2006-08-23 10:38:03 UTC
Seems to be working.

Please verify.
Comment 4 Alexander Kouznetsov 2006-09-14 12:14:02 UTC
This issue is partially fixed thus marking it as verified. Additional issues will be filed if necessary. Verified in JSE 8.1 build 2006.09.06 on WinXP.