[jboss-dev-forums] [Design of JBoss ESB] - Virtual Registries?

driedtoast do-not-reply at jboss.com
Thu Mar 1 07:26:51 EST 2007


I have been looking at incorporating various frameworks into the ESB and it seems that the registry is only one per ESB (is this correct?).

It would be great if we could have a concept of a virtual registry to connect up to say microcontainer, spring, etc...

You configure the registry:


  | <registry id="myregistryid" type="spring" location="/applicationContext.xml"/>
  | 
  | 
  | <registry id="myregistryidB" type="uddi" location="http://localhost:9001/juddi"/>
  | 

Where the location can be url or classpath reference.

And the reference to services / actions:


  | <action name="SpringBeanName" registryid="myregistryid" >
  | 
  | </action>
  | 
  | 

The name would looks up in the spring application context for class or another frameworks component architecture like microcontainer.

If no registry id is found then it defaults to the default setting in the current configuration.

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

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



More information about the jboss-dev-forums mailing list