[
https://issues.apache.org/jira/browse/SHINDIG-942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12679414#action_12679414
]
Jordan Zimmerman commented on SHINDIG-942:
------------------------------------------
>bind(PipelinedDataPreloader.class).to(YourSubclass.class) in your own module.
>Yes, you can bind concrete classes to subclasses.
This does not work. I tried it. So, Guice 2.0 beta is my only option? Maybe the
right thing to do is to make PipelinedDataPreloader an interface.
> Make PipelinedDataPreloader a default implementation instead of hard-coded
> --------------------------------------------------------------------------
>
> Key: SHINDIG-942
> URL: https://issues.apache.org/jira/browse/SHINDIG-942
> Project: Shindig
> Issue Type: Improvement
> Components: Java
> Affects Versions: trunk
> Reporter: Jordan Zimmerman
> Attachments: fix-942-bug.patch
>
>
> PipelinedDataPreloader is currently hard coded in DefaultGuiceModule. It
> should use @ImplementedBy as is the pattern with other implementations.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.