0 Replies Latest reply on Jan 18, 2006 6:07 PM by mlugert

    Embedded EJB and TestNG

    mlugert

      Has anyone gotten this to work? I try to use

      @Configuration(beforeSuite=true)
      public void startJBossEmbeddedContainer()
      ...

      but it doesn't seem to work. When I put embedded ejb logging to debug a lot of stuff is spit out, but if I try to do an initialcontext.lookup it fails saying the server is not started.

      this could possibly be a problem or misconfiguration of testng on my part, but if anyone has gotten this to work some working files would be appreciated.