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 84810 - Bindings are not created properly for Remote Bean Call
Summary: Bindings are not created properly for Remote Bean Call
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebSphere (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: dlipin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-13 16:17 UTC by Alexander Kouznetsov
Modified: 2006-10-24 08:21 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-09-13 16:17:35 UTC
Steps to reproduce:
- Create New Enterprise Application targeted WebSphere server
- Create New Session Bean with Remote interface in application's EJB Module
- Add new Business Method to remote interface
- Create New Servlet in application's Web Module
- Call the bean using its Remote interface from the servlet
- Try to deploy the application to WebSphere server
- RESULT: Deployment will fail due to wrong bindings.
Comment 1 Vince Kraemer 2006-09-13 16:40:20 UTC
adding the build log and/or the ide message log would probably expidite a fix.
Comment 2 dlipin 2006-10-16 13:48:29 UTC
Fixed, please verify on the next build.


Checking in websphere6/config/WarDeploymentConfiguration.java;
/cvs/serverplugins/websphere6/src/org/netbeans/modules/j2ee/websphere6/config/
WarDeploymentConfiguration.java,v  <--  WarDeploymentConfiguration.java
new revision: 1.11; previous revision: 1.10
done
Comment 3 Alexander Kouznetsov 2006-10-24 08:21:14 UTC
Verified with JSE 8.1 (2006.10.22)