-
Bug
-
Resolution: Done
-
Major
-
EAP_EWP 5.1.2
-
Documentation (Ref Guide, User Guide, etc.)
-
Low
-
Not Required
-
VERIFIED
jboss-beans.xml in http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/5/html/Administration_And_Configuration_Guide/deployment.chapt.html is wrong
The line below is formatted to fit nicely on the page, however, copying it directly results in JBoss giving an error on deployment. The line needs to be on one single line as the attribute are not found (or it should be stated that it should be on one line and not copied directly from the documentation.
<annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX
(name="jboss:service=ExampleHASingletonController",
exposedInterface=org.jboss.ha.singleton.HASingletonControllerMBean.class,
registerDirectly=true)</annotation>