[ 
http://jira.magnolia-cms.com/browse/MAGNOLIA-3095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=26718#action_26718
 ] 

Hudson CI server commented on MAGNOLIA-3095:
--------------------------------------------

Integrated in !http://hudson.magnolia-cms.com/nocacheImages/16x16/blue.gif! 
[magnolia_main-trunk 
#1398|http://hudson.magnolia-cms.com/job/magnolia_main-trunk/1398/]
     MAGNOLIA-3095 Make info.magnolia.cms.core.search.SearchFactory 
implementation configurable (also made some fields/methods protected from 
private in Query* classes for easier subclassing)


> Make info.magnolia.cms.core.search.SearchFactory implementation configurable
> ----------------------------------------------------------------------------
>
>                 Key: MAGNOLIA-3095
>                 URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-3095
>             Project: Magnolia
>          Issue Type: Improvement
>            Reporter: Fabrizio Giustina
>            Assignee: Fabrizio Giustina
>             Fix For: 4.3
>
>
> at the moment there is no way to configure a custom 
> SearchFactory/QueryManager implementation, query manager is instantiated in a 
> static method of a non-configurable class:
> {code}
> public final class SearchFactory {
>     public static QueryManager 
> getAccessControllableQueryManager(javax.jcr.query.QueryManager queryManager,
>             HierarchyManager hm) {
>         return (new QueryManagerImpl(queryManager, hm));
>     }
> }
> {code}
> I propose to turn SearchFactory into an interface, configure it in mgnl-beans 
> and move the current code to a DefaultSearchFactory

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to