I don't know if I am right... I kept getting IllegalStateException, when I check the
itext example's web.xml, it doesn't have these two configurations that are in the
documentation.
| <filter>
| <filter-name>Seam Servlet Filter</filter-name>
| <filter-class>org.jboss.seam.servlet.SeamServletFilter</filter-class>
| </filter>
|
| <filter-mapping>
| <filter-name>Seam Servlet Filter</filter-name>
| <url-pattern>*.pdf</url-pattern>
| </filter-mapping>
I tried removing those two configs and I don't get the exception anymore.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077517#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...