feature request to gavin :)
to inject a ' service ' bean you have to resort to the standard jboss provisioning
wich looks like
private GlobalConfigurationMBean globalConfiguration;
@Depends ("upr:service=globalConfiguration")
| public void setGlobalConfiguration(final GlobalConfigurationMBean
globalConfiguration)
| {
| this.globalConfiguration = globalConfiguration;
| }
|
it would be nice to be able to add an @Name attribute to the service and inject it with
@In
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055836#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...