Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-2188

"jboss:service=invoker,type=http,target=HAJNDI" misconfigured in file httpha-invoker.sar/META-INF/jboss-service.xml

    XMLWordPrintable

Details

    Description

      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>

      Attachments

        Activity

          People

            jimm_jira jimm (Inactive)
            jimm_jira jimm (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: