Hello; first post here.
I'm developing a simple, stateful service, and I like the idea of managing it with an
MBean interface (it's very simple), but I also need to expose it as a (JAX) web
service. I'd like to keep the web-servicey code away from the MBean code if possible,
but then the web service needs to get a handle to the MBean. Is it possible for JBoss to
inject a reference to the MBean into the web service endpoint?
If not, is an EJB a better way to go?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259483#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...