[JBoss JIRA] Created: (JBAS-7481) JMX MBean View - ClassCastExcetption error in output
by Marek Baluch (JIRA)
JMX MBean View - ClassCastExcetption error in output
----------------------------------------------------
Key: JBAS-7481
URL: https://jira.jboss.org/jira/browse/JBAS-7481
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: JMX/Web Console
Affects Versions: JBossAS-5.1.0.GA
Environment: FC11, jdk 1.6
Reporter: Marek Baluch
Assignee: Darran Lofthouse
When listing MBeans in JMX Console we can see the following error at the bottom of "java:Namespace" section:
ERROR: Failed to lookup: timedCacheFactory, errmsg=org.jboss.util.TimedCachePolicy cannot be cast to javax.naming.NamingEnumeration
The App Server also logs the following exception to output (when DEBUG is enabled)
[JNDIView] Unable to list web applications ENC
javax.management.AttributeNotFoundException: not found: DeployedApplications
at org.jboss.mx.server.AbstractMBeanInvoker.getAttribute(AbstractMBeanInvoker.java:335)
at org.jboss.mx.server.MBeanServerImpl.getAttribute(MBeanServerImpl.java:565)
at org.jboss.naming.JNDIView.list(JNDIView.java:99)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:138)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:90)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:140)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:90)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
at org.jboss.jmx.adaptor.control.Server.invokeOpByName(Server.java:258)
at org.jboss.jmx.adaptor.control.Server.invokeOp(Server.java:223)
at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet$3.run(HtmlAdaptorServlet.java:380)
at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet$3.run(HtmlAdaptorServlet.java:377)
at java.security.AccessController.doPrivileged(Native Method)
at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.invokeOp(HtmlAdaptorServlet.java:376)
at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.invokeOp(HtmlAdaptorServlet.java:287)
at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.processRequest(HtmlAdaptorServlet.java:104)
at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.doPost(HtmlAdaptorServlet.java:86)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:601)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:619)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] Created: (JBRULES-2688) Some files have the license headers twice
by Geoffrey De Smet (JIRA)
Some files have the license headers twice
-----------------------------------------
Key: JBRULES-2688
URL: https://jira.jboss.org/browse/JBRULES-2688
Project: Drools
Issue Type: Task
Security Level: Public (Everyone can see)
Components: All
Affects Versions: 5.1.0.FINAL
Reporter: Geoffrey De Smet
Assignee: Toni Rikkola
Priority: Trivial
Fix For: FUTURE
Several files have the license header twice, for example:
/home/ge0ffrey/projects/jboss/drools/drools-guvnor/src/main/java/org/drools/guvnor/server/repository/RulesRepositoryManager.java
The reason is that the original file already had a license header, but not on the correct position (after the package statement instead of before it).
/**
* Copyright 2010 JBoss Inc
*
...
*/
package org.drools.guvnor.server.repository;
/*
* Copyright 2005 JBoss Inc
*
...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] Created: (JBRULES-2851) Building the documentation should not contact all the repositories constantly for eclipse stuff
by Geoffrey De Smet (JIRA)
Building the documentation should not contact all the repositories constantly for eclipse stuff
-----------------------------------------------------------------------------------------------
Key: JBRULES-2851
URL: https://issues.jboss.org/browse/JBRULES-2851
Project: Drools
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: Geoffrey De Smet
Assignee: Mark Proctor
Priority: Minor
cd drools-docs
mvn clean install
and you get:
[INFO] --- maven-jdocbook-plugin:2.2.3:resources (default-resources) @ drools-docs-introduction ---
Downloading: http://snapshots.jboss.org/maven2/org/eclipse/wst/css/core/maven-metadata...
Downloading: http://snapshots.jboss.org/maven2/org/eclipse/wst/sse/core/maven-metadata...
Downloading: http://snapshots.jboss.org/maven2/org/eclipse/wst/common/uriresolver/mave...
Downloading: http://snapshots.jboss.org/maven2/org/eclipse/wst/sse/core/maven-metadata...
[INFO] artifact org.eclipse.wst.css:core: checking for updates from codehaus
[INFO] artifact org.eclipse.wst.css:core: checking for updates from apache-incubating
[INFO] artifact org.eclipse.wst.css:core: checking for updates from rio-project.org
[INFO] artifact org.eclipse.wst.css:core: checking for updates from com.springsource.repository.bundles.release
[INFO] artifact org.eclipse.wst.css:core: checking for updates from com.springsource.repository.bundles.external
[INFO] artifact org.eclipse.wst.css:core: checking for updates from repo.openehealth.org
[INFO] artifact org.eclipse.wst.css:core: checking for updates from central
[INFO] artifact org.eclipse.wst.css:core: checking for updates from repository.jboss.com
[INFO] artifact org.eclipse.wst.css:core: checking for updates from maven-repository.dev.java.net
[INFO] artifact org.eclipse.wst.sse:core: checking for updates from codehaus
[INFO] artifact org.eclipse.wst.sse:core: checking for updates from apache-incubating
[INFO] artifact org.eclipse.wst.sse:core: checking for updates from rio-project.org
[INFO] artifact org.eclipse.wst.sse:core: checking for updates from com.springsource.repository.bundles.release
[INFO] artifact org.eclipse.wst.sse:core: checking for updates from com.springsource.repository.bundles.external
[INFO] artifact org.eclipse.wst.sse:core: checking for updates from repo.openehealth.org
[INFO] artifact org.eclipse.wst.sse:core: checking for updates from central
[INFO] artifact org.eclipse.wst.sse:core: checking for updates from repository.jboss.com
[INFO] artifact org.eclipse.wst.sse:core: checking for updates from maven-repository.dev.java.net
[INFO] artifact org.eclipse.wst.common:uriresolver: checking for updates from codehaus
[INFO] artifact org.eclipse.wst.common:uriresolver: checking for updates from apache-incubating
[INFO] artifact org.eclipse.wst.common:uriresolver: checking for updates from rio-project.org
[INFO] artifact org.eclipse.wst.common:uriresolver: checking for updates from com.springsource.repository.bundles.release
[INFO] artifact org.eclipse.wst.common:uriresolver: checking for updates from com.springsource.repository.bundles.external
[INFO] artifact org.eclipse.wst.common:uriresolver: checking for updates from repo.openehealth.org
[INFO] artifact org.eclipse.wst.common:uriresolver: checking for updates from central
[INFO] artifact org.eclipse.wst.common:uriresolver: checking for updates from repository.jboss.com
[INFO] artifact org.eclipse.wst.common:uriresolver: checking for updates from maven-repository.dev.java.net
[INFO] artifact org.apache:xerces: checking for updates from codehaus
[INFO] artifact org.apache:xerces: checking for updates from apache-incubating
[INFO] artifact org.apache:xerces: checking for updates from rio-project.org
[INFO] artifact org.apache:xerces: checking for updates from com.springsource.repository.bundles.release
[INFO] artifact org.apache:xerces: checking for updates from com.springsource.repository.bundles.external
[INFO] artifact org.apache:xerces: checking for updates from repo.openehealth.org
[INFO] artifact org.apache:xerces: checking for updates from central
[INFO] artifact org.eclipse.wst.xml:core: checking for updates from codehaus
[INFO] artifact org.eclipse.wst.xml:core: checking for updates from apache-incubating
[INFO] artifact org.eclipse.wst.xml:core: checking for updates from rio-project.org
[INFO] artifact org.eclipse.wst.xml:core: checking for updates from com.springsource.repository.bundles.release
[INFO] artifact org.eclipse.wst.xml:core: checking for updates from com.springsource.repository.bundles.external
[INFO] artifact org.eclipse.wst.xml:core: checking for updates from repo.openehealth.org
[INFO] artifact org.eclipse.wst.xml:core: checking for updates from central
[INFO] artifact org.eclipse.core:runtime: checking for updates from codehaus
[INFO] artifact org.eclipse.core:runtime: checking for updates from apache-incubating
[INFO] artifact org.eclipse.core:runtime: checking for updates from rio-project.org
[INFO] artifact org.eclipse.core:runtime: checking for updates from com.springsource.repository.bundles.release
[INFO] artifact org.eclipse.core:runtime: checking for updates from com.springsource.repository.bundles.external
[INFO] artifact org.eclipse.core:runtime: checking for updates from repo.openehealth.org
[INFO] artifact org.eclipse.core:runtime: checking for updates from central
[INFO] artifact org.eclipse:osgi: checking for updates from codehaus
[INFO] artifact org.eclipse:osgi: checking for updates from apache-incubating
[INFO] artifact org.eclipse:osgi: checking for updates from rio-project.org
[INFO] artifact org.eclipse:osgi: checking for updates from com.springsource.repository.bundles.release
[INFO] artifact org.eclipse:osgi: checking for updates from com.springsource.repository.bundles.external
[INFO] artifact org.eclipse:osgi: checking for updates from repo.openehealth.org
[INFO] artifact org.eclipse:osgi: checking for updates from central
[INFO] artifact org.eclipse.equinox:common: checking for updates from codehaus
[INFO] artifact org.eclipse.equinox:common: checking for updates from apache-incubating
[INFO] artifact org.eclipse.equinox:common: checking for updates from rio-project.org
[INFO] artifact org.eclipse.equinox:common: checking for updates from com.springsource.repository.bundles.release
[INFO] artifact org.eclipse.equinox:common: checking for updates from com.springsource.repository.bundles.external
[INFO] artifact org.eclipse.equinox:common: checking for updates from repo.openehealth.org
[INFO] artifact org.eclipse.equinox:common: checking for updates from central
[INFO] artifact org.eclipse.core:jobs: checking for updates from codehaus
[INFO] artifact org.eclipse.core:jobs: checking for updates from apache-incubating
[INFO] artifact org.eclipse.core:jobs: checking for updates from rio-project.org
[INFO] artifact org.eclipse.core:jobs: checking for updates from com.springsource.repository.bundles.release
[INFO] artifact org.eclipse.core:jobs: checking for updates from com.springsource.repository.bundles.external
[INFO] artifact org.eclipse.core:jobs: checking for updates from repo.openehealth.org
[INFO] artifact org.eclipse.core:jobs: checking for updates from central
[INFO] artifact org.eclipse.equinox:registry: checking for updates from codehaus
[INFO] artifact org.eclipse.equinox:registry: checking for updates from apache-incubating
[INFO] artifact org.eclipse.equinox:registry: checking for updates from rio-project.org
[INFO] artifact org.eclipse.equinox:registry: checking for updates from com.springsource.repository.bundles.release
[INFO] artifact org.eclipse.equinox:registry: checking for updates from com.springsource.repository.bundles.external
[INFO] artifact org.eclipse.equinox:registry: checking for updates from repo.openehealth.org
[INFO] artifact org.eclipse.equinox:registry: checking for updates from central
[INFO] artifact org.eclipse.equinox:preferences: checking for updates from codehaus
[INFO] artifact org.eclipse.equinox:preferences: checking for updates from apache-incubating
[INFO] artifact org.eclipse.equinox:preferences: checking for updates from rio-project.org
[INFO] artifact org.eclipse.equinox:preferences: checking for updates from com.springsource.repository.bundles.release
[INFO] artifact org.eclipse.equinox:preferences: checking for updates from com.springsource.repository.bundles.external
[INFO] artifact org.eclipse.equinox:preferences: checking for updates from repo.openehealth.org
[INFO] artifact org.eclipse.equinox:preferences: checking for updates from central
[INFO] artifact org.eclipse.core:contenttype: checking for updates from codehaus
[INFO] artifact org.eclipse.core:contenttype: checking for updates from apache-incubating
[INFO] artifact org.eclipse.core:contenttype: checking for updates from rio-project.org
[INFO] artifact org.eclipse.core:contenttype: checking for updates from com.springsource.repository.bundles.release
[INFO] artifact org.eclipse.core:contenttype: checking for updates from com.springsource.repository.bundles.external
[INFO] artifact org.eclipse.core:contenttype: checking for updates from repo.openehealth.org
[INFO] artifact org.eclipse.core:contenttype: checking for updates from central
[INFO] artifact org.eclipse.equinox:app: checking for updates from codehaus
[INFO] artifact org.eclipse.equinox:app: checking for updates from apache-incubating
[INFO] artifact org.eclipse.equinox:app: checking for updates from rio-project.org
[INFO] artifact org.eclipse.equinox:app: checking for updates from com.springsource.repository.bundles.release
[INFO] artifact org.eclipse.equinox:app: checking for updates from com.springsource.repository.bundles.external
[INFO] artifact org.eclipse.equinox:app: checking for updates from repo.openehealth.org
[INFO] artifact org.eclipse.equinox:app: checking for updates from central
[INFO] artifact org.eclipse.core:resources: checking for updates from codehaus
[INFO] artifact org.eclipse.core:resources: checking for updates from apache-incubating
[INFO] artifact org.eclipse.core:resources: checking for updates from rio-project.org
[INFO] artifact org.eclipse.core:resources: checking for updates from com.springsource.repository.bundles.release
[INFO] artifact org.eclipse.core:resources: checking for updates from com.springsource.repository.bundles.external
[INFO] artifact org.eclipse.core:resources: checking for updates from repo.openehealth.org
[INFO] artifact org.eclipse.core:resources: checking for updates from central
[INFO] artifact org.eclipse.core:expressions: checking for updates from codehaus
[INFO] artifact org.eclipse.core:expressions: checking for updates from apache-incubating
[INFO] artifact org.eclipse.core:expressions: checking for updates from rio-project.org
[INFO] artifact org.eclipse.core:expressions: checking for updates from com.springsource.repository.bundles.release
[INFO] artifact org.eclipse.core:expressions: checking for updates from com.springsource.repository.bundles.external
[INFO] artifact org.eclipse.core:expressions: checking for updates from repo.openehealth.org
[INFO] artifact org.eclipse.core:expressions: checking for updates from central
[INFO] artifact org.eclipse.core:filesystem: checking for updates from codehaus
[INFO] artifact org.eclipse.core:filesystem: checking for updates from apache-incubating
[INFO] artifact org.eclipse.core:filesystem: checking for updates from rio-project.org
[INFO] artifact org.eclipse.core:filesystem: checking for updates from com.springsource.repository.bundles.release
[INFO] artifact org.eclipse.core:filesystem: checking for updates from com.springsource.repository.bundles.external
[INFO] artifact org.eclipse.core:filesystem: checking for updates from repo.openehealth.org
[INFO] artifact org.eclipse.core:filesystem: checking for updates from central
[INFO] artifact org.eclipse.wst:validation: checking for updates from codehaus
[INFO] artifact org.eclipse.wst:validation: checking for updates from apache-incubating
[INFO] artifact org.eclipse.wst:validation: checking for updates from rio-project.org
[INFO] artifact org.eclipse.wst:validation: checking for updates from com.springsource.repository.bundles.release
[INFO] artifact org.eclipse.wst:validation: checking for updates from com.springsource.repository.bundles.external
[INFO] artifact org.eclipse.wst:validation: checking for updates from repo.openehealth.org
[INFO] artifact org.eclipse.wst:validation: checking for updates from central
[INFO] artifact org.eclipse.wst.common:frameworks: checking for updates from codehaus
[INFO] artifact org.eclipse.wst.common:frameworks: checking for updates from apache-incubating
[INFO] artifact org.eclipse.wst.common:frameworks: checking for updates from rio-project.org
[INFO] artifact org.eclipse.wst.common:frameworks: checking for updates from com.springsource.repository.bundles.release
[INFO] artifact org.eclipse.wst.common:frameworks: checking for updates from com.springsource.repository.bundles.external
[INFO] artifact org.eclipse.wst.common:frameworks: checking for updates from repo.openehealth.org
[INFO] artifact org.eclipse.wst.common:frameworks: checking for updates from central
[INFO] artifact org.eclipse.core:commands: checking for updates from codehaus
[INFO] artifact org.eclipse.core:commands: checking for updates from apache-incubating
[INFO] artifact org.eclipse.core:commands: checking for updates from rio-project.org
[INFO] artifact org.eclipse.core:commands: checking for updates from com.springsource.repository.bundles.release
[INFO] artifact org.eclipse.core:commands: checking for updates from com.springsource.repository.bundles.external
[INFO] artifact org.eclipse.core:commands: checking for updates from repo.openehealth.org
[INFO] artifact org.eclipse.core:commands: checking for updates from central
[INFO] artifact org.eclipse.jem:util: checking for updates from codehaus
[INFO] artifact org.eclipse.jem:util: checking for updates from apache-incubating
[INFO] artifact org.eclipse.jem:util: checking for updates from rio-project.org
[INFO] artifact org.eclipse.jem:util: checking for updates from com.springsource.repository.bundles.release
[INFO] artifact org.eclipse.jem:util: checking for updates from com.springsource.repository.bundles.external
[INFO] artifact org.eclipse.jem:util: checking for updates from repo.openehealth.org
[INFO] artifact org.eclipse.jem:util: checking for updates from central
[INFO] artifact org.eclipse.emf:ecore: checking for updates from codehaus
[INFO] artifact org.eclipse.emf:ecore: checking for updates from apache-incubating
[INFO] artifact org.eclipse.emf:ecore: checking for updates from rio-project.org
[INFO] artifact org.eclipse.emf:ecore: checking for updates from com.springsource.repository.bundles.release
[INFO] artifact org.eclipse.emf:ecore: checking for updates from com.springsource.repository.bundles.external
[INFO] artifact org.eclipse.emf:ecore: checking for updates from repo.openehealth.org
[INFO] artifact org.eclipse.emf:ecore: checking for updates from central
[INFO] artifact org.eclipse.emf.ecore:xmi: checking for updates from codehaus
[INFO] artifact org.eclipse.emf.ecore:xmi: checking for updates from apache-incubating
[INFO] artifact org.eclipse.emf.ecore:xmi: checking for updates from rio-project.org
[INFO] artifact org.eclipse.emf.ecore:xmi: checking for updates from com.springsource.repository.bundles.release
[INFO] artifact org.eclipse.emf.ecore:xmi: checking for updates from com.springsource.repository.bundles.external
[INFO] artifact org.eclipse.emf.ecore:xmi: checking for updates from repo.openehealth.org
[INFO] artifact org.eclipse.emf.ecore:xmi: checking for updates from central
[INFO] artifact com.ibm:icu: checking for updates from codehaus
[INFO] artifact com.ibm:icu: checking for updates from apache-incubating
[INFO] artifact com.ibm:icu: checking for updates from rio-project.org
[INFO] artifact com.ibm:icu: checking for updates from com.springsource.repository.bundles.release
[INFO] artifact com.ibm:icu: checking for updates from com.springsource.repository.bundles.external
[INFO] artifact com.ibm:icu: checking for updates from repo.openehealth.org
[INFO] artifact com.ibm:icu: checking for updates from central
[INFO] artifact org.eclipse.wst.common:environment: checking for updates from codehaus
[INFO] artifact org.eclipse.wst.common:environment: checking for updates from apache-incubating
[INFO] artifact org.eclipse.wst.common:environment: checking for updates from rio-project.org
[INFO] artifact org.eclipse.wst.common:environment: checking for updates from com.springsource.repository.bundles.release
[INFO] artifact org.eclipse.wst.common:environment: checking for updates from com.springsource.repository.bundles.external
[INFO] artifact org.eclipse.wst.common:environment: checking for updates from repo.openehealth.org
[INFO] artifact org.eclipse.wst.common:environment: checking for updates from central
[INFO] artifact org.eclipse.osgi:util: checking for updates from codehaus
[INFO] artifact org.eclipse.osgi:util: checking for updates from apache-incubating
[INFO] artifact org.eclipse.osgi:util: checking for updates from rio-project.org
[INFO] artifact org.eclipse.osgi:util: checking for updates from com.springsource.repository.bundles.release
[INFO] artifact org.eclipse.osgi:util: checking for updates from com.springsource.repository.bundles.external
[INFO] artifact org.eclipse.osgi:util: checking for updates from repo.openehealth.org
[INFO] artifact org.eclipse.osgi:util: checking for updates from central
[INFO] artifact org.eclipse.emf:common: checking for updates from codehaus
[INFO] artifact org.eclipse.emf:common: checking for updates from apache-incubating
[INFO] artifact org.eclipse.emf:common: checking for updates from rio-project.org
[INFO] artifact org.eclipse.emf:common: checking for updates from com.springsource.repository.bundles.release
[INFO] artifact org.eclipse.emf:common: checking for updates from com.springsource.repository.bundles.external
[INFO] artifact org.eclipse.emf:common: checking for updates from repo.openehealth.org
[INFO] artifact org.eclipse.emf:common: checking for updates from central
[INFO] artifact org.eclipse.wst.common.project.facet:core: checking for updates from codehaus
[INFO] artifact org.eclipse.wst.common.project.facet:core: checking for updates from apache-incubating
[INFO] artifact org.eclipse.wst.common.project.facet:core: checking for updates from rio-project.org
[INFO] artifact org.eclipse.wst.common.project.facet:core: checking for updates from com.springsource.repository.bundles.release
[INFO] artifact org.eclipse.wst.common.project.facet:core: checking for updates from com.springsource.repository.bundles.external
[INFO] artifact org.eclipse.wst.common.project.facet:core: checking for updates from repo.openehealth.org
[INFO] artifact org.eclipse.wst.common.project.facet:core: checking for updates from central
[INFO] artifact org.eclipse.wst.common:core: checking for updates from codehaus
[INFO] artifact org.eclipse.wst.common:core: checking for updates from apache-incubating
[INFO] artifact org.eclipse.wst.common:core: checking for updates from rio-project.org
[INFO] artifact org.eclipse.wst.common:core: checking for updates from com.springsource.repository.bundles.release
[INFO] artifact org.eclipse.wst.common:core: checking for updates from com.springsource.repository.bundles.external
[INFO] artifact org.eclipse.wst.common:core: checking for updates from repo.openehealth.org
[INFO] artifact org.eclipse.wst.common:core: checking for updates from central
[INFO] artifact org.eclipse:text: checking for updates from codehaus
[INFO] artifact org.eclipse:text: checking for updates from apache-incubating
[INFO] artifact org.eclipse:text: checking for updates from rio-project.org
[INFO] artifact org.eclipse:text: checking for updates from com.springsource.repository.bundles.release
[INFO] artifact org.eclipse:text: checking for updates from com.springsource.repository.bundles.external
[INFO] artifact org.eclipse:text: checking for updates from repo.openehealth.org
[INFO] artifact org.eclipse:text: checking for updates from central
[INFO] artifact org.eclipse.core:filebuffers: checking for updates from codehaus
[INFO] artifact org.eclipse.core:filebuffers: checking for updates from apache-incubating
[INFO] artifact org.eclipse.core:filebuffers: checking for updates from rio-project.org
[INFO] artifact org.eclipse.core:filebuffers: checking for updates from com.springsource.repository.bundles.release
[INFO] artifact org.eclipse.core:filebuffers: checking for updates from com.springsource.repository.bundles.external
[INFO] artifact org.eclipse.core:filebuffers: checking for updates from repo.openehealth.org
[INFO] artifact org.eclipse.core:filebuffers: checking for updates from central
[INFO] Expanding: /home/gdesmet/.m2/repository/org/jboss/jbossorg-jdocbook-style/1.1.1/jbossorg-jdocbook-style-1.1.1.jdocbook-style into /home/gdesmet/projects/jboss/droolsjbpm/drools-docs/drools-docs-introduction/target/docbook/staging
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] Created: (JBJMX-113) In jmx-console the mbean attribute and operation infos are not sorted
by Michael Woldrich (JIRA)
In jmx-console the mbean attribute and operation infos are not sorted
---------------------------------------------------------------------
Key: JBJMX-113
URL: https://issues.jboss.org/browse/JBJMX-113
Project: JBoss JMX
Issue Type: Bug
Environment: JBoss-5.1.0.GA
Reporter: Michael Woldrich
Priority: Minor
There is no sorting in jmx-console for mbean attributes and operations. I found in file inspectMBean.jsp a uncommented code area:
//FIXME: Seems to create ArrayIndexOutofBoundsException when uncommented
/*Arrays.sort(attributeInfo, MBEAN_FEATURE_INFO_COMPARATOR);
HashMap operationInfoIndexMap = new HashMap();
for (int a = 0; a < operationInfo.length; a++)
{
MBeanOperationInfo opInfo = operationInfo[a];
operationInfoIndexMap.put(opInfo, String.valueOf(a));
}
Arrays.sort(operationInfo, MBEAN_FEATURE_INFO_COMPARATOR);
*/
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months