[ https://issues.apache.org/jira/browse/OWB-900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13771822#comment-13771822 ]
Thomas Andraschko commented on OWB-900: --------------------------------------- Just look for a good CDI tutorial or the Weld docu. To add and enable OpenWebBeans, you just need: <dependency> <groupId>org.apache.openwebbeans</groupId> <artifactId>openwebbeans-jsf</artifactId> </dependency> <dependency> <groupId>org.apache.openwebbeans</groupId> <artifactId>openwebbeans-web</artifactId> </dependency> and this in your web.xml: <listener> <listener-class>org.apache.webbeans.servlet.WebBeansConfigurationListener</listener-class> </listener> > Documentation Links are broken > ------------------------------ > > Key: OWB-900 > URL: https://issues.apache.org/jira/browse/OWB-900 > Project: OpenWebBeans > Issue Type: Bug > Components: Samples & Documentation > Reporter: Prasenjit Purohit > Labels: docuentation, quickstart > > Links of the web location documents are broken > Links from http://openwebbeans.apache.org/documentation.html to sub modules > are showing either blank or Not Found -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira