RE: Generics And Aries Blueprint

2011-10-11 Thread Timothy Ward
Hi, I would expect this to work, have you tried specifying index parameters for the constructor arguments? Also, it would be worth opening a JIRA with some failing example code attached (unless of course you want to supply some tests and a fix :)). Blueprint gets fairly regular attention

Re: Blueprint and Spring ApplicationContextEvents

2011-10-11 Thread Dave Wallace
I wonder if anyone tried to integrate Blueprint and Spring (w/o DM). It would be very nice to have Blueprint to handle services and OSGi configuration while having all of the utility of Spring and it's various modules available. Could one implement some interface like Spring's BeanFactory so

Re: OSGI/SCA/Tuscany/ActiveMQ bindings

2011-10-11 Thread Simon Laws
On Mon, Oct 10, 2011 at 10:06 PM, Matt Madhavan mattmadha...@gmail.com wrote: Hello, Has any one point me to an OSGi/SCA/ActiveMQ binding example? has any one done it? I'm looking to invoke an OSGi call upon receiving a msg from activemq. Thanks in advance! Matt Hi Matt I'm not sure we

Re: OSGI/SCA/Tuscany/ActiveMQ bindings

2011-10-11 Thread Matt Madhavan
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

Re: Generics And Aries Blueprint

2011-10-11 Thread Gareth Collins
Hello Timothy, Thanks for the response! So since this is supposed to work (I wasn't sure given that only OSGi 4.3 begins to introduce generics), I will look into this a bit more. thanks again, Gareth On Tue, Oct 11, 2011 at 8:12 AM, Timothy Ward timothyjw...@apache.org wrote: Hi, I would