You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2018/09/05 06:56:00 UTC

[jira] [Created] (CAMEL-12778) CamelCatalog - Should be JMX compliant

Claus Ibsen created CAMEL-12778:
-----------------------------------

             Summary: CamelCatalog - Should be JMX compliant
                 Key: CAMEL-12778
                 URL: https://issues.apache.org/jira/browse/CAMEL-12778
             Project: Camel
          Issue Type: Bug
          Components: camel-catalog
    Affects Versions: 2.22.0, 2.21.2
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 2.21.3, 2.22.2, 2.23.0


We have this error

Failed
org.apache.camel.catalog.CamelCatalogMBeanExporterTest.testMBeanExporter

Failing for the past 8 builds (Since Unstable#599 )
Took 7 ms.
Error Message
org.apache.camel.catalog.CamelCatalog: Method org.apache.camel.catalog.CamelCatalog.setSuggestionStrategy has parameter or return type that cannot be translated into an open type
Stacktrace
javax.management.NotCompliantMBeanException: org.apache.camel.catalog.CamelCatalog: Method org.apache.camel.catalog.CamelCatalog.setSuggestionStrategy has parameter or return type that cannot be translated into an open type
	at org.apache.camel.catalog.CamelCatalogMBeanExporterTest.testMBeanExporter(CamelCatalogMBeanExporterTest.java:35)
Caused by: java.lang.IllegalArgumentException: Method org.apache.camel.catalog.CamelCatalog.setSuggestionStrategy has parameter or return type that cannot be translated into an open type
	at org.apache.camel.catalog.CamelCatalogMBeanExporterTest.testMBeanExporter(CamelCatalogMBeanExporterTest.java:35)
Caused by: javax.management.openmbean.OpenDataException: Cannot convert type: org.apache.camel.catalog.SuggestionStrategy
	at org.apache.camel.catalog.CamelCatalogMBeanExporterTest.testMBeanExporter(CamelCatalogMBeanExporterTest.java:35)
Caused by: javax.management.openmbean.OpenDataException: Can't map org.apache.camel.catalog.SuggestionStrategy to an open data type
	at org.apache.camel.catalog.CamelCatalogMBeanExporterTest.testMBeanExporter(CamelCatalogMBeanExporterTest.java:35)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)