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

Summary: Bindings are not created properly for Remote Bean Call
Product: serverplugins Reporter: Alexander Kouznetsov <mrkam>
Component: WebSphereAssignee: dlipin <dlipin>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

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)