Re: Starting out with OSGi

2008-12-21 Thread Rob Walker
Vinicius Carvalho wrote: Thanks Rob, your email was very helpful, we are just starting next week with some minor implementation on the new architecture, I'll certainly use this as a reference, thanks for sharing. You're very welcome. I may have missed some parts out - so if you get stuck

Re: Starting out with OSGi

2008-12-21 Thread Rob Walker
Richard S. Hall wrote: Rob, Perhaps you should have just created a page on the Wiki for this. :-) In hindsight - possibly. This seemed quicker when I started out! ;) - Rob - To unsubscribe, e-mail: users-unsubscr...@feli

Re: ClassCastException after ServiceTracker.getService()??

2008-12-21 Thread Brad Cox
> One thing that seems weird to me, why are you casting to > CoreFactoryImpl instead of CoreFactory? Because I tried both; cso instanceof CoreFactory:false cso instanceof CoreFactoryImpl:false You nailed it: CoreFactoryImpl.class.getClassLoader():24.0 cso.getClass().getClassLoader():16.0 Looks