[
https://issues.apache.org/jira/browse/TAP5-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12664180#action_12664180
]
Howard M. Lewis Ship commented on TAP5-443:
-------------------------------------------
Hm. Found a gap where OperationTracker wasn't being used, thus:
[ERROR] ioc.Registry Operations trace:
[ERROR] ioc.Registry [ 1] Realizing service ComponentEventRequestHandler
[ERROR] ioc.Registry [ 2] Invoking
org.apache.tapestry5.services.TapestryModule.buildComponentEventRequestHandler(List,
Logger, ComponentEventRequestHandlerImpl) (at TapestryModule.java:1294)
[ERROR] ioc.Registry [ 3] Determining injection value for parameter #1
(java.util.List)
[ERROR] ioc.Registry [ 4] Collecting ordered configuration for service
ComponentEventRequestHandler
[ERROR] ioc.Registry [ 5] Invoking method
org.apache.tapestry5.upload.services.UploadModule.contributeComponentEventRequestHandler(OrderedConfiguration)
(at UploadModule.java:93).
[ERROR] ioc.Registry [ 6] Autobuilding instance of class
org.apache.tapestry5.upload.internal.services.UploadExceptionFilter
[ERROR] ioc.Registry [ 7] Determining injection value for parameter #2
(org.apache.tapestry5.services.ComponentEventResultProcessor)
> There are two services that implement ComponentEventResultProcessor, and
> declare the @Traditional marker
> --------------------------------------------------------------------------------------------------------
>
> Key: TAP5-443
> URL: https://issues.apache.org/jira/browse/TAP5-443
> Project: Tapestry 5
> Issue Type: Bug
> Components: tapestry-core
> Affects Versions: 5.1.0.0
> Reporter: Fernando
> Assignee: Howard M. Lewis Ship
> Priority: Blocker
>
> This causes a bad exception when tapestry tries to resolve an IoC dependency
> asking for @Traditional ComponentEventResultProcessor...
> I think you just want to remove it from
> ComponentInstanceResultProcessor.java, and remove it from
> TapestryModule.java:1346 (where it uses the secondary marker,
> @ComponentInstanceProcessor ).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.