0 Replies Latest reply on Apr 23, 2009 8:45 PM by alexgeorgescu

    seam web services setup

    alexgeorgescu

      I am trying to setup seam to work with web services but cannot get the seam contexts to be created. The rest of the application that uses JSF for the user interface creates and uses the seam components correctly, it is only the web service classes which do not create seam components no matter how I try. I think I might not have the standard-jaxws-endpoint-config.xml in the right location.


      Where should this file be located if the whole seam application is a WAR file and the web service files are together with other seam actions? Is it a META-INF folder inside the WEB-INF/classes folder, the META-INF folder for the WAR, or another location entirely?


      Also, how can I tell if standard-jaxws-endpoint-config.xml has been found correctly?