[jboss-dev-forums] [Design of POJO Server] - Re: JSR77 View
alesj
do-not-reply at jboss.com
Wed Oct 15 09:34:23 EDT 2008
"adrian at jboss.org" wrote :
| So you could for example have an EJBJSR77Deployer that looks at the
| ejb metadata and then either creates the ServiceMetaData for the relevant
| jsr77 mbean(s) or talks to the LocalJBossServerDomain directly.
|
How do I know what all is ejb metadata?
Looking at the JBossMetaData attachment?
| public org.jboss.metadata.ejb.jboss.JBossEnterpriseBeansMetaData getEnterpriseBeans() { /* compiled code */ }
|
| public org.jboss.metadata.ejb.jboss.WebservicesMetaData getWebservices() { /* compiled code */ }
|
| public org.jboss.metadata.ejb.jboss.ResourceManagersMetaData getResourceManagers() { /* compiled code */ }
|
Checking all of these, or just enterprise beans?
But even better question is how to collect all the metadata for JCA / RAR.
Just looking at the jca-deployers-jboss-beans.xml gives me shivers. :-)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182402#4182402
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182402
More information about the jboss-dev-forums
mailing list