]
Fred Bricon updated JBIDE-21512:
--------------------------------
Story Points: 2
Enable hibernate-search by default (set
hibernate.search.autoregister_listeners to true)
----------------------------------------------------------------------------------------
Key: JBIDE-21512
URL:
https://issues.jboss.org/browse/JBIDE-21512
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: hibernate
Affects Versions: 4.3.x
Reporter: Dmitry Bocharov
Assignee: Koen Aers
Priority: Optional
Fix For: 4.4.0.Alpha3
The _hibernate.search.autoregister_listeners_ property was set to _false _by default in
[ConfigurationFactory]
(
https://github.com/jbosstools/jbosstools-hibernate/blob/12928b28d3769b266...),
if not set to true by use in xml configuration.
The reason is descibed in the comments some lines above. I also linked the appropriate
JIRAs.
The idea is to set this property to _true _, because in order to use the curently being
created [hibernate-search plugin]
(
https://github.com/bdshadow/org.jboss.tools.hibernate.search) the user has to set it to
true in the configuration, while this property isn't obligatory by default.