You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "quurks (JIRA)" <ji...@apache.org> on 2015/03/13 14:20:38 UTC

[jira] [Created] (TAP5-2466) Include tapestry-ioc-jcache => Construction of service 'AssetObjectProvider' has failed due to recursion

quurks created TAP5-2466:
----------------------------

             Summary: Include tapestry-ioc-jcache => Construction of service 'AssetObjectProvider' has failed due to recursion
                 Key: TAP5-2466
                 URL: https://issues.apache.org/jira/browse/TAP5-2466
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-ioc
    Affects Versions: 5.4
            Reporter: quurks


Reproduce:
Add tapestry-ioc-jcache to a tapestry project

Expected: 
Application still works

Actual: 
Application fails to start:
Construction of service 'AssetObjectProvider' has failed due to recursion: the service depends on itself in some way. Please check org.apache.tapestry5.internal.services.AssetObjectProvider(AssetSource, TypeCoercer, SymbolSource) (at AssetObjectProvider.java:45) via org.apache.tapestry5.modules.TapestryModule.bind(ServiceBinder) (at TapestryModule.java:311) for references to another service that is itself dependent on service 'AssetObjectProvider'.

Probably caused by @Match('*') in JCacheModule. Solution could be something like http://apache-tapestry-mailing-list-archives.1045711.n5.nabble.com/Service-Advisors-recursive-problem-td5720755.html#a5720781



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)