2 Replies Latest reply on Sep 1, 2005 5:13 PM by skitching

    how to unit test entity beans

    skitching

      I want to write some unit tests related to EJB3 persistence and have them run outside the jboss container.

      I see that Oracle provide a test harness that emulates the necessary pieces to allow this:
      http://www.oracle.com/technology/pub/articles/debu_testability_of_ejb.html

      Is there anything equivalent using the jboss libraries? It feels a bit odd for me to write code that will be deployed in jboss but use an oracle testing harness library....

      Thanks,
      Simon