[jboss-user] [Microcontainer] - Re: @Depends and ObjectName key-value pair ordering

alesj do-not-reply at jboss.com
Thu Oct 16 04:34:03 EDT 2008


"jaikiran" wrote : 
  | Isn't the ObjectName key/value pair supposed to be unordered? I tried to lookup the code responsible for this dependency management in the Microcontainer, but unfortunately this section of the documentation is still under construction. So i don't have much clue which piece of code is responsible for this.
  | 
Yeah, we had issues with this before, long ago. :-)
And I thought we caught all usages of this.

In MC we've got a simple hack that checks every string against ObjectName
and turns it into its canonical form:
 - http://anonsvn.jboss.org/repos/jbossas/projects/microcontainer/trunk/dependency/src/main/java/org/jboss/dependency/plugins/JMXObjectNameFix.java

Who's @Depends is this? MC's?
If not, where is it handled?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182568#4182568

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



More information about the jboss-user mailing list