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:47:00 UTC

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

     [ https://issues.apache.org/jira/browse/TOMEE-2245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Gallimore resolved TOMEE-2245.
---------------------------------------
    Resolution: Fixed

> 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
>            Priority: Major
>             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)