This content has been marked as final.
Show 2 replies
-
1. Re: Seam + Tomcat + Web service
Nicklas Karlsson May 28, 2008 8:50 PM (in response to cesar carmona)Well, you need some Web Service stack first since tomcat doesn't come with any.
After that it should be pretty straightforward to deploy them with annotations, web.xml servlet mappings and seam in the handler chain (guessing here).
-
2. Re: Seam + Tomcat + Web service
cesar carmona May 29, 2008 9:50 AM (in response to cesar carmona)Fist of all thank you for the reply. I have solved the problem by chance.
Well, I think I´ve resolved it just including this filter in web.xml: org.jboss.seam.web.ContextFilter. Then a service request can access Seam Context.I suggest it could be a good thing to extend jpa example (I mean no JBossAS, no EJB3) with some web service functionality.