[ http://jira.jboss.com/jira/browse/JBAS-1442?page=comments#action_12315468 ] Adrian Brock commented on JBAS-1442: ------------------------------------
Workaround 1: Create your own InvokerInterceptor that behaves the same way as the JBoss-4.0.0 version and configure it for the service in question. http://cvs.sourceforge.net/viewcvs.py/jboss/jboss/src/main/org/jboss/invocation/InvokerInterceptor.java?rev=1.5&view=markup Workaround 2: Use a different MBean name for the service, e.g. if it is an EJB use a different jndi name or in the RMIAdaptor case, just change the name in the config file. > 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
