when you import packages like the following: javax.xml.transform does it import sub-packages as well (e.g. javax.xml.transform.stream) or do you explicitly need to import that separately?
does the order of the jar's listed in the bundle-classpath matter? e.g. if I moved a JAR further up in the bundle-classpath listing, would it make any difference in terms of classloading (i.e. pickup a class for JAR A rather than JAR B and previously reversed?) -- View this message in context: http://karaf.922171.n3.nabble.com/rules-when-writing-manifest-mf-tp4032239.html Sent from the Karaf - User mailing list archive at Nabble.com.
