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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=13083445#comment-13083445 ] 

Hudson commented on TAP5-1577:
------------------------------

Integrated in tapestry-trunk-freestyle #469 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/469/])
    TAP5-1577: Duplication in operation trace when invoking certain methods

hlship : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1156755
Files : 
* /tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/ServiceBuilderMethodInvoker.java
* /tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/ConstructorServiceCreator.java
* /tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/ModuleImpl.java


> 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