Jay, it is part of the following public draft:
http://www.osgi.org/download/osgi-4.2-early-draft3.pdf
- Ian
Jay McHugh wrote:
Hello all,
I have been wondering where I would be able to find a copy of RFC 66.
Is it 'freely available'?
Thanks,
Jay
On Mon, Oct 5, 2009 at 12:21 PM, Lin Sun <[email protected]> wrote:
Is this scanning going to be done for the classes in web-inf/classes
dir or both the web-inf/classes & jars in web-info/lib dir? RFC 66
requires all jars from web-inf/lib to be added to the Bundle-Classpath
manifest header and if we assume the user has packed the war
dependencies in the war file, I wonder if we need to scan the jars in
web-inf/lib dir?
If we do need to scan both (the later case), would the packages needed
by the classes in web-inf/classes dir marked as required (if it is
not importing from within the war) while the packages needed by
classes in web-inf/lib dir marked as optional?
Thanks
Lin
On Mon, Oct 5, 2009 at 9:41 AM, Valentin Mahrwald
<[email protected]> wrote:
My suggestion was, going with Guillaume's initial suggestion, to scan for
dependencies but generate them all as optional.