Re: Problem moving to Felix

2006-11-22 Thread Damian Minkov
Richard S. Hall wrote: The simple way around this is to package your service interfaces in a separate bundle. -> richard Thanks for the advice. I've exported the interfaces in separate bundle and now everything works fine :)) damencho

Re: Problem moving to Felix

2006-11-21 Thread Richard S. Hall
Damian Minkov wrote: Hi, I'm not sure I've understood the question - but if the question is whether I import the package the answer is yes :) Actually the package "Service-Found-In-SomeBundle" is exported from someBundle. And the pseudo code in my previous mail is actually in other bundle whi

Re: Problem moving to Felix

2006-11-21 Thread Richard S. Hall
Damian Minkov wrote: Hello, In the SIP Communicator project we were happily using oscar 2.0 for a while but have now decided to move to Felix. We are however running into some difficulties so I thought that someone might have an idea what is causing them. Here is one such Felix related prob

Re: Problem moving to Felix

2006-11-21 Thread Damian Minkov
Hi, I'm not sure I've understood the question - but if the question is whether I import the package the answer is yes :) Actually the package "Service-Found-In-SomeBundle" is exported from someBundle. And the pseudo code in my previous mail is actually in other bundle which imports this packag

Problem moving to Felix

2006-11-21 Thread Damian Minkov
Hello, In the SIP Communicator project we were happily using oscar 2.0 for a while but have now decided to move to Felix. We are however running into some difficulties so I thought that someone might have an idea what is causing them. Here is one such Felix related problem that we didn't hav