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