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

Summary: When the remote interface is added the JNDI name element isn't created
Product: serverplugins Reporter: Petr Blaha <blaha>
Component: Sun Appserver 8Assignee: _ pcw <pcw>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

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