
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
All
|
|
Issue Links:
|
Cloners
|
|
This issue is cloned as:
|
|
OPENEJB-974
mappedName is not honored in a Stateless Session EJB packaged in my Tomcat WAR file
|
|
|
|
|
|
|
|
| Resolution Date: |
26/May/09 09:25 PM
|
|
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}") |
Show » |
| There are no subversion log entries for this issue yet.
|
|