This content has been marked as final.
Show 2 replies
-
1. Re: Prototype instance wired by blueprint?
tcunning Nov 13, 2013 11:11 AM (in response to striplight)Hi Chris,
Sorry for the delayed reply on this, but I think you put it up on the wrong board. This board is in support of JBoss ESB, which is a different ESB product than Fuse ESB.
You can check out the Fuse ESB forums here :
-
2. Re: Prototype instance wired by blueprint?
striplight Nov 14, 2013 4:00 AM (in response to tcunning)Huh?
We might have started on the raw Fuse suite, but we currently use Redhat Jboss 6.0.0.
Are you saying only one of these uses blueprint?
Anyway, the actual resolution is to use the bpContainer, wire this into a ComponentFactory class and add a get bean method along the lines of:
component = blueprintContainer.getComponentInstance(beanId); This works just fine
Chris