"alesj" wrote :
| Otherwise I'll have a go, starting from tomorrow.
| Trying to mimic the old LocalJBossServerDomain in more generic+MC fashion.
|
I wouldn't go for a full rewrite now, that would be a lot more work.
A simpler solution would be to look at
org.jboss.management.j2ee.*
in the management project.
These are basically just mbeans that need to be created along with the
relevant component.
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.
The same would go for the other types.
See LocalJBossServerDomain which previously worked by listening to
the old deployers and then did a type->factory thing in handleNotification().
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182185#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...