-
Bug
-
Resolution: Done
-
Major
-
JBossAS-4.0.1 Final, JBossAS-4.0.1 SP1, JBossAS-4.0.2RC1, JBossAS-4.0.2 Final, JBossAS-4.0.3RC1, JBossAS-4.0.3RC2
-
None
distributed server config 'all' has misconfiguration in file deploy/httpha-invoker.sar/META-INF/jboss-service.xml
MBean with name="jboss:service=invoker,type=http,target=HAJNDI" has:
<attribute name="InvokerURLSuffix">/invoker/HAJNDIFactory</attribute>
This does not make sense and causes HttpInvokerProxy to be returned for any and all lookups via this invoker. It could be:
<attribute name="InvokerURLSuffix">/invoker/JMXInvokerHAServlet</attribute>
However it would make the most sense to make this MBean work out of the box like the other http invokers. This would look like:
<attribute name="InvokerURLPrefix">http://</attribute>
<attribute name="InvokerURLSuffix">:8080/invoker/JMXInvokerHAServlet</attribute>