[ http://jira.jboss.com/jira/browse/JBAS-1442?page=comments#action_12315318 ] Adrian Brock commented on JBAS-1442: ------------------------------------
The real solution to this problem is to have two different interceptors in the stack InvokerSelectionInterceptor - selects the invoker to use InvokerInterceptor - just does the invocation through the invoker selected This would allow different InvokerSelectionInterceptors for the clustered (load balancing/failover) and non clustered cases. But this is not possible until we have an invocation response that can return the cluster targets/view back up the interceptor chain (JBoss5). > JBAS-57 was not fully backwards compatible > ------------------------------------------ > > Key: JBAS-1442 > URL: http://jira.jboss.com/jira/browse/JBAS-1442 > Project: JBoss Application Server > Type: Bug > Components: Clustering > Versions: JBossAS-4.0.1 Final > Reporter: Adrian Brock > > > The change to allow the clustered colocation policy to be overridden > http://jira.jboss.com/jira/browse/JBAS-57 > is not fully backwards compatbile with previous releases. > i.e. When the invoker interceptor is used for a non clustered proxy where > one server looks up a service from another server. > If both servers have the service installed it will use the colocated path > when the intention is to use the remote service. > e.g. Server1 looks up the RMIAdaptor for Server2 > Because Server1 also has an RMIAdaptor it will use the colocated RMIAdaptor. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
