You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Tom van Dijk (JIRA)" <ji...@apache.org> on 2010/10/22 21:02:17 UTC

[jira] Created: (TAP5-1320) ServiceActivity improvements

ServiceActivity improvements
----------------------------

                 Key: TAP5-1320
                 URL: https://issues.apache.org/jira/browse/TAP5-1320
             Project: Tapestry 5
          Issue Type: Improvement
          Components: tapestry-ioc
            Reporter: Tom van Dijk
         Attachments: serviceactivity.diff

For the implementation of tapestry-hibernate with multiple databases I need to be able to see whether certain services are realized or not.

The attached patch improves ServiceActivityScoreboard in two ways.

* ServiceActivity interface now includes getMarkers() (which calls serviceDef.getMarkers())
* ServiceActivity now correctly handles perthread services.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (TAP5-1320) ServiceActivity improvements

Posted by "Kalle Korhonen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kalle Korhonen reassigned TAP5-1320:
------------------------------------

    Assignee: Kalle Korhonen

> ServiceActivity improvements
> ----------------------------
>
>                 Key: TAP5-1320
>                 URL: https://issues.apache.org/jira/browse/TAP5-1320
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-ioc
>            Reporter: Tom van Dijk
>            Assignee: Kalle Korhonen
>         Attachments: ServiceActivity-now-correct-for-perthread-values-plu.patch
>
>
> For the implementation of tapestry-hibernate with multiple databases I need to be able to see whether certain services are realized or not.
> The attached patch improves ServiceActivityScoreboard in two ways.
> * ServiceActivity interface now includes getMarkers() (which calls serviceDef.getMarkers())
> * ServiceActivity now correctly handles perthread services.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Resolved: (TAP5-1320) ServiceActivity improvements

Posted by "Kalle Korhonen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kalle Korhonen resolved TAP5-1320.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 5.3.0

Applied, thanks to Tom for a high quality patch. Howard's comment might be a useful improvement to the page should be dealt as a separate issue, closing.

> ServiceActivity improvements
> ----------------------------
>
>                 Key: TAP5-1320
>                 URL: https://issues.apache.org/jira/browse/TAP5-1320
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-ioc
>            Reporter: Tom van Dijk
>            Assignee: Kalle Korhonen
>             Fix For: 5.3.0
>
>         Attachments: ServiceActivity.patch
>
>
> For the implementation of tapestry-hibernate with multiple databases I need to be able to see whether certain services are realized or not.
> The attached patch improves ServiceActivityScoreboard in two ways.
> * ServiceActivity interface now includes getMarkers() (which calls serviceDef.getMarkers())
> * ServiceActivity now correctly handles perthread services.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (TAP5-1320) ServiceActivity improvements

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13008217#comment-13008217 ] 

Hudson commented on TAP5-1320:
------------------------------

Integrated in tapestry-5.2-freestyle #293 (See [https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/293/])
    TAP5-1320: Applied Tom van Dijk's patch for adding getMarkers() and
perthread service support to ServiceActivity without changes


> ServiceActivity improvements
> ----------------------------
>
>                 Key: TAP5-1320
>                 URL: https://issues.apache.org/jira/browse/TAP5-1320
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-ioc
>            Reporter: Tom van Dijk
>            Assignee: Kalle Korhonen
>             Fix For: 5.3.0
>
>         Attachments: ServiceActivity.patch
>
>
> For the implementation of tapestry-hibernate with multiple databases I need to be able to see whether certain services are realized or not.
> The attached patch improves ServiceActivityScoreboard in two ways.
> * ServiceActivity interface now includes getMarkers() (which calls serviceDef.getMarkers())
> * ServiceActivity now correctly handles perthread services.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (TAP5-1320) ServiceActivity improvements

Posted by "Tom van Dijk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom van Dijk updated TAP5-1320:
-------------------------------

    Attachment:     (was: serviceactivity.diff)

> ServiceActivity improvements
> ----------------------------
>
>                 Key: TAP5-1320
>                 URL: https://issues.apache.org/jira/browse/TAP5-1320
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-ioc
>            Reporter: Tom van Dijk
>         Attachments: 0001-ServiceActivity-now-correct-for-perthread-values-plu.patch
>
>
> For the implementation of tapestry-hibernate with multiple databases I need to be able to see whether certain services are realized or not.
> The attached patch improves ServiceActivityScoreboard in two ways.
> * ServiceActivity interface now includes getMarkers() (which calls serviceDef.getMarkers())
> * ServiceActivity now correctly handles perthread services.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TAP5-1320) ServiceActivity improvements

Posted by "Tom van Dijk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom van Dijk updated TAP5-1320:
-------------------------------

    Attachment: 0001-ServiceActivity-now-correct-for-perthread-values-plu.patch

Here is the patch file (using git format-patch)

> ServiceActivity improvements
> ----------------------------
>
>                 Key: TAP5-1320
>                 URL: https://issues.apache.org/jira/browse/TAP5-1320
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-ioc
>            Reporter: Tom van Dijk
>         Attachments: 0001-ServiceActivity-now-correct-for-perthread-values-plu.patch
>
>
> For the implementation of tapestry-hibernate with multiple databases I need to be able to see whether certain services are realized or not.
> The attached patch improves ServiceActivityScoreboard in two ways.
> * ServiceActivity interface now includes getMarkers() (which calls serviceDef.getMarkers())
> * ServiceActivity now correctly handles perthread services.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TAP5-1320) ServiceActivity improvements

Posted by "Tom van Dijk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom van Dijk updated TAP5-1320:
-------------------------------

    Attachment: serviceactivity.diff

> ServiceActivity improvements
> ----------------------------
>
>                 Key: TAP5-1320
>                 URL: https://issues.apache.org/jira/browse/TAP5-1320
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-ioc
>            Reporter: Tom van Dijk
>         Attachments: serviceactivity.diff
>
>
> For the implementation of tapestry-hibernate with multiple databases I need to be able to see whether certain services are realized or not.
> The attached patch improves ServiceActivityScoreboard in two ways.
> * ServiceActivity interface now includes getMarkers() (which calls serviceDef.getMarkers())
> * ServiceActivity now correctly handles perthread services.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TAP5-1320) ServiceActivity improvements

Posted by "Tom van Dijk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom van Dijk updated TAP5-1320:
-------------------------------

    Attachment: ServiceActivity-now-correct-for-perthread-values-plu.patch

> ServiceActivity improvements
> ----------------------------
>
>                 Key: TAP5-1320
>                 URL: https://issues.apache.org/jira/browse/TAP5-1320
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-ioc
>            Reporter: Tom van Dijk
>         Attachments: 0001-ServiceActivity-now-correct-for-perthread-values-plu.patch, ServiceActivity-now-correct-for-perthread-values-plu.patch
>
>
> For the implementation of tapestry-hibernate with multiple databases I need to be able to see whether certain services are realized or not.
> The attached patch improves ServiceActivityScoreboard in two ways.
> * ServiceActivity interface now includes getMarkers() (which calls serviceDef.getMarkers())
> * ServiceActivity now correctly handles perthread services.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (TAP5-1320) ServiceActivity improvements

Posted by "Kalle Korhonen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13007603#comment-13007603 ] 

Kalle Korhonen commented on TAP5-1320:
--------------------------------------

Unit test missing, see comments on mailing list

> ServiceActivity improvements
> ----------------------------
>
>                 Key: TAP5-1320
>                 URL: https://issues.apache.org/jira/browse/TAP5-1320
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-ioc
>            Reporter: Tom van Dijk
>            Assignee: Kalle Korhonen
>         Attachments: ServiceActivity-now-correct-for-perthread-values-plu.patch
>
>
> For the implementation of tapestry-hibernate with multiple databases I need to be able to see whether certain services are realized or not.
> The attached patch improves ServiceActivityScoreboard in two ways.
> * ServiceActivity interface now includes getMarkers() (which calls serviceDef.getMarkers())
> * ServiceActivity now correctly handles perthread services.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (TAP5-1320) ServiceActivity improvements

Posted by "Tom van Dijk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom van Dijk updated TAP5-1320:
-------------------------------

    Attachment:     (was: 0001-ServiceActivity-now-correct-for-perthread-values-plu.patch)

> ServiceActivity improvements
> ----------------------------
>
>                 Key: TAP5-1320
>                 URL: https://issues.apache.org/jira/browse/TAP5-1320
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-ioc
>            Reporter: Tom van Dijk
>         Attachments: ServiceActivity-now-correct-for-perthread-values-plu.patch
>
>
> For the implementation of tapestry-hibernate with multiple databases I need to be able to see whether certain services are realized or not.
> The attached patch improves ServiceActivityScoreboard in two ways.
> * ServiceActivity interface now includes getMarkers() (which calls serviceDef.getMarkers())
> * ServiceActivity now correctly handles perthread services.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (TAP5-1320) ServiceActivity improvements

Posted by "Kalle Korhonen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13007603#comment-13007603 ] 

Kalle Korhonen commented on TAP5-1320:
--------------------------------------

Unit test missing, see comments on mailing list

> ServiceActivity improvements
> ----------------------------
>
>                 Key: TAP5-1320
>                 URL: https://issues.apache.org/jira/browse/TAP5-1320
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-ioc
>            Reporter: Tom van Dijk
>            Assignee: Kalle Korhonen
>         Attachments: ServiceActivity-now-correct-for-perthread-values-plu.patch
>
>
> For the implementation of tapestry-hibernate with multiple databases I need to be able to see whether certain services are realized or not.
> The attached patch improves ServiceActivityScoreboard in two ways.
> * ServiceActivity interface now includes getMarkers() (which calls serviceDef.getMarkers())
> * ServiceActivity now correctly handles perthread services.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Assigned: (TAP5-1320) ServiceActivity improvements

Posted by "Kalle Korhonen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kalle Korhonen reassigned TAP5-1320:
------------------------------------

    Assignee: Kalle Korhonen

> ServiceActivity improvements
> ----------------------------
>
>                 Key: TAP5-1320
>                 URL: https://issues.apache.org/jira/browse/TAP5-1320
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-ioc
>            Reporter: Tom van Dijk
>            Assignee: Kalle Korhonen
>         Attachments: ServiceActivity-now-correct-for-perthread-values-plu.patch
>
>
> For the implementation of tapestry-hibernate with multiple databases I need to be able to see whether certain services are realized or not.
> The attached patch improves ServiceActivityScoreboard in two ways.
> * ServiceActivity interface now includes getMarkers() (which calls serviceDef.getMarkers())
> * ServiceActivity now correctly handles perthread services.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (TAP5-1320) ServiceActivity improvements

Posted by "Tom van Dijk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom van Dijk updated TAP5-1320:
-------------------------------

    Attachment: ServiceActivity.patch

This one has tests

> ServiceActivity improvements
> ----------------------------
>
>                 Key: TAP5-1320
>                 URL: https://issues.apache.org/jira/browse/TAP5-1320
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-ioc
>            Reporter: Tom van Dijk
>            Assignee: Kalle Korhonen
>         Attachments: ServiceActivity.patch
>
>
> For the implementation of tapestry-hibernate with multiple databases I need to be able to see whether certain services are realized or not.
> The attached patch improves ServiceActivityScoreboard in two ways.
> * ServiceActivity interface now includes getMarkers() (which calls serviceDef.getMarkers())
> * ServiceActivity now correctly handles perthread services.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (TAP5-1320) ServiceActivity improvements

Posted by "Tom van Dijk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom van Dijk updated TAP5-1320:
-------------------------------

    Attachment: ServiceActivity-now-correct-for-perthread-values-plu.patch

> ServiceActivity improvements
> ----------------------------
>
>                 Key: TAP5-1320
>                 URL: https://issues.apache.org/jira/browse/TAP5-1320
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-ioc
>            Reporter: Tom van Dijk
>         Attachments: 0001-ServiceActivity-now-correct-for-perthread-values-plu.patch, ServiceActivity-now-correct-for-perthread-values-plu.patch
>
>
> For the implementation of tapestry-hibernate with multiple databases I need to be able to see whether certain services are realized or not.
> The attached patch improves ServiceActivityScoreboard in two ways.
> * ServiceActivity interface now includes getMarkers() (which calls serviceDef.getMarkers())
> * ServiceActivity now correctly handles perthread services.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (TAP5-1320) ServiceActivity improvements

Posted by "Tom van Dijk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom van Dijk updated TAP5-1320:
-------------------------------

    Attachment: serviceactivity.diff

> ServiceActivity improvements
> ----------------------------
>
>                 Key: TAP5-1320
>                 URL: https://issues.apache.org/jira/browse/TAP5-1320
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-ioc
>            Reporter: Tom van Dijk
>         Attachments: serviceactivity.diff
>
>
> For the implementation of tapestry-hibernate with multiple databases I need to be able to see whether certain services are realized or not.
> The attached patch improves ServiceActivityScoreboard in two ways.
> * ServiceActivity interface now includes getMarkers() (which calls serviceDef.getMarkers())
> * ServiceActivity now correctly handles perthread services.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TAP5-1320) ServiceActivity improvements

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13008217#comment-13008217 ] 

Hudson commented on TAP5-1320:
------------------------------

Integrated in tapestry-5.2-freestyle #293 (See [https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/293/])
    TAP5-1320: Applied Tom van Dijk's patch for adding getMarkers() and
perthread service support to ServiceActivity without changes


> ServiceActivity improvements
> ----------------------------
>
>                 Key: TAP5-1320
>                 URL: https://issues.apache.org/jira/browse/TAP5-1320
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-ioc
>            Reporter: Tom van Dijk
>            Assignee: Kalle Korhonen
>             Fix For: 5.3.0
>
>         Attachments: ServiceActivity.patch
>
>
> For the implementation of tapestry-hibernate with multiple databases I need to be able to see whether certain services are realized or not.
> The attached patch improves ServiceActivityScoreboard in two ways.
> * ServiceActivity interface now includes getMarkers() (which calls serviceDef.getMarkers())
> * ServiceActivity now correctly handles perthread services.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (TAP5-1320) ServiceActivity improvements

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13007619#comment-13007619 ] 

Howard M. Lewis Ship commented on TAP5-1320:
--------------------------------------------

At some point, I'd like to fix up this page to use a more ajax style: a left pane listing the services, and a right pane with all the details for the selected service.

> ServiceActivity improvements
> ----------------------------
>
>                 Key: TAP5-1320
>                 URL: https://issues.apache.org/jira/browse/TAP5-1320
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-ioc
>            Reporter: Tom van Dijk
>            Assignee: Kalle Korhonen
>         Attachments: ServiceActivity-now-correct-for-perthread-values-plu.patch
>
>
> For the implementation of tapestry-hibernate with multiple databases I need to be able to see whether certain services are realized or not.
> The attached patch improves ServiceActivityScoreboard in two ways.
> * ServiceActivity interface now includes getMarkers() (which calls serviceDef.getMarkers())
> * ServiceActivity now correctly handles perthread services.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (TAP5-1320) ServiceActivity improvements

Posted by "Tom van Dijk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom van Dijk updated TAP5-1320:
-------------------------------

    Attachment:     (was: ServiceActivity-now-correct-for-perthread-values-plu.patch)

> ServiceActivity improvements
> ----------------------------
>
>                 Key: TAP5-1320
>                 URL: https://issues.apache.org/jira/browse/TAP5-1320
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-ioc
>            Reporter: Tom van Dijk
>            Assignee: Kalle Korhonen
>         Attachments: ServiceActivity.patch
>
>
> For the implementation of tapestry-hibernate with multiple databases I need to be able to see whether certain services are realized or not.
> The attached patch improves ServiceActivityScoreboard in two ways.
> * ServiceActivity interface now includes getMarkers() (which calls serviceDef.getMarkers())
> * ServiceActivity now correctly handles perthread services.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (TAP5-1320) ServiceActivity improvements

Posted by "Tom van Dijk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom van Dijk updated TAP5-1320:
-------------------------------

    Attachment:     (was: serviceactivity.diff)

> ServiceActivity improvements
> ----------------------------
>
>                 Key: TAP5-1320
>                 URL: https://issues.apache.org/jira/browse/TAP5-1320
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-ioc
>            Reporter: Tom van Dijk
>         Attachments: 0001-ServiceActivity-now-correct-for-perthread-values-plu.patch
>
>
> For the implementation of tapestry-hibernate with multiple databases I need to be able to see whether certain services are realized or not.
> The attached patch improves ServiceActivityScoreboard in two ways.
> * ServiceActivity interface now includes getMarkers() (which calls serviceDef.getMarkers())
> * ServiceActivity now correctly handles perthread services.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TAP5-1320) ServiceActivity improvements

Posted by "Tom van Dijk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom van Dijk updated TAP5-1320:
-------------------------------

    Attachment:     (was: 0001-ServiceActivity-now-correct-for-perthread-values-plu.patch)

> ServiceActivity improvements
> ----------------------------
>
>                 Key: TAP5-1320
>                 URL: https://issues.apache.org/jira/browse/TAP5-1320
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-ioc
>            Reporter: Tom van Dijk
>         Attachments: ServiceActivity-now-correct-for-perthread-values-plu.patch
>
>
> For the implementation of tapestry-hibernate with multiple databases I need to be able to see whether certain services are realized or not.
> The attached patch improves ServiceActivityScoreboard in two ways.
> * ServiceActivity interface now includes getMarkers() (which calls serviceDef.getMarkers())
> * ServiceActivity now correctly handles perthread services.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (TAP5-1320) ServiceActivity improvements

Posted by "Tom van Dijk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom van Dijk updated TAP5-1320:
-------------------------------

    Attachment: ServiceActivity.patch

This one has tests

> ServiceActivity improvements
> ----------------------------
>
>                 Key: TAP5-1320
>                 URL: https://issues.apache.org/jira/browse/TAP5-1320
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-ioc
>            Reporter: Tom van Dijk
>            Assignee: Kalle Korhonen
>         Attachments: ServiceActivity.patch
>
>
> For the implementation of tapestry-hibernate with multiple databases I need to be able to see whether certain services are realized or not.
> The attached patch improves ServiceActivityScoreboard in two ways.
> * ServiceActivity interface now includes getMarkers() (which calls serviceDef.getMarkers())
> * ServiceActivity now correctly handles perthread services.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Resolved: (TAP5-1320) ServiceActivity improvements

Posted by "Kalle Korhonen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kalle Korhonen resolved TAP5-1320.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 5.3.0

Applied, thanks to Tom for a high quality patch. Howard's comment might be a useful improvement to the page should be dealt as a separate issue, closing.

> ServiceActivity improvements
> ----------------------------
>
>                 Key: TAP5-1320
>                 URL: https://issues.apache.org/jira/browse/TAP5-1320
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-ioc
>            Reporter: Tom van Dijk
>            Assignee: Kalle Korhonen
>             Fix For: 5.3.0
>
>         Attachments: ServiceActivity.patch
>
>
> For the implementation of tapestry-hibernate with multiple databases I need to be able to see whether certain services are realized or not.
> The attached patch improves ServiceActivityScoreboard in two ways.
> * ServiceActivity interface now includes getMarkers() (which calls serviceDef.getMarkers())
> * ServiceActivity now correctly handles perthread services.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (TAP5-1320) ServiceActivity improvements

Posted by "Tom van Dijk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom van Dijk updated TAP5-1320:
-------------------------------

    Attachment:     (was: ServiceActivity-now-correct-for-perthread-values-plu.patch)

> ServiceActivity improvements
> ----------------------------
>
>                 Key: TAP5-1320
>                 URL: https://issues.apache.org/jira/browse/TAP5-1320
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-ioc
>            Reporter: Tom van Dijk
>            Assignee: Kalle Korhonen
>         Attachments: ServiceActivity.patch
>
>
> For the implementation of tapestry-hibernate with multiple databases I need to be able to see whether certain services are realized or not.
> The attached patch improves ServiceActivityScoreboard in two ways.
> * ServiceActivity interface now includes getMarkers() (which calls serviceDef.getMarkers())
> * ServiceActivity now correctly handles perthread services.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (TAP5-1320) ServiceActivity improvements

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13007619#comment-13007619 ] 

Howard M. Lewis Ship commented on TAP5-1320:
--------------------------------------------

At some point, I'd like to fix up this page to use a more ajax style: a left pane listing the services, and a right pane with all the details for the selected service.

> ServiceActivity improvements
> ----------------------------
>
>                 Key: TAP5-1320
>                 URL: https://issues.apache.org/jira/browse/TAP5-1320
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-ioc
>            Reporter: Tom van Dijk
>            Assignee: Kalle Korhonen
>         Attachments: ServiceActivity-now-correct-for-perthread-values-plu.patch
>
>
> For the implementation of tapestry-hibernate with multiple databases I need to be able to see whether certain services are realized or not.
> The attached patch improves ServiceActivityScoreboard in two ways.
> * ServiceActivity interface now includes getMarkers() (which calls serviceDef.getMarkers())
> * ServiceActivity now correctly handles perthread services.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (TAP5-1320) ServiceActivity improvements

Posted by "Tom van Dijk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom van Dijk updated TAP5-1320:
-------------------------------

    Attachment: 0001-ServiceActivity-now-correct-for-perthread-values-plu.patch

Here is the patch file (using git format-patch)

> ServiceActivity improvements
> ----------------------------
>
>                 Key: TAP5-1320
>                 URL: https://issues.apache.org/jira/browse/TAP5-1320
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-ioc
>            Reporter: Tom van Dijk
>         Attachments: 0001-ServiceActivity-now-correct-for-perthread-values-plu.patch
>
>
> For the implementation of tapestry-hibernate with multiple databases I need to be able to see whether certain services are realized or not.
> The attached patch improves ServiceActivityScoreboard in two ways.
> * ServiceActivity interface now includes getMarkers() (which calls serviceDef.getMarkers())
> * ServiceActivity now correctly handles perthread services.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.