3 Replies Latest reply on Dec 12, 2002 1:30 PM by jaksa

    partitioning an application

      Hi.
      I have been experimenting with partitioning in JBoss. I have a cluster with this configuration:

      node X is a member of DefaultPartition
      node Y is a member of DefaultPartition and MyPartition.

      Some of the beans in my .ear file are assigned to DefaultPartition and some to MyPartition. When I deploy the .ear using the farming service the X node catches an exception:

      javax.naming.NameNotFoundException: MyPartition not bound
      ...

      Is this the default behaviour? What I expected is that the X node simply ignored the beans that are not for its partition. Should I deploy my beans in separate .ear files?
      TIA

      Jaksa