I'm not sure if it should be considered a show stopped, but it appears at least the guess sample application doesn't work in my quick test. I simple ran "mvn tomcat7:run". It looks like some missing dependencies prevent the scanner from reading the classes, which leads to UnsatisfiedResolutionExceptions.
INFO: Skipping deployment of Class class org.apache.webbeans.sample.bean.LoginBeandue to a NoClassDefFoundError: javax/a nnotation/Priority Apr 16, 2015 4:11:23 PM org.apache.webbeans.config.BeansDeployer deploySingleAnnotatedType INFO: Skipping deployment of Class class org.apache.webbeans.sample.bean.ApplicationScopeProducerdue to a NoClassDefFoun dError: javax/annotation/Priority Apr 16, 2015 4:11:23 PM org.apache.webbeans.config.BeansDeployer deploySingleAnnotatedType INFO: Skipping deployment of Class class org.apache.webbeans.sample.guess.NumberProducerdue to a NoClassDefFoundError: j avax/annotation/Priority Apr 16, 2015 4:11:23 PM org.apache.webbeans.servlet.WebBeansConfigurationListener contextInitialized SEVERE: An error occurred while starting application context path : [/guess] I'll dig in a little deeper this evening, but these classes don't appear to explicitly use the @Priority annotation. Perhaps the pom needs to be moved up to cdi 1.2 api jar, or the ee-7 commons annotation jar needs to be added? On Thu, Apr 16, 2015 at 3:43 PM, Mark Struberg <[email protected]> wrote: > Here is my > > +1 > > LieGrue, > strub > > > > Am 15.04.2015 um 21:57 schrieb Mark Struberg <[email protected]>: > > > > Hi! > > > > Another round of release bingo ;) > > > > It’s a great pleasure - again :) - to call a second VOTE for releasing > Apache OpenWebBeans-1.5.0. > > OWB-1.5.x is the first version to support CDI-1.2 which is a > maintenance version of the CDI-1.1 JSR-346 specification. > > > > The staging repository can be found here: > > > https://repository.apache.org/content/repositories/orgapacheopenwebbeans-1011/ > > > > The Release Notes can be found in the file readme/README.txt and online > under: > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310844&version=12328661 > > > > The SVN source TAG is (1673937): > > https://svn.apache.org/repos/asf/openwebbeans/tags/openwebbeans-1.5.0/ > > > > The source release can be found here: > > > https://repository.apache.org/content/repositories/orgapacheopenwebbeans-1011/org/apache/openwebbeans/openwebbeans/1.5.0/openwebbeans-1.5.0-source-release.zip > > sha1: 3fd0ba83a26cf8e36e8288930950985dfdb95c9a > > > > The binary release is here: > > > https://repository.apache.org/content/repositories/orgapacheopenwebbeans-1011/org/apache/openwebbeans/openwebbeans-distribution/1.5.0/openwebbeans-distribution-1.5.0-binary.zip > > sha1: 7dbc18074c6216b3502a485d2cba7c686f455ac8 > > > > My Key can be found here > > > https://svn.apache.org/repos/asf/openwebbeans/tags/openwebbeans-1.5.0/KEYS > > > > > > The VOTE will be open for 72 hours. > > [+1] approve > > [+0] meh, don’t care > > [-1] stop, I’ve found a ${fish} in there > > > > > > txs and LieGrue, > > your OpenWebBeans team > >
