0 Replies Latest reply on Aug 19, 2010 4:56 PM by mmaia

    Seam Rest gives error 403 - Forbidden when trying to make it a seam component

    mmaia

      Hi,


      I am new to Seam. I wrote a simple Rest service using seam. It does work as expected when I don't declare it as a seam component using the @Name annotation. Whenever I place the @Name annotation on it's class definition and try to access it using the same url which worked before I receive the following error on browser:


      HTTP Status 403 - Access to the requested resource has been denied


      I have followed instructions from seam documentation at: Rest with Seam Components and I could not find anything mentioned about security configurations.


      Any ideas?


      tx in advance.