org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'org.jboss.as.jmx.PluggableMBeanServerImpl' to required type 'com.compDskApp.cms.vela.commons.service.util.JBossBean' for property 'jbossBean'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [org.jboss.as.jmx.PluggableMBeanServerImpl] to required type [com.compDskApp.cms.vela.commons.service.util.JBossBean] for property 'jbossBean': no matching editors or conversion strategy found
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'org.jboss.as.jmx.PluggableMBeanServerImpl' to required type 'com.compDskApp.cms.vela.commons.service.util.JBossBean' for property 'jbossBean'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [org.jboss.as.jmx.PluggableMBeanServerImpl] to required type [com.compDskApp.cms.vela.commons.service.util.JBossBean] for property 'jbossBean': no matching editors or conversion strategy found
at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:288)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1035)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:939)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:485)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1102)
at org.springframework.beans.factory.access.SingletonBeanFactoryLocator.useBeanFactory(SingletonBeanFactoryLocator.java:394)