[embjopr-issues] [JBoss JIRA] Commented: (EMBJOPR-304) Dates reflected in UI are inconsistent between views

Ian Springer (JIRA) jira-events at lists.jboss.org
Mon Jun 14 17:21:48 EDT 2010


    [ https://jira.jboss.org/browse/EMBJOPR-304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12535655#action_12535655 ] 

Ian Springer commented on EMBJOPR-304:
--------------------------------------

These two traits are defined in the jboss-as-5 plugin descriptor as follows:

          <metric displayName="Build Date" property="MCBean|MCServer|*|buildDate"
                  dataType="trait" displayType="summary"
                  description="the date this app server was built"/>

          <metric displayName="Start Date" property="MCBean|MCServer|*|startDate"
                  dataType="trait" displayType="summary"
                  description="the date and time this app server instance was started"/>

and the plugin is just returning the underlying AS/EAP managed component properties as-is. We could parse the date strings returned by the managed components and then re-format them to some consistent format, but I consider this fairly low priority.


> Dates reflected in UI are inconsistent between views
> ----------------------------------------------------
>
>                 Key: EMBJOPR-304
>                 URL: https://jira.jboss.org/browse/EMBJOPR-304
>             Project: Embedded Jopr
>          Issue Type: Bug
>          Components: Look 'n' Feel (html/css)
>            Reporter: Shelly McGowan
>            Assignee: Ian Springer
>             Fix For: 1.4.0
>
>         Attachments: JBAS6-SvrTraits.png
>
>
> The  Date format is inconsistent when displayed in various panels of the UI.  An example is attached shown in the JBoss AS 6 summary screen for Build Date and Start Date which are together:
> Build Date: June 9, 2010 9:33:29 PM EDT 
> Start Date: Wed Jun 09 21:39:57 EDT 2010

-- 
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

        


More information about the embjopr-issues mailing list