> The issue you have right now, is that the httpContext is usually created by > default unless you provide one as well. > So you need to find a way of sharing this httpContext between your two > bundles. The only thing > I can think of right now that might be possible is to share the httpContext > as a Service, this way it might work, > though not tested/verified.
Ok, we are getting closer... :-) It seems the questions are now: - How do I get hold of the httpContext originally, in order to publish it as a service (in bundle A)? - How do I "provide" the httpContext (from bundle B) to make sure that no second one is created? Thanks, Alex _______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
