[jboss-dev-forums] [Design of POJO Server] - Re: appclient remote home regression

scott.stark@jboss.org do-not-reply at jboss.com
Tue Jul 22 19:33:36 EDT 2008


"ALRubinger" wrote : 
  | Should like look more like:
  | 
  | 
  |   |                // Determine the jndi name for the reference interface
  |   |                String iface = getInterface(ref);
  |   |                String containerJndiName = target.getBeanMetaData().determineResolvedJndiName(iface);
  |   |                if(containerJndiName != null)
  |   |                   ref.setResolvedJndiName(containerJndiName);
  |   | 
  | 
  | ?
  | 
Yes, otherwise info is being thrown away. If I make that change the 1x_50 tests pass, but the ejb2x based tests start failing. I'm looking at why now.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4166024#4166024

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4166024



More information about the jboss-dev-forums mailing list