[hibernate-issues] [Hibernate-JIRA] Created: (HSEARCH-1034) Mutable SearchFactory should reuse the existing ReflectionManager

Sanne Grinovero (JIRA) noreply at atlassian.com
Wed Feb 1 21:23:09 EST 2012


Mutable SearchFactory should reuse the existing ReflectionManager
-----------------------------------------------------------------

                 Key: HSEARCH-1034
                 URL: https://hibernate.onjira.com/browse/HSEARCH-1034
             Project: Hibernate Search
          Issue Type: Bug
          Components: engine
    Affects Versions: 4.1.0.Alpha1
            Reporter: Sanne Grinovero
            Assignee: Sanne Grinovero
             Fix For: 4.1.0.Alpha2


The ReflectionManager should not be discarded when SearchFactory instances are rebuilt in background; mutations of the SearchFactory are triggered frequently by Infinispan Query and this makes it impossible to use a programmatic SearchMapping: tests seem to work at the first hit, but when new types are added they will be considered unmapped, as the programmtic SearchMapping won't be available anymore.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list