Description of problem: The output of JNDI View MBean, invoked through jmx-console looks like the example below: <h1> Other components with java:comp namespace</h1> <h2>java:comp namespace of the component jboss.j2ee:jar=jaxws-jbws944.jar,name=FooBean01,service=EJB3 :</h2> <pre> +- EJBContext[link -> java:internal/EJBContext] (class: javax.naming.LinkRef) +- TransactionSynchronizationRegistry[link -> java:TransactionSynchronizationRegistry] (class: javax.naming.LinkRef) +- UserTransaction (class: org.jboss.ejb3.tx.UserTransactionImpl) +- env (class: org.jnp.interfaces.NamingContext) +- ORB[link -> java:/JBossCorbaORB] (class: javax.naming.LinkRef) </pre> <h1>java: Namespace</h1> <pre> +- BPELDB (class: org.jboss.resource.adapter.jdbc.WrapperDataSource) +- securityManagement (class: org.jboss.security.integration.JNDIBasedSecurityManagement) +- comp (class: javax.namingMain.Context) +- JBossESBDS (class: org.jboss.resource.adapter.jdbc.WrapperDataSource) +- XAConnectionFactory (class: org.hornetq.jms.client.HornetQXAConnectionFactory) In the html source code, html tags are encoded with < and >, so these are not displayed properly in browsers.
This is an EAP bug - in EAP 5.2.0.ER6
It's not a bug in EAP 5.1.2
Chris Sams <csams> made a comment on jira JBPAPP-10598 It looks like this also is an issue elsewhere in jmx-console: jboss.messaging.destination topic has an mbean operation named: listAllSubscriptionsAsHTML with the same behavior.
Tom Fonteyne <tfonteyn> made a comment on jira JBPAPP-10598 It was introduced due to added security for preventing cross-site scripting. I'm currently looking at it, but not sure yet if/what can be done. Slightly related is: https://issues.jboss.org/browse/JBPAPP-10803
This product has been discontinued or is no longer tracked in Red Hat Bugzilla.