[JBoss JIRA] (AS7-3780) Expose Resource Adapter deployment information
by Heiko Braun (JIRA)
Heiko Braun created AS7-3780:
--------------------------------
Summary: Expose Resource Adapter deployment information
Key: AS7-3780
URL: https://issues.jboss.org/browse/AS7-3780
Project: Application Server 7
Issue Type: Feature Request
Components: Console
Reporter: Heiko Braun
Assignee: Heiko Braun
Fix For: 7.2.0.Alpha1
Attachments: multiple-full.rar, multiple-full.xml
It would be great if the console could present a view of a resource adapter deployment with all its properties.
If you deploy the attached .rar and insert the configuration in the subsystem you will be able to see the entire tree of all the resource adapter components.
A connection-definition is almost the same as a data source deployment, so you can probably re-use a lot of code from there.
The best way would be a tree-like structure:
ResourceAdapter
|
+- Connection definitions
|
+- JNDI name 1 (first <connection-definition>)
| |
| +- Pool
|
+- JNDI name 2 (second <connection-definition>)
|
+- Admin objects
|
+- JNDI name 1 (first <admin-object>)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months
[JBoss JIRA] (AS7-4422) Usability enhancement - make the list of deployments linkable
by Burr Sutter (JIRA)
Burr Sutter created AS7-4422:
--------------------------------
Summary: Usability enhancement - make the list of deployments linkable
Key: AS7-4422
URL: https://issues.jboss.org/browse/AS7-4422
Project: Application Server 7
Issue Type: Enhancement
Reporter: Burr Sutter
Attachments: Screen Shot 2012-04-05 at 6.55.18 PM.png
AS7/EAP6's Browser based web console is a wonderful tool for interacting with my local server. I am often reviewing the Deployments under Runtime section to see if my application dropped into standalone/deployments deployed successfully without closely watching the logs. Typically, if I am refreshing the Admin Page to see if the deployment happened, the next thing I wish to do is hit the applications URL - ideally, the deployments table would make the name of the application linked - at the moment it provides the finger mouse pointer which suggests it is clickable.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months
[JBoss JIRA] (AS7-5082) Add missing jgroups config options in the console
by Heiko Braun (JIRA)
Heiko Braun created AS7-5082:
--------------------------------
Summary: Add missing jgroups config options in the console
Key: AS7-5082
URL: https://issues.jboss.org/browse/AS7-5082
Project: Application Server 7
Issue Type: Feature Request
Components: Console
Reporter: Heiko Braun
Assignee: Heiko Braun
Fix For: 7.2.0.Alpha1
The GUI cannot be used because:
1. The available protocols to add are hard-coded, and TCPPING is not included.
2. Neither is RSVP, which is in the standard configurations, so you cannot even recreate a copy of an existing stack.
3. "socket-binding" is a required field when adding a protocol, when it is only used on a couple of them
4. You can't re-order the protocols. If you want to change one, you get to blow it all away and start from scratch
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months
[JBoss JIRA] (AS7-5023) Socket binding not marked as mandatory in console generates StringIndexOutOfBoundsException
by Akram Ben Aissi (JIRA)
Akram Ben Aissi created AS7-5023:
------------------------------------
Summary: Socket binding not marked as mandatory in console generates StringIndexOutOfBoundsException
Key: AS7-5023
URL: https://issues.jboss.org/browse/AS7-5023
Project: Application Server 7
Issue Type: Bug
Components: Console
Affects Versions: 7.1.2.Final (EAP)
Reporter: Akram Ben Aissi
Assignee: Heiko Braun
While editing a server configuration in the Server Configurations tab, the socket binding value is not selected and neither marked as mandatory.
So the Save button is active and triggers a call with an invalid empty value for this field which leads to the following exception:
[Host Controller] 16:00:40,005 ERROR [org.jboss.as.controller.management-operation] (HttpManagementService-threads - 26) JBAS014612: Operation ("write-attribute") failed - address: ([
[Host Controller] ("host" => "master"),
[Host Controller] ("server-config" => "server-three")
[Host Controller] ]): java.lang.StringIndexOutOfBoundsException: String index out of range: 0
[Host Controller] at java.lang.String.charAt(Unknown Source) [rt.jar:1.7.0_01]
[Host Controller] at org.jboss.as.controller.PathElement.<init>(PathElement.java:103) [jboss-as-controller-7.1.2.Final-redhat-1.jar:7.1.2.Final-redhat-1]
[Host Controller] at org.jboss.as.controller.PathElement.pathElement(PathElement.java:68) [jboss-as-controller-7.1.2.Final-redhat-1.jar:7.1.2.Final-redhat-1]
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months
[JBoss JIRA] (AS7-4207) Use specified comparison column as baseline in PlainColumnView
by Rob Cernich (JIRA)
Rob Cernich created AS7-4207:
--------------------------------
Summary: Use specified comparison column as baseline in PlainColumnView
Key: AS7-4207
URL: https://issues.jboss.org/browse/AS7-4207
Project: Application Server 7
Issue Type: Enhancement
Components: Console
Reporter: Rob Cernich
Assignee: Heiko Braun
Specifying a comparison column and baseline column is redundant. Using the value in the comparison column in the baseline is more flexible as it allows each row to specify its own baseline.
For example, in SwitchYard we display message statistics for the system and individual services within the system. For the service metrics, we would like the total count to display relative to the system total count, but have the success count relative to the total count for the service. With system total = 4, service total = 1, service success = 1, the service total ratio would be 25% and its success ratio would be 100%.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months