3 Replies Latest reply on Feb 5, 2013 9:32 PM by lightguard

    Where have SeamFilter/Listener and DocumentStoreServlet gone in Seam 3.x?

    paul_

      Hi,

       

      i'm currently migrating an application from Seam2 to Seam3. (also from JBoss 4.2 to JBoss 7.1 and from JSF1.2 to JSF2.0, should that be important)

       

      So far i have been able to figure out most of the process (thanks to very good documentation and this forum)

       

      But in the web.xml of the application we have used

       

      org.jboss.seam.servlet.SeamListener,

       

      org.jboss.seam.servlet.SeamFilter

       

      org.jboss.seam.document.DocumentStoreServlet

       

      The corresponding Jar File is jboss-seam.jar which, as far as i know, belongs to Seam2.

      By Removing this Jar from the Build Path Eclipse starts (correctly) telling me, that these entries reference a non-existant class.

       

      Hence my question would be, where have these Classes gone in Seam 3? Or is there another way to achieve the same behaviour?

       

      I'm on Eclipse 3.7

       

       

      Greetings from Germany,

      P. Salg