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