[jboss-user] [JBoss Seam] - Re: howto: expose application scope component with JMX?

koenhandekyn do-not-reply at jboss.com
Tue Jun 19 17:41:31 EDT 2007


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#4055836

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4055836



More information about the jboss-user mailing list