Re: Declarative Service threading issue

2008-07-03 Thread Carsten Ziegeler
Streeton, Matt wrote: It seems to be an issue with threads being started during the initialization process. My activate function is called (I have put debug statements inside, used breakpoints, etc), and stops on the thread starting call. It has the same behavior even if it is a standard service

Embedded dependencies, WAR bundles, and Bundle-ClassPath

2008-07-03 Thread Craig Walls
It's my understanding from previous discussion on this list, that I can use a little bit of Embedded-Dependency magic to create a manifest for a WAR bundle that includes a Bundle-ClassPath: header for the various dependencies. But, so far, I can't get Bundle-ClassPath into the generated

RE: ConfigAdmin Service

2008-07-03 Thread Burmeister, Jason
Felix, Thanks for your quick response. Unfortunately, this first start situation will cause a pretty big error in our application. We understand that the component needs to be reactivated when there is a configuration change. What are your thoughts about suppressing this event when no

Re: Embedded dependencies, WAR bundles, and Bundle-ClassPath

2008-07-03 Thread Stuart McCulloch
2008/7/3 Craig Walls [EMAIL PROTECTED]: It's my understanding from previous discussion on this list, that I can use a little bit of Embedded-Dependency magic to create a manifest for a WAR bundle that includes a Bundle-ClassPath: header for the various dependencies. But, so far, I can't get