ECF Run-As OSGi Framework [message #639274] |
Mon, 15 November 2010 15:53  |
Eclipse User |
|
|
|
I was curious as to why running an Eclipse Communication Framework project as an OSGi Framework gives no console output? I've been playing around with ECF for about a month now with no real progress. I only recently found out that to see console output, the project needed to be run as an Eclipse application rather then OSGi Framework. Why is this?
Also, when running as an Eclipse application, if the Host application is stopped, and then started again, no registration message is printed to the console again. It seems to me that everytime the service is started, it'd notify the console of registration.
|
|
|
|
|
|
|
|
Re: ECF Run-As OSGi Framework [message #639807 is a reply to message #639549] |
Wed, 17 November 2010 16:30  |
Eclipse User |
|
|
|
Thanks for pointing me back to that page Scott. I'd read over it a couple times but it made me pull the code back up and realize that I was making a very simple mistake.
When I was trying to run the examples as an OSGi Framework, I didn't realize that the plug-in activator wasn't calling any of the code inside the bundle. However, when I run it as an Eclipse application, the default or selected product would be loaded and run. Moving this code over to the Activator, ran the code examples perfectly as an OSGi Framework launch.
Thanks for the help!
|
|
|
Powered by
FUDForum. Page generated in 0.25997 seconds