[JBoss JIRA] Commented: (JBAS-8804) Clustering numberguess example doesn't work
by Ales Justin (JIRA)
[ https://issues.jboss.org/browse/JBAS-8804?page=com.atlassian.jira.plugin.... ]
Ales Justin commented on JBAS-8804:
-----------------------------------
I've committed the patch to AS6 trunk.
Can we get someone to try this in a cluster env?
> Clustering numberguess example doesn't work
> -------------------------------------------
>
> Key: JBAS-8804
> URL: https://issues.jboss.org/browse/JBAS-8804
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Weld/CDI
> Affects Versions: 6.0.0.Final
> Environment: JBoss 6.0.0.Final
> Reporter: Ondrej Skutka
> Assignee: Ales Justin
> Attachments: JBAS-8804.patch
>
>
> - Created cluster according to the readme
> - Ran "mvn -Pjboss6cluster,ftest-jboss-cluster-6"
> - The test failed:
> FAILED: guessingWithFailoverTest
> java.lang.AssertionError: Page should contain message Higher! expected:<true> but was:<false>
> at org.jboss.weld.examples.numberguess.clustertest.selenium.NumberGuessClusteringTest.guessingWithFailoverTest(NumberGuessClusteringTest.java:123)
> at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:74)
> at org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:92)
> at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
> at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
> at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
> And indeed, when running manually and shutting down one of the nodes in cluster, it failes to synchronize the session:
> 13:39:03,909 WARN [org.jboss.web.tomcat.service.session.distributedcache.ispn.DistributedCacheManager] Problem accessing session [3V****vgLw__]: org.jboss.weld.exceptions.IllegalStateException: WELD-000612 Unable to deserialize field. Declaring bean id org.jboss.weld.bean-jboss.classloader:id="vfs:///home/ony/Programming/jboss-6.0.0.Final/server/all/farm/weld-numberguess.war"-ManagedBean-class org.jboss.weld.examples.numberguess.Game, declaring class public@SessionScoped @Named class org.jboss.weld.examples.numberguess.Game, field name randomNumber
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months
[JBoss JIRA] Created: (JBAS-8477) IndexOutOfBounds exception when app dir name is shorter than 5 characters
by Jim Crossley (JIRA)
IndexOutOfBounds exception when app dir name is shorter than 5 characters
-------------------------------------------------------------------------
Key: JBAS-8477
URL: https://jira.jboss.org/browse/JBAS-8477
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 6.0.0.M5
Reporter: Jim Crossley
When it's exactly 4 characters long, btw, I get "InvalidNameException: Cannot pass an empty name to createSubcontext"
This occurs for our TorqueBox rails deployments where their "exploded" path name won't include any of the typical JEE extensions. Realizing this is not exactly spec compliant, it would be nice if there was some way we could provide the app name as metadata, or maybe just derive the app name from the basename without assuming the extension is there?
--
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
15 years, 3 months
[JBoss JIRA] Created: (JBRULES-2810) NullPointerException in Drools 5.1.1 - retractLeftTuple()
by Tom Murphy (JIRA)
NullPointerException in Drools 5.1.1 - retractLeftTuple()
---------------------------------------------------------
Key: JBRULES-2810
URL: https://jira.jboss.org/browse/JBRULES-2810
Project: Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: drools-core
Affects Versions: 5.1.1.FINAL
Environment: WIndows Server 2K3 (32-bit) - JBoss 5 AS, Drools 5.1.1 Final,
Reporter: Tom Murphy
Assignee: Mark Proctor
We recently switched to Drools 5.1.1 in our testing environments, and we are seeing a NullPointerException on a number of rule base / test case combinations. These all worked fine in 5.0.1.
The rule in question is relatively simple, but the rule base is complex.
It's difficult to send a test case, because the exception appears to occur only in large rule bases and layered rule flows.
We have had to roll back to Drools 5.0.1 and are unable to adopt 5.1.1 until this is resolved.
The relevant stack trace info is below.
com.wellsfargo.ARGenT.Execution.ARGenTRunTimeException - org.drools.runtime.rule.ConsequenceException: rule: RS7673.1.3_RF6365_83_50011728
...
Caused by:
rule: RS7673.1.3_RF6365_83_50011728
at org.drools.runtime.rule.impl.DefaultConsequenceExceptionHandler.handleException(DefaultConsequenceExceptionHandler.java:39)
at org.drools.common.DefaultAgenda.fireActivation(DefaultAgenda.java:927)
at org.drools.common.DefaultAgenda.fireNextItem(DefaultAgenda.java:856)
at org.drools.common.DefaultAgenda.fireAllRules(DefaultAgenda.java:1071)
at org.drools.common.AbstractWorkingMemory.fireAllRules(AbstractWorkingMemory.java:785)
at org.drools.common.AbstractWorkingMemory.fireAllRules(AbstractWorkingMemory.java:751)
at org.drools.impl.StatefulKnowledgeSessionImpl.fireAllRules(StatefulKnowledgeSessionImpl.java:218)
...
Caused by:
null
at org.drools.reteoo.RightInputAdapterNode.retractLeftTuple(RightInputAdapterNode.java:154)
at org.drools.reteoo.SingleLeftTupleSinkAdapter.doPropagateRetractLeftTuple(SingleLeftTupleSinkAdapter.java:217)
at org.drools.reteoo.SingleLeftTupleSinkAdapter.propagateRetractRightTuple(SingleLeftTupleSinkAdapter.java:124)
at org.drools.reteoo.JoinNode.retractRightTuple(JoinNode.java:151)
at org.drools.reteoo.ModifyPreviousTuples.retractTuples(ModifyPreviousTuples.java:132)
at org.drools.reteoo.EntryPointNode.modifyObject(EntryPointNode.java:176)
at org.drools.common.AbstractWorkingMemory.update(AbstractWorkingMemory.java:1442)
at org.drools.common.AbstractWorkingMemory.update(AbstractWorkingMemory.java:1349)
at org.drools.base.DefaultKnowledgeHelper.update(DefaultKnowledgeHelper.java:183)
at org.drools.base.DefaultKnowledgeHelper.update(DefaultKnowledgeHelper.java:196)
at com.wellsfargo.GeneratedRules.Rule_RS7673_1_3_RF6365_83_50011728_0.defaultConsequence(Rule_RS7673_1_3_RF6365_83_50011728_0.java:9)
at com.wellsfargo.GeneratedRules.Rule_RS7673_1_3_RF6365_83_50011728_0DefaultConsequenceInvoker.evaluate(Rule_RS7673_1_3_RF6365_83_50011728_0DefaultConsequenceInvoker.java:29)
at org.drools.common.DefaultAgenda.fireActivation(DefaultAgenda.java:917)
at org.drools.common.DefaultAgenda.fireNextItem(DefaultAgenda.java:856)
at org.drools.common.DefaultAgenda.fireAllRules(DefaultAgenda.java:1071)
at org.drools.common.AbstractWorkingMemory.fireAllRules(AbstractWorkingMemory.java:785)
at org.drools.common.AbstractWorkingMemory.fireAllRules(AbstractWorkingMemory.java:751)
at org.drools.impl.StatefulKnowledgeSessionImpl.fireAllRules(StatefulKnowledgeSessionImpl.java:218)
...
The line identified in in the exception from retractLeftTuple is in the for loop, and it references factHandle without first checking for null:
// retrieve handle from memory
final InternalFactHandle factHandle = (InternalFactHandle) memory.remove( tuple );
>>>>>> for ( RightTuple rightTuple = factHandle.getFirstRightTuple(); rightTuple != null; rightTuple = (RightTuple) rightTuple.getHandleNext() ) {
rightTuple.getRightTupleSink().retractRightTuple( rightTuple,
context,
workingMemory );
}
factHandle.setFirstRightTuple( null );
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months
[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
15 years, 3 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
15 years, 3 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
15 years, 3 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
15 years, 3 months