Type in Documentation: usePlatformMbeanServer must be usePlatformMBeanServer
----------------------------------------------------------------------------
Key: CXF-3651
URL: https://issues.apache.org/jira/browse/CXF-3651
Project: CXF
Issue Type: Bug
Components: Documentation
Environment: http://cxf.apache.org/docs/jmx-management.html
Reporter: Oliver Jelinski
Priority: Trivial
On the webpage "Configuring JMX Integration"
(http://cxf.apache.org/docs/jmx-management.html) there is the typo in the table
that contains the configuration options. The option "usePlatformMbeanServer"
must be "usePlatformMBeanServer" (uppercase "B").
This isn't a big issue but leads to failing spring initialization:
SCHWERWIEGEND: Exception sending context initialized event to listener instance
of class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'XXX': Invocation of init method failed; nested exception is
javax.xml.ws.WebServiceException:
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'org.apache.cxf.management.InstrumentationManager' defined in
ServletContext resource [/WEB-INF/beans.xml]: Error setting property values;
nested exception is org.springframework.beans.NotWritablePropertyException:
Invalid property 'usePlatformMbeanServer' of bean class
[org.apache.cxf.management.jmx.InstrumentationManagerImpl]: Bean property
'usePlatformMbeanServer' is not writable or has an invalid setter method. Did
you mean 'usePlatformMBeanServer'?
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira