[jboss-dev-forums] [Design of EJB 3.0] - Re: JBMETA-6, JBMETA-25 resolved jndi name

scott.stark@jboss.org do-not-reply at jboss.com
Thu Apr 24 14:05:04 EDT 2008


This means the ejb3-ext-api will depend on metadata as this annotation would now refer to the DefaultJndiBindingPolicy api from metadata:


  | public @interface JndiBindingPolicy {
  | 
  |    /**
  |     * The JNDI Binding Policy that will be used 
  |     * 
  |     * @return
  |     */
  |    Class<? extends DefaultJndiBindingPolicy> policy();
  | 
  | }
  | 


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

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



More information about the jboss-dev-forums mailing list