private String wsdlPath;
}
private Collection getContextPathsForBundle(Bundle bundle, String target) {
ArrayList list = new ArrayList();
OSGiEnvironment env = new OSGiEnvironmentImpl(false);
env.setThreadLocalBundle(bundle);
OSGiReflectUtilHelper.getDefault().setThreadLocalBundle(bundle);
try {
Document ddXML = env.getDocument(target);
OSGiDeploymentDescriptor dd = new OSGiDeploymentDescriptor();
Collection resourceDefs = dd.loadContextPaths(ddXML, env);
Iterator paths = resourceDefs.iterator();
String contextPath = (String) bundle.getHeaders().get(