| Summary: | securestorage bundle requires explicit activation | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Andrew Niefer <aniefer> |
| Component: | Server | Assignee: | Szymon Brandys <Szymon.Brandys> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | ahunter.eclipse, john.arthorne, tomasz.zarna |
| Version: | 0.2 | ||
| Target Milestone: | 4.0 RC1 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Andrew Niefer
I have updated the server's releng configuration to start this bundle as a temporary fix until the bundle starts using ds. Switching to DS is good, but I thought we were auto-starting everything on the server.. For example in our launch configurations default auto-start is set to true. The launch config has default auto-start=true because you can't specify only some bundles to be started when using feature based launches. As far as I know there is no way to do an equivalent default auto-start=true for the server built by releng. You have to list out all the bundles you want started. (In reply to Andrew Niefer from comment #0) > We should see if we can change this bundle to use ds to avoid this problem. I am wondering what this means. When working on Bug 418230 , I have introduced a new bundle org.eclipse.orion.server.user.simple that provides the same two services as org.eclipse.orion.server.user.securestorage It is not clear to me how we can "toggle" between the two. The default is to start "securestorage" but I want to set a variable somewhere to start "simple" instead. I think this is a stale bug. We have already switched to using declarative services for these services and I believe we no longer require explicit activation. Anthony your problem is different and maybe you should open a new bug about it. If there are multiple credential services available and we want to toggle, then we would need a configuration property that we can use to filter which service we use. I can talk to you more about this tomorrow. (In reply to John Arthorne from comment #5) > I think this is a stale bug. We have already switched to using declarative > services for these services and I believe we no longer require explicit > activation. > > Anthony your problem is different and maybe you should open a new bug about > it. If there are multiple credential services available and we want to > toggle, then we would need a configuration property that we can use to > filter which service we use. I can talk to you more about this tomorrow. Ok, I raised Bug 418621 . |