[ 
https://issues.apache.org/jira/browse/SOLR-2718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Erik Hatcher reopened SOLR-2718:
--------------------------------


I've seen two reports from Solr 3.5 users today (via #solr in IRC) where 
they've deployed Solr into Tomcat and copied the example configuration.  The 
lazy loading was not backported to 3.x and thus the registration of VRW causes 
a startup error when the libs aren't found.

This needs to be ported/adapted to 3.x to ensure 3.6 doesn't have this issue.
                
> Lazy load response writers
> --------------------------
>
>                 Key: SOLR-2718
>                 URL: https://issues.apache.org/jira/browse/SOLR-2718
>             Project: Solr
>          Issue Type: Improvement
>          Components: Response Writers
>            Reporter: Erik Hatcher
>            Assignee: Erik Hatcher
>             Fix For: 4.0
>
>         Attachments: SOLR-2718-velocity-test-cleanup.patch, SOLR-2718.patch
>
>
> This stems from issues with SOLR-2588, moving the Velocity response writer 
> back to contrib.  We still want the example app to use the 
> VelocityResponseWriter for the /browse interface.  Many of Solr's core tests 
> use the example Solr configuration.  There are other contribs that are 
> brought into the example app (extract, clustering, DIH, for examples) but 
> these are request handlers that lazy load.  Response writers don't currently 
> lazy load, thus causing core tests that use the example config to fail unless 
> "ant dist" is run.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to