This patch seemed to fix it:
(linkedin)[acabrera-mn:trunk 509]$ svn diff
Index: webbeans-tomcat7/pom.xml
===================================================================
--- webbeans-tomcat7/pom.xml (revision 1302042)
+++ webbeans-tomcat7/pom.xml (working copy)
@@ -28,6 +28,7 @@
<description>Apache OpenWebBeans Tomcat 7 Web Profile</description>
<dependencies>
+
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-catalina</artifactId>
@@ -61,6 +62,13 @@
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-servlet_2.5_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+
</dependencies>
</project>