Log in to follow, share, and participate in this community.
Thread Question on Message Counter History information
Question on Message Counter History informationThe Admin Console Destination/ViewData page currently provides a tab showing the message counter history information. While working on JIRA issue JBADMCON-119 (http://jira.jboss.org/jira/browse/JBADMCON-119), we reali...
Thread Build file changes: fail build on any test failure. HTML re
Build file changes: fail build on any test failure. HTML reI have changed the build file to fail if any unit test fails. I also added HTLM reporting, as an OPTION. By default, if you ask for a target named "test", the build works just the way it always has [God willing :) ]...
adding Struts modulesSo Steve just asked me a question about adding new struts modules to the admin console, which I thought would be helpful for a wider audience. First off each UI component in the admin-console is maintained as a separ...
Thread Suggested one-line addition to build.xml: Allow running just
Suggested one-line addition to build.xml: Allow running justIn order to allow running a single test case without hacking the build file or deleting mass class files, make the suggested change to build.xml, run the build command with one extra define (-D) argument, testcase, an...
JBossMQ management of general settingsLets use this thread to discuss how to implement the management of some of the general attributes of the JBossMQ service. The attributes I'm thinking we need to manage are the following 1) Cache Manager: High Memory ...
Moving src to Subversion?Some of the admin-console developers would benefit tremendously if it was possible to commit code to the admin-console over plain HTTPS. Its my understanding that this is not possible when using CVS. It is however fea...
Thread More changes required to JBoss web service mbeans?
More changes required to JBoss web service mbeans?Running the admin-console from today's jboss-head produces the following error when I click on the Web Services Mgmt link in the navigation:
14:32:18,905 INFO [STDOUT] ReflectionException: null Cause: java.lang.Ill...
New layoutAfter much discussion with Charles earlier today, a couple of notes: 1) In a little bit, I will be checking in a new layout to the overall admin console. The key changes: a) layout will no longer be css/div-based. it...
Build File ChangeI have made the following changes to the build file: 1) updated to use antlr v. 2.7.5H3 2) I have added to tools/etc/buildmagic/libraries.ent properties for all dependencies used by admin-console/build.xml 3) I remov...
Yet more destinations codeAs promised, more code has been committed to CVS to support managing destinations. The code now interacts with JMX, and uses the deployment service. Thus, when you start up the admin console, you will see the several ...
JMS Destination User InterfaceNow that you have had a chance to look at the user interface for the destinations (you have don that, haven't you?), I would like you opinion on a few items in the interface. First, the list page. Are the appropriate...
Destinations code availableThis is to inform you that new code to edit destinations (both topics and queues) for JMS has been added to the admin console. The code that was added supports the user interface only. That is, there is no communicat...
Release plansHi, When does this module is planned to be released, and is it going to be part of a JBoss release, or released as a separate application. Thanks, Yaron.
JMS - Destinations - Use case 5This is the last of several use cases in support of CRUD for topics and queues. Comments are welcome. USE CASE 5: Delete a Destination Basic Description An administrator uses the system to delete a destination from ...
JMS - Destinations - Use case 4This is the fourth of several use cases in support of CRUD for topics and queues. Comments are welcome. USE CASE 4: Update a Destination Basic Description An administrator uses the system to update a destination whi...
JMS - Destinations - Use case 3This is the third of several use cases in support of CRUD for topics and queues. Comments are welcome. USE CASE 3: Create a Destination Basic Description An administrator uses the system to add a new destination to ...
JMS - Destinations - Use case 2This is the second in several use cases in support of CRUD for topics and queues. Comments are welcome. USE CASE 2: View the Settings of a Destination Basic Description An administrator uses the system to view the s...
JMS - Destinations - Use case 1This is the first in several use cases in support of CRUD for topics and queues. Comments are welcome. USE CASE 1: View a list of Destinations Basic Description An administrator uses the system to view information o...
What to work onHey Charles, What stuff should I work on if I do something. The JMS stuff? Or what? I sort of want to work on JCA but it looks like your metadata is probably the best way to do it. I've been away for a while but I w...