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 2010/04/27 20:49:31 UTC

[jira] Created: (TAP5-1117) Exception message when binding a service interface (and service implementation not found) is confusing

Exception message when binding a service interface (and service implementation not found) is confusing
------------------------------------------------------------------------------------------------------

                 Key: TAP5-1117
                 URL: https://issues.apache.org/jira/browse/TAP5-1117
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-ioc
    Affects Versions: 5.2.0
            Reporter: Howard M. Lewis Ship
            Priority: Minor


Caused by: java.lang.RuntimeException: No service implements the interface collective.t5.services.asset.AssetVersionHistory. Please provide the implementation collective.t5.services.asset.AssetVersionHistoryImpl or bind the service interface to a service implementation.


That "no service" part is confusing, how about:

Unable to bind service collective.t5.services.asset.AssetVersionHistory because no implementation class could be found. Please create implementation class collective.t5.services.asset.AssetVersionHistoryImpl, or specify the actual implementation class in the call to ServiceBinder.bind().

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.