5 Replies Latest reply on May 27, 2008 6:54 PM by pozzo

    Clustered Beans and Testing with the Embedded Container

    jgilbert

      I have been using the embedded container to do my ejb3 unit testing. Now I am starting to use the @Clustered annotation to cluster my beans. However, I still want to unit test them. But I get a "HAPartition not bound" exception when running my unit tests.

      Obviously I need to find the minimum set of entries to add to the micro-container configuration to bind enough of an HAPartition to make everything happy.

      Has anyone tried this and found the necessary entries?