[
https://issues.apache.org/jira/browse/OPENEJB-1572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13046313#comment-13046313
]
David Blevins commented on OPENEJB-1572:
----------------------------------------
See my note to the dev list. It tries to explain how some of this works. We
have what we need in openejb/Deployment but seems something else is going on.
> The home ref does not get binded with home and localHome style jndi name.
> -------------------------------------------------------------------------
>
> Key: OPENEJB-1572
> URL: https://issues.apache.org/jira/browse/OPENEJB-1572
> Project: OpenEJB
> Issue Type: Bug
> Components: deployment
> Affects Versions: (trunk/openejb3)
> Reporter: Shawn Jiang
> Fix For: 4.0
>
>
> openejb does not bind the RemoteHome format jndi name to the context.
> In method
> org.apache.openejb.assembler.classic.JndiBuilder.TemplatedStrategy.getName(Class,
> Interface) , openejb uses following template to generate the jndi name by
> default.
> {ejbName}{interfaceType.annotationName}
> While the case is expecting a jndi name
> "myEJB!org.apache.openejb.myRemoteHome" which should be generated with a
> template like
> {ejbName}{interfaceClass}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira