We need to provide users with the ability to specify custom JNDI names for beans via the mappedName attribute. This can be done by supporting the use of mappedName as a JNDI naming property. The usage needs to be of the form
openejb.jndiname.format={mappedName}
In the bean users can specify
@Stateless(mappedName="abc")
.An additional flexibility that can be provided is ..
@Stateless(mappedName="abc/{interfaceClass}")
Description
We need to provide users with the ability to specify custom JNDI names for beans via the mappedName attribute. This can be done by supporting the use of mappedName as a JNDI naming property. The usage needs to be of the form
openejb.jndiname.format={mappedName}
In the bean users can specify
@Stateless(mappedName="abc")
.An additional flexibility that can be provided is ..
@Stateless(mappedName="abc/{interfaceClass}")