[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-1540) Test handling of SFSB with @Clustered but no @Remote
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Wed Oct 22 15:54:31 EDT 2008
Test handling of SFSB with @Clustered but no @Remote
----------------------------------------------------
Key: EJBTHREE-1540
URL: https://jira.jboss.org/jira/browse/EJBTHREE-1540
Project: EJB 3.0
Issue Type: Task
Components: Clustering
Reporter: Brian Stansberry
Effect should be that the bean state is replicated around the cluster but there is no clustered proxy (i.e. no load balancing / failover in the bean proxy). The lack of a remote interface precludes a clustered proxy.
This is quite a useful config if the bean client is something like a clustered webapp; the proxy is stored in the web session, which is replicated. Loadbalancing/failover are managed at the web tier level. If the web session fails over, the proxy should be able to interact with the local bean container, and the replication of the bean state means the needed state is available.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list