I believe http://docs.jboss.com/seam/2.0.0.GA/reference/en/html/itext.htm may 
be somewhat out of date.

In section 16.8.1 the web.xml entries do not work for me in 2.0 GA.

anonymous wrote : 
  | 
  |     <filter-name>Seam Servlet Filter</filter-name>
  |     <filter-class>org.jboss.seam.servlet.SeamServletFilter</filter-class>
  | 
  | 
  | <filter-mapping>
  |     <filter-name>Seam Servlet Filter</filter-name>
  |     <url-pattern>*.pdf</url-pattern>
  | </filter-mapping>
  | 
  | 
  |     <servlet-name>Document Store Servlet</servlet-name>
  |     <servlet-class>org.jboss.seam.pdf.DocumentStoreServlet</servlet-class>
  | 
  | 
  | <servlet-mapping>
  |     <servlet-name>Document Store Servlet</servlet-name>
  |     <url-pattern>*.pdf</url-pattern>
  | </servlet-mapping>
  | 

should perhaps be replaced with 

anonymous wrote : 
  |     
  |         <servlet-name>Document Store Servlet</servlet-name>
  |         
<servlet-class>org.jboss.seam.pdf.DocumentStoreServlet</servlet-class>
  |     
  | 
  |     <servlet-mapping>
  |         <servlet-name>Document Store Servlet</servlet-name>
  |         <url-pattern>*.pdf</url-pattern>
  |     </servlet-mapping>
  | 

The itext example project was updated, but it seems the documentation was 
missed.

Also, it may be helpful to indicate in section 16.1 that jcommon.jar and 
jfreechart.jar also seem to be necessary for itext.

Should this kind of thing be entered in JIRA?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112318#4112318

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112318
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to