7 Replies Latest reply on Apr 8, 2004 10:38 AM by ftftft

    Warning : Deployed as CLUSTERED but not a single cluster

    ftftft

      I am using JBoss3.2.3 when i try to deploy CMP entity bean in cluster mode jboss gives warning 'Deployed as CLUSTERED but not a single clustered-invoker is bound to container ' during deployment of all my entity beans.

      here is the jboss.xml config for my entity bean:


      <ejb-name >Country </ejb-name >
      <jndi-name >local/Country</jndi-name >
      True
      <configuration-name >Clustered BMP EntityBean</configuration-name >
      <cache-invalidation>True</cache-invalidation>

      Anything wrong with my configuration descriptor? Thanks in advance.

      Brett