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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...