You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Kyle (JIRA)" <ji...@apache.org> on 2009/01/26 16:59:59 UTC

[jira] Commented: (OPENEJB-858) Ability to use mappedName as a JNDI Name format

    [ https://issues.apache.org/jira/browse/OPENEJB-858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12667278#action_12667278 ] 

Kyle commented on OPENEJB-858:
------------------------------

Any news on this subject?  Trying to use openejb for some unit testing of EJB applications, but they all depend on heavily using the mappedName attribute.  

> Ability to use mappedName as a JNDI Name format
> -----------------------------------------------
>
>                 Key: OPENEJB-858
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-858
>             Project: OpenEJB
>          Issue Type: Improvement
>          Components: ejb3 simplified
>    Affects Versions: 3.0.x
>         Environment: All
>            Reporter: Manu T George
>            Assignee: Manu T George
>            Priority: Minor
>             Fix For: 3.0.x
>
>
> 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}") 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.