Hi,
I'm in the process of upgrading some custom RHQ plugins from 3.0.0 to 4.0.1. Previously I used the following Maven repository in my build:
https://repository.jboss.org/nexus/content/groups/public/
I noticed that this repository doesn't contain the artifacts for 4.0.0 and 4.0.1 (the latest version is 4.0.0.B02). Is RHQ now using a different Maven repository?
Andreas
No, we're still using that same repo. We must have forgotten to publish the Maven artifacts for the 4.0 and 4.0.1 releases. I'll publish 4.0.1 for you now.
On 06/24/2011 10:07 AM, Andreas Veithen wrote:
Hi,
I'm in the process of upgrading some custom RHQ plugins from 3.0.0 to 4.0.1. Previously I used the following Maven repository in my build:
https://repository.jboss.org/nexus/content/groups/public/
I noticed that this repository doesn't contain the artifacts for 4.0.0 and 4.0.1 (the latest version is 4.0.0.B02). Is RHQ now using a different Maven repository?
Andreas _______________________________________________ rhq-users mailing list rhq-users@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/rhq-users
4.0.1 artifacts are in the repo now.
On 06/24/2011 10:46 AM, Ian Springer wrote:
No, we're still using that same repo. We must have forgotten to publish the Maven artifacts for the 4.0 and 4.0.1 releases. I'll publish 4.0.1 for you now.
On 06/24/2011 10:07 AM, Andreas Veithen wrote:
Hi,
I'm in the process of upgrading some custom RHQ plugins from 3.0.0 to 4.0.1. Previously I used the following Maven repository in my build:
https://repository.jboss.org/nexus/content/groups/public/
I noticed that this repository doesn't contain the artifacts for 4.0.0 and 4.0.1 (the latest version is 4.0.0.B02). Is RHQ now using a different Maven repository?
Andreas _______________________________________________ rhq-users mailing list rhq-users@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/rhq-users
Thanks, Ian. All artifacts seem to be there, except for org.rhq:rhq-parent, which means that I still can't build my custom plugin for RHQ 4.0.1. Can you check why the parent POM is not deployed?
Andreas
On Fri, Jun 24, 2011 at 21:45, Ian Springer ian.springer@redhat.com wrote:
4.0.1 artifacts are in the repo now.
On 06/24/2011 10:46 AM, Ian Springer wrote:
No, we're still using that same repo. We must have forgotten to publish the Maven artifacts for the 4.0 and 4.0.1 releases. I'll publish 4.0.1 for you now.
On 06/24/2011 10:07 AM, Andreas Veithen wrote:
Hi,
I'm in the process of upgrading some custom RHQ plugins from 3.0.0 to 4.0.1. Previously I used the following Maven repository in my build:
https://repository.jboss.org/nexus/content/groups/public/
I noticed that this repository doesn't contain the artifacts for 4.0.0 and 4.0.1 (the latest version is 4.0.0.B02). Is RHQ now using a different Maven repository?
Andreas _______________________________________________ rhq-users mailing list rhq-users@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/rhq-users
-- Ian Springer Principal Software Developer JBoss Operations Network Red Hat ian.springer@redhat.com
rhq-users mailing list rhq-users@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/rhq-users
Hi Andreas,
The JBoss Maven repo runs on the Nexus repository manager, which has its own mechanism for deploying artifacts. I suspect rhq-parent failed to get published to a bug in Nexus. I'll contact the Red Hat employee who is in charge of the JBoss Maven infrastructure and ask him to help me get it fixed.
Cheers, Ian
On 06/27/2011 10:11 AM, Andreas Veithen wrote:
Thanks, Ian. All artifacts seem to be there, except for org.rhq:rhq-parent, which means that I still can't build my custom plugin for RHQ 4.0.1. Can you check why the parent POM is not deployed?
Andreas
On Fri, Jun 24, 2011 at 21:45, Ian Springerian.springer@redhat.com wrote:
4.0.1 artifacts are in the repo now.
On 06/24/2011 10:46 AM, Ian Springer wrote:
No, we're still using that same repo. We must have forgotten to publish the Maven artifacts for the 4.0 and 4.0.1 releases. I'll publish 4.0.1 for you now.
On 06/24/2011 10:07 AM, Andreas Veithen wrote:
Hi,
I'm in the process of upgrading some custom RHQ plugins from 3.0.0 to 4.0.1. Previously I used the following Maven repository in my build:
https://repository.jboss.org/nexus/content/groups/public/
I noticed that this repository doesn't contain the artifacts for 4.0.0 and 4.0.1 (the latest version is 4.0.0.B02). Is RHQ now using a different Maven repository?
Andreas _______________________________________________ rhq-users mailing list rhq-users@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/rhq-users
-- Ian Springer Principal Software Developer JBoss Operations Network Red Hat ian.springer@redhat.com
rhq-users mailing list rhq-users@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/rhq-users
rhq-users mailing list rhq-users@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/rhq-users
It is there now.
https://repository.jboss.org/nexus/content/repositories/releases/org/rhq/rhq...
Thanks for your patience.
-- Ian
On 06/28/2011 02:39 PM, Ian Springer wrote:
Hi Andreas,
The JBoss Maven repo runs on the Nexus repository manager, which has its own mechanism for deploying artifacts. I suspect rhq-parent failed to get published to a bug in Nexus. I'll contact the Red Hat employee who is in charge of the JBoss Maven infrastructure and ask him to help me get it fixed.
Cheers, Ian
On 06/27/2011 10:11 AM, Andreas Veithen wrote:
Thanks, Ian. All artifacts seem to be there, except for org.rhq:rhq-parent, which means that I still can't build my custom plugin for RHQ 4.0.1. Can you check why the parent POM is not deployed?
Andreas
On Fri, Jun 24, 2011 at 21:45, Ian Springerian.springer@redhat.com wrote:
4.0.1 artifacts are in the repo now.
On 06/24/2011 10:46 AM, Ian Springer wrote:
No, we're still using that same repo. We must have forgotten to publish the Maven artifacts for the 4.0 and 4.0.1 releases. I'll publish 4.0.1 for you now.
On 06/24/2011 10:07 AM, Andreas Veithen wrote:
Hi,
I'm in the process of upgrading some custom RHQ plugins from 3.0.0 to 4.0.1. Previously I used the following Maven repository in my build:
https://repository.jboss.org/nexus/content/groups/public/
I noticed that this repository doesn't contain the artifacts for 4.0.0 and 4.0.1 (the latest version is 4.0.0.B02). Is RHQ now using a different Maven repository?
Andreas _______________________________________________ rhq-users mailing list rhq-users@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/rhq-users
-- Ian Springer Principal Software Developer JBoss Operations Network Red Hat ian.springer@redhat.com
rhq-users mailing list rhq-users@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/rhq-users
rhq-users mailing list rhq-users@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/rhq-users
I'm able to build the custom plugin against the 4.0.1 libs now. Thanks, Ian.
Andreas
On Wed, Jun 29, 2011 at 17:09, Ian Springer ian.springer@redhat.com wrote:
It is there now.
https://repository.jboss.org/nexus/content/repositories/releases/org/rhq/rhq...
Thanks for your patience.
-- Ian
On 06/28/2011 02:39 PM, Ian Springer wrote:
Hi Andreas,
The JBoss Maven repo runs on the Nexus repository manager, which has its own mechanism for deploying artifacts. I suspect rhq-parent failed to get published to a bug in Nexus. I'll contact the Red Hat employee who is in charge of the JBoss Maven infrastructure and ask him to help me get it fixed.
Cheers, Ian
On 06/27/2011 10:11 AM, Andreas Veithen wrote:
Thanks, Ian. All artifacts seem to be there, except for org.rhq:rhq-parent, which means that I still can't build my custom plugin for RHQ 4.0.1. Can you check why the parent POM is not deployed?
Andreas
On Fri, Jun 24, 2011 at 21:45, Ian Springerian.springer@redhat.com wrote:
4.0.1 artifacts are in the repo now.
On 06/24/2011 10:46 AM, Ian Springer wrote:
No, we're still using that same repo. We must have forgotten to publish the Maven artifacts for the 4.0 and 4.0.1 releases. I'll publish 4.0.1 for you now.
On 06/24/2011 10:07 AM, Andreas Veithen wrote:
Hi,
I'm in the process of upgrading some custom RHQ plugins from 3.0.0 to 4.0.1. Previously I used the following Maven repository in my build:
https://repository.jboss.org/nexus/content/groups/public/
I noticed that this repository doesn't contain the artifacts for 4.0.0 and 4.0.1 (the latest version is 4.0.0.B02). Is RHQ now using a different Maven repository?
Andreas _______________________________________________ rhq-users mailing list rhq-users@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/rhq-users
-- Ian Springer Principal Software Developer JBoss Operations Network Red Hat ian.springer@redhat.com
rhq-users mailing list rhq-users@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/rhq-users
rhq-users mailing list rhq-users@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/rhq-users
-- Ian Springer Principal Software Developer JBoss Operations Network Red Hat ian.springer@redhat.com
rhq-users mailing list rhq-users@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/rhq-users
On Thu, Jun 30, 2011 at 09:06, Heiko W.Rupp hrupp@redhat.com wrote:
Hey,
Am 30.06.2011 um 08:59 schrieb Andreas Veithen:
I'm able to build the custom plugin against the 4.0.1 libs now. Thanks, Ian.
Wanna tell a bit more what you are doing?
Sure. We are using RHQ as a platform to monitor our WebSphere environment (see also my previous mail on the dev list). Since the support for WebSphere in RHQ is almost non existent, I have developed a custom plugin for this. Right now we have the following features working:
* Collection of PMI statistics from applications (response times, request counts, etc.), data sources, J2C connection factories (including JMS), SIBus destinations and thread pools. * Resource discovery based on the persistent WebSphere configuration (using a connection to the deployment manager). * The plugin internally uses WebSphere APIs (which themselves are mostly based on standard JMX APIs), but provides a compatibility layer for EMS based plugins. This allows us to reuse the existing support for JVM statistics in RHQ. We also tested this with another custom EMS based plugin, but not yet with the existing Hibernate plugin. * Remote capture of log events (i.e. log messages written to SystemOut.log). This either uses a component (RasLoggingService) available out of the box in WebSphere or a custom component that in addition allows to link these log events to individual application components (servlets or enterprise beans). * Experimental support for retrieving statistics from DB2 and linking them to data sources defined in WebSphere.
I started working on that plugin shortly before the 4.0 release, and we are still using RHQ 3.0 right now (the plugin builds fine against the 4.0 libraries but deployment fails). We are successfully using the solution to monitor our WebSphere acceptance and production environments, primarily in order to identify and investigate performance issues. That is why the features of our plugin primarily focus on collecting metrics, and to a lesser extent on support for operations and configurations, which means that they are somewhat orthogonal to the features (managing application configurations and patching libraries) discussed about a month ago on the dev list.
Andreas
rhq-users@lists.stg.fedorahosted.org