0 Replies Latest reply on Apr 25, 2008 5:18 PM by liuxiaodu

    Webservice testing using seamTest

    liuxiaodu

      Hello,


      I have a webservice expose the EJB methond using Jaxws.  I would like to test it using testNG or seamTest. 


      I can test it as EJB using JBOSS embedded container without any issue.  I can also test POJO webservice using CXF also without any issue.  The issue is that I can not found container to test it tegether, or found container which can host both EJB and JAXWS.  Since in webservice implementation, I expect EJB container to inject the persistent manger for retriving data from database.


      Thanks


      Louie Liu


      There is the code: