Hi,

two problems so far. Can somebody help me migrating those?


1) ComponentActionRequestHandler
--------------------------------

public void contributeComponentActionRequestHandler (OrderedConfiguration<ComponentEventRequestFilter> configuration, ComponentEventRequestFilter accessController)
{
configuration.add("ComponentAccessController", accessController, "before:*");
}

---> Contribution se .fsys .klubb .services .AppModule .contributeComponentActionRequestHandler(OrderedConfiguration, ComponentEventRequestFilter) (at AppModule.java:68) is for service 'ComponentActionRequestHandler', which does not exist.



2) ComponentResources
---------------------

public class ExceptionHandler implements RequestExceptionHandler
{
public ExceptionHandler(RequestPageCache pageCache, PageResponseRenderer renderer, final Logger logger, final Response response, final ComponentClassResolver resolver, final ComponentResources componentResources, @Inject @Symbol(SymbolConstants.PRODUCTION_MODE) boolean productionMode)
    {
    }
}

---> [ERROR] Registry No service implements the interface org.apache.tapestry5.ComponentResources.
[ERROR] Registry Operations trace:
[ERROR] Registry [ 1] Realizing service ExceptionHandler
[ERROR] Registry [ 2] Invoking se.fsys.klubb.core.handlers.ExceptionHandler(RequestPageCache, PageResponseRenderer, Logger, Response, ComponentClassResolver, ComponentResources, boolean) (at ExceptionHandler.java:32) via se.fsys.klubb.services.TweaksModule.bind(ServiceBinder) (at TweaksModule.java:60) [ERROR] Registry [ 3] Determining injection value for parameter #6 (org.apache.tapestry5.ComponentResources) [ERROR] Registry [ 4] Resolving object of type org.apache.tapestry5.ComponentResources using MasterObjectProvider [ERROR] ExceptionHandler Construction of service ExceptionHandler failed: Error invoking constructor se.fsys.klubb.core.handlers.ExceptionHandler(RequestPageCache, PageResponseRenderer, Logger, Response, ComponentClassResolver, ComponentResources, boolean) (at ExceptionHandler.java:32) via se.fsys.klubb.services.TweaksModule.bind(ServiceBinder) (at TweaksModule.java:60) (for service 'ExceptionHandler'): No service implements the interface org.apache.tapestry5.ComponentResources.


/Andreas Pardeike

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to