[jboss-dev-forums] [Design of EJB 3.0] - Re: jndi name issues

scott.stark@jboss.org do-not-reply at jboss.com
Tue Apr 29 12:03:46 EDT 2008


There should probably also be a derived transient properties/methods on the JBossEnterpriseBeanMetaData level that wraps the deployment summary and resource ref logic so that the JBossEnterpriseBeanMetaData can be used standalone:


  | @XmlTransient
  | public EjbDeploymentSummary getDeploymentSummary()
  | {
  | }
  | public void setDeploymentSummary(EjbDeploymentSummary summary)
  | {
  | }
  | @XmlTransient
  | public String getJndiNameForRefrence(AnnotatedEJBReferenceMetaData ref)
  | @XmlTransient
  | public String getJndiNameForRefrence(EJBLocalReferenceMetaData ref)
  | @XmlTransient
  | public String getJndiNameForRefrence(EJBReferenceMetaData ref)
  | 


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

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



More information about the jboss-dev-forums mailing list