[Hibernate-JIRA] Created: (HSEARCH-537) SearchIndexerTest fails
by Emmanuel Bernard (JIRA)
SearchIndexerTest fails
-----------------------
Key: HSEARCH-537
URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-537
Project: Hibernate Search
Issue Type: Bug
Components: massindexer
Affects Versions: 3.3.0
Reporter: Emmanuel Bernard
Assignee: Sanne Grinovero
Priority: Blocker
Fix For: 3.3.0
org.hibernate.AnnotationException: Use of @OneToMany or @ManyToMany targeting an unmapped class: org.hibernate.search.test.batchindexing.Nation.librariesHave[org.hibernate.search.test.batchindexing.Book]
at org.hibernate.cfg.annotations.CollectionBinder.bindManyToManySecondPass(CollectionBinder.java:1150)
at org.hibernate.cfg.annotations.CollectionBinder.bindStarToManySecondPass(CollectionBinder.java:680)
at org.hibernate.cfg.annotations.CollectionBinder$1.secondPass(CollectionBinder.java:619)
at org.hibernate.cfg.CollectionSecondPass.doSecondPass(CollectionSecondPass.java:66)
at org.hibernate.cfg.Configuration.secondPassCompile(Configuration.java:1221)
at org.hibernate.cfg.AnnotationConfiguration.secondPassCompile(AnnotationConfiguration.java:383)
at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1377)
at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:954)
at org.hibernate.search.test.util.FullTextSessionBuilder.build(FullTextSessionBuilder.java:154)
at org.hibernate.search.test.batchindexing.SearchIndexerTest.testIdentifierNaming(SearchIndexerTest.java:107)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at com.intellij.junit3.JUnit3IdeaTestRunner.doRun(JUnit3IdeaTestRunner.java:108)
at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:64)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months