GitHub user stanlyDoge opened a pull request:

    https://github.com/apache/activemq-artemis/pull/2006

    ARTEMIS-1798 DEBUG message bad write method arg count - fix

    When the logging level was set up to DEBUG, 
FluentPropertyBeanIntrospectorWithIgnores threw an exception at 
org.apache.activemq.artemis.core.protocol.openwire.OpenWireProtocolManager#setUpInactivityParams
 because it was not really setting up any property. I have added this method to 
FluentPropertyBeanIntrospectorWithIgnores's ignored method, which means this 
method is not checked anymore. That causes there is not error message in DEBUG 
output any longer.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/stanlyDoge/activemq-artemis E638

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/2006.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2006
    
----
commit 7f3962c0776fcfdda9c1dab2cc5260228a2edfc1
Author: Stanislav Knot <sknot@...>
Date:   2018-04-10T13:01:55Z

    ARTEMIS-1798 DEBUG message bad write method arg count - fix

----


---

Reply via email to