0 Replies Latest reply on Aug 7, 2005 5:06 AM by arvind_pv

    Deployed as CLUSTERED but not a single clustered-invoker is

    arvind_pv

      Hi all,

      I'm getting below given message on server startup.

      deployed as CLUSTERED but not a single clustered-invoker is bound to container

      In jboss.xml, i have configured as

       <session>
       <ejb-name>AuthenticationSLEJB</ejb-name>
       <jndi-name>AuthenticationSLHome</jndi-name>
       <local-jndi-name>LocalAuthenticationSLHome</local-jndi-name>
       <configuration-name>Clustered Stateless SessionBean</configuration-name>
       <clustered>true</clustered>
       </session>

      Do i need to make any other changes to the server.

      Please help me to solve this problem

      thanks