Hi,

i have the following use case:
- my bundle has a model A, and a long running thread, using
.adaptTo(A.class) from a resource,
- when upgrading my bundle with thread still running there is a period when
above adaptTo will return null

if it is "okay", and i should detect bundle status in my thread, my
question is how best should i do that?
If not, i guess, i'll dive deeper in models implementation :)

Reply via email to