[jboss-jira] [JBoss JIRA] Assigned: (EJBTHREE-1540) Test handling of SFSB with @Clustered but no @Remote
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Fri Apr 17 22:58:22 EDT 2009
[ https://jira.jboss.org/jira/browse/EJBTHREE-1540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry reassigned EJBTHREE-1540:
------------------------------------------
Assignee: Paul Ferraro
> 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
> Assignee: Paul Ferraro
>
> 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