You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Jonathan Gallimore (JIRA)" <ji...@apache.org> on 2018/09/25 10:43:00 UTC

[jira] [Created] (TOMEE-2245) Null attributes in MBeanPojoWrapper

Jonathan Gallimore created TOMEE-2245:
-----------------------------------------

             Summary: Null attributes in MBeanPojoWrapper
                 Key: TOMEE-2245
                 URL: https://issues.apache.org/jira/browse/TOMEE-2245
             Project: TomEE
          Issue Type: Bug
            Reporter: Jonathan S. Fisher
            Assignee: Jonathan Gallimore
             Fix For: 8.0.0, 1.7.6, 7.0.6, 7.1.1


to reproduce:
 # Build this branch from current master
 # Unzip the plume tar.gz
 # Download [https://oss.sonatype.org/content/repositories/public/io/hawt/hawtio-default/2.1.0/hawtio-default-2.1.0.war] to webapps/hawtio.war [the filename hawtio.war is important, must be exactly that]
 # start the server with catalina.sh run
 # navigate to localhost:8080/hawtio and see jmx is working
 # stop the server
 # deploy the tomee.xml below
 # restart the server
 # nagivate to localhost:8080/hawtio and see the jmx section is missing

{{<?xml version="1.0" encoding="UTF-8"?>}}
{{<tomee>}}
{{ <Resource}}
{{ id="ra/activemq"}}
{{ type="ActiveMQResourceAdapter">}}
{{ BrokerXmlConfig=}}
{{ ServerUrl=tcp://localhost:61616?keepAlive=true}}
{{ </Resource>}}
{{</tomee>}}



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