I ran into the same problem. For me, the problem began when I was forced to create a web.xml for my portlet. My web.xml was using 2.3 instead of version 2.4. Make sure the top of your web.xml file looks like this.
<?xml version="1.0" encoding="ISO-8859-1"?> | <web-app xmlns="http://java.sun.com/xml/ns/j2ee" | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" | version="2.4"> Hope that helps! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933915#3933915 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933915 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
