I do not really see what you are doing...
You have set up a jbi container in jboss using the sar and you are
trying to deploy components in it.
These components are packaged using standard jbi ? with a jbi.xml in the
archive.
And you say that when you deploy two archives, they end up in different
containers.
Is this correct ?
Do you have some log, or something that might help ?
Cheers,
Guillaume Nodet
Maxim Surov wrote:
Please, help me!
I have a couple of JBI components.
Each component in a separate .jar
What should I do in order to make them run in a single JBIContainer
instance?
At the moment they run in different instances of JBI container. It
means they cannot interact with each other.
I deploy components in a single JBoss instance
{JBOSS_HOME}/server/default/deploy
Thank you,
Maxim