60616263646566
@Before public void setup() { contexts.startApplicationScope(); contexts.startSessionScope(); initEvent.fire(new VRaptorInitialized(null)); }
899091929394959697
validateJavaEE7Environment(); validateIfCdiIsFound(); warnIfBeansXmlIsNotFound(); initializedEvent.fire(new VRaptorInitialized(servletContext)); logger.info("VRaptor {} successfuly initialized", VERSION); }
818283848586878889