Hi Simon, The Tuscany runtime should be running in KAraf. it does not have to support EBA.
Is there an OSGI'fied Tuscany bundles (not stand alone) that I can deploy to KARAF/FELIX? I have now activemq running now in KARAF. If I can run invoke a service (OSGi) upon sending a messgse to a queue and read the result and reply back in the queue it will be great! Thanks Matt On Wed, Oct 12, 2011 at 10:20 AM, Simon Laws <[email protected]>wrote: > On Wed, Oct 12, 2011 at 3:19 PM, Matt Madhavan <[email protected]> > wrote: > > Hi Simon, > > Any ideas? The snippet below is the one used for our test Websphere > server. > > I'm looking for the equivalant functionality with Tuscany and anctivemq. > > Thanks > > Matt > > > > On Tue, Oct 11, 2011 at 4:17 PM, Matt Madhavan <[email protected]> > > wrote: > >> > >> Hi Simon, > >> The following is the our scenario. Please let me have any examples or > >> documentation regarding this? > >> ActiveMQ ----> SCA container (Tuscany) ---> binding.jms ---> > >> implementation.osgi ---> your component as an OSGi bundle? > >> > >> This our Test SCA.... > >> > >> > >> <?xml version="1.0" encoding="UTF-8"?> > >> <composite xmlns="http://www.osoa.org/xmlns/sca/1.0" > >> xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0" > >> xmlns:was="http://www.ibm.com/xmlns/prod/websphere/sca/1.0/2007/06" > >> autowire="false" name="TestHarnessComposite" > >> targetNamespace="http://com.xxxx.xxxx.bd.externalview"> > >> <component name="TestHarnessComponent"> > >> <was:implementation.osgiapp > >> applicationSymbolicName="com.xxxx.xxxx.bd.eba" > >> applicationVersion="1.0.0.M1-SNAPSHOT"/> > >> <service name="BDTestHarnessService" requires="exactlyOnce"> > >> <binding.jms name="Objectmessage"> > >> <destination name="jms/bdrequestthqueue" type="queue"/> > >> <activationSpec create="never" > >> name="jms/bdtestharnessactivationspecification"/> > >> <response> > >> <destination name="jms/bdresponsethqueue" type="queue"/> > >> <connectionFactory name="jms/bd.qcf.02"/> > >> </response> > >> <tuscany:wireFormat.jmsObject/> > >> </binding.jms> > >> </service> > >> </component> > >> </composite> > >> On Tue, Oct 11, 2011 at 10:24 AM, Simon Laws <[email protected] > > > >> wrote: > >>> > > Hi Matt > > We don't actually support EBAs as component implementations in Tuscany > yet. We do support vanilla OSGi bundles but that won't read the EBA > meta-data. I assume that will break you? > > I haven't used our vanilla OSGi support for a while but could see if I > can find examples later (they were pulled out of the build a while > back so may need a bit of tidying). > > Simon >
