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 86148 - Bindings are not created for Enterprise Application's Web Module on Linux
Summary: Bindings are not created for Enterprise Application's Web Module on Linux
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebSphere (show other bugs)
Version: 5.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: dlipin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-29 13:50 UTC by Alexander Kouznetsov
Modified: 2006-10-24 09:05 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-29 13:50:53 UTC
This is Linux specific issue. It is not reproducible with WinXP. Reproduced with JSE 8.1 (2006.09.13, m14b).

Steps to reproduce:
- Create New Enterprise Application targeted WebSphere
- Create New Session Bean in Enterprise Application's EJB Module
- Create New Servlet in Enterprise Application's Web Module
- Use Call Enterprise Bean functionality to create lookup method for the session bean
- Open Configuration Files > ibm-web-bnd.xmi and verify that no binding are added. If you proceed with these steps on WinXP there would be a binding for the session bean.
RESULT: This project can't be deployed to WebSphere using plugin since bindings are not correct.
Comment 1 dlipin 2006-10-13 14:12:15 UTC
Seems to be fixed. 
Unfortunately, I can`t verify it as I have no Linux system with WAS installed.

So please verify on the next build.
Thanks,
Dmitry
Comment 2 dlipin 2006-10-13 14:13:20 UTC
http://serverplugins.netbeans.org/source/browse/serverplugins/websphere6/src/
org/netbeans/modules/j2ee/websphere6/config/EarDeploymentConfiguration.java?
r1=1.6&r2=1.7

http://serverplugins.netbeans.org/source/browse/serverplugins/websphere6/src/
org/netbeans/modules/j2ee/websphere6/config/WarDeploymentConfiguration.java?
r1=1.9&r2=1.10
Comment 3 Alexander Kouznetsov 2006-10-24 09:05:55 UTC
Verified with JSE 8.1 (2006.10.23), but there is another issue 87825.