[jboss-jira] [JBoss JIRA] Closed: (JBAS-2188) "jboss:service=invoker,type=http,target=HAJNDI" misconfigured in file httpha-invoker.sar/META-INF/jboss-service.xml
Dimitris Andreadis (JIRA)
jira-events at lists.jboss.org
Wed Jun 11 10:41:27 EDT 2008
[ http://jira.jboss.com/jira/browse/JBAS-2188?page=all ]
Dimitris Andreadis closed JBAS-2188.
------------------------------------
Fix Version/s: JBossAS-5.0.0.CR1
(was: JBossAS-5.0.0.CR2)
Resolution: Done
> "jboss:service=invoker,type=http,target=HAJNDI" misconfigured in file httpha-invoker.sar/META-INF/jboss-service.xml
> -------------------------------------------------------------------------------------------------------------------
>
> Key: JBAS-2188
> URL: http://jira.jboss.com/jira/browse/JBAS-2188
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Clustering, Naming
> Affects Versions: JBossAS-4.0.1 Final, JBossAS-4.0.2 Final, JBossAS-4.0.2RC1, JBossAS-4.0.1 SP1, JBossAS-4.0.3RC1, JBossAS-4.0.3RC2
> Reporter: Jim Moran
> Assigned To: Jim Moran
> Fix For: JBossAS-5.0.0.CR1, JBossAS-5.0.0.Beta4, JBossAS-5.0.0.Beta1, JBossAS-4.0.4RC1, JBossAS-4.0.3 Final
>
>
> 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>
--
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list