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>