110111112113114115116117
} } catch (Exception e) { throw new WebBeansDeploymentException(e); } }
364365366367368369370371372373374
//configure specialized producer beans. webBeansContext.getWebBeansUtil().configureProducerMethodSpecializations(); } catch (Exception e) { throw new WebBeansDeploymentException(e); } logger.debug("Checking Specialization constraints has ended."); }
5253545556575859
} } catch(Exception e) { throw new WebBeansDeploymentException(e); } }
7071727374757677
{ configure(); } catch (Exception e) { throw new WebBeansDeploymentException(e); } }
139140141142143144145146147
{ throw (WebBeansDeploymentException)e; } else { throw new WebBeansDeploymentException(e); } } }
336337338339340341342343344345346
this.xmlConfigurator.configure(fis, fileName); } catch (IOException e) { throw new WebBeansDeploymentException(e); } finally { if (fis != null) {
449450451452453454455456457458459
// XML Defined Specializations checkXMLSpecializations(); } catch(Exception e) { throw new WebBeansDeploymentException(e); } logger.info("Checking Specialization constraints is ended"); }
525526527528529530531532533534535
595596597598599600601602603604605
//configure specialized producer beans. WebBeansUtil.configureProducerMethodSpecializations(); } catch(Exception e) { throw new WebBeansDeploymentException(e); } logger.debug("Checking Specialization constraints has ended."); }
9293949596979899100101102
// search for all classes findBeanClasses(mainBundle, packageAdmin); } catch(Exception e) { throw new WebBeansDeploymentException("problem while scanning OSGi bundle", e); } finally { mainBundle.getBundleContext().ungetService(reference); }