[jboss-dev-forums] [Design of POJO Server] - Re: [jboss-metadata] Decoupling JNDI Logic from Object Model
ALRubinger
do-not-reply at jboss.com
Wed Jul 2 16:13:20 EDT 2008
So I've verified this stays intact without API changes. The test now looks like:
String actual = JbossSessionBeanJndiNameResolver.resolveRemoteHomeJndiName(sessionBeanMetaData);
| String fromBean = sessionBeanMetaData.getHomeJndiName();
| assertEquals("MyStatelessBean/home", actual);
| assertEquals(actual, fromBean);
Updating the patch on the ticket.
S,
ALR
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162171#4162171
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4162171
More information about the jboss-dev-forums
mailing list