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 66698 - When the remote interface is added the JNDI name element isn't created
Summary: When the remote interface is added the JNDI name element isn't created
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 5.x
Hardware: PC All
: P2 blocker (vote)
Assignee: _ pcw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-13 11:51 UTC by Petr Blaha
Modified: 2005-11-03 13:15 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 Petr Blaha 2005-10-13 11:51:35 UTC
[build 20051011]
Steps:
1) create EJB module
2) add CMP entity bean (not form database)
3) select only local interface
4) open visual editor of ejb-jar.xml
5) add Remote interface
ERROR: jndi name for this bean is not created in sun-ejb-jar.xml. There should
be element:
<enterprise-beans>
    <ejb>
      <ejb-name>NewEntityBean</ejb-name>
      <jndi-name>ejb/NewEntityBean</jndi-name>
    </ejb>
........
Comment 1 Pavel Fiala 2005-10-18 06:46:38 UTC
EjbJar in j2ee/ddapi invokes proper event but it is not processed properly in
sever plugin.
Comment 3 Michal Mocnak 2005-11-03 13:15:46 UTC
Verified