wrong default EJB component name
Brought to you by:
codingfreak,
moroff
in stereotype <<BusinessComponent>>, if the EJB
component name is not defined in the model, the JNDI
name is calculated from the package. BUG: a slash is
added to the name. IBM WebSphere fails to resolve the name.
jndi name generated code from default value:
ejb/partner//BSPartner_1_0
code generated from EJB component name:
ejb/partner/BSPartner_1_0
occurs in following files
ibm-ejb-jar-bnd.xmi
service.ejb.bean.BSPartner_1_0Home.java