As noted in related issue here: https://issues.jboss.org/browse/FUSEJON-96 You need to update the file
jboss-fuse-plugin-7.3.1.redhat-379.jar/META-INF/rhq-plugin.xml to allow for Beta as well as redhat otherwise fabric8 1.2.0.Beta4 is not discovered
<c:simple-property name="versionFile" default="**/system/.+/fabric-core/(((7.[2-9])|(1.[0-9])).[0-9].redhat[0-9]+)" displayName="Version File Pattern"
I wanted to cross post the issue here as:
I don't have access to add comments to the issue FUSEJON-96
In testing, I also noticed that it's not picking up any of the java-containers (I have a spring-boot one) that's not getting picked up by the auto discovery. I wanted to report this issue.
I was wondering if some of the fabric folks could help. Currently I don't see the jon plugin source code in any git repo that I can find (other than the source.jar files). I would be happy to update the fix for the first issue if there is a public git repo. I guess the JON fabric management piece is not open sourced?
In my situation, I have paid subscriptions to JON, however I am working with some of the fabric8 stuff on future projects that will go live a bit later, after Fabric8 1.2 is GA. I wanted to start testing early and help provide feedback to the monitoring side of things as well.
Is there any thoughts to having a community supported version of the plugin that works with RHQ or JON? What are others out there doing for monitoring when using the open source version?
As noted in related issue here: https://issues.jboss.org/browse/FUSEJON-96 You need to update the file jboss-fuse-plugin-7.3.1.redhat-379.jar/META-INF/rhq-plugin.xml to allow for Beta as well as redhat otherwise fabric8 1.2.0.Beta4 is not discovered <c:simple-property name="versionFile" default="**/system/.+/fabric-core/(((7.[2-9])|(1.[0-9])).[0-9].redhat[0-9]+)" displayName="Version File Pattern"
I wanted to cross post the issue here as:
In my situation, I have paid subscriptions to JON, however I am working with some of the fabric8 stuff on future projects that will go live a bit later, after Fabric8 1.2 is GA. I wanted to start testing early and help provide feedback to the monitoring side of things as well.
Is there any thoughts to having a community supported version of the plugin that works with RHQ or JON? What are others out there doing for monitoring when using the open source version?
Would appreciate some input here.