1 Reply Latest reply on Nov 17, 2008 8:51 AM by mrossix

    POJO Webservice

    martinlevett

      I've been trying to get a POJO Webservice working as a facade to a Seam component (as per the Seam docs) but I'm running into a class loading issue.  When I reference a Seam component from the Web Service, it can't find the component class.


      The problem occurs because in order to get the Web Service to register in JBoss I had to move the class outside of the Seam hot deploy folder (e.g. WEB-INF/dev) and add a reference to it in web.xml.


      I understand why this doesn't work but can't figure out the best way to fix it.  Am I missing something? Is there a way to  get POJO Web Services working in Seam with hot deployment?


      I'm running Seam 2.0.1.GA and the project was created in JBoss Developer Studio.


      Thanks
      Martin