barchart / barchart-service

Barchart back-end application platform services: tanuki, karaf, ...
https://github.com/barchart/barchart-service/wiki
0 stars 3 forks source link

Repositories are not refreshed on config update #3

Closed jjongsma closed 11 years ago

jjongsma commented 11 years ago

My application feature XML contains something like this:

<repository>file:data/barchart-configuration.master/common/news/news-features.xml</repository>

<feature name="news-instance-feed-01" description="News Feed Reader" install="auto">
    <feature version="1.0.7">news-server-core</feature>
</feature>

When I update news-server-core to 1.0.8, add it to the news-features repository, and update the feature dependency version in news-instance-feed-01, I get a "version not found" error from Karaf/Felix. Clearing data/cache and restarting properly finds the new version in the repository.

Andrei-Pozolotin commented 11 years ago

assigned

jjongsma commented 11 years ago

Low priority, focus on deployments using auto-generated repositories with unique URLs (see https://github.com/barchart/barchart-service/issues/4)

Andrei-Pozolotin commented 11 years ago

status please

jjongsma commented 11 years ago

unnecessary now that we have decent feature generation.