[jboss-user] [JBoss Seam] - Re: How do I call Seam code from a web service?

modoc do-not-reply at jboss.com
Sun Mar 18 20:38:24 EDT 2007


If you mean like this:


  |     <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>/costService*</url-pattern> 
  |     </filter-mapping> 
  | 

Then it isn't working for me.  If you mean something else, can you be more specific.  Searching for contextFilter in the docs yields nothing.

Sorry to be so dense:(

Devon

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4029172



More information about the jboss-user mailing list