Fixed
Details
Assignee
Gunnar MorlingGunnar MorlingReporter
Gunnar MorlingGunnar MorlingComponents
Fix versions
Priority
Major
Details
Details
Assignee
Gunnar Morling
Gunnar MorlingReporter
Gunnar Morling
Gunnar MorlingComponents
Fix versions
Priority
Created October 7, 2013 at 1:27 PM
Updated October 8, 2013 at 1:03 PM
Resolved October 7, 2013 at 4:02 PM
The method
MassIndexerFactory#createMassIndexer()
currently has a parameter of typeSessionFactory
. In the implementationsDefaultMassIndexerFactory
andOgmMassIndexerFactory
this is always narrowed down toSessionFactoryImplementor
, though.As no other SF type is thus working anyways, this requirement should be made explicit by changing the parameter type. Note that this will break existing implementations of the interface (if there are any besides the two named ones).