You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2011/08/11 21:30:27 UTC

[jira] [Closed] (TAP5-1577) Duplication in operation trace when invoking certain methods

     [ https://issues.apache.org/jira/browse/TAP5-1577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-1577.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.3

> Duplication in operation trace when invoking certain methods
> ------------------------------------------------------------
>
>                 Key: TAP5-1577
>                 URL: https://issues.apache.org/jira/browse/TAP5-1577
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-ioc
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>            Priority: Minor
>              Labels: exception-reporting
>             Fix For: 5.3
>
>
> Noticed this in another bug (TAP5-1576):
> SEVERE: Operations trace: 
> SEVERE: [ 1] Constructing instance of page class org.apache.tapestry5.corelib.pages.ExceptionReport 
> SEVERE: [ 2] Realizing service ValueEncoderSource 
> SEVERE: [ 3] Invoking org.apache.tapestry5.services.TapestryModule.buildValueEncoderSource(Map, InvalidationEventHub) (at TapestryModule.java:2337) 
> SEVERE: [ 4] Invoking org.apache.tapestry5.services.TapestryModule.buildValueEncoderSource(Map, InvalidationEventHub) (at TapestryModule.java:2337) 
> SEVERE: [ 5] Determining injection value for parameter #1 (java.util.Map) 
> SEVERE: [ 6] Collecting mapped configuration for service ValueEncoderSource 
> SEVERE: [ 7] Invoking method org.apache.tapestry5.jpa.JpaModule.provideValueEncoders(MappedConfiguration, boolean, EntityManagerSource, EntityManagerManager, TypeCoercer, PropertyAccess, LoggerSource) (at JpaModule.java:180). 
> Notice that [3] and [4] are the same thing; either [4] should be removed, or the "Invoking" on one of the frames should be changed to explain better what's going on.

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