649650651652653654655656657658659
//configure specialized producer beans. webBeansContext.getWebBeansUtil().configureProducerMethodSpecializations(); } catch(Exception e) { throw new WebBeansDeploymentException(e); } logger.debug("Checking Specialization constraints has ended."); }
7576777879808182
annotationDB.setScanMethodAnnotations(true); annotationDB.setScanParameterAnnotations(true); } catch(Exception e) { throw new WebBeansDeploymentException(e); } }
93949596979899100
{ configure(); } catch (Exception e) { throw new WebBeansDeploymentException(e); } }
107108109110111112113114115116117
// search for all classes findBeanClasses(mainBundle, packageAdmin); } catch(Exception e) { throw new WebBeansDeploymentException("problem while scanning OSGi bundle", e); } finally { mainBundle.getBundleContext().ungetService(reference); }
250251252253254255256257258259260
continue; } if (webBeansXmlFound) { throw new WebBeansDeploymentException("found more than WEB-INF/beans.xml file!" + webBeansXml); } logger.info("adding the following WEB-INF/beans.xml URL: " + webBeansXml); beanXMLs.add(webBeansXml); webBeansXmlFound = true;
11491150115111521153115411551156115711581159
{ throw e; } catch (Exception e) { throw new WebBeansDeploymentException(e); } logger.fine("Checking Specialization constraints has ended."); }
597598599600601602603604605606607
xmlConfigurator.configure(fis, url.toExternalForm(), scanner); } catch (IOException e) { throw new WebBeansDeploymentException("Error configuring: filename: " + url.toExternalForm() , e); } finally { if (fis != null) {
667668669670671672673674675676677