>if your webapp use spring, you can load some SMX beans and use it directly. This would create two JBIContainers right? One from the ServiceMix .war and another from my WebApp .war. I only want 1 JBIContainer.
>Else you can use WebService client from your webapp that use server side component. For this I must expose external endpoint from ServiceMix? I do not want to. So basically my question now seems, can I somehow share/access existing JBIContainer from my ServiceMix .war with my WebApp that run on same app server? Jean-Baptiste Onofré wrote: > > Hi, > > if your webapp use spring, you can load some SMX beans and use it > directly. Else you can use WebService client from your webapp that use > server side component. > > I have planned to implement a servicemix-jndi and servicemix-rmi BC to > be able to use RMI-IIOP usage and lookup. > > Regards > JB > > bmarley wrote: >> What is the preferred way to access JBI component functionality from a >> WebApp >> to ServiceMix running on same app server without using binding >> components? >> >> Environment Setup: >> ServiceMix deployed as .war >> WebApp deployed as .war > > -- > Jean-Baptiste Onofré (Nanthrax) > BuildProcess/AutoDeploy Project Leader > http://buildprocess.sourceforge.net > [email protected] > PGP : 17D4F086 > > -- View this message in context: http://www.nabble.com/JBI-access-without-BC-tp23525912p23526647.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
