Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

i m using sipcommunicator(jistsi). it start felix then deploy its bundle, when i close sipCom,it uninstall all bundle then close felix framework too. Now i deployed my bundle, but i want after closing sip_communicator, felix should in work and my bundle should not stop. for this below one idea but i don know how to implement: (1)Start fresh felix osgi, deploy my bundle,then deploy SIP_Communicator's budle. for close sipcom, stop SIP_Communicator's bundle. Problem:-i don know which bundle need to be deploy on felix.that can contro SIPCommunicator.

share|improve this question

1 Answer

You can try to deploy all the given bundle in sip communicator package in another osgi framework like knopflerfish / equinox. And follow the start level as given in build.xml of sip communicator package. this should work.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.