Re: does felix support some trigger mechanism while install/uninstall bundles?

2010-04-07 Thread ext2
I known, I should write a bundle act as a admin role to inspect for these special application bundles, when these special application bundles installed /uninstalled, the admin bundle should prepare or clean up environment for these bundles; But I still has following questions: if I write a applica

does felix support some trigger mechanism while install/uninstall bundles?

2010-04-07 Thread ext2
Hi: Does anyone know the felix has some extension trigger while install and uninstall bundle? Thus I could use the extension trigger to write some custom code to prepare some environment for the bundle to execute and clean the environment while the bundle is un-installed; The osgi fram

Why is Felix not a certified OSGi container

2010-04-07 Thread Jens Lauterbach
Hello, I was wondering why Felix is not a certified container like Knopflerfish or Equinox? http://www.osgi.org/Specifications/Certified Is there a special reason for that or is it simply not of interest to the Felix project to become a certified framework? Best regards Jens -

Re: Exploring Felix/Karaf

2010-04-07 Thread Peter Kriens
Hibernate works very well with OSGi as long as you provide it the actually to be persisted class objects. Hibernate locates the mapping resources from these classes. The problems with Hibernate always originate when people try to use strings, e.g. XML, to tell hibernate which classes to map. The

Re: iPOJO annotations with a maven project

2010-04-07 Thread Clement Escoffier
Hi, On 07.04.2010, at 11:33, Nicolas Delsaux wrote: > Hi all, > after having run along the classical Felix tutorials (creating bundles > through maven), i was quite interested by the promises of OSGi, but a > little worried by the way dependencies were resolved. Fortunatly, my > eye felt on iPOJO

RE: OSGI Bundles as Web Services

2010-04-07 Thread Larry Touve
Thanks for everyone's suggestions. I have more than enough information to research now. One other thing that I found was Dynamic-RS from http://www.dynamicjava.org that seems to be promising as well. However, their example doesn't work on Felix, which is what we're running. I'll check on the

RE: OSGI Bundles as Web Services

2010-04-07 Thread David Tkaczyk
I would recommend checking in with the Jersey guys. I believe they are very close to an OSGi compliant release. If you can wait, that's your best bet... -Original Message- From: Karl Pauls [mailto:karlpa...@gmail.com] Sent: Tuesday, April 06, 2010 3:13 PM To: users@felix.apache.org Subj

Re: Re: A question about felix karaf and Spring DM

2010-04-07 Thread tribon cheng
It's my pleasure if i can provide this patch. i wish to finish this patch today. Would you mind giving me some related resources(like web links) to get advanced touch to custom namespaces? I know that there are two custom NamespaceHandler in karaf which depend on geronimo implementation as foll

Re: A question about felix karaf and Spring DM

2010-04-07 Thread Guillaume Nodet
On Wed, Apr 7, 2010 at 07:19, Tribon Cheng wrote: > Hi ,Guillaume, My target is to use only one BP implementation in karaf, and > unfortunately i choose the springdm which > > is not used by karaf now, I need BP implementation to be exclusive in one > container because i don't want one serivce to

iPOJO annotations with a maven project

2010-04-07 Thread Nicolas Delsaux
Hi all, after having run along the classical Felix tutorials (creating bundles through maven), i was quite interested by the promises of OSGi, but a little worried by the way dependencies were resolved. Fortunatly, my eye felt on iPOJO. I can say I was quite pleased by the promise of IoC between pl

Re: OSGI Bundles as Web Services

2010-04-07 Thread Sergey Beryozkin
Hi Just for the record, Distributed OSGi RI [1] can have OSGI services exposed as RESTful endpoints with the help of the CXF JAX-RS implementation, please see [2] and [3] cheers, Sergey [1] http://cxf.apache.org/distributed-osgi.html [2] http://cxf.apache.org/docs/jax-rs.html#JAX-RS-Integrati

Re: A question about felix karaf and Spring DM

2010-04-07 Thread Tribon Cheng
Hi ,Guillaume, My target is to use only one BP implementation in karaf, and unfortunately i choose the springdm which is not used by karaf now, I need BP implementation to be exclusive in one container because i don't want one serivce to be registered twice. Looking inside the karaf related modu