0 Replies Latest reply on Nov 10, 2008 5:25 PM by oggmeister

    Testing @Remote session beans and @Webservices with Embedded JBoss

    oggmeister

      Hi,


      I'm using Seam 2.0.2.SP1 for my application and Seam Test to test it.


      I got two clients talking to the application, one though web services and the other one obtains a remote reference to a remote session bean via JNDI.


      I'd like to test the remote communication as well but Embedded JBoss doesn't seem to start the corresponding services (neither 1099 for JNDI nor 8080 for webservices).


      My question: Is there a way to configure Seam Test / Embedded JBoss to start those services to allow my test clients to connect? Or do I have start the real AS for testing?


      Many thanks!