from what I understand, your @clustered is for maintaining state across the cluster, but @stateless has no state, so it might be redundant code.
Jboss will cluster by default, so no special config needed, just deploy your app the the /server//farm/ directory, (e.g. config = "all"), so the bean will be on all nodes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4205165#4205165 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4205165 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
